Lines 59-65
Link Here
|
59 |
<li> |
59 |
<li> |
60 |
<label for="marclist">Where:</label> |
60 |
<label for="marclist">Where:</label> |
61 |
<select name="marclist" id="marclist"> |
61 |
<select name="marclist" id="marclist"> |
62 |
<option value="any" selected="selected">in the complete record</option> |
62 |
<option value="all" selected="selected">in the complete record</option> |
63 |
<option value="match">in any heading</option> |
63 |
<option value="match">in any heading</option> |
64 |
<option value="mainentry">in main entry</option> |
64 |
<option value="mainentry">in main entry</option> |
65 |
</select> |
65 |
</select> |
66 |
- |
|
|