File:  [Repository] / OSAS / OSA_system / zpt / OSAS_registrationIdsDone.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Thu Jun 22 15:24:27 2006 UTC (18 years ago) by casties
Branches: MAIN
CVS tags: HEAD
list of returned ids without p's

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

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