|
Lines 109-122
Link Here
|
| 109 |
</div> |
109 |
</div> |
| 110 |
[% INCLUDE 'patron-search-box.inc' %] |
110 |
[% INCLUDE 'patron-search-box.inc' %] |
| 111 |
|
111 |
|
| 112 |
[% IF ( CAN_user_catalogue ) %] |
|
|
| 113 |
<div id="catalog_search" class="residentsearch"> |
| 114 |
<p class="tip">Enter search keywords:</p> |
| 115 |
<form action="/cgi-bin/koha/catalogue/search.pl" method="get" id="cat-search-block"> |
| 116 |
<input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" /> |
| 117 |
<input type="submit" name="op" id="opac-submit" value="Submit" class="submit" /> |
| 118 |
</form> |
| 119 |
</div>[% END %] |
| 120 |
[% IF ( CAN_user_circulate ) %] |
112 |
[% IF ( CAN_user_circulate ) %] |
| 121 |
<div id="checkin_search" class="residentsearch"> |
113 |
<div id="checkin_search" class="residentsearch"> |
| 122 |
<p class="tip">Scan a barcode to check in:</p> |
114 |
<p class="tip">Scan a barcode to check in:</p> |
|
Lines 126-131
Link Here
|
| 126 |
</form> |
118 |
</form> |
| 127 |
</div> |
119 |
</div> |
| 128 |
[% END %] |
120 |
[% END %] |
|
|
121 |
|
| 122 |
[% IF ( CAN_user_catalogue ) %] |
| 123 |
<div id="catalog_search" class="residentsearch"> |
| 124 |
<p class="tip">Enter search keywords:</p> |
| 125 |
<form action="/cgi-bin/koha/catalogue/search.pl" method="get" id="cat-search-block"> |
| 126 |
<input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" /> |
| 127 |
<input type="submit" name="op" id="opac-submit" value="Submit" class="submit" /> |
| 128 |
</form> |
| 129 |
</div>[% END %] |
| 130 |
|
| 129 |
<ul> |
131 |
<ul> |
| 130 |
<li><a onclick="keep_text(0)" href="#patron_search">Search patrons</a></li> |
132 |
<li><a onclick="keep_text(0)" href="#patron_search">Search patrons</a></li> |
| 131 |
[% IF ( CAN_user_circulate ) %]<li><a onclick="keep_text(1)" href="#circ_search">Check out</a></li>[% END %] |
133 |
[% IF ( CAN_user_circulate ) %]<li><a onclick="keep_text(1)" href="#circ_search">Check out</a></li>[% END %] |
| 132 |
- |
|
|