4e56580b255c440ffa42434e810caef225b955c3
[koha-ffzg.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                                                                 <!-- TMPL_IF NAME="value" --><!-- TMPL_VAR NAME="value" --><!-- /TMPL_IF -->
41                                                         </td>
42                                                 <!-- /TMPL_LOOP -->
43                                         </tr>
44                                 <!-- /TMPL_LOOP -->
45                 </table>
46         <!-- /TMPL_LOOP -->
47 <!-- TMPL_ELSE -->
48         <h1>Items with no checkouts</h1>
49         <form method="post" action="/cgi-bin/koha/reports/catalogue_out.pl">
50         
51         <fieldset class="rows">
52                 <ol>
53                         <li>        <label for="branch">Branch: </label>
54 <select name="Filter" id="branch"><option value="" > Any Branch</option>
55     <!--TMPL_LOOP Name="branchloop"-->
56         <option value="<!--TMPL_VAR Name="value"-->" ><!--TMPL_VAR Name="branchname"--> </option>  
57      <!--/TMPL_LOOP --> 
58     </select>     </li>
59       <li> 
60         <label for="documenttype">Document Type: </label><select name="Filter" id="documenttype"><option value="" > Any Document type</option>
61     <!--TMPL_LOOP Name="itemtypeloop"-->
62         <option value="<!--TMPL_VAR Name="value"-->" ><!--TMPL_VAR Name="description"--> </option>  
63      <!--/TMPL_LOOP --> 
64     </select>
65     </li>
66                 </ol>   
67         </fieldset>
68         
69         <fieldset class="rows">
70         <legend>Limits</legend>
71                 <ol>
72                 <li><label for="numberlimit">Limit to: </label> <select name="Limit" id="numberlimit">
73                                                 <option value ="" selected="selected">None</option>
74                                                 <option value ="5"> 5</option>
75                                                 <option value ="10">10</option>
76                                                 <option value ="15">15</option>
77                                                 <option value ="20">20</option>
78                                                 <option value ="25">25</option>
79                                                 <option value ="40">40</option>
80                                                 <option value ="50">50</option>
81                                                 <option value ="100">100</option>
82                                         </select></li>
83                 <li><label for="criteria">By: </label><select name="Criteria" id="criteria">
84                                                 <option value ="" selected="selected">None</option>
85                                                 <option value ="homebranch">Branch</option>
86                                                 <option value ="itemtype">Itemtype</option>
87                                         </select></li>
88                 </ol>
89         </fieldset>
90         
91         <fieldset class="rows">
92         <legend>Output</legend>
93 <ol><li><label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li>
94 <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  
95                 </label><!-- TMPL_VAR NAME="CGIextChoice" -->
96                 <!-- TMPL_VAR NAME="CGIsepChoice" --></li></ol>
97         </fieldset>
98
99         <fieldset class="action">
100         <input type="submit" value="Submit" />
101         <input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->" />
102         <input type="hidden" name="do_it" value="1" />
103         </fieldset>
104         </form>
105 <!-- /TMPL_IF -->
106
107 </div>
108 </div>
109 <div class="yui-b">
110 <!-- TMPL_INCLUDE NAME="reports-menu.inc" -->
111 </div>
112 </div>
113 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->