c539824fc83d5d8f8d82db039b304f55b48f379b
[srvgit] / koha-tmpl / intranet-tmpl / default / de / 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 : Benutzer OHNE Ausleihen </h1>
7                 <!-- TMPL_IF NAME="loopfilter"-->
8                         <p>gefiltert auf</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">Nummer/Benutzer</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 : Benutzer ohne Ausleihen  </h1>
36         <form method="post">
37         
38         <table>
39                 <thead>
40                         <tr>
41                         <th class="reports">Beschr&auml;nkt auf </th>
42                         <th class="reports">Nur </th>
43                         <th class="reports" colspan="2">Filter</th>
44                         </tr>
45                 </thead>
46                 <tbody>
47                         <tr>
48                                 <td>
49                                         <select name="Limit">
50                                                 <option value ="" checked>Keine</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>Keine</option>
64                                                 <option value ="categorycode">Categorycode</option>
65                                                 <option value ="itemtype">Medientyp</option>
66                                         </select>
67                                 </td>
68                         </tr>
69                         <tr class="hilighted">
70                                 <td>&nbsp;</td>
71                                 <td>&nbsp;</td>
72                                 <td>Benutzerkategorie</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"> Ausgabe </h3>
80                 <input type="radio" checked name="output" value="screen" > In ein Browserfenster
81                 <br>
82                 <input type="radio" name="output" value="file"> In eine Datei <input type="text" name="basename" value="Export"> In eine Anwendung <!-- TMPL_VAR NAME="CGIextChoice" --> <!-- TMPL_VAR NAME="CGIsepChoice" -->
83         </p>
84         </div>
85         <p>
86         <input TYPE="submit" value="OK" class="button reports">
87         <input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->">
88         <input type="hidden" name="do_it" value="1">
89         </form>
90 <!-- /TMPL_IF -->
91 </div>
92 <!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->