|
Lines 144-150
Link Here
|
| 144 |
<label for="[% itemtypeloo.ccl FILTER remove(',') %]-[% itemtypeloo.number %]"> |
144 |
<label for="[% itemtypeloo.ccl FILTER remove(',') %]-[% itemtypeloo.number %]"> |
| 145 |
[% UNLESS ( noItemTypeImages ) %] |
145 |
[% UNLESS ( noItemTypeImages ) %] |
| 146 |
[% IF ( itemtypeloo.imageurl ) %] |
146 |
[% IF ( itemtypeloo.imageurl ) %] |
| 147 |
<img border="0" src="[% itemtypeloo.imageurl %]" alt="[% itemtypeloo.description %]" /> |
147 |
<img src="[% itemtypeloo.imageurl %]" alt="[% itemtypeloo.description %]" /> |
| 148 |
[% END %] |
148 |
[% END %] |
| 149 |
|
149 |
|
| 150 |
[% END %] |
150 |
[% END %] |
|
Lines 362-379
Link Here
|
| 362 |
[% END # / IF expanded_options %] |
362 |
[% END # / IF expanded_options %] |
| 363 |
</div> <!-- / .row-fluid --> |
363 |
</div> <!-- / .row-fluid --> |
| 364 |
|
364 |
|
| 365 |
[% IF ( OpacAdvSearchMoreOptions and OpacAdvSearchMoreOptions.size > 0 and expanded_options ) or |
365 |
[% IF ( OpacAdvSearchMoreOptions and OpacAdvSearchMoreOptions.size > 0 and expanded_options ) or |
| 366 |
( OpacAdvSearchOptions and OpacAdvSearchOptions.size > 0 and not expanded_options ) %] |
366 |
( OpacAdvSearchOptions and OpacAdvSearchOptions.size > 0 and not expanded_options ) %] |
| 367 |
<div class="row-fluid"> |
367 |
<div class="row-fluid"> |
| 368 |
<div class="span12"> |
368 |
<div class="span12"> |
| 369 |
<div class="text-center"> |
369 |
<div class="text-center"> |
| 370 |
<!-- SEARCH BUTTONS --> |
370 |
<!-- SEARCH BUTTONS --> |
| 371 |
[% PROCESS searchbuttons %] |
371 |
[% PROCESS searchbuttons %] |
| 372 |
<!-- /SEARCH BUTTONS --> |
372 |
<!-- /SEARCH BUTTONS --> |
| 373 |
</div> |
373 |
</div> |
| 374 |
</div> <!-- / .span12 --> |
374 |
</div> <!-- / .span12 --> |
| 375 |
</div> <!-- / .row-fluid --> |
375 |
</div> <!-- / .row-fluid --> |
| 376 |
[% END %] |
376 |
[% END %] |
|
|
377 |
</div> <!-- / .container-fluid --> |
| 377 |
</div> <!-- / .main --> |
378 |
</div> <!-- / .main --> |
| 378 |
</form> |
379 |
</form> |
| 379 |
|
380 |
|
| 380 |
- |
|
|