Correction to include in bookfund.tmpl; Formatting input form in systempreferences...
[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                                                                 <!-- 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         <table>
52                 <thead>
53                         <tr>
54                         <th>Limit to </th>
55                         <th>By </th>
56                         <th colspan="2">Filters</th>
57                         </tr>
58                 </thead>
59                 <tbody>
60                         <tr>
61                                 <td>
62                                         <select name="Limit">
63                                                 <option value ="" selected="selected">None</option>
64                                                 <option value ="5"> 5</option>
65                                                 <option value ="10">10</option>
66                                                 <option value ="15">15</option>
67                                                 <option value ="20">20</option>
68                                                 <option value ="25">25</option>
69                                                 <option value ="40">40</option>
70                                                 <option value ="50">50</option>
71                                                 <option value ="100">100</option>
72                                         </select>
73                                 </td>
74                                 <td>
75                                         <select name="Criteria">
76                                                 <option value ="" selected="selected">None</option>
77                                                 <option value ="homebranch">Branch</option>
78                                                 <option value ="itemtype">Itemtype</option>
79                                         </select>
80                                 </td>
81                                 <td colspan="2">&nbsp;</td>
82                         </tr>
83                         <tr class="hilighted">
84                                 <td colspan="2">&nbsp;</td>
85                                 <td><label for="branchFilter">Branch</label></td>
86                                 <td><input type="text" id="branchFilter" name="Filter" value="" /></td>
87                         </tr>
88                         <tr>
89                                 <td colspan="2">&nbsp;</td>
90                                 <td><label for="docFilter">Document type</label></td>
91                                 <td><input type="text" id="docFilter" name="Filter" value="" /></td>
92                         </tr>
93                 </tbody>
94         </table>
95         
96         
97                 <h3> Output </h3>
98                 <input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /><label for="outputscreen"> To screen into the browser</label>
99                 
100                 <input type="radio" name="output" id="outputfile" value="file" /> <label for="outputfile">To file</label> <input type="text" name="basename" value="Export" /> into an application  
101                 <!-- TMPL_VAR NAME="CGIextChoice" -->
102                 <!-- TMPL_VAR NAME="CGIsepChoice" -->
103         
104         <p><input type="submit" value="OK" />
105         <input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->" />
106         <input type="hidden" name="do_it" value="1" /></p>
107         </form>
108 <!-- /TMPL_IF -->
109
110 </div>
111 </div>
112 <div class="yui-b">
113 <!-- TMPL_INCLUDE NAME="reports-menu.inc" -->
114 </div>
115 </div>
116 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->