Moving </head><body> into body of templates so that js and css can be embedded per...
[koha_ffzg] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / acqui-search.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Serials &rsaquo; Search for Supplier</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 <script language="Javascript">
13
14 function GetIt(aqbooksellerid,name)
15 {
16   opener.document.f.aqbooksellerid.value = aqbooksellerid;
17   opener.document.f.aqbooksellername.value = name;
18   window.close();
19 }
20 </script>
21
22 <h1>Search supplier for serial subscription</h1>
23     <form action="/cgi-bin/koha/serials/acqui-search-result.pl" method="post">
24         <label for="text">Supplier name : </label>
25         <input id="text" type="text"  size="25"   name="supplier" />
26         <input type="submit" class="button serial" value="OK" />
27     </form>
28
29 </div>
30 </div>
31 </div>
32
33 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->