File:  [Repository] / OSAS / OSA_system / zpt / searchResult_archim.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon Jul 5 21:08:55 2004 UTC (20 years ago) by casties
Branches: MAIN
CVS tags: HEAD
improved everything, really

<!-- start archim result -->
<tal:block tal:define="res python:here.REQUEST.SESSION['result']">
<p>
<b>Bibliographic item (Archimedes):</b><br/>
<tal:block tal:repeat="bibres python:res.content.keys()">
<b tal:content="python:bibres+':'"/> <span tal:replace="python:res.content[bibres]"/> <br/>
</tal:block>
</p>
<b>url:</b> <a tal:condition="python:res.url" tal:content="python:res.urlabel" tal:attributes="href python:res.url"/><span tal:condition="not:python:res.url" tal:content="python:res.urlabel"/> <br/>
<div align="right"><b>file:</b> <span tal:replace="python:res.file"/></div>
</tal:block>
<!-- end archim result -->

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