Koha/koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_out.tmpl
2005-07-22 16:39:56 +00:00

117 lines
4 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Reports --<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<!-- Additions to enable Calendar system -->
<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/calendar/calendar-system.css">
<!-- End of additions --><!-- Additions to enable Calendar system -->
<script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/includes/calendar/calendar.js"></script>
<script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/includes/calendar/calendar-en.js"></script>
<script type="text/javascript" src="<!-- TMPL_VAR name="themelang" -->/includes/calendar/calendar-setup.js"></script>
<!-- End of additions -->
<!-- TMPL_IF NAME="do_it" -->
<!-- TMPL_LOOP NAME="mainloop" -->
<h1>Koha : Borrowers with No Issues </h1>
<!-- TMPL_IF NAME="loopfilter"-->
<p>Filtered on</p>
<!-- TMPL_LOOP NAME="loopfilter" -->
<p><!-- TMPL_IF NAME="err" --> <!--/TMPL_IF --> <!-- TMPL_VAR NAME="crit"--> =<!-- TMPL_VAR NAME="filter"--><!-- TMPL_IF NAME="err" --> <!--/TMPL_IF --></p>
<!-- /TMPL_LOOP -->
<!-- /TMPL_IF NAME="loopfilter"-->
<table>
<tr >
<th>Num/Borrowers</th>
<!-- TMPL_LOOP NAME="loopcol" -->
<th><!-- TMPL_VAR NAME="coltitle" --></th>
<!-- /TMPL_LOOP -->
</tr>
<!-- TMPL_LOOP NAME="looprow" -->
<tr>
<!-- TMPL_IF NAME="hilighted" --><td class="hilighted"><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
<!-- TMPL_VAR NAME="rowtitle" --></td>
<!-- TMPL_LOOP NAME="loopcell" -->
<!-- TMPL_IF NAME="hilighted" --><td class="hilighted"><!-- TMPL_ELSE --><td ><!-- /TMPL_IF -->
<!-- TMPL_IF NAME="value" --><!-- TMPL_VAR NAME="value" --><!-- /TMPL_IF -->
</td>
<!-- /TMPL_LOOP -->
</tr>
<!-- /TMPL_LOOP NAME="looprow" -->
</table>
<!-- /TMPL_LOOP -->
<!-- TMPL_ELSE -->
<h1>Koha : Borrowers with no Issues </h1>
<form method="post">
<table>
<thead>
<tr>
<th>Limit to </th>
<th>By </th>
<th colspan="2">Filters</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<select name="Limit">
<option value ="" checked>None</option>
<option value ="5"> 5</option>
<option value ="10">10</option>
<option value ="15">15</option>
<option value ="20">20</option>
<option value ="25">25</option>
<option value ="40">40</option>
<option value ="50">50</option>
<option value ="100">100</option>
</select>
</td>
<td>
<select name="Criteria">
<option value ="" checked>None</option>
<option value ="categorycode">Categorycode</option>
<option value ="itemtype">Itemtype</option>
</select>
</td>
</tr>
<tr class="hilighted">
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>Borrower Category</td>
<td><input type="text" name="Filter" value="" /></td>
</tr>
<tr class="hilighted">
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>Without issues since</td>
<td><input size="10" id="to" name="Filter" value="" type="text" />
<img src="<!-- TMPL_VAR Name="themelang" -->/includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" valign="top" border="0" hspace="0" vspace="0">
<script type="text/javascript">
Calendar.setup(
{
inputField : "to",
ifFormat : "%Y-%m-%d",
button : "openCalendarTo",
}
);
</script></td>
</tr>
</tbody>
</table>
<h3> Output </h3>
<input type="radio" checked name="output" value="screen" /> To screen into the browser
<input type="radio" name="output" value="file" /> To file <input type="text" name="basename" value="Export" /> into an application
<!-- TMPL_VAR NAME="CGIextChoice" -->
<!-- TMPL_VAR NAME="CGIsepChoice" -->
</p>
<p>
<input type="submit" value="OK" />
<input type="hidden" name="report_name" value="<!--TMPL_VAR NAME="report_name" -->" />
<input type="hidden" name="do_it" value="1" />
</form>
<!-- /TMPL_IF -->
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->