File:  [Repository] / OSAS / OSA_system / zpt / createFolders.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed May 4 14:31:24 2005 UTC (19 years, 1 month ago) by dwinter
Branches: MAIN
CVS tags: HEAD
zope2.7 anpassungenCVS: ----------------------------------------------------------------------

<html>
<body>

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

</body>
</html>


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