Bug 10855: Squash several fixes
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / serials / acqui-search.tt
1 [% INCLUDE 'doc-head-open.inc' %]
2 <title>Koha &rsaquo; Serials &rsaquo; Search for vendor</title>
3 [% INCLUDE 'doc-head-close.inc' %]
4 <script type="text/javascript">
5 //<![CDATA[
6 function GetIt(aqbooksellerid,name)
7 {
8   opener.document.f.aqbooksellerid.value = aqbooksellerid;
9   opener.document.f.aqbooksellername.value = name;
10   window.close();
11 }
12 //]]>
13 </script>
14 </head>
15 <body id="ser_acqui-search" class="ser">
16
17 <div id="doc" class="yui-t7">
18    <div id="bd">
19
20
21 <h1>Serial subscription: search for vendor </h1>
22     <form action="/cgi-bin/koha/serials/acqui-search-result.pl" method="post">
23         <label for="text">Vendor name : </label>
24         <input id="text" type="text"  size="25" name="supplier" />
25         <input type="submit" class="button" value="OK" />
26     </form>
27
28 </div>
29
30 [% INCLUDE 'intranet-bottom.inc' %]