|
Lines 3-18
Link Here
|
| 3 |
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Checkin Resident Search Box --> |
3 |
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Checkin Resident Search Box --> |
| 4 |
<div id="header_search"> |
4 |
<div id="header_search"> |
| 5 |
[% INCLUDE 'patron-search-box.inc' %] |
5 |
[% INCLUDE 'patron-search-box.inc' %] |
| 6 |
[% IF ( CAN_user_catalogue ) %] |
6 |
|
| 7 |
<div id="catalog_search" class="residentsearch"> |
|
|
| 8 |
<p class="tip">Enter search keywords:</p> |
| 9 |
<form action="/cgi-bin/koha/catalogue/search.pl" method="get" id="cat-search-block"> |
| 10 |
[% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %][% INCLUDE 'search_indexes.inc' %][% END %] |
| 11 |
<input class="head-searchbox" type="text" name="q" id="search-form" size="40" /> |
| 12 |
<input type="submit" class="submit" value="Submit"/> |
| 13 |
</form> |
| 14 |
</div> |
| 15 |
[% END %] |
| 16 |
[% IF ( CAN_user_circulate_circulate_remaining_permissions ) %] |
7 |
[% IF ( CAN_user_circulate_circulate_remaining_permissions ) %] |
| 17 |
<div id="renew_search" class="residentsearch"> |
8 |
<div id="renew_search" class="residentsearch"> |
| 18 |
<p class="tip">Scan a barcode to renew:</p> |
9 |
<p class="tip">Scan a barcode to renew:</p> |
|
Lines 23-28
Link Here
|
| 23 |
</div> |
14 |
</div> |
| 24 |
[% END %] |
15 |
[% END %] |
| 25 |
|
16 |
|
|
|
17 |
[% IF ( CAN_user_catalogue ) %] |
| 18 |
<div id="catalog_search" class="residentsearch"> |
| 19 |
<p class="tip">Enter search keywords:</p> |
| 20 |
<form action="/cgi-bin/koha/catalogue/search.pl" method="get" id="cat-search-block"> |
| 21 |
[% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %][% INCLUDE 'search_indexes.inc' %][% END %] |
| 22 |
<input class="head-searchbox" type="text" name="q" id="search-form" size="40" /> |
| 23 |
<input type="submit" class="submit" value="Submit"/> |
| 24 |
</form> |
| 25 |
</div> |
| 26 |
[% END %] |
| 26 |
<ul> |
27 |
<ul> |
| 27 |
[% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#circ_search">Check out</a></li>[% END %] |
28 |
[% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#circ_search">Check out</a></li>[% END %] |
| 28 |
[% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#renew_search">Renew</a></li>[% END %] |
29 |
[% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#renew_search">Renew</a></li>[% END %] |
| 29 |
- |
|
|