853f5f43af86652a2cdb558f7cb2b6771f74758f
[koha.git] / 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 <script language="Javascript">
5
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 </script>
13 </head>
14 <body>
15
16 <div id="doc" class="yui-t7">
17    <div id="bd">
18         <div class="yui-g">
19
20
21 <h1>Search supplier for serial subscription</h1>
22     <form action="/cgi-bin/koha/serials/acqui-search-result.pl" method="post">
23         <label for="text">Supplier name : </label>
24         <input id="text" type="text"  size="25"   name="supplier" />
25         <input type="submit" class="button serial" value="OK" />
26     </form>
27
28 </div>
29 </div>
30 </div>
31
32 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->