Diff for /OSAS/OSA_system/zpt/searchResult_bib.zpt between versions 1.2 and 1.4

version 1.2, 2004/07/05 21:08:55 version 1.4, 2004/07/13 18:56:34
Line 1 Line 1
 <!-- start bib result -->  <!-- start bib 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:</b> <span tal:replace="python:res.content['type']"/>
 <b>Bibliographic item:</b> <span tal:replace="python:res.content['type']"/> <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>  </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/>  <!-- elements block -->
   <table border="0">
   <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])and(not bibres[1].startswith('http://'))" style="color:red" tal:content="python:bibres[1]"/><span tal:condition="python:(res.hitTag!=bibres[0])and(not bibres[1].startswith('http://'))" tal:content="python:bibres[1]"/><a tal:condition="python:bibres[1].startswith('http://')" tal:attributes="href python:bibres[1]" tal:content="python:bibres[1]" target="_blank"/> </td>
     </tr>
   </tal:block>
   </table>
   <!-- elements block -->
   <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>  <div align="right"><b>file:</b> <span tal:replace="python:res.file"/></div>
 </tal:block>  </tal:block>
 <!-- end bib result -->  <!-- end bib result -->

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


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