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

<html>
<body>
<h2>Registered IDs</h2>

<h3>The following ID's are now registered</h3>

<p>
<tal:block tal:repeat="id here/REQUEST/SESSION/ids">
<span tal:content="id"/><br/>
</tal:block>
</p>
</body>
</html>

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