Changing the way resident search form is displayed; Reformatting admin-home.tmpl...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / suggestions-add-search.inc
1 <!-- Begin Members Resident Search Box -->
2 <div id="header_search">
3         <div id="suggestions_search" class="residentsearch">
4         <p class="tip">Suggestions Search:</p>
5         <form action="/cgi-bin/koha/acqui/newordersuggestion.pl" method="get">
6         <label for="searchtitle">Title:</label> <input type="text" id="searchtitle" name="title" value="<!-- TMPL_VAR NAME="title"-->" />
7     <label for="searchauthor">Author:</label> <input type="text" id="searchauthor" name="author" value="<!-- TMPL_VAR NAME="author" -->" />
8     <label for="searchpublishercode">Publisher:</label> <input type="text" id="searchpublishercode" name="publishercode" value="<!-- TMPL_VAR NAME="publishercode"-->" />
9     <input type="submit" class="button" value="Search Suggestions" />
10         </form>
11         </div>
12         <div id="circ_search" class="residentsearch">
13         <p class="tip">Enter patron card number or partial name:</p>
14         <form action="/cgi-bin/koha/circ/circulation.pl" method="post">
15                         <label for="findborrower"> </label>
16     <input id="findborrower" name="findborrower" size="40" class="focus" type="text" />
17         <input name="branch" value="<!-- TMPL_VAR name="branch" -->" type="hidden" />
18     <input name="printer" value="" type="hidden" />
19         <input value="Submit" type="submit" />
20         </form>
21         </div>  
22         <div id="catalog_search" class="residentsearch">
23         <p class="tip">Enter search keywords:</p>
24                 <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
25                          <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="form-text" />
26                                 <input type="submit" name="op" id="opac-submit" value="Submit"  class="form-submit" />
27                 </form>
28         </div>
29                         <ul>
30                         <li><a href="/cgi-bin/koha/acqui/newordersuggestion.pl?booksellerid=<!-- TMPL_VAR NAME="supplierid" -->&amp;basketno=<!-- TMPL_VAR NAME="basketno" -->#suggestions_search">Search Printers</a></li>
31                         <li><a href="/cgi-bin/koha/circ/circulation.pl#circ_search">Check Out</a></li>
32                         <li><a href="/cgi-bin/koha/catalogue/advsearch.pl#catalog_search">Search the Catalog</a></li>
33                         </ul>   
34 </div>
35 <!-- End Members Resident Search Box -->