Merge remote-tracking branch 'origin/new/bug_6291'
[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>
16
17 <div id="doc" class="yui-t7">
18    <div id="bd">
19         
20
21
22 <h1>Serial subscription: search for vendor </h1>
23     <form action="/cgi-bin/koha/serials/acqui-search-result.pl" method="post">
24         <label for="text">Vendor name : </label>
25         <input id="text" type="text"  size="25" name="supplier" />
26         <input type="submit" class="button" value="OK" />
27     </form>
28
29 </div>
30
31 [% INCLUDE 'intranet-bottom.inc' %]