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