Adding Nelsonville Public Library's OPAC templates (npl)
[koha.git] / koha-tmpl / opac-tmpl / npl / en / includes / masthead-user.inc
1 <div id="masthead">
2 <h1>Library Catalog Search</h1>
3 <div class="menu"><form action="/cgi-bin/koha/opac-search.pl" method="post">
4 <a href="/cgi-bin/koha/opac-main.pl">Search Home</a> | <a href="" onclick="openBasket(); return false;" title="A &quot;shopping cart&quot; for your selections">Book Bag</a> | <label for="value">Search the Catalog</label>
5   <input type="hidden" name="op" value="do_search" />
6                         <input type="hidden" name="type" value="opac" />
7                         <input type="hidden" name="marclist" value="" />
8                         <input type="hidden" name="and_or" value="and" />
9                         <input type="hidden" name="excluding" value="" />
10                         <input type="hidden" name="operator" value="contains" />
11                         <input type="text" size="12" name="value" id="value" />&nbsp;<input type="submit"  class="submit" name="Go" value="Search" /></form></div>
12 <div class="menu"><a href="/cgi-bin/koha/opac-user.pl">your library home</a> |   
13         <a href="/cgi-bin/koha/opac-account.pl">your account</a>  | 
14         <a href="/cgi-bin/koha/opac-userdetails.pl">your personal details</a> | <a class="logout" href="/cgi-bin/koha/opac-logout.pl">log out</a>
15   </ul>
16 </div>
17 </div>