]> git.koha-community.org Git - koha.git/blob - koha-tmpl/intranet-tmpl/default/en/reports/borrowers_out.tmpl
Performance Improvements : Publisher lists and Item Codes becomes free input.
[koha.git] / koha-tmpl / intranet-tmpl / default / en / reports / borrowers_out.tmpl
1 <!-- TMPL_INCLUDE NAME="reportswcal-top.inc" -->
2 <div id="mainbloc" >
3
4 <!-- TMPL_IF NAME="do_it" -->
5         <!-- TMPL_LOOP NAME="mainloop" -->
6                 <h1 class="reports">Koha : Borrowers with No Issues </h1>
7                 <!-- TMPL_IF NAME="loopfilter"-->
8                         <p>Filtered on</p>
9                         <!-- TMPL_LOOP NAME="loopfilter" -->
10                                         <p><!-- TMPL_IF NAME="err" --> <font color="red"> <b><!--/TMPL_IF --><label class="label100"> <!-- TMPL_VAR NAME="crit"--> =</label><!-- TMPL_VAR NAME="filter"--><!-- TMPL_IF NAME="err" --> </font> </b><!--/TMPL_IF --></p>
11                         <!-- /TMPL_LOOP -->
12                 <!-- /TMPL_IF NAME="loopfilter"-->
13                 <br>
14                 <table>
15                         <tr >
16                                 <th class="reports">Num/Borrowers</th>
17                                 <!-- TMPL_LOOP NAME="loopcol" -->
18                                         <th class="reports"><!-- TMPL_VAR NAME="coltitle" --></th>
19                                 <!-- /TMPL_LOOP -->
20                         </tr>
21                                 <!-- TMPL_LOOP NAME="looprow" -->
22                                         <tr>
23                                                 <!-- TMPL_IF NAME="hilighted" --><td class="hilighted"><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
24                                                 <!-- TMPL_VAR NAME="rowtitle" --></td>
25                                                 <!-- TMPL_LOOP NAME="loopcell" -->
26                                                         <!-- TMPL_IF NAME="hilighted" --><td class="hilighted"><!-- TMPL_ELSE --><td ><!-- /TMPL_IF -->
27                                                                 <!-- TMPL_IF NAME="value" --><!-- TMPL_VAR NAME="value" --><!-- /TMPL_IF -->
28                                                         </td>
29                                                 <!-- /TMPL_LOOP -->
30                                         </tr>
31                                 <!-- /TMPL_LOOP NAME="looprow" -->
32                 </table>
33         <!-- /TMPL_LOOP -->
34 <!-- TMPL_ELSE -->
35         <h1 class = "reports">Koha : Borrowers with no Issues  </h1>
36         <form method="post">
37         
38         <table>
39                 <thead>
40                         <tr>
41                         <th class="reports">Limit to </th>
42                         <th class="reports">By </th>
43                         <th class="reports" colspan="2">Filters</th>
44                         </tr>
45                 </thead>
46                 <tbody>
47                         <tr>
48                                 <td>
49                                         <select name="Limit">
50                                                 <option value ="" checked>None</option>
51                                                 <option value ="5"> 5</option>
52                                                 <option value ="10">10</option>
53                                                 <option value ="15">15</option>
54                                                 <option value ="20">20</option>
55                                                 <option value ="25">25</option>
56                                                 <option value ="40">40</option>
57                                                 <option value ="50">50</option>
58                                                 <option value ="100">100</option>
59                                         </select>
60                                 </td>
61                                 <td>
62                                         <select name="Criteria">
63                                                 <option value ="" checked>None</option>
64                                                 <option value ="categorycode">Categorycode</option>
65                                                 <option value ="itemtype">Itemtype</option>
66                                         </select>
67                                 </td>
68                         </tr>
69                         <tr class="hilighted">
70                                 <td>&nbsp;</td>
71                                 <td>&nbsp;</td>
72                                 <td>Borrower Category</td>
73                                 <td><input type="text" name="Filter" value=""></td>
74                         </tr>
75                 </tbody>
76         </table>
77         
78         <div id="bloc25">
79                 <h3 class="reports"> Output </h3>
80                 <input type="radio" checked name="output" value="screen" > To screen into the browser
81                 <br>
82                 <input type="radio" name="output" value="file"> To file <input type="text" name="basename" value="Export"> into an application  
83                 <!-- TMPL_VAR NAME="CGIextChoice" -->
84                 <!-- TMPL_VAR NAME="CGIsepChoice" -->
85         </p>
86         </div>
87         <p>
88         <input TYPE="submit" value="OK" class="button reports">
89         <input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->">
90         <input type="hidden" name="do_it" value="1">
91         </form>
92 <!-- /TMPL_IF -->
93 </div>
94 <!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->