Bug 5784 [QA Followup] - Move link to breadcrumbs
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / suggestions-add-search.inc
1 [% USE Koha %]
2 <div class="gradient">
3 <h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- 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 %]" />
9         <label for="searchtitle">Title:</label> <input type="text" id="searchtitle" name="title" size="10" value="[% title %]" />
10     <label for="searchauthor">Author:</label> <input type="text" id="searchauthor" name="author" size="10" value="[% author %]" />
11     <label for="searchpublishercode">Publisher:</label> <input type="text" id="searchpublishercode" name="publishercode" size="10" value="[% publishercode %]" />
12     <input type="submit" class="submit" value="Search" />
13         </form>
14         </div>
15
16     [% INCLUDE 'patron-search-box.inc' %]
17
18         [% IF ( CAN_user_catalogue ) %]
19     <div id="catalog_search" class="residentsearch">
20         <p class="tip">Enter search keywords:</p>
21                 <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
22             [% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %][% INCLUDE 'search_indexes.inc' %][% END %]
23             <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" />
24                                 <input type="submit" value="Submit"  class="submit" />
25                 </form>
26         </div>
27         [% END %]
28                         <ul>
29             <li><a href="#suggestions_search">Search suggestions</a></li>
30             [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]<li><a class="keep_text" href="#circ_search">Check out</a></li>[% END %]
31             [% IF ( CAN_user_catalogue ) %]<li><a class="keep_text" href="#catalog_search">Search the catalog</a></li>[% END %]
32             </ul>
33 </div>
34 </div><!-- /gradient -->
35 <!-- End Suggestions Resident Search Box -->