Merge remote branch 'kc/new/bug_5586' into kcmaster
[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                 <!-- TMPL_UNLESS NAME="__odd__" -->
37                     <tr class="highlight">
38                 <!-- TMPL_ELSE -->
39                     <tr>
40                 <!-- /TMPL_UNLESS -->
41                         <td><!-- TMPL_VAR NAME="rowtitle" --></td>
42                         <!-- TMPL_LOOP NAME="loopcell" -->
43                         <td><!-- TMPL_IF NAME="value" --><!-- TMPL_VAR NAME="value" --><!-- /TMPL_IF -->
44                             </td>
45                         <!-- /TMPL_LOOP -->
46                     </tr>
47                 <!-- /TMPL_LOOP -->
48         </table>
49     <!-- /TMPL_LOOP -->
50 <!-- TMPL_ELSE -->
51     <h1>Patrons with no Checkouts</h1>
52     <form method="post" action="/cgi-bin/koha/reports/borrowers_out.pl">
53     <fieldset class="rows">
54                 <ol>
55                         <li><label for="patroncategory">Patron category: </label> <select name="Filter" id="patroncategory"><option value="" > Any Category code</option>
56     <!--TMPL_LOOP Name="borcatloop"-->
57         <option value="<!--TMPL_VAR Name="value"-->" ><!--TMPL_VAR Name="description"--> </option>  
58      <!--/TMPL_LOOP --> 
59     </select>
60 </li>
61         <li><label for="to">Not checked out since: </label> <input size="10" id="to" name="Filter" value="" type="text" />
62                         <img src="<!-- TMPL_VAR Name="themelang" -->/lib/calendar/cal.gif" alt="Show Calendar" id="openCalendarTo" style="cursor: pointer;" border="0" />
63                             <script type="text/javascript">
64                                 Calendar.setup(
65                                     {
66                                         inputField : "to",
67                                         ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
68                                         button : "openCalendarTo"
69                                     }
70                                 );
71                             </script></li>
72                 </ol>
73         </fieldset>
74         
75     <fieldset class="rows">
76         <legend>Limits</legend>
77                 <ol>
78                         <li><label for="numberlimit">Limit to: </label><select name="Limit" id="numberlimit">
79                         <option value ="" selected="selected">None</option>
80                         <option value ="5"> 5</option>
81                         <option value ="10">10</option>
82                         <option value ="15">15</option>
83                         <option value ="20">20</option>
84                         <option value ="25">25</option>
85                         <option value ="40">40</option>
86                         <option value ="50">50</option>
87                         <option value ="100">100</option>
88                     </select></li>
89                         <li><label for="criteria">By: </label><select name="Criteria" id="criteria">
90                         <option value ="" selected="selected">None</option>
91                         <option value ="categorycode">Patron Category</option>
92                         <option value ="branchcode">Library</option>
93                     </select></li>
94                 </ol>
95         </fieldset>
96         
97 <fieldset class="rows">
98         <legend>Output</legend>
99 <ol><li><label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li>
100 <li><label for="outputfile">To a file:</label>          <input type="radio" name="output" value="file" id="outputfile" /> <label class="inline" for="basename">Named: </label><input type="text" name="basename" id="basename" value="Export" /> <label class="inline" for="MIME">Into an application  
101                 </label><!-- TMPL_VAR NAME="CGIextChoice" -->
102                 <!-- TMPL_VAR NAME="CGIsepChoice" --></li></ol>
103         </fieldset>
104
105         <fieldset class="action">
106         <input type="submit" value="Submit" />
107         <input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->" />
108         <input type="hidden" name="do_it" value="1" />
109         </fieldset>
110         </form>
111 <!-- /TMPL_IF -->
112
113 </div>
114 </div>
115 <div class="yui-b">
116 <!-- TMPL_INCLUDE NAME="reports-menu.inc" -->
117 </div>
118 </div>
119 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->