c6b086c165
+ removing some useless code Signed-off-by: Chris Cormack <crc@liblime.com> Signed-off-by: Joshua Ferraro <jmf@liblime.com>
25 lines
730 B
Cheetah
25 lines
730 B
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<title>Koha › Serials</title>
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
</head>
|
|
<body>
|
|
|
|
<div id="doc" class="yui-t7">
|
|
<div id="bd">
|
|
|
|
|
|
<h1>Catalogue search</h1>
|
|
<!-- TMPL_IF name="no_query" -->
|
|
<div class="warning">You must enter a term to search on </div>
|
|
<!-- /TMPL_IF -->
|
|
<form name="f" action="/cgi-bin/koha/serials/subscription-bib-search.pl" method="post">
|
|
<input type="hidden" name="op" value="do_search" />
|
|
<input type="hidden" name="type" value="intranet" />
|
|
<label for="q">Keyword</label>
|
|
<input type="text" id="q" name="q" />
|
|
<input type="submit" value="Search" />
|
|
</form>
|
|
|
|
</div>
|
|
|
|
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|