File:  [Repository] / OSAS / OSA_system / Attic / createFolders.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

<html>
<body>

<h2>Folders created</h2>
<span tal:repeat="id here/REQUEST/SESSION/folderList">
<input type="checkbox" name="folderList"  tal:attributes="value id" tal:content="python:here.REQUEST.SESSION['producer']+'/'+id" checked/><br/>
</span>

</body>
</html>


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