File:  [Repository] / OSAS / OSA_system / zpt / searchResult_any.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Fri Jul 9 16:55:19 2004 UTC (19 years, 11 months ago) by casties
Branches: MAIN
CVS tags: HEAD
more refinements

<!-- result block -->
<tal:block tal:define="res python:here.REQUEST.SESSION['result']">
<p><b>Other item type:</b> <span tal:replace="python:res.type"/></p>
<table border="0">
<tal:block tal:repeat="bibres python:res.content.keys()">
<tr>
  <td><b tal:content="python:bibres+':'"/> <span tal:condition="python:res.hitTag == bibres" style="color:red" tal:content="python:res.content[bibres]"/><span tal:condition="not:python:res.hitTag == bibres" tal:content="python:res.content[bibres]"/></td>
</tr>
</tal:block>
</table>
<p><b>Status:</b> <span tal:condition="python:res.status=='archive'" style="color:red" tal:content="python:res.status"/><span tal:condition="not:python:res.status=='archive'" tal:content="python:res.status"/></p>
<p align="right"><b>file:</b> <span tal:replace="python:res.file"/></p>
</tal:block>
<!-- end of result block -->

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