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

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">
1.3     ! dwinter     8: <<<<<<< OSAS_printIDs.zpt
        !             9: <input  tal:attributes="value id" type="checkbox" name="ids" checked><span tal:content="id"/>
        !            10: =======
1.2       dwinter    11: <input  tal:attributes="value id" type="checkbox" name="ids" checked><span tal:replace="id"/>
1.3     ! dwinter    12: >>>>>>> 1.2
1.1       dwinter    13: </p>
                     14: <p>Name (optional):<input name="name">
                     15: </p>
                     16: <p><input type="submit">
                     17: </form>
                     18: </body>
                     19: </html>

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