Annotation of OSAS/OSA_system/zpt/OSAS_printIDs.zpt, revision 1.1

1.1     ! dwinter     1: <html>
        !             2: <body>
        !             3: <h2>ID's</h2>
        !             4: <p>Please, select the ID's you want to take</p>
        !             5: 
        !             6: <form method="post" action="registerIdsOut">
        !             7: <p tal:repeat="id here/REQUEST/SESSION/ids">
        !             8: <input  tal:attributes="value id" type="checkbox" name="ids" checked tal:content="id"/>
        !             9: </p>
        !            10: <p>Name (optional):<input name="name">
        !            11: </p>
        !            12: <p><input type="submit">
        !            13: </form>
        !            14: </body>
        !            15: </html>

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