Add authorised values descriptions to selector for "location".
[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     <fieldset class="rows">
52                 <ol>
53                         <li><label for="patroncategory">Patron category: </label> <select name="Filter" id="patroncategory"><option value="" > Any Category code</option>
54     <!--TMPL_LOOP Name="borcatloop"-->
55         <option value="<!--TMPL_VAR Name="value"-->" ><!--TMPL_VAR Name="description"--> </option>  
56      <!--/TMPL_LOOP --> 
57     </select>
58 </li>
59         <li><label for="to">Without issues since: </label> <input size="10" id="to" name="Filter" value="" type="text" />
60                         <img src="<!-- TMPL_VAR Name="themelang" -->/lib/calendar/cal.gif" alt="Show Calendar" id="openCalendarTo" style="cursor: pointer;" border="0" />
61                             <script type="text/javascript">
62                                 Calendar.setup(
63                                     {
64                                         inputField : "to",
65                                         ifFormat : "<!-- TMPL_VAR NAME="DHTMLcalendar_dateformat" -->",
66                                         button : "openCalendarTo",
67                                     }
68                                 );
69                             </script></li>
70                 </ol>
71         </fieldset>
72         
73     <fieldset class="rows">
74         <legend>Limits</legend>
75                 <ol>
76                         <li><label for="numberlimit">Limit to: </label><select name="Limit" id="numberlimit">
77                         <option value ="" selected="selected">None</option>
78                         <option value ="5"> 5</option>
79                         <option value ="10">10</option>
80                         <option value ="15">15</option>
81                         <option value ="20">20</option>
82                         <option value ="25">25</option>
83                         <option value ="40">40</option>
84                         <option value ="50">50</option>
85                         <option value ="100">100</option>
86                     </select></li>
87                         <li><label for="criteria">By: </label><select name="Criteria" id="criteria">
88                         <option value ="" selected="selected">None</option>
89                         <option value ="categorycode">Categorycode</option>
90                         <option value ="itemtype">Itemtype</option>
91                     </select></li>
92                 </ol>
93         </fieldset>
94         
95 <fieldset class="rows">
96         <legend>Output</legend>
97 <ol><li><label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li>
98 <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  
99                 </label><!-- TMPL_VAR NAME="CGIextChoice" -->
100                 <!-- TMPL_VAR NAME="CGIsepChoice" --></li></ol>
101         </fieldset>
102
103         <fieldset class="action">
104         <input type="submit" value="Submit" />
105         <input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->" />
106         <input type="hidden" name="do_it" value="1" />
107         </fieldset>
108         </form>
109 <!-- /TMPL_IF -->
110
111 </div>
112 </div>
113 <div class="yui-b">
114 <!-- TMPL_INCLUDE NAME="reports-menu.inc" -->
115 </div>
116 </div>
117 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->