Lines 117-128
Link Here
|
117 |
</select> </li> |
117 |
</select> </li> |
118 |
[% END %] |
118 |
[% END %] |
119 |
<li> |
119 |
<li> |
120 |
<label for="minlocation">Item callnumber between: </label> |
120 |
<label for="minlocation">Item call number between: </label> |
121 |
<input type="text" name="minlocation" id="minlocation" value="[% minlocation | html %]" /> (items.itemcallnumber) </li> |
121 |
<input type="text" name="minlocation" id="minlocation" value="[% minlocation | html %]" /> (items.itemcallnumber) </li> |
122 |
<li><label for="maxlocation">...and: </label> |
122 |
<li><label for="maxlocation">...and: </label> |
123 |
<input type="text" name="maxlocation" id="maxlocation" value="[% maxlocation | html %]" /> |
123 |
<input type="text" name="maxlocation" id="maxlocation" value="[% maxlocation | html %]" /> |
124 |
<li> |
124 |
<li> |
125 |
<label for="class_source">Callnumber classification scheme</label> |
125 |
<label for="class_source">Call number classification scheme</label> |
126 |
<select name="class_source"> |
126 |
<select name="class_source"> |
127 |
[% FOREACH class_source IN class_sources %] |
127 |
[% FOREACH class_source IN class_sources %] |
128 |
[% IF class_source.cn_source == pref_class %] |
128 |
[% IF class_source.cn_source == pref_class %] |