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

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