|
Lines 146-151
Link Here
|
| 146 |
<a href="/cgi-bin/koha/opac-search.pl?do=Clear">[New search]</a> |
146 |
<a href="/cgi-bin/koha/opac-search.pl?do=Clear">[New search]</a> |
| 147 |
|
147 |
|
| 148 |
<!-- /SEARCH BUTTONS --></div></div> |
148 |
<!-- /SEARCH BUTTONS --></div></div> |
|
|
149 |
[% IF OpacAdvSearch.grep('pubdate').size > 0 || expanded_options %] |
| 149 |
<div class="yui-g"> |
150 |
<div class="yui-g"> |
| 150 |
<div id="pubrange" class="container"> |
151 |
<div id="pubrange" class="container"> |
| 151 |
<fieldset> |
152 |
<fieldset> |
|
Lines 157-163
Link Here
|
| 157 |
<!-- /PUB RANGE OPTION --> |
158 |
<!-- /PUB RANGE OPTION --> |
| 158 |
</div> |
159 |
</div> |
| 159 |
</div> |
160 |
</div> |
|
|
161 |
[% END %] |
| 162 |
|
| 160 |
<div class="yui-g"> |
163 |
<div class="yui-g"> |
|
|
164 |
[% IF OpacAdvSearch.grep('itemtype').size > 0 || expanded_options %] |
| 161 |
<div id="advsearches" class="toptabs"> |
165 |
<div id="advsearches" class="toptabs"> |
| 162 |
<ul> |
166 |
<ul> |
| 163 |
[% FOREACH advsearchloo IN advancedsearchesloop %] |
167 |
[% FOREACH advsearchloo IN advancedsearchesloop %] |
|
Lines 189-194
Link Here
|
| 189 |
</div> |
193 |
</div> |
| 190 |
[% END %] |
194 |
[% END %] |
| 191 |
</div> |
195 |
</div> |
|
|
196 |
[% END %] |
| 197 |
|
| 198 |
[% IF OpacAdvSearch.grep('language').size > 0 || expanded_options %] |
| 192 |
<div id="langfilter"> |
199 |
<div id="langfilter"> |
| 193 |
<fieldset><legend>Language</legend> |
200 |
<fieldset><legend>Language</legend> |
| 194 |
<!-- LANGUAGE LIMIT --> |
201 |
<!-- LANGUAGE LIMIT --> |
|
Lines 206-212
Link Here
|
| 206 |
<!-- /LANGUAGE LIMIT --> |
213 |
<!-- /LANGUAGE LIMIT --> |
| 207 |
</fieldset> |
214 |
</fieldset> |
| 208 |
</div> |
215 |
</div> |
| 209 |
[% IF ( expanded_options ) %] |
216 |
[% END %] |
|
|
217 |
|
| 218 |
[% IF OpacAdvSearch.grep('subtype').size > 0 || expanded_options %] |
| 210 |
[% IF ( usmarc ) %] |
219 |
[% IF ( usmarc ) %] |
| 211 |
<!-- SUBTYPE LIMITS --> |
220 |
<!-- SUBTYPE LIMITS --> |
| 212 |
<div id="subtypes" class="container"><fieldset> |
221 |
<div id="subtypes" class="container"><fieldset> |
|
Lines 279-288
Link Here
|
| 279 |
[% INCLUDE 'subtypes_unimarc.inc' %]</div> |
288 |
[% INCLUDE 'subtypes_unimarc.inc' %]</div> |
| 280 |
[% END %] |
289 |
[% END %] |
| 281 |
[% END %] |
290 |
[% END %] |
| 282 |
|
|
|
| 283 |
</div> |
291 |
</div> |
|
|
292 |
|
| 284 |
<div class="yui-g"> |
293 |
<div class="yui-g"> |
| 285 |
|
294 |
|
|
|
295 |
[% IF OpacAdvSearch.grep('location').size > 0 || expanded_options %] |
| 286 |
<div class="yui-u first"> |
296 |
<div class="yui-u first"> |
| 287 |
<!-- AVAILABILITY LIMITS --> |
297 |
<!-- AVAILABILITY LIMITS --> |
| 288 |
[% UNLESS ( singleBranchMode ) %] |
298 |
[% UNLESS ( singleBranchMode ) %] |
|
Lines 313-318
Link Here
|
| 313 |
[% END %] |
323 |
[% END %] |
| 314 |
<!-- /AVAILABILITY LIMITS --> |
324 |
<!-- /AVAILABILITY LIMITS --> |
| 315 |
</div> |
325 |
</div> |
|
|
326 |
[% END%] |
| 327 |
|
| 328 |
[% IF OpacAdvSearch.grep('sorting').size > 0 || expanded_options %] |
| 316 |
<div class="yui-u"> |
329 |
<div class="yui-u"> |
| 317 |
<!-- RANK LIMITS --> |
330 |
<!-- RANK LIMITS --> |
| 318 |
<div id="sortby" class="container"><fieldset><legend>Sorting: </legend> |
331 |
<div id="sortby" class="container"><fieldset><legend>Sorting: </legend> |
|
Lines 321-328
Link Here
|
| 321 |
</select></fieldset></div> |
334 |
</select></fieldset></div> |
| 322 |
<!-- RANK LIMITS --> |
335 |
<!-- RANK LIMITS --> |
| 323 |
</div> |
336 |
</div> |
|
|
337 |
[% END %] |
| 324 |
</div> |
338 |
</div> |
| 325 |
|
339 |
|
|
|
340 |
[% IF OpacAdvSearch.size > 0 || expanded_options %] |
| 326 |
<div class="yui-g"><div class="container" style="text-align: center;"><!-- SEARCH BUTTONS --> |
341 |
<div class="yui-g"><div class="container" style="text-align: center;"><!-- SEARCH BUTTONS --> |
| 327 |
|
342 |
|
| 328 |
<input class="submit" type="submit" accesskey="s" name="do" title="Search" value="Search" /> |
343 |
<input class="submit" type="submit" accesskey="s" name="do" title="Search" value="Search" /> |
|
Lines 336-341
Link Here
|
| 336 |
<!-- /SEARCH BUTTONS --></div></div> |
351 |
<!-- /SEARCH BUTTONS --></div></div> |
| 337 |
</form> |
352 |
</form> |
| 338 |
</div> |
353 |
</div> |
|
|
354 |
[% END %] |
| 355 |
|
| 339 |
<script type="text/javascript" language="javascript"> |
356 |
<script type="text/javascript" language="javascript"> |
| 340 |
/* This function allows to display a new field to search. |
357 |
/* This function allows to display a new field to search. |
| 341 |
*/ |
358 |
*/ |