Moving </head><body> into body of templates so that js and css can be embedded per...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / subscription-bib-search.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Serials</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7
8 <div id="doc" class="yui-t7">
9    <div id="bd">
10         <div class="yui-g">
11
12 <h1>Catalogue search</h1>
13
14 <form name="f" action="/cgi-bin/koha/serials/subscription-bib-search.pl" method="post">
15     <input type="hidden" name="op" value="do_search" />
16     <input type="hidden" name="type" value="intranet" />
17     <label for="q">Keyword</label>
18     <input type="text" id="q"  name="q" />
19     <input type="submit" value="Search" />
20 </form>
21
22 </div>
23 </div>
24 </div>
25
26 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->