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

<!-- start archim result -->
<tal:block tal:define="res python:here.REQUEST.SESSION['result']">
<p><b>Bibliographic item: Archimedes project item</b></p>
<!-- elements block -->
<table border="0">
<tal:block tal:repeat="bibres python:res.getContentList()">
  <tr>
    <td><b tal:content="python:bibres[0]+':'"/></td>
    <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>
  </tr>
</tal:block>
</table>
<!-- end elements block -->
<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>
<ul>
<tal:block tal:repeat="url python:res.urls">
<li><a tal:content="python:url[1]" tal:attributes="href python:url[0]" target="_blank"/></li>
</tal:block>
</ul>
<div align="right"><b>file:</b> <span tal:replace="python:res.file"/></div>
</tal:block>
<!-- end archim result -->

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