File:  [Repository] / OSAS / OSA_system / zpt / searchResult_any.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Jul 1 19:31:25 2004 UTC (19 years, 11 months ago) by casties
Branches: MAIN
CVS tags: HEAD
first version of metadata search interface

<!-- 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>
<b>file:</b> <span tal:replace="python:res.file"/> <br/>
</p>
</tal:block>
<!-- end of result block -->

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