024729304504a2565455ca8550cffb0b6610691d
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / suggestions-add-search.inc
1 [% USE Koha %]
2 <div class="gradient">
3 <div id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a></div><!-- Begin Suggestions Resident Search Box -->
4 <div id="header_search">
5         <div id="suggestions_search" class="residentsearch">
6     <p class="tip">Suggestions search:</p>
7         <form action="/cgi-bin/koha/acqui/newordersuggestion.pl" method="get">
8     <input type="hidden" name="booksellerid" value="[% booksellerid | html %]" />
9         <label for="searchtitle">Title:</label> <input type="text" id="searchtitle" name="title" size="10" value="[% title | html %]" />
10     <label for="searchauthor">Author:</label> <input type="text" id="searchauthor" name="author" size="10" value="[% author | html %]" />
11     <label for="searchpublishercode">Publisher:</label> <input type="text" id="searchpublishercode" name="publishercode" size="10" value="[% publishercode | html %]" />
12     <input type="submit" class="submit" value="Search" />
13         </form>
14         </div>
15
16     [% INCLUDE 'patron-search-box.inc' %]
17     [% INCLUDE 'catalogue-search-box.inc' %]
18
19                         <ul>
20             <li><a href="#suggestions_search">Search suggestions</a></li>
21             [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#circ_search">Check out</a></li>[% END %]
22             [% IF ( CAN_user_catalogue ) %]<li><a class="keep_text" href="#catalog_search">Search the catalog</a></li>[% END %]
23             </ul>
24 </div>
25 </div><!-- /gradient -->
26 <!-- End Suggestions Resident Search Box -->