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

1.1       dwinter     1: <html>
                      2: <body>
                      3: <h2>Registered IDs</h2>
                      4: 
                      5: <h3>The following ID's are now registered</h3>
                      6: 
1.2       casties     7: <p>
1.3     ! casties     8: <tal:block tal:repeat="id here/REQUEST/SESSION/ids">
        !             9: <span tal:content="id"/><br/>
        !            10: </tal:block>
1.2       casties    11: </p>
1.1       dwinter    12: </body>
                     13: </html>

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