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