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

<html>
<head>
   <title tal:content="here/title">The title</title>
</head>
<body>

<h1>MPIWG Archive and Storage System</h1>

<h2 tal:content="python:'Search Result for \'%s\''%here.REQUEST.SESSION['searchstring']"/>

<!-- result block -->
<tal:block tal:repeat="res python:here.REQUEST.SESSION['results']">
<!-- <span tal:content="python:res.rank"/> -->
<p tal:replace="structure python:here.renderResult(res)"/>
<hr/>
</tal:block>
<!-- end of result block -->


</body>
</html>



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