Beginning redesign of the OPAC. At this stage it's a move to make it more like the...
[koha-ffzg.git] / koha-tmpl / opac-tmpl / prog / en / modules / 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 </head>
4 <body>
5 <!--TMPL_INCLUDE NAME="masthead_adv.inc" -->
6 <!--TMPL_INCLUDE NAME="navigation.inc" -->
7
8 <div id="main">
9
10 <h1>Recent Acquisitions</h1>
11
12 <form name="f" method="post" action="/cgi-bin/koha/opac-search.pl">
13         <div class="form">
14                         <input type="hidden" name="marclist" value="biblioitems.itemtype" />
15                         <input type="hidden" name="and_or" value="and" />
16                         <input type="hidden" name="excluding" value="" />
17                         <input type="hidden" name="operator" value="=" />
18                         <input type="hidden" name="op" value="do_search" />
19                         <input type="hidden" name="type" value="opac" />
20                         <!-- TMPL_VAR name="CGIitemtype" --> 
21                         Acquired by
22                         <input type="hidden" name="marclist" value="items.homebranch" />
23                         <input type="hidden" name="and_or" value="and" />
24                         <input type="hidden" name="excluding" value="" />
25                         <input type="hidden" name="operator" value="=" />
26                         <input type="hidden" name="op" value="do_search" />
27                         <input type="hidden" name="type" value="opac" />
28                         <select name="value">
29                                 <option value="">Any Branch</option>
30                         <!-- TMPL_LOOP name="branchloop" -->
31                                 <option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name
32 ="branchname" --></option>
33                         <!-- /TMPL_LOOP -->
34                         </select>
35                         over the last <input type="text" name="desc_or_asc" size="3" /> days
36                         <input type="hidden" name="orderby" value="biblio.timestamp" />
37                         <input type="submit" value="Search" class="submit" />
38 </div>
39         
40 </form>
41 </div>
42
43 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->