Lines 112-123
Link Here
|
112 |
[% END %] |
112 |
[% END %] |
113 |
</ul> |
113 |
</ul> |
114 |
[% FOREACH advsearchloo IN advancedsearchesloop %] |
114 |
[% FOREACH advsearchloo IN advancedsearchesloop %] |
115 |
<div id="advsearch-[% advsearchloo.advanced_search_type %]" class="advsearch"> |
115 |
<div id="advsearch-[% advsearchloo.advanced_search_type %]" class="advsearch" [% IF ( expanded_options ) %]style="width:55%;float:left;"[% END %]> |
116 |
<h4>Limit to any of the following:</h4> |
116 |
<h4>Limit to any of the following:</h4> |
117 |
<table> |
117 |
<table> |
118 |
<tr> |
118 |
<tr> |
119 |
[% FOREACH itemtypeloo IN advsearchloo.code_loop %] |
119 |
[% FOREACH itemtypeloo IN advsearchloo.code_loop %] |
120 |
<td><input type="checkbox" id="[% itemtypeloo.ccl FILTER remove(',') %]-[% itemtypeloo.number %]" name="limit" value="mc-[% itemtypeloo.ccl %]:[% itemtypeloo.code %]"/><label for="[% itemtypeloo.ccl FILTER remove(',') %]-[% itemtypeloo.number %]">[% UNLESS ( noItemTypeImages ) %][% IF ( itemtypeloo.imageurl ) %]<img border="0" src="[% itemtypeloo.imageurl %]" alt="[% itemtypeloo.description %]" />[% END %] [% END %] |
120 |
<td><input type="checkbox" id="[% itemtypeloo.ccl FILTER remove(',') %]-[% itemtypeloo.number %]" name="limit" value="mc-[% itemtypeloo.ccl %]:[% itemtypeloo.code %]"/><br><label for="[% itemtypeloo.ccl FILTER remove(',') %]-[% itemtypeloo.number %]">[% UNLESS ( noItemTypeImages ) %][% IF ( itemtypeloo.imageurl ) %]<img border="0" src="[% itemtypeloo.imageurl %]" alt="[% itemtypeloo.description %]" />[% END %] [% END %] |
121 |
[% itemtypeloo.description %]</label></td> |
121 |
[% itemtypeloo.description %]</label></td> |
122 |
[% IF ( loop.last ) %]</tr>[% ELSE %][% UNLESS ( loop.count % 5 ) %]</tr><tr>[% END %][% END %] |
122 |
[% IF ( loop.last ) %]</tr>[% ELSE %][% UNLESS ( loop.count % 5 ) %]</tr><tr>[% END %][% END %] |
123 |
[% END %] |
123 |
[% END %] |
Lines 127-138
Link Here
|
127 |
<!-- /MC-TYPE LIMIT --> |
127 |
<!-- /MC-TYPE LIMIT --> |
128 |
[% IF ( expanded_options ) %] |
128 |
[% IF ( expanded_options ) %] |
129 |
<!-- BASIC LIMITS --> |
129 |
<!-- BASIC LIMITS --> |
130 |
<fieldset id="basiclimits"> |
130 |
<fieldset id="basiclimits" class="basiclimits"> |
131 |
<legend>Limits</legend> |
131 |
<legend>Limits</legend> |
132 |
<fieldset id="pubrange"> |
132 |
<fieldset id="pubrange"> |
133 |
<!-- PUB / COPY YEAR LIMIT --><!-- FIXME: add publication,copyright,acquisition options --> |
133 |
<!-- PUB / COPY YEAR LIMIT --><!-- FIXME: add publication,copyright,acquisition options --> |
134 |
<p><label for="limit-yr">Year: </label> |
134 |
<p><label for="limit-yr">Year: </label> |
135 |
<input type="text" size="15" name="limit-yr" id="limit-yr" value=""/> (format: yyyy-yyyy)</p> |
135 |
<input type="text" size="15" name="limit-yr" id="limit-yr" value=""/><br>(format: yyyy-yyyy)</p> |
136 |
<!-- /PUB / COPY YEAR LIMIT --> |
136 |
<!-- /PUB / COPY YEAR LIMIT --> |
137 |
</fieldset> |
137 |
</fieldset> |
138 |
<fieldset id="language"> |
138 |
<fieldset id="language"> |
Lines 160-166
Link Here
|
160 |
[% INCLUDE 'subtypes_unimarc.inc' %] |
160 |
[% INCLUDE 'subtypes_unimarc.inc' %] |
161 |
[% ELSE %] |
161 |
[% ELSE %] |
162 |
<!-- SUBTYPE LIMITS --> |
162 |
<!-- SUBTYPE LIMITS --> |
163 |
<fieldset id="subtype"> |
163 |
<fieldset id="subtype" class="subtype"> |
164 |
<legend>Subtype limits</legend><p> |
164 |
<legend>Subtype limits</legend><p> |
165 |
|
165 |
|
166 |
<select name="limit" class="subtype"> |
166 |
<select name="limit" class="subtype"> |
Lines 230-236
Link Here
|
230 |
[% END %] |
230 |
[% END %] |
231 |
|
231 |
|
232 |
<!-- AVAILABILITY LIMITS --> |
232 |
<!-- AVAILABILITY LIMITS --> |
233 |
<fieldset id="availability"><legend>Location and availability</legend> |
233 |
<fieldset id="availability" class="avail"><legend>Location and availability</legend> |
234 |
<fieldset id="currently-avail"> |
234 |
<fieldset id="currently-avail"> |
235 |
<p><label for="available-items">Only items currently available:</label> <input type="checkbox" id="available-items" name="limit" value="available" /></p> |
235 |
<p><label for="available-items">Only items currently available:</label> <input type="checkbox" id="available-items" name="limit" value="available" /></p> |
236 |
</fieldset> |
236 |
</fieldset> |
Lines 261-267
Link Here
|
261 |
<!-- /AVAILABILITY LIMITS --> |
261 |
<!-- /AVAILABILITY LIMITS --> |
262 |
|
262 |
|
263 |
<!-- RANK LIMITS --> |
263 |
<!-- RANK LIMITS --> |
264 |
<fieldset id="sortby"><legend>Sorting</legend> |
264 |
<fieldset id="sortby" class="sortby"><legend>Sorting</legend> |
265 |
<p> |
265 |
<p> |
266 |
<label for="sort_by">Sort by: </label><select id="sort_by" name="sort_by"> |
266 |
<label for="sort_by">Sort by: </label><select id="sort_by" name="sort_by"> |
267 |
[% INCLUDE 'resort_form.inc' %] |
267 |
[% INCLUDE 'resort_form.inc' %] |
268 |
- |
|
|