reverting defaut-search-on-kw-wrdl and doing it elsewhere
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / letters-search.inc
1 <!-- Begin Members Resident Search Box -->
2 <div id="header_search">
3         <div id="notices_search" class="residentsearch">
4         <p class="tip">Search Existing Notices:</p>
5 <form action="/cgi-bin/koha/tools/letter.pl" method="post">
6                 <input type="text" name="searchfield" size="40" value="" />
7                 <input type="submit" name="Search" value="Search" />
8         </form> 
9         </div>
10         <div id="circ_search" class="residentsearch">
11         <p class="tip">Enter patron card number or partial name:</p>
12         <form action="/cgi-bin/koha/circ/circulation.pl" method="post">
13                         <label for="findborrower"> </label>
14     <input id="findborrower" name="findborrower" size="40" class="focus" type="text" />
15         <input name="branch" value="<!-- TMPL_VAR name="branch" -->" type="hidden" />
16     <input name="printer" value="" type="hidden" />
17         <input value="Submit" type="submit" />
18         </form>
19         </div>  
20         <div id="catalog_search" class="residentsearch">
21         <p class="tip">Enter search keywords:</p>
22                 <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
23                     <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="form-text" />
24                     <input type="hidden" name="idx" value="kw,wrdl" />
25                     <input type="submit" name="op" id="opac-submit" value="Submit"  class="form-submit" />
26                 </form>
27         </div>
28                         <ul>
29                         <li><a href="/cgi-bin/koha/admin/currency.pl#notices_search">Search Notices</a></li>
30                         <li><a href="/cgi-bin/koha/circ/circulation.pl#circ_search">Check Out</a></li>
31                         <li><a href="/cgi-bin/koha/catalogue/advsearch.pl#catalog_search">Search the Catalog</a></li>
32                         </ul>   
33 </div>
34 <!-- End Members Resident Search Box -->