Changeset 1124 for ZMS/trunk/dtml/ZMS/f_bodycontent_search.dtml
- Timestamp:
- 23.07.2010 23:00:55 (22 months ago)
- File:
-
- 1 edited
-
ZMS/trunk/dtml/ZMS/f_bodycontent_search.dtml (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ZMS/trunk/dtml/ZMS/f_bodycontent_search.dtml
r1104 r1124 19 19 -------------------------------------------------------------------------------- 20 20 </dtml-comment> 21 <dtml-if "REQUEST.has_key('raw') and int(searchform)==1"> 22 <h1 class="title"><dtml-var "getLangStr('SEARCH_HEADERAGAIN',lang)"></h1> 23 <dtml-else> 24 <h1 class="title"><dtml-var "getLangStr('SEARCH_HEADER',lang)"></h1> 25 </dtml-if> 21 <h1 class="title"><dtml-var "getLangStr('SEARCH_HEADER',lang)"></h1> 26 22 27 23 <dtml-comment> … … 81 77 <td class="searchElement"> 82 78 <select name="search_order_by:int"> 83 <dtml-in " _.range(1,2+1)">79 <dtml-in "range(1,2+1)"> 84 80 <option value="<dtml-var sequence-item>" 85 81 <dtml-if "int(REQUEST['search_order_by'])==_['sequence-item']"> … … 104 100 </dtml-if> 105 101 <dtml-let portalClients="getPortalClients()"> 106 <dtml-if "getConfProperty('ZCatalog.portalClients',1) ==1 and len(portalClients)>0">102 <dtml-if "getConfProperty('ZCatalog.portalClients',1)==1 and len(portalClients)>0"> 107 103 <tr valign="middle"> 108 104 <td class="searchLabel"> </td> … … 127 123 <dtml-if "REQUEST.has_key('raw')"> 128 124 129 <dtml-call "REQUEST.set('qt', _.DateTime().timeTime())">125 <dtml-call "REQUEST.set('qt',DateTime().timeTime())"> 130 126 <dtml-call "REQUEST.set('_s',raw)"> 131 127 <dtml-call "REQUEST.set('_s',getCatalogQueryString(raw,option))"> … … 251 247 252 248 </dtml-if> 253
Note: See TracChangeset
for help on using the changeset viewer.
