|
Lines 4-10
Link Here
|
| 4 |
<label class="tip" for="findborrower">Enter patron card number or partial name:</label> |
4 |
<label class="tip" for="findborrower">Enter patron card number or partial name:</label> |
| 5 |
[% IF ( PatronAutoComplete ) %] |
5 |
[% IF ( PatronAutoComplete ) %] |
| 6 |
<div class="autocomplete"> |
6 |
<div class="autocomplete"> |
| 7 |
<input autocomplete="off" id="findborrower" name="findborrower" size="40" class="head-searchbox focus" type="text" /> |
7 |
<input autocomplete="off" id="findborrower" name="findborrower" size="40" class="head-searchbox" type="text" /> |
| 8 |
<input id="autocsubmit" type="submit" class="submit" value="Submit" /> |
8 |
<input id="autocsubmit" type="submit" class="submit" value="Submit" /> |
| 9 |
[% IF ( stickyduedate ) %] |
9 |
[% IF ( stickyduedate ) %] |
| 10 |
<input type="hidden" name="duedatespec" value="[% duedatespec | html %]" /> |
10 |
<input type="hidden" name="duedatespec" value="[% duedatespec | html %]" /> |
|
Lines 12-18
Link Here
|
| 12 |
[% END %] |
12 |
[% END %] |
| 13 |
</div> |
13 |
</div> |
| 14 |
[% ELSE %] |
14 |
[% ELSE %] |
| 15 |
<input id="findborrower" name="findborrower" size="40" class="head-searchbox focus" type="text" autocomplete="off" /> |
15 |
<input id="findborrower" name="findborrower" size="40" class="head-searchbox" type="text" autocomplete="off" /> |
| 16 |
[% IF ( stickyduedate ) %] |
16 |
[% IF ( stickyduedate ) %] |
| 17 |
<input type="hidden" name="duedatespec" value="[% duedatespec | html %]" /> |
17 |
<input type="hidden" name="duedatespec" value="[% duedatespec | html %]" /> |
| 18 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" /> |
18 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate | html %]" /> |