Lines 261-267
Link Here
|
261 |
<!-- AVAILABILITY LIMITS --> |
261 |
<!-- AVAILABILITY LIMITS --> |
262 |
[% UNLESS ( singleBranchMode ) %] |
262 |
[% UNLESS ( singleBranchMode ) %] |
263 |
<div id="location" class="container"><fieldset><legend>Location and availability: </legend> |
263 |
<div id="location" class="container"><fieldset><legend>Location and availability: </legend> |
264 |
|
264 |
|
|
|
265 |
<label for="branchloop">Library:</label> |
265 |
<select name="limit" id="branchloop"> |
266 |
<select name="limit" id="branchloop"> |
266 |
<option value="">All libraries</option> |
267 |
<option value="">All libraries</option> |
267 |
[% FOREACH BranchesLoo IN BranchesLoop %] |
268 |
[% FOREACH BranchesLoo IN BranchesLoop %] |
Lines 288-295
Link Here
|
288 |
</div> |
289 |
</div> |
289 |
<div class="yui-u"> |
290 |
<div class="yui-u"> |
290 |
<!-- RANK LIMITS --> |
291 |
<!-- RANK LIMITS --> |
291 |
<div id="sortby" class="container"><fieldset><legend>Sort by: </legend> |
292 |
<div id="sortby" class="container"><fieldset><legend>Sorting: </legend> |
292 |
<select id="sort_by" name="sort_by"> |
293 |
<label for="sort_by">Sort by:</label> <select id="sort_by" name="sort_by"> |
293 |
[% INCLUDE 'resort_form.inc' %] |
294 |
[% INCLUDE 'resort_form.inc' %] |
294 |
</select></fieldset></div> |
295 |
</select></fieldset></div> |
295 |
<!-- RANK LIMITS --> |
296 |
<!-- RANK LIMITS --> |
296 |
- |
|
|