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