some spelling fixes
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / borrowers_out.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Reports</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" --><!-- TMPL_INCLUDE NAME="menu-reports.inc"-->
7 <!-- Additions to enable Calendar system -->
8 <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/lib/calendar/calendar-system.css" />
9 <!-- End of additions --><!-- Additions to enable Calendar system -->
10 <script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/calendar/calendar.js"></script>
11 <script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/calendar/calendar-en.js"></script>
12 <script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/lib/calendar/calendar-setup.js"></script>
13 <!-- End of additions -->
14
15 <div id="doc3" class="yui-t2">
16    
17    <div id="bd">
18         <div id="yui-main">
19         <div class="yui-b"><div class="yui-g">
20
21 <!-- TMPL_IF NAME="do_it" -->
22     <!-- TMPL_LOOP NAME="mainloop" -->
23         <h1>Patrons with No. Checkouts</h1>
24         <!-- TMPL_IF NAME="loopfilter"-->
25             <p>Filtered on</p>
26             <!-- TMPL_LOOP NAME="loopfilter" -->
27                     <p><!-- TMPL_IF NAME="err" -->  <!--/TMPL_IF --> <!-- TMPL_VAR NAME="crit"--> =<!-- TMPL_VAR NAME="filter"--><!-- TMPL_IF NAME="err" -->  <!--/TMPL_IF --></p>
28             <!-- /TMPL_LOOP -->
29         <!-- /TMPL_IF-->
30         
31         <table>
32             <tr >
33                 <th>Num/Patrons</th>
34                 <!-- TMPL_LOOP NAME="loopcol" -->
35                     <th><!-- TMPL_VAR NAME="coltitle" --></th>
36                 <!-- /TMPL_LOOP -->
37             </tr>
38                 <!-- TMPL_LOOP NAME="looprow" -->
39                     <tr>
40                         <!-- TMPL_IF NAME="hilighted" --><td class="hilighted"><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
41                         <!-- TMPL_VAR NAME="rowtitle" --></td>
42                         <!-- TMPL_LOOP NAME="loopcell" -->
43                             <!-- TMPL_IF NAME="hilighted" --><td class="hilighted"><!-- TMPL_ELSE --><td ><!-- /TMPL_IF -->
44                                 <!-- TMPL_IF NAME="value" --><!-- TMPL_VAR NAME="value" --><!-- /TMPL_IF -->
45                             </td>
46                         <!-- /TMPL_LOOP -->
47                     </tr>
48                 <!-- /TMPL_LOOP -->
49         </table>
50     <!-- /TMPL_LOOP -->
51 <!-- TMPL_ELSE -->
52     <h1>Patrons with no Checkouts</h1>
53     <form method="post">
54     
55     <table>
56         <thead>
57             <tr>
58             <th>Limit to </th>
59             <th>By </th>
60             <th colspan="2">Filters</th>
61             </tr>
62         </thead>
63         <tbody>
64             <tr>
65                 <td>
66                     <select name="Limit">
67                         <option value ="" checked="checked">None</option>
68                         <option value ="5"> 5</option>
69                         <option value ="10">10</option>
70                         <option value ="15">15</option>
71                         <option value ="20">20</option>
72                         <option value ="25">25</option>
73                         <option value ="40">40</option>
74                         <option value ="50">50</option>
75                         <option value ="100">100</option>
76                     </select>
77                 </td>
78                 <td>
79                     <select name="Criteria">
80                         <option value ="" checked="checked">None</option>
81                         <option value ="categorycode">Categorycode</option>
82                         <option value ="itemtype">Itemtype</option>
83                     </select>
84                 </td>
85             </tr>
86             <tr class="hilighted">
87                 <td>&nbsp;</td>
88                 <td>&nbsp;</td>
89                 <td>Patron category</td>
90                 <td><input type="text" name="Filter" value="" /></td>
91             </tr>
92             <tr class="hilighted">
93                 <td>&nbsp;</td>
94                 <td>&nbsp;</td>
95                 <td>Without issues since</td>
96                 <td><input size="10" id="to" name="Filter" value="" type="text" />
97                         <img src="<!-- TMPL_VAR Name="themelang" -->/lib/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" valign="top" border="0" hspace="0" vspace="0">
98                             <script type="text/javascript">
99                                 Calendar.setup(
100                                     {
101                                         inputField : "to",
102                                         ifFormat : "%Y-%m-%d",
103                                         button : "openCalendarTo",
104                                     }
105                                 );
106                             </script></td>
107             </tr>
108         </tbody>
109     </table>
110     
111     
112         <h3> Output </h3>
113         <input type="radio" checked name="output" value="screen" /> To screen into the browser
114         
115         <input type="radio" name="output" value="file" /> To file <input type="text" name="basename" value="Export" /> into an application  
116         <!-- TMPL_VAR NAME="CGIextChoice" -->
117         <!-- TMPL_VAR NAME="CGIsepChoice" -->
118     </p>
119     
120     <p>
121     <input type="submit" value="OK" />
122     <input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->" />
123     <input type="hidden" name="do_it" value="1" />
124     </form>
125 <!-- /TMPL_IF -->
126 </div>
127 </div>
128 </div>
129
130 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
131 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->