File:  [Repository] / OSAS / OSA_system / zpt / OSAS_printIDs.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Mar 3 13:02:55 2004 UTC (20 years, 4 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
moved templates to zpt

<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 tal:content="id"/>
</p>
<p>Name (optional):<input name="name">
</p>
<p><input type="submit">
</form>
</body>
</html>

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