Diff for /OSAS/OSA_system/zpt/searchResult_archim.zpt between versions 1.1 and 1.3

version 1.1, 2004/07/01 19:31:25 version 1.3, 2004/07/09 16:55:19
Line 1 Line 1
 <!-- start archim result -->  <!-- start archim result -->
 <tal:block tal:define="res python:here.REQUEST.SESSION['result']">  <tal:block tal:define="res python:here.REQUEST.SESSION['result']">
 <p>  <p><b>Bibliographic item: Archimedes project item</b></p>
 <b>Bibliographic item (Archimedes):</b><br/>  <!-- elements block -->
 <tal:block tal:repeat="bibres python:res.content.keys()">  <table border="0">
 <b tal:content="python:bibres+':'"/> <span tal:replace="python:res.content[bibres]"/> <br/>  <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>  </tal:block>
 </p>  </table>
 <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/>  <!-- end elements block -->
 <b>file:</b> <span tal:replace="python:res.file"/> <br/>  <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>  </tal:block>
 <!-- end archim result -->  <!-- end archim result -->

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


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