Lines 21-48
$(document).ready(function(){
Link Here
|
21 |
//]]> |
21 |
//]]> |
22 |
</script>[% END %] |
22 |
</script>[% END %] |
23 |
<div id="circ_search" class="residentsearch"> |
23 |
<div id="circ_search" class="residentsearch"> |
24 |
<p class="tip">Enter patron card number or partial name:</p> |
24 |
<p class="tip">Enter patron card number or partial name:</p> |
25 |
<form action="/cgi-bin/koha/circ/circulation.pl" id="patronsearch" method="post"> |
25 |
<form action="/cgi-bin/koha/circ/circulation.pl" id="patronsearch" method="post"> |
26 |
[% IF ( CircAutocompl ) %] |
26 |
[% IF ( CircAutocompl ) %] |
27 |
<div class="autocomplete"> |
27 |
<input id="autocsubmit" type="submit" class="submit" value="Submit"/> |
28 |
<input autocomplete="off" id="findborrower" name="findborrower" size="40" class="focus" type="text" /> <input id="autocsubmit" type="submit" class="submit" value="Submit" /> |
28 |
<span><input autocomplete="off" id="findborrower" name="findborrower" size="40" class="focus" type="text" /></span> |
29 |
<input name="branch" value="[% branch %]" type="hidden" /> |
29 |
<input name="branch" value="[% branch %]" type="hidden" /> |
30 |
<input name="printer" value="" type="hidden" /> |
30 |
<input name="printer" value="" type="hidden" /> |
31 |
[% IF ( stickyduedate ) %] |
31 |
[% IF ( stickyduedate ) %] |
32 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
32 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
33 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
33 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
34 |
[% END %] |
34 |
[% END %] |
35 |
</div> |
35 |
[% ELSE %] |
36 |
[% ELSE %] |
|
|
37 |
<input id="findborrower" name="findborrower" size="40" class="focus" type="text" /> |
36 |
<input id="findborrower" name="findborrower" size="40" class="focus" type="text" /> |
38 |
<input name="branch" value="[% branch %]" type="hidden" /> |
37 |
<input name="branch" value="[% branch %]" type="hidden" /> |
39 |
<input name="printer" value="" type="hidden" /> |
38 |
<input name="printer" value="" type="hidden" /> |
40 |
[% IF ( stickyduedate ) %] |
39 |
[% IF ( stickyduedate ) %] |
41 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
40 |
<input type="hidden" name="duedatespec" value="[% duedatespec %]" /> |
42 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
41 |
<input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> |
43 |
[% END %] |
42 |
[% END %] |
44 |
<input value="Submit" class="submit" type="submit" /> |
43 |
<input value="Submit" class="submit" type="submit" /> |
45 |
[% END %] |
44 |
[% END %] |
46 |
</form> |
45 |
</form> |
47 |
</div> |
46 |
</div> |
48 |
[% END %] |
47 |
[% END %] |
49 |
- |
|
|