Lines 67-74
$(document).ready(function(){
Link Here
|
67 |
<legend>Select items you want to check</legend> |
67 |
<legend>Select items you want to check</legend> |
68 |
<ol><li> |
68 |
<ol><li> |
69 |
<label for="branch">Library</label> |
69 |
<label for="branch">Library</label> |
70 |
<input type="radio" name="branch" value="homebranch">Home library</input> |
70 |
<input type="radio" name="branch" value="homebranch"> Home library</input> |
71 |
<input type="radio" name="branch" value="holdingbranch">Current location</input> |
71 |
<input type="radio" name="branch" value="holdingbranch"> Current location</input> |
72 |
</li><li> |
72 |
</li><li> |
73 |
<label for="branchloop">Library</label><select id="branchloop" name="branchcode" style="width:12em;"> |
73 |
<label for="branchloop">Library</label><select id="branchloop" name="branchcode" style="width:12em;"> |
74 |
<option value="">All locations</option> |
74 |
<option value="">All locations</option> |
75 |
- |
|
|