Fixing typo in value_builder/dateaccessioned.pl; Adding error message output to addit...
[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 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>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" value="OK" />
27     </form>
28
29 </div>
30
31 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->