41 lines
1.8 KiB
Cheetah
41 lines
1.8 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryNameTitle" --> Catalog -- Recent Acquisitions
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
<!--TMPL_INCLUDE NAME="masthead_adv.inc" -->
|
|
<!--TMPL_INCLUDE NAME="navigation.inc" -->
|
|
|
|
<div id="main">
|
|
|
|
<h1>Recent Acquisitions</h1>
|
|
|
|
<form name="f" method="post" action="/cgi-bin/koha/opac-search.pl">
|
|
<div class="form">
|
|
<input type="hidden" name="marclist" value="biblioitems.itemtype" />
|
|
<input type="hidden" name="and_or" value="and" />
|
|
<input type="hidden" name="excluding" value="" />
|
|
<input type="hidden" name="operator" value="=" />
|
|
<input type="hidden" name="op" value="do_search" />
|
|
<input type="hidden" name="type" value="opac" />
|
|
<!-- TMPL_VAR name="CGIitemtype" -->
|
|
Acquired by
|
|
<input type="hidden" name="marclist" value="items.homebranch" />
|
|
<input type="hidden" name="and_or" value="and" />
|
|
<input type="hidden" name="excluding" value="" />
|
|
<input type="hidden" name="operator" value="=" />
|
|
<input type="hidden" name="op" value="do_search" />
|
|
<input type="hidden" name="type" value="opac" />
|
|
<select name="value">
|
|
<option value="">Any Branch</option>
|
|
<!-- TMPL_LOOP name="branchloop" -->
|
|
<option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name
|
|
="branchname" --></option>
|
|
<!-- /TMPL_LOOP -->
|
|
</select>
|
|
over the last <input type="text" name="desc_or_asc" size="3" /> days
|
|
<input type="hidden" name="orderby" value="biblio.timestamp" />
|
|
<input type="submit" value="Search" class="submit" />
|
|
</div>
|
|
|
|
</form>
|
|
</div>
|
|
|
|
<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
|