Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
709 B

[% IF ( CAN_user_catalogue ) %]
<div id="catalog_search" class="residentsearch">
<form action="/cgi-bin/koha/catalogue/search.pl" method="get" id="cat-search-block">
<label class="tip" for="search-form">Enter search keywords:</label>
[% IF ( Koha.Preference('IntranetCatalogSearchPulldown') ) %]
[% INCLUDE 'search_indexes.inc' %]
[% END %]
<input type="text" name="q" id="search-form" size="40" value="[% ms_value | html %]" title="Enter the terms you wish to search for." class="query form-text head-searchbox" />
<input type="submit" value="Submit" class="submit" />
</form>
</div>
[% END %]