File:  [Repository] / OSAS / OSA_system / Attic / createFoldersForm.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Jan 7 10:46:30 2004 UTC (20 years, 5 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
changes in the organization of the producers

    1: <html>
    2: <body>
    3: <form action="createFolders" method="post">
    4: <h2>Folders to be created</h2>
    5: <span tal:repeat="id here/REQUEST/SESSION/ids">
    6: <input type="checkbox" name="folderList"  tal:attributes="value id" tal:content="python:
    7: here.getProducer(here.REQUEST.SESSION['producer']).producerFolderName+'/'+id" checked/><br/>
    8: </span>
    9: <input type="hidden" name="producer" tal:attributes="value here/REQUEST/SESSION/producer">
   10: <input type="submit">
   11: </form>
   12: </body>
   13: </html>
   14: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>