Merge branch 'master' of /home/jmf/repos/koha-rm-root.git/
[koha.git] / koha-tmpl / opac-tmpl / prog / en / includes / masthead.inc
1 <div id="masthead-image">
2         <!-- TMPL_IF NAME="opacsmallimage" -->
3         <img alt="<!-- TMPL_VAR NAME="LibraryName" -->" src="<!-- TMPL_VAR NAME="opacsmallimage" -->" />
4         <!-- TMPL_ELSE -->
5                         <img src="/opac-tmpl/<!-- TMPL_VAR name="theme" -->/images/koha-logo-blue.png" alt="koha logo"/>
6
7         <!-- /TMPL_IF -->
8 </div>
9 <div id="masthead">
10         <!-- TMPL_VAR NAME="LibraryName" -->
11 </div>
12 <div id="opac-main-search">
13     Search
14     <form name="searchform" method="post" action="/cgi-bin/koha/opac-search.pl" id="searchform">
15         <input type="text" name="q" style="width: 30%;"/>
16         <input type="submit" value="OK" class="submit" />
17     </form>
18     <a href="/cgi-bin/koha/opac-search.pl">more search options</a>
19 </div>