File:  [Repository] / OSAS / OSA_system / Attic / createFoldersForm.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Dec 18 17:22:29 2003 UTC (20 years, 6 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
add archiving system

    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:here.REQUEST.SESSION['producer']+'/'+id" checked/><br/>
    7: </span>
    8: <input type="hidden" name="producer" tal:attributes="value here/REQUEST/SESSION/producer">
    9: <input type="submit">
   10: </form>
   11: </body>
   12: </html>
   13: 

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