Lines 5-11
Link Here
|
5 |
<div id="addbooks_search" class="residentsearch"> |
5 |
<div id="addbooks_search" class="residentsearch"> |
6 |
<p class="tip">Search the catalog and the reservoir:</p> |
6 |
<p class="tip">Search the catalog and the reservoir:</p> |
7 |
<form name="search" action="addbooks.pl"> |
7 |
<form name="search" action="addbooks.pl"> |
8 |
<input type="text" name="q" size="40" /> |
8 |
<input class="query" type="text" name="q" size="40" /> |
9 |
<input type="submit" class="submit" value="Submit" /> |
9 |
<input type="submit" class="submit" value="Submit" /> |
10 |
</form> |
10 |
</form> |
11 |
</div> |
11 |
</div> |
Lines 14-20
Link Here
|
14 |
<div id="checkin_search" class="residentsearch"> |
14 |
<div id="checkin_search" class="residentsearch"> |
15 |
<p class="tip">Scan a barcode to check in:</p> |
15 |
<p class="tip">Scan a barcode to check in:</p> |
16 |
<form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off"> |
16 |
<form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off"> |
17 |
<input name="barcode" id="ret_barcode" size="40" /> |
17 |
<input class="query" name="barcode" id="ret_barcode" size="40" /> |
18 |
<input value="Submit" class="submit" type="submit" /> |
18 |
<input value="Submit" class="submit" type="submit" /> |
19 |
</form> |
19 |
</form> |
20 |
</div> |
20 |
</div> |
Lines 23-40
Link Here
|
23 |
<div id="catalog_search" class="residentsearch"> |
23 |
<div id="catalog_search" class="residentsearch"> |
24 |
<p class="tip">Enter search keywords:</p> |
24 |
<p class="tip">Enter search keywords:</p> |
25 |
<form action="/cgi-bin/koha/catalogue/search.pl" method="get" id="cat-search-block"> |
25 |
<form action="/cgi-bin/koha/catalogue/search.pl" method="get" id="cat-search-block"> |
26 |
<input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="form-text" /> |
26 |
<input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="query form-text" /> |
27 |
<input type="submit" class="submit" value="Submit" /> |
27 |
<input type="submit" class="submit" value="Submit" /> |
28 |
</form> |
28 |
</form> |
29 |
</div> |
29 |
</div> |
30 |
|
30 |
|
31 |
[% INCLUDE 'patron-search-box.inc' %] |
31 |
[% INCLUDE 'patron-search-box.inc' %] |
32 |
<ul> |
32 |
<ul> |
33 |
<li><a href="#addbooks_search">Cataloging search</a></li> |
33 |
<li><a onclick="keep_text()" href="#addbooks_search">Cataloging search</a></li> |
34 |
[% IF ( CAN_user_circulate ) %]<li><a href="#circ_search">Check out</a></li>[% END %] |
34 |
[% IF ( CAN_user_circulate ) %]<li><a onclick="keep_text()" href="#circ_search">Check out</a></li>[% END %] |
35 |
[% IF ( CAN_user_circulate ) %]<li><a href="#checkin_search">Check in</a></li>[% END %] |
35 |
[% IF ( CAN_user_circulate ) %]<li><a onclick="keep_text()" href="#checkin_search">Check in</a></li>[% END %] |
36 |
<li><a href="#catalog_search">Search the catalog</a></li> |
36 |
<li><a onclick="keep_text()" href="#catalog_search">Search the catalog</a></li> |
37 |
</ul> |
37 |
</ul> |
38 |
</div><!-- /header_search --> |
38 |
</div><!-- /header_search --> |
39 |
</div><!-- /gradient --> |
39 |
</div><!-- /gradient --> |
|
|
40 |
[% INCLUDE 'searchbox-keep-text.inc' %] |
40 |
<!-- End Cataloging Resident Search Box --> |
41 |
<!-- End Cataloging Resident Search Box --> |