Synching with rel_2_2.
[koha.git] / koha-tmpl / intranet-tmpl / npl / en / reports / catalogue_out.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Reports<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 <!-- TMPL_INCLUDE NAME="masthead.inc" -->
3 <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
4
5 <div id="main">
6
7 <!-- TMPL_IF NAME="do_it" -->
8         <!-- TMPL_LOOP NAME="mainloop" -->
9                 <h1>Items with No Issues </h1>
10                 <!-- TMPL_IF NAME="loopfilter"-->
11                         <p>Filtered on</p>
12                         <!-- TMPL_LOOP NAME="loopfilter" -->
13                                         <p><!-- TMPL_IF NAME="err" --> <span class="error"> <b><!--/TMPL_IF --><strong><!-- TMPL_VAR NAME="crit"--> =</strong><!-- TMPL_VAR NAME="filter"--><!-- TMPL_IF NAME="err" --> </span> </b><!--/TMPL_IF --></p>
14                         <!-- /TMPL_LOOP -->
15                 <!-- /TMPL_IF NAME="loopfilter"-->
16                 
17                 <table>
18                         <tr>
19                                 <th>Num/Items</th>
20                                 <!-- TMPL_LOOP NAME="loopcol" -->
21                                         <th><!-- TMPL_VAR NAME="coltitle" --></th>
22                                 <!-- /TMPL_LOOP -->
23                         </tr>
24                                 <!-- TMPL_LOOP NAME="looprow" -->
25                                         <tr>
26                                                 <!-- TMPL_IF NAME="hilighted" --><td><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
27                                                 <!-- TMPL_VAR NAME="rowtitle" --></td>
28                                                 <!-- TMPL_LOOP NAME="loopcell" -->
29                                                         <!-- TMPL_IF NAME="hilighted" --><td><!-- TMPL_ELSE --><td ><!-- /TMPL_IF -->
30                                                                 <!-- TMPL_IF NAME="value" --><!-- TMPL_VAR NAME="value" --><!-- /TMPL_IF -->
31                                                         </td>
32                                                 <!-- /TMPL_LOOP -->
33                                         </tr>
34                                 <!-- /TMPL_LOOP NAME="looprow" -->
35                 </table>
36         <!-- /TMPL_LOOP -->
37 <!-- TMPL_ELSE -->
38         <h1>Koha : Items with no Issues </h1>
39         <form method="post">
40         
41         <table>
42                 <thead>
43                         <tr>
44                         <th>Limit to </th>
45                         <th>By </th>
46                         <th colspan="2">Filters</th>
47                         </tr>
48                 </thead>
49                 <tbody>
50                         <tr>
51                                 <td>
52                                         <select name="Limit">
53                                                 <option value ="" checked>None</option>
54                                                 <option value ="5"> 5</option>
55                                                 <option value ="10">10</option>
56                                                 <option value ="15">15</option>
57                                                 <option value ="20">20</option>
58                                                 <option value ="25">25</option>
59                                                 <option value ="40">40</option>
60                                                 <option value ="50">50</option>
61                                                 <option value ="100">100</option>
62                                         </select>
63                                 </td>
64                                 <td>
65                                         <select name="Criteria">
66                                                 <option value ="" checked>None</option>
67                                                 <option value ="homebranch">Branch</option>
68                                                 <option value ="itemtype">Itemtype</option>
69                                         </select>
70                                 </td>
71                                 <td colspan="2">&nbsp;</td>
72                         </tr>
73                         <tr>
74                                 <td>&nbsp;</td>
75                                 <td>&nbsp;</td>
76                                 <td>Branch</td>
77                                 <td><input type="text" name="Filter" value=""></td>
78                         </tr>
79                         <tr>
80                                 <td>&nbsp;</td>
81                                 <td>&nbsp;</td>
82                                 <td>Document Type</td>
83                                 <td><input type="text" name="Filter" value=""></td>
84                         </tr>
85                 </tbody>
86         </table>
87 <div class="data">
88 <table>
89         <caption>Output Options</caption>
90         <tr><td colspan="2"><label for="screen">To the Screen</label> <input type="radio" checked name="output" value="screen" id="screen" /></td></tr>
91         <tr><td colspan="2"><label for="file">To file a file</label><input type="radio" name="output" value="file" id="file" /></td></tr>
92 <tr><td>&nbsp;</td><td><label for="basename">...named:</label>   <input type="text" id="basename" name="basename" value="Export" /></td></td></tr>
93 <tr><td>&nbsp;</td><td><label for="MIME">File Format:</label> <!-- TMPL_VAR NAME="CGIextChoice" --></td></tr>
94 <tr><td>&nbsp;</td><td><label for="sep">Delimiter:</label> <!-- TMPL_VAR NAME="CGIsepChoice" --></td></tr>
95 </table>
96                 
97         <p>
98         <input type="submit" value="Generate Report" class="submit" />
99         <input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->" />
100         <input type="hidden" name="do_it" value="1" />
101         </form></p>
102         </div>
103 <!-- /TMPL_IF -->
104 </div>
105 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->