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

version 1.3, 2004/07/09 16:55:19 version 1.4, 2004/07/09 17:32:32
Line 10 Line 10
 <p><b><span tal:replace="python:'Query: (%s) \'%s\''%(here.REQUEST.SESSION['searchtype'],here.REQUEST.SESSION['searchstring'])"/><span tal:condition="python:here.REQUEST.SESSION['res_type_filter']" tal:replace="python:' (of type %s)'%here.REQUEST.SESSION['res_type_filter']"/></b>  <p><b><span tal:replace="python:'Query: (%s) \'%s\''%(here.REQUEST.SESSION['searchtype'],here.REQUEST.SESSION['searchstring'])"/><span tal:condition="python:here.REQUEST.SESSION['res_type_filter']" tal:replace="python:' (of type %s)'%here.REQUEST.SESSION['res_type_filter']"/></b>
 | <a href="index_html">New search</a></p>  | <a href="index_html">New search</a></p>
 <!-- result type -->  <!-- result type -->
 <p>Types:  <p>Result types:
 <tal:block tal:repeat="restype python:here.REQUEST.SESSION['resulttypes']">  <tal:block tal:repeat="restype python:here.REQUEST.SESSION['resulttypes']">
 <a tal:attributes="href python:'search?restypefilter='+restype" tal:content="restype"/>  <a tal:attributes="href python:'search?restypefilter='+restype" tal:content="restype"/>
 </tal:block>  </tal:block>

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


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