Diff for /OSAS/OSA_system/zpt/searchResult.zpt between versions 1.1 and 1.2

version 1.1, 2004/07/01 19:31:25 version 1.2, 2004/07/05 21:08:55
Line 1 Line 1
 <html>  <html>
 <head>  <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title tal:content="here/title">The title</title>     <title tal:content="here/title">The title</title>
 </head>  </head>
 <body>  <body>
   
 <h1>MPIWG Archive and Storage System</h1>  <h2 tal:content="python:'Search Results for (%s) \'%s\''%(here.REQUEST.SESSION['searchtype'],here.REQUEST.SESSION['searchstring'])"/>
   
 <h2 tal:content="python:'Search Result for \'%s\''%here.REQUEST.SESSION['searchstring']"/>  
   
   <p><a tal:condition="here/hasPrevResults" href="prevResults">&lt;</a>
   <span tal:replace="python:'%i to %i of %i Results'%(here.REQUEST.SESSION['res_indexes'][0:3])"/>
   <a tal:condition="here/hasNextResults" href="nextResults">&gt;</a>
   | <a href="index_html">New search</a>
   </p>
 <!-- result block -->  <!-- result block -->
 <tal:block tal:repeat="res python:here.REQUEST.SESSION['results']">  <tal:block tal:repeat="res python:here.REQUEST.SESSION['resultgroup']">
 <!-- <span tal:content="python:res.rank"/> -->  <!-- <span tal:content="python:res.rank"/> -->
   <p align="right">Result <span tal:replace="python:repeat['res'].number()+here.REQUEST.SESSION['res_indexes'][0]-1" omit-tag=""/></p>
 <p tal:replace="structure python:here.renderResult(res)"/>  <p tal:replace="structure python:here.renderResult(res)"/>
 <hr/>  <hr/>
 </tal:block>  </tal:block>
 <!-- end of result block -->  <!-- end of result block -->
   
   
 </body>  </body>
 </html>  </html>
   

Removed from v.1.1  
changed lines
  Added in v.1.2


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