File:  [Repository] / OSAS / OSA_system / zpt / searchResult_archim.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Jul 1 19:31:25 2004 UTC (19 years, 11 months ago) by casties
Branches: MAIN
CVS tags: HEAD
first version of metadata search interface

<!-- 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/>
<b>file:</b> <span tal:replace="python:res.file"/> <br/>
</tal:block>
<!-- end archim result -->

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