|
Lines 3-9
Link Here
|
| 3 |
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Cataloging Resident Search Box --> |
3 |
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Cataloging Resident Search Box --> |
| 4 |
<div id="header_search"> |
4 |
<div id="header_search"> |
| 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 type="text" name="q" size="40" /> |
| 9 |
<input type="submit" class="submit" value="Submit" /> |
9 |
<input type="submit" class="submit" value="Submit" /> |
|
Lines 20-26
Link Here
|
| 20 |
</div> |
20 |
</div> |
| 21 |
[% END %] |
21 |
[% END %] |
| 22 |
|
22 |
|
| 23 |
[% IF ( CAN_user_catalogue ) %] |
|
|
| 24 |
<div id="catalog_search" class="residentsearch"> |
23 |
<div id="catalog_search" class="residentsearch"> |
| 25 |
<p class="tip">Enter search keywords:</p> |
24 |
<p class="tip">Enter search keywords:</p> |
| 26 |
<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"> |
|
Lines 28-34
Link Here
|
| 28 |
<input type="submit" class="submit" value="Submit" /> |
27 |
<input type="submit" class="submit" value="Submit" /> |
| 29 |
</form> |
28 |
</form> |
| 30 |
</div> |
29 |
</div> |
| 31 |
[% END %] |
|
|
| 32 |
|
30 |
|
| 33 |
[% INCLUDE 'patron-search-box.inc' %] |
31 |
[% INCLUDE 'patron-search-box.inc' %] |
| 34 |
<ul> |
32 |
<ul> |
| 35 |
- |
|
|