Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
580 B

[% INCLUDE 'doc-head-open.inc' %]
<title>Koha &rsaquo; Serials &rsaquo; Search for vendor</title>
[% INCLUDE 'doc-head-close.inc' %]
</head>
<body id="ser_acqui-search" class="ser">
<div class="container-fluid">
<h1>Serial subscription: search for vendor </h1>
<form action="/cgi-bin/koha/serials/acqui-search-result.pl" method="post">
<label for="text">Vendor name: </label>
<input id="text" type="text" size="25" name="supplier" />
<input type="submit" class="button" value="OK" />
</form>
[% INCLUDE 'intranet-bottom.inc' popup_window=1 %]