File:  [Repository] / OSAS / OSA_system / zpt / searchResult_any.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Jul 5 21:08:55 2004 UTC (19 years, 11 months ago) by casties
Branches: MAIN
CVS tags: HEAD
improved everything, really

<!-- result block -->
<tal:block tal:define="res python:here.REQUEST.SESSION['result']">
<p>
<b>Other item:</b> <span tal:replace="python:res.type"/> <br/>
<tal:block tal:repeat="bibres python:res.content.keys()">
<b tal:content="python:bibres"/> <span tal:replace="python:res.content[bibres]"/> <br/>
</tal:block>
</p>
<div align="right"><b>file:</b> <span tal:replace="python:res.file"/></div>
</tal:block>
<!-- end of result block -->

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