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

version 1.3, 2004/07/09 16:55:19 version 1.4, 2004/07/13 18:56:34
Line 7 Line 7
 <tal:block tal:repeat="bibres python:res.getContentList()">  <tal:block tal:repeat="bibres python:res.getContentList()">
   <tr>    <tr>
     <td><b tal:content="python:bibres[0]+':'"/></td>      <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>      <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>    </tr>
 </tal:block>  </tal:block>
 </table>  </table>

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


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