Diff for /OSAS/OSA_system/zpt/searchResult_any.zpt between versions 1.2 and 1.3

version 1.2, 2004/07/05 21:08:55 version 1.3, 2004/07/09 16:55:19
Line 1 Line 1
 <!-- result block -->  <!-- result block -->
 <tal:block tal:define="res python:here.REQUEST.SESSION['result']">  <tal:block tal:define="res python:here.REQUEST.SESSION['result']">
 <p>  <p><b>Other item type:</b> <span tal:replace="python:res.type"/></p>
 <b>Other item:</b> <span tal:replace="python:res.type"/> <br/>  <table border="0">
 <tal:block tal:repeat="bibres python:res.content.keys()">  <tal:block tal:repeat="bibres python:res.content.keys()">
 <b tal:content="python:bibres"/> <span tal:replace="python:res.content[bibres]"/> <br/>  <tr>
     <td><b tal:content="python:bibres+':'"/> <span tal:condition="python:res.hitTag == bibres" style="color:red" tal:content="python:res.content[bibres]"/><span tal:condition="not:python:res.hitTag == bibres" tal:content="python:res.content[bibres]"/></td>
   </tr>
 </tal:block>  </tal:block>
 </p>  </table>
 <div align="right"><b>file:</b> <span tal:replace="python:res.file"/></div>  <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>
   <p align="right"><b>file:</b> <span tal:replace="python:res.file"/></p>
 </tal:block>  </tal:block>
 <!-- end of result block -->  <!-- end of result block -->

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


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