rel_3_0 moved to HEAD
[koha.git] / koha-tmpl / opac-tmpl / prog / en / opac-recacquisitions.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryNameTitle" --> Catalog -- Recent Acquisitions
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3 <!--TMPL_INCLUDE NAME="masthead_adv.inc" -->
4 <!--TMPL_INCLUDE NAME="navigation.inc" -->
5
6 <div id="main">
7
8 <h1>Recent Acquisitions</h1>
9
10 <form name="f" method="post" action="/cgi-bin/koha/opac-search.pl">
11         <div class="form">
12                         <input type="hidden" name="marclist" value="biblioitems.itemtype" />
13                         <input type="hidden" name="and_or" value="and" />
14                         <input type="hidden" name="excluding" value="" />
15                         <input type="hidden" name="operator" value="=" />
16                         <input type="hidden" name="op" value="do_search" />
17                         <input type="hidden" name="type" value="opac" />
18                         <!-- TMPL_VAR name="CGIitemtype" --> 
19                         Acquired by
20                         <input type="hidden" name="marclist" value="items.homebranch" />
21                         <input type="hidden" name="and_or" value="and" />
22                         <input type="hidden" name="excluding" value="" />
23                         <input type="hidden" name="operator" value="=" />
24                         <input type="hidden" name="op" value="do_search" />
25                         <input type="hidden" name="type" value="opac" />
26                         <select name="value">
27                                 <option value="">Any Branch</option>
28                         <!-- TMPL_LOOP name="branchloop" -->
29                                 <option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name
30 ="branchname" --></option>
31                         <!-- /TMPL_LOOP -->
32                         </select>
33                         over the last <input type="text" name="desc_or_asc" size="3" /> days
34                         <input type="hidden" name="orderby" value="biblio.timestamp" />
35                         <input type="submit" value="Search" class="submit" />
36 </div>
37         
38 </form>
39 </div>
40
41 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->