File:  [Repository] / OSAS / OSA_system / Attic / OSAS_printIDs.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Dec 18 17:22:28 2003 UTC (20 years, 6 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
add archiving system

<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>