partial fix for bug 1891
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / catalogue_out.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Reports &rsaquo; Items with no checkouts</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> &rsaquo; Items with no checkouts</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 <!-- TMPL_IF NAME="do_it" -->
18         <!-- TMPL_LOOP NAME="mainloop" -->
19                 <h1>Items with no checkouts</h1>
20                 <!-- TMPL_IF NAME="loopfilter"-->
21                         <p>Filtered on</p>
22                         <!-- TMPL_LOOP NAME="loopfilter" -->
23                                         <p><!-- TMPL_IF NAME="err" -->  <!--/TMPL_IF --><!-- TMPL_VAR NAME="crit"--> =<!-- TMPL_VAR NAME="filter"--><!-- TMPL_IF NAME="err" -->  <!--/TMPL_IF --></p>
24                         <!-- /TMPL_LOOP -->
25                 <!-- /TMPL_IF-->
26                 
27                 <table>
28                         <tr>
29                                 <th>Num/Items</th>
30                                 <!-- TMPL_LOOP NAME="loopcol" -->
31                                         <th><!-- TMPL_VAR NAME="coltitle" --></th>
32                                 <!-- /TMPL_LOOP -->
33                         </tr>
34                                 <!-- TMPL_LOOP NAME="looprow" -->
35                                         <tr>
36                                                 <!-- TMPL_IF NAME="hilighted" --><td class="hilighted"><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
37                                                 <!-- TMPL_VAR NAME="rowtitle" --></td>
38                                                 <!-- TMPL_LOOP NAME="loopcell" -->
39                                                         <!-- TMPL_IF NAME="hilighted" --><td class="hilighted"><!-- TMPL_ELSE --><td ><!-- /TMPL_IF -->
40                                                         <p><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->"><!-- TMPL_VAR name="title" --></a></p>
41                                                         <!-- TMPL_VAR name="author" --> <!--TMPL_IF name="barcode" -->Barcode : <!-- TMPL_VAR name="barcode" --><!-- /TMPL_IF -->
42                                                         </td>
43                                                 <!-- /TMPL_LOOP -->
44                                         </tr>
45                                 <!-- /TMPL_LOOP -->
46                 </table>
47         <!-- /TMPL_LOOP -->
48 <!-- TMPL_ELSE -->
49         <h1>Items with no checkouts</h1>
50         <form method="post" action="/cgi-bin/koha/reports/catalogue_out.pl">
51         
52         <fieldset class="rows">
53                 <ol>
54                         <li>        <label for="branch">Branch: </label>
55 <select name="Filter" id="branch"><option value="" > Any Branch</option>
56     <!--TMPL_LOOP Name="branchloop"-->
57         <option value="<!--TMPL_VAR Name="value"-->" ><!--TMPL_VAR Name="branchname"--> </option>  
58      <!--/TMPL_LOOP --> 
59     </select>     </li>
60       <li> 
61         <label for="documenttype">Document Type: </label><select name="Filter" id="documenttype"><option value="" > Any Document type</option>
62     <!--TMPL_LOOP Name="itemtypeloop"-->
63         <option value="<!--TMPL_VAR Name="value"-->" ><!--TMPL_VAR Name="description"--> </option>  
64      <!--/TMPL_LOOP --> 
65     </select>
66     </li>
67                 </ol>   
68         </fieldset>
69         
70         <fieldset class="rows">
71         <legend>Limits</legend>
72                 <ol>
73                 <li><label for="numberlimit">Limit to: </label> <select name="Limit" id="numberlimit">
74                                                 <option value ="" selected="selected">None</option>
75                                                 <option value ="5"> 5</option>
76                                                 <option value ="10">10</option>
77                                                 <option value ="15">15</option>
78                                                 <option value ="20">20</option>
79                                                 <option value ="25">25</option>
80                                                 <option value ="40">40</option>
81                                                 <option value ="50">50</option>
82                                                 <option value ="100">100</option>
83                                         </select></li>
84                 <li><label for="criteria">By: </label><select name="Criteria" id="criteria">
85                                                 <option value ="" selected="selected">None</option>
86                                                 <option value ="homebranch">Branch</option>
87                                                 <option value ="itemtype">Itemtype</option>
88                                         </select></li>
89                 </ol>
90         </fieldset>
91         
92         <fieldset class="rows">
93         <legend>Output</legend>
94 <ol><li><label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li>
95 <li><label for="outputfile">To a file:</label>          <input type="radio" name="output" value="file" id="outputfile" /> <label class="inline" for="basename">Named: </label><input type="text" name="basename" id="basename" value="Export" /> <label class="inline" for="MIME">Into an application  
96                 </label><!-- TMPL_VAR NAME="CGIextChoice" -->
97                 <!-- TMPL_VAR NAME="CGIsepChoice" --></li></ol>
98         </fieldset>
99
100         <fieldset class="action">
101         <input type="submit" value="Submit" />
102         <input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->" />
103         <input type="hidden" name="do_it" value="1" />
104         </fieldset>
105         </form>
106 <!-- /TMPL_IF -->
107
108 </div>
109 </div>
110 <div class="yui-b">
111 <!-- TMPL_INCLUDE NAME="reports-menu.inc" -->
112 </div>
113 </div>
114 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->