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 (20 years ago) by casties
Branches: MAIN
CVS tags: HEAD
more refinements

    1: <!-- result block -->
    2: <tal:block tal:define="res python:here.REQUEST.SESSION['result']">
    3: <p><b>Other item type:</b> <span tal:replace="python:res.type"/></p>
    4: <table border="0">
    5: <tal:block tal:repeat="bibres python:res.content.keys()">
    6: <tr>
    7:   <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>
    8: </tr>
    9: </tal:block>
   10: </table>
   11: <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>
   12: <p align="right"><b>file:</b> <span tal:replace="python:res.file"/></p>
   13: </tal:block>
   14: <!-- end of result block -->

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