Koha/koha-tmpl/intranet-tmpl/prog/en/modules/serials/acqui-search.tmpl
Owen Leonard 205d0d3200 Adding breadcrumbs menu to serials pages
Signed-off-by: Chris Cormack <crc@liblime.com>
2007-09-14 17:47:19 -05:00

31 lines
830 B
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
<title>Koha &rsaquo; Serials &rsaquo; Search for Supplier</title>
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<script type="text/javascript">
//<![CDATA[
function GetIt(aqbooksellerid,name)
{
opener.document.f.aqbooksellerid.value = aqbooksellerid;
opener.document.f.aqbooksellername.value = name;
window.close();
}
//]]>
</script>
</head>
<body>
<div id="doc" class="yui-t7">
<div id="bd">
<h1>Search supplier for serial subscription</h1>
<form action="/cgi-bin/koha/serials/acqui-search-result.pl" method="post">
<label for="text">Supplier name : </label>
<input id="text" type="text" size="25" name="supplier" />
<input type="submit" class="button" value="OK" />
</form>
</div>
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->