Merge remote branch 'kc/new/enh/bug_5848' into kcmaster
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / letters-search.inc
1
2 <h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl"><!-- TMPL_VAR NAME="LibraryName" --></a></h1><!-- Begin Notices Resident Search Box -->
3 <div id="header_search">
4         <div id="notices_search" class="residentsearch">
5         <p class="tip">Search Existing Notices:</p>
6 <form action="/cgi-bin/koha/tools/letter.pl" method="post">
7                 <input type="text" name="searchfield" size="40" value="" />
8                 <input type="submit" class="submit" name="search" value="Search" />
9         </form> 
10         </div>
11     <!-- TMPL_INCLUDE NAME="patron-search-box.inc" -->
12         <!-- TMPL_IF NAME="CAN_user_catalogue" -->
13         <div id="catalog_search" class="residentsearch" style="display:none;">
14         <p class="tip">Enter search keywords:</p>
15                 <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
16                          <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="form-text" />
17                                 <input type="submit" name="op" value="Submit"  class="submit" />
18                 </form>
19         </div><!-- /TMPL_IF -->
20                         <ul>
21                         <li><a href="/cgi-bin/koha/admin/currency.pl#notices_search">Search Notices</a></li>
22                         <!-- TMPL_IF NAME="CAN_user_circulate" --><li><a href="/cgi-bin/koha/circ/circulation.pl#circ_search">Check Out</a></li><!-- /TMPL_IF -->
23                         <!-- TMPL_IF NAME="CAN_user_catalogue" --><li><a href="/cgi-bin/koha/catalogue/search.pl#catalog_search">Search the Catalog</a></li><!-- /TMPL_IF -->
24                         </ul>   
25 </div>
26 <!-- End Notices Resident Search Box -->