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

<html>
<body>
<h2>ID's</h2>
<p>Please, select the ID's you want to take</p>

<form method="post" action="registerIdsOut">
<p tal:repeat="id here/REQUEST/SESSION/ids">
<input  tal:attributes="value id" type="checkbox" name="ids" checked><span tal:replace="id"/>
</p>
<p>Name (optional):<input name="name">
</p>
<p><input type="submit">
</form>
</body>
</html>

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