Merge remote branch 'kc/new/bug_5586' into kcmaster
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / itemslost.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Reports &rsaquo; Lost Items</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
8
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a><!-- TMPL_IF NAME="get_items" --> &rsaquo; <a href="/cgi-bin/koha/reports/itemslost.pl">Lost Items</a> &rsaquo; Results<!-- TMPL_ELSE --> &rsaquo; Lost Items<!-- /TMPL_IF --></div>
10
11 <div id="doc3" class="yui-t2">
12    
13    <div id="bd">
14         <div id="yui-main">
15         <div class="yui-b">
16
17 <h1>Lost Items</h1>
18
19 <!-- TMPL_IF NAME="get_items" -->
20
21 <div class="results">
22     <!-- TMPL_IF NAME="total" -->
23         <!-- TMPL_VAR NAME="total" --> lost items found
24     <!-- TMPL_ELSE-->
25         No lost items found
26     <!-- /TMPL_IF -->
27 </div>
28
29     <!-- TMPL_IF NAME="itemsloop" --><table>
30     <tr>
31         <th>Title</th>
32         <th>Author</th>
33         <th>Lost Code</th>
34         <th>Barcode</th>
35         <th>Date last seen</th>
36         <th>Price</th>
37         <th>Rep.Price</th>
38         <th>Library</th>
39         <th>Itemtype</th>
40         <th>Holdingbranch</th>
41         <th>Location</th>
42         <th>Notes</th>
43     </tr>
44      <!-- TMPL_LOOP NAME="itemsloop"-->
45         <!-- TMPL_UNLESS NAME="__odd__" -->
46         <tr class="highlight">
47         <!-- TMPL_ELSE -->
48         <tr>
49         <!-- /TMPL_UNLESS -->
50             <td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber"-->" title="<!-- TMPL_VAR NAME="itemnotes"-->">
51                                                   <!-- TMPL_VAR NAME="title" escape="html" -->
52                                          </a></td>
53             <td><!-- TMPL_VAR NAME="author"--></td>
54             <td><!-- TMPL_VAR NAME="lib"--></td>
55             <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber"-->" title="<!-- TMPL_VAR NAME="itemnotes"-->">
56                     <!-- TMPL_VAR NAME="barcode"-->
57                 </a></td>
58             <td><!-- TMPL_VAR NAME="datelastseen"--></td>
59             <td><!-- TMPL_VAR NAME="price" --></td>
60             <td><!-- TMPL_VAR NAME="replacementprice" --></td>
61             <td><!-- TMPL_VAR NAME="homebranch" --></td>
62             <td><!-- TMPL_IF NAME="itype_level" --><!-- TMPL_VAR NAME="itype" --><!-- TMPL_ELSE --><!-- TMPL_VAR NAME="itemtype" --><!-- /TMPL_IF --></td>
63             <td><!-- TMPL_VAR NAME="holdingbranch"--></td>
64             <td><!-- TMPL_VAR NAME="location"--></td>
65             <td><!-- TMPL_VAR NAME="itemnotes"--></td>
66         </tr>
67     <!-- /TMPL_LOOP -->
68     </table>
69         <!-- /TMPL_IF --> 
70         <!-- TMPL_ELSE -->
71         
72         <form name="f" action="/cgi-bin/koha/reports/itemslost.pl" method="post">
73 <fieldset class="rows"><ol>    <li><label for="orderbyfilter">Order by: </label>
74     <select id="orderbyfilter" name="orderbyfilter">
75         <option value=""> --- </option>
76         <option value="title">Title</option>
77         <option value="author">Author</option>
78         <option value="homebranch">Library</option>
79         <option value="itype">Itemtypes</option>
80         <option value="barcode">Barcode</option>
81         <option value="price">Price</option>
82         <option value="replacementprice">Replacement Price</option>
83         <option value="lib">Lost Code</option>
84         <option value="datelastseen">Date Last Seen</option>
85         <option value="location">Location</option>
86     </select></li>
87         
88         <li><label for="barcodefilter">Barcode: </label><input type="text" name="barcodefilter" id="barcodefilter" size="6" /></li>
89         <li><label for="branchfilter">Library: </label><select name="branchfilter" id="branchfilter">
90                 <option value="">All</option>
91             <!-- TMPL_LOOP name="branchloop" -->
92                 <!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="branchname" --></option>
93                                 <!-- TMPL_ELSE -->
94                                 <option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="branchname" --></option>
95                                 <!-- /TMPL_IF -->
96             <!-- /TMPL_LOOP -->
97             </select></li>
98         <li><label for="itemtypesfilter">Item Type: </label><select name="itemtypesfilter" id="itemtypesfilter">
99                 <option value="">All</option>
100                 <!-- TMPL_LOOP name="itemtypeloop" -->
101                 <!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="description" --></option>
102                                 <!-- TMPL_ELSE -->
103                                 <option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="description" --></option>
104                                 <!-- /TMPL_IF -->
105                 <!-- /TMPL_LOOP -->
106             </select></li>
107
108         <li><label for="loststatusfilter">Lost Status: </label><select name="loststatusfilter" id="loststatusfilter">
109                 <option value="">All</option>
110                 <!-- TMPL_LOOP name="loststatusloop" -->
111                 <!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR NAME="authorised_value" -->" selected="selected"><!-- TMPL_VAR NAME="lib" --></option>
112                 <!-- TMPL_ELSE -->
113                 <option value="<!-- TMPL_VAR NAME="authorised_value" -->"><!-- TMPL_VAR NAME="lib" --></option>
114                 <!-- /TMPL_IF -->
115                 <!-- /TMPL_LOOP -->
116             </select></li>
117 </ol></fieldset>
118 <fieldset class="action">    <input type="submit" value="Submit" />
119     <input type="hidden" name="get_items" value="1" /></fieldset>
120 </form>
121         
122         <!-- /TMPL_IF -->
123
124 </div>
125 </div>
126 <div class="yui-b">
127 <!-- TMPL_INCLUDE NAME="reports-menu.inc" -->
128 </div>
129 </div>
130 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->