Annotation of OSAS/OSA_system/createFolders.zpt, revision 1.1

1.1     ! dwinter     1: <html>
        !             2: <body>
        !             3: 
        !             4: <h2>Folders created</h2>
        !             5: <span tal:repeat="id here/REQUEST/SESSION/folderList">
        !             6: <input type="checkbox" name="folderList"  tal:attributes="value id" tal:content="python:here.REQUEST.SESSION['producer']+'/'+id" checked/><br/>
        !             7: </span>
        !             8: 
        !             9: </body>
        !            10: </html>
        !            11: 

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