Bug 8143 [REVISED] Upgrade jQuery tabs to current jQueryUI version
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / sysprefs-admin-search.inc
1
2 <h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName %]</a></h1><!-- Begin Stopwords Resident Search Box -->
3 <div id="header_search">
4         <div id="syspref_search" class="residentsearch">
5         <p class="tip">System preference search:</p>
6             <form action="/cgi-bin/koha/admin/preferences.pl" method="post">
7         <input type="text" size="40" name="searchfield" value="[% searchfield %]" />
8                 <input type="hidden" value="all" name="tab" />
9         <input type="submit" name="ok" class="submit" value="Search" />
10     </form>
11         </div>
12     [% INCLUDE 'patron-search-box.inc' %]
13         [% IF ( CAN_user_catalogue ) %]
14     <div id="catalog_search" class="residentsearch">
15         <p class="tip">Enter search keywords:</p>
16                 <form action="/cgi-bin/koha/catalogue/search.pl"  method="get" id="cat-search-block">
17                          <input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="form-text" />
18                                 <input type="submit" value="Submit" class="submit" />
19                 </form>
20         </div>
21         [% END %]
22                         <ul>
23             <li><a href="#syspref_search">Search system preferences</a></li>
24             [% IF ( CAN_user_circulate ) %]<li><a href="#circ_search">Check out</a></li>[% END %]
25             [% IF ( CAN_user_catalogue ) %]<li><a href="#catalog_search">Search the catalog</a></li>[% END %]
26                         </ul>   
27 </div>
28 <!-- End Stopwords Resident Search Box -->