Logical error where closing tags for LI and OL were inside the (2nd half of the)...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / members / member-quicksearch.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Patron Quick Search</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6
7 <div id="doc" class="yui-t7">
8    <div id="bd">
9
10 <!-- TMPL_INCLUDE NAME="header.inc" -->    <form action="/cgi-bin/koha/members/member.pl" method="post" id="mainform" class="mainform">
11     <label for="member">Patron Search:</label><input id="member" type="text" size="25" name="member" /><input type="hidden" name="quicksearch" value="1" />
12     <input type="submit" value="Search" />
13     </form>
14
15 </div>
16
17 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->