File:  [Repository] / OSAS / OSA_system / zpt / searchResult_bib.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: <!-- start bib result -->
    2: <tal:block tal:define="res python:here.REQUEST.SESSION['result']">
    3: <p><b>Bibliographic item:</b> <span tal:replace="python:res.content['type']"/>
    4: </p>
    5: <!-- elements block -->
    6: <table border="0">
    7: <tal:block tal:repeat="bibres python:res.getContentList()">
    8:   <tr>
    9:     <td><b tal:content="python:bibres[0]+':'"/></td>
   10:     <td><span tal:condition="python:res.hitTag==bibres[0]" style="color:red" tal:content="python:bibres[1]"/><span tal:condition="not:python:res.hitTag==bibres[0]" tal:content="python:bibres[1]"/> </td>
   11:   </tr>
   12: </tal:block>
   13: </table>
   14: <!-- elements block -->
   15: <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>
   16: <ul>
   17: <tal:block tal:repeat="url python:res.urls">
   18: <li><a tal:content="python:url[1]" tal:attributes="href python:url[0]" target="_blank"/></li>
   19: </tal:block>
   20: </ul>
   21: <div align="right"><b>file:</b> <span tal:replace="python:res.file"/></div>
   22: </tal:block>
   23: <!-- end bib result -->

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