[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/reports bor... [rel_2_2]
From: |
Owen Leonard |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/reports bor... [rel_2_2] |
Date: |
Wed, 04 Jan 2006 22:26:53 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Owen Leonard <address@hidden> 06/01/04 22:26:53
Modified files:
koha-tmpl/intranet-tmpl/npl/en/reports: borrowers_out.tmpl
cat_issues_top.tmpl
catalogue_out.tmpl
Log message:
Synching with default template
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/reports/borrowers_out.tmpl.diff?only_with_tag=rel_2_2&tr1=1.1.2.2&tr2=1.1.2.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/reports/cat_issues_top.tmpl.diff?only_with_tag=rel_2_2&tr1=1.1.2.2&tr2=1.1.2.3&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/reports/catalogue_out.tmpl.diff?only_with_tag=rel_2_2&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text
Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/reports/borrowers_out.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/reports/borrowers_out.tmpl:1.1.2.2
koha/koha-tmpl/intranet-tmpl/npl/en/reports/borrowers_out.tmpl:1.1.2.3
--- koha/koha-tmpl/intranet-tmpl/npl/en/reports/borrowers_out.tmpl:1.1.2.2
Wed Jun 8 20:53:12 2005
+++ koha/koha-tmpl/intranet-tmpl/npl/en/reports/borrowers_out.tmpl Wed Jan
4 22:26:53 2006
@@ -6,16 +6,16 @@
<!-- TMPL_IF NAME="do_it" -->
<!-- TMPL_LOOP NAME="mainloop" -->
- <h1>Patrons with No Issues </h1>
+ <h1>Koha : Borrowers with No Issues </h1>
<!-- TMPL_IF NAME="loopfilter"-->
<p>Filtered on</p>
<!-- TMPL_LOOP NAME="loopfilter" -->
- <p><!-- TMPL_IF NAME="err" --> <span
class="error"> <b><!--/TMPL_IF --><strong><!-- TMPL_VAR NAME="crit"-->
=</strong><!-- TMPL_VAR NAME="filter"--><!-- TMPL_IF NAME="err" --> </font>
</b><!--/TMPL_IF --></p>
+ <p><!-- TMPL_IF NAME="err" --> <font
color="red"> <b><!--/TMPL_IF --><label class="label100"> <!-- TMPL_VAR
NAME="crit"--> =</label><!-- TMPL_VAR NAME="filter"--><!-- TMPL_IF NAME="err"
--> </font> </b><!--/TMPL_IF --></p>
<!-- /TMPL_LOOP -->
<!-- /TMPL_IF NAME="loopfilter"-->
-
+ <br>
<table>
- <tr>
+ <tr >
<th>Num/Borrowers</th>
<!-- TMPL_LOOP NAME="loopcol" -->
<th><!-- TMPL_VAR NAME="coltitle"
--></th>
@@ -23,10 +23,10 @@
</tr>
<!-- TMPL_LOOP NAME="looprow" -->
<tr>
- <!-- TMPL_IF NAME="hilighted"
--><td><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
+ <!-- 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><!-- TMPL_ELSE --><td ><!-- /TMPL_IF -->
+ <!-- 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 -->
@@ -35,19 +35,20 @@
</table>
<!-- /TMPL_LOOP -->
<!-- TMPL_ELSE -->
- <h1>Koha : Borrowers with no Issues </h1>
- <form method="post">
-
+ <h1 class = "reports">Koha : Borrowers with no Issues </h1>
+ <form method="post" action="/cgi-bin/koha/reports/borrowers_out.pl">
+ <div class="data">
<table>
<thead>
<tr>
- <th>Limit to </th>
- <th>By </th>
- <th colspan="2">Filters</th>
+ <th scope="col"> </th>
+ <th scope="col">Limit to </th>
+ <th scope="col">By </th>
</tr>
</thead>
<tbody>
<tr>
+ <td> </td>
<td>
<select name="Limit">
<option value =""
checked>None</option>
@@ -68,20 +69,27 @@
<option value
="itemtype">Itemtype</option>
</select>
</td>
- <td colspan="2"> </td>
</tr>
<tr>
- <td> </td>
- <td> </td>
- <td><label for="borrowercategory">Borrower
Category</label></td>
- <td><input type="text" name="Filter"
id="borrowercategory" value="" /></td>
+ <th colspan="3" scope="col">Filters</th></tr>
+ <tr class="hilighted">
+
+ <th scope="row">Borrower Category</th>
+ <td colspan="2">
+ <select name="Filter">
+ <option value="">All Borrower
Categories</option>
+ <!-- TMPL_LOOP
name="borcatloop" -->
+ <option value="<!--
TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!--
/TMPL_IF -->><!-- TMPL_VAR name
+ ="description" --></option>
+ <!-- /TMPL_LOOP -->
+ </select>
+ </td>
</tr>
- <tr class="hilighted">
- <td> </td>
- <td> </td>
- <td><label for="issuessince">Without issues
since:</label> </td>
- <td><input size="10" id="to" id="issuessince"
name="Filter" value="" type="text" />
- <img src="<!-- TMPL_VAR
Name="themelang" -->/includes/calendar/cal.gif" id="openCalendarTo"
style="cursor: pointer;" />
+ <tr class="hilighted">
+
+ <th scope="row">Without issues since</th>
+ <td colspan="2"><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(
{
@@ -94,22 +102,21 @@
</tr>
</tbody>
</table>
-
-<table>
- <caption>Output Options</caption>
- <tr><td colspan="2"><label for="screen">To the Screen</label> <input
type="radio" checked name="output" value="screen" id="screen" /></td></tr>
- <tr><td colspan="2"><label for="file">To file a file</label><input
type="radio" name="output" value="file" id="file" /></td></tr>
-<tr><td> </td><td><label for="basename">...named:</label> <input
type="text" id="basename" name="basename" value="Export" /></td></td></tr>
-<tr><td> </td><td><label for="MIME">File Format:</label> <!-- TMPL_VAR
NAME="CGIextChoice" --></td></tr>
-<tr><td> </td><td><label for="sep">Delimiter:</label> <!-- TMPL_VAR
NAME="CGIsepChoice" --></td></tr>
-</table>
-
- <p>
- <input type="submit" value="Generate Report" class="submit" />
- <input type="hidden" name="report_name" value="<!--TMPL_VAR
NAME="report_name" -->" />
- <input type="hidden" name="do_it" value="1" />
- </form></p>
</div>
+ <div class="details">
+ <h3> Output </h3>
+ <input type="radio" checked="checked" name="output"
value="screen" > To screen into the browser
+ <br>
+ <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>
+ </div>
+ <p>
+ <input type="submit" value="Generate Report" class="submit">
+ <input type="hidden" name="report_name" value="<!--TMPL_VAR
NAME="report_name" -->">
+ <input type="hidden" name="do_it" value="1">
+ </form>
<!-- /TMPL_IF -->
</div>
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
Index: koha/koha-tmpl/intranet-tmpl/npl/en/reports/cat_issues_top.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/reports/cat_issues_top.tmpl:1.1.2.2
koha/koha-tmpl/intranet-tmpl/npl/en/reports/cat_issues_top.tmpl:1.1.2.3
--- koha/koha-tmpl/intranet-tmpl/npl/en/reports/cat_issues_top.tmpl:1.1.2.2
Sat Sep 3 13:38:25 2005
+++ koha/koha-tmpl/intranet-tmpl/npl/en/reports/cat_issues_top.tmpl Wed Jan
4 22:26:53 2006
@@ -15,18 +15,18 @@
<!-- TMPL_IF NAME="loopfilter"-->
<p>Filtered on</p>
<!-- TMPL_LOOP NAME="loopfilter" -->
- <p><!-- TMPL_IF NAME="err" --> <span
class="error"> <b><!--/TMPL_IF --><strong><!-- TMPL_VAR NAME="crit"-->
=</strong><!-- TMPL_VAR NAME="filter"--><!-- TMPL_IF NAME="err" --> </span>
</b><!--/TMPL_IF --></p>
+ <p><!-- TMPL_IF NAME="err" --> <font
color="red"> <b><!--/TMPL_IF --><label class="label100"> <!-- TMPL_VAR
NAME="crit"--> =</label><!-- TMPL_VAR NAME="filter"--><!-- TMPL_IF NAME="err"
--> </font> </b><!--/TMPL_IF --></p>
<!-- /TMPL_LOOP -->
<!-- /TMPL_IF NAME="loopfilter"-->
-
- <table>
- <tr>
+ <br>
+ <table border="1">
+ <tr >
<th>Rank/Biblioitemnumbers</th>
<!-- TMPL_LOOP NAME="loopcol" -->
<th colspan="2"><!-- TMPL_VAR
NAME="coltitle" --></th>
<!-- /TMPL_LOOP -->
</tr>
- <tr>
+ <tr >
<th> </th>
<!-- TMPL_LOOP NAME="loopcol" -->
<th>Item</th>
@@ -34,29 +34,38 @@
<!-- /TMPL_LOOP -->
</tr>
<!-- TMPL_LOOP NAME="looprow" -->
- <!-- TMPL_IF NAME="hilighted" --><tr
class="highlight"><!-- TMPL_ELSE --><tr><!-- /TMPL_IF -->
- <td>
+ <tr>
+ <!-- TMPL_IF NAME="hilighted"
--><td class="hilighted"><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
<!-- TMPL_VAR NAME="rowtitle"
--></td>
<!-- TMPL_LOOP NAME="loopcell"
-->
- <td>
+ <!-- TMPL_IF
NAME="hilighted" --><td class="hilighted"><!-- TMPL_ELSE --><td ><!-- /TMPL_IF
-->
<!-- TMPL_IF
NAME="reference" --><a href="javascript:Dopop('../MARCdetail.pl?bib=<!--
TMPL_VAR NAME="reference" -->')" ><!-- /TMPL_IF -->
<!-- TMPL_IF
NAME="value" --><!-- TMPL_VAR NAME="value" --><!-- TMPL_ELSE -->Item<!--
/TMPL_IF -->
<!-- TMPL_IF
NAME="reference" --></a><!-- /TMPL_IF -->
</td>
- <td><!-- TMPL_IF
NAME="count" --><!-- TMPL_VAR NAME="count" --><!-- /TMPL_IF --></td>
+ <!-- TMPL_IF
NAME="hilighted" --><td class="hilighted"><!-- TMPL_ELSE --><td ><!-- /TMPL_IF
-->
+ <!-- TMPL_IF
NAME="count" --><!-- TMPL_VAR NAME="count" --><!-- /TMPL_IF -->
+ </td>
<!-- /TMPL_LOOP -->
</tr>
<!-- /TMPL_LOOP NAME="looprow" -->
</table>
<!-- /TMPL_LOOP -->
<!-- TMPL_ELSE -->
- <h1>Top List On Catalogue Issues </h1>
- <form method="post">
+ <h1>Koha : Top List On Catalogue Issues </h1>
+ <form method="post" action="/cgi-bin/koha/reports/cat_issues_top.pl">
<div class="data">
<table>
<thead>
<tr>
- <th><label for="Limit">Limit Number of Results:
</label></th><td><select name="Limit" id="Limit">
+ <th scope="col">Limit to </th>
+ <th scope="col">By</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ <select name="Limit">
<option value ="5" checked>
5</option>
<option value ="10">10</option>
<option value ="15">15</option>
@@ -65,9 +74,10 @@
<option value ="40">40</option>
<option value ="50">50</option>
<option value
="100">100</option>
- </select></td>
- </tr>
- <tr><th><label for="Criteria">Limit By:</label>
</th><td><select name="Criteria" id="Criteria">
+ </select>
+ </td>
+ <td>
+ <select name="Criteria">
<option value =""
checked>None</option>
<option value
="issuingbranch">Branch</option>
<option value
="categorycode">Categorycode</option>
@@ -76,10 +86,13 @@
<option value
="Week">Week</option>
<option value
="Month">Month</option>
<option value
="Year">Year</option>
- </select></td></tr>
- </thead>
- <tbody>
- <tr><th>Issue date</th>
+ </select>
+ </td>
+ </tr>
+
+ <tr><th colspan="3" scope="col">Filters</th></tr>
+ <tr class="hilighted">
+ <th scope="row">Issue date</th>
<td> From <input type="text"
readonly="readonly" size="10" id="from" name="Filter" >
<img src="<!-- TMPL_VAR
Name="themelang" -->/includes/calendar/cal.gif" border="0" hspace="0"
vspace="0" id="openCalendarFrom" style="cursor: pointer;" valign="top">
<script
language="JavaScript" type="text/javascript">
@@ -141,8 +154,8 @@
</td>
</tr>
<tr>
- <th>Returns</th>
- <td> From <input type="text"
readonly="readonly" size="10" id="fromRO" name="Filter" >
+ <th scope="row">Returns</th>
+ <td colspan="2"> From <input type="text"
readonly="readonly" size="10" id="fromRO" name="Filter" >
<img src="<!-- TMPL_VAR
Name="themelang" -->/includes/calendar/cal.gif" border="0" hspace="0"
vspace="0" id="openCalendarFromRO" style="cursor: pointer;" valign="top">
<script
language="JavaScript" type="text/javascript">
function validate1(date) {
@@ -202,42 +215,99 @@
</script>
</td>
</tr>
- <tr><th><label for="branch">Branch</label></th>
- <td><input type="text" name="Filter"
id="branch" value=""></td>
+ <tr class="hilighted">
+ <th scope="row">Branch</th>
+ <td colspan="2">
+ <select name="Filter">
+ <option value="">All
branches</option>
+ <!-- TMPL_LOOP
name="branchloop" -->
+ <option value="<!--
TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!--
/TMPL_IF -->><!-- TMPL_VAR name
+ ="branchname" --></option>
+ <!-- /TMPL_LOOP -->
+ </select>
+ </td>
</tr>
- <tr><th><label for="doctype">Document Type</label></th>
- <td><input type="text" name="Filter"
id="doctype" value=""></td>
+ <tr>
+ <th scope="row">Document Type</th>
+ <td colspan="2">
+ <select name="Filter">
+ <option value="">All Item
Types</option>
+ <!-- TMPL_LOOP
name="itemtypeloop" -->
+ <option value="<!--
TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!--
/TMPL_IF -->><!-- TMPL_VAR name
+ ="description" --></option>
+ <!-- /TMPL_LOOP -->
+ </select>
+ </td>
</tr>
- <tr><th><label for="borcat">Borrower
Category</label></th>
- <td><input type="text" name="Filter"
id="borcat" value=""></td>
+ <tr class="hilighted">
+ <th scope="row">Borrower Category</th>
+ <td colspan="2">
+ <select name="Filter">
+ <option value="">All Borrower
Categories</option>
+ <!-- TMPL_LOOP
name="borcatloop" -->
+ <option value="<!--
TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!--
/TMPL_IF -->><!-- TMPL_VAR name
+ ="description" --></option>
+ <!-- /TMPL_LOOP -->
+ </select>
+ </td>
</tr>
- <tr><th><label for="day">Day</label></th>
- <td><input type="text" name="Filter" id="day"
value=""></td>
+ <tr>
+ <th scope="row">Day</th>
+ <td colspan="2">
+ <select name="Filter">
+ <option value="">Any
Day</option>
+ <option
value="Monday">Monday</option>
+ <option
value="Tuesday">Tuesday</option>
+ <option
value="Wednesday">Wednesday</option>
+ <option
value="Thursday">Thursday</option>
+ <option
value="Friday">Friday</option>
+ <option
value="Saturday">Saturday</option>
+ <option
value="Sunday">Sunday</option>
+ </select>
+ </td>
</tr>
- <tr><th><label for="month">Month</label></th>
- <td><input type="text" name="Filter" id="month"
value=""></td>
+ <tr class="hilighted">
+ <th scope="row">Month</th>
+ <td colspan="2">
+ <select name="Filter">
+ <option value="">Any
Month</option>
+ <option
value="January">January</option>
+ <option
value="February">February</option>
+ <option
value="March">March</option>
+ <option
value="April">April</option>
+ <option value="May">May</option>
+ <option
value="June">June</option>
+ <option
value="July">July</option>
+ <option
value="August">August</option>
+ <option
value="September">September</option>
+ <option
value="October">October</option>
+ <option
value="November">November</option>
+ <option
value="December">December</option>
+ </select>
+ </td>
</tr>
- <tr><th><label for="year">Year</label></th>
- <td><input type="text" name="Filter" id="year"
value=""></td>
+ <tr>
+ <th scope="row">Year</th>
+ <td colspan="2"><input type="text"
name="Filter" value=""></td>
</tr>
</tbody>
</table>
-
-<table>
- <caption>Output Options</caption>
- <tr><td colspan="2"><label for="screen">To the Screen</label> <input
type="radio" checked name="output" value="screen" id="screen" /></td></tr>
- <tr><td colspan="2"><label for="file">To file a file</label><input
type="radio" name="output" value="file" id="file" /></td></tr>
-<tr><td> </td><td><label for="basename">...named:</label> <input
type="text" id="basename" name="basename" value="Export" /></td></td></tr>
-<tr><td> </td><td><label for="MIME">File Format:</label> <!-- TMPL_VAR
NAME="CGIextChoice" --></td></tr>
-<tr><td> </td><td><label for="sep">Delimiter:</label> <!-- TMPL_VAR
NAME="CGIsepChoice" --></td></tr>
-</table>
-
- <p>
- <input type="submit" value="Generate Report" class="submit" />
- <input type="hidden" name="report_name" value="<!--TMPL_VAR
NAME="report_name" -->" />
- <input type="hidden" name="do_it" value="1" />
- </form></p>
</div>
+ <div class="details">
+ <h3> Output </h3>
+ <input type="radio" checked name="output" value="screen" > To
screen into the browser
+ <br>
+ <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>
+ </div>
+ <p>
+ <input type="submit" value="OK" class="submit">
+ <input type="hidden" name="report_name" value="<!--TMPL_VAR
NAME="report_name" -->">
+ <input type="hidden" name="do_it" value="1">
+ </form>
<!-- /TMPL_IF -->
+
</div>
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
Index: koha/koha-tmpl/intranet-tmpl/npl/en/reports/catalogue_out.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/reports/catalogue_out.tmpl:1.1.2.1
koha/koha-tmpl/intranet-tmpl/npl/en/reports/catalogue_out.tmpl:1.1.2.2
--- koha/koha-tmpl/intranet-tmpl/npl/en/reports/catalogue_out.tmpl:1.1.2.1
Thu Apr 21 19:38:11 2005
+++ koha/koha-tmpl/intranet-tmpl/npl/en/reports/catalogue_out.tmpl Wed Jan
4 22:26:53 2006
@@ -6,28 +6,30 @@
<!-- TMPL_IF NAME="do_it" -->
<!-- TMPL_LOOP NAME="mainloop" -->
- <h1>Items with No Issues </h1>
+ <h1>Koha : Items with no Issues </h1>
<!-- TMPL_IF NAME="loopfilter"-->
<p>Filtered on</p>
<!-- TMPL_LOOP NAME="loopfilter" -->
- <p><!-- TMPL_IF NAME="err" --> <span
class="error"> <b><!--/TMPL_IF --><strong><!-- TMPL_VAR NAME="crit"-->
=</strong><!-- TMPL_VAR NAME="filter"--><!-- TMPL_IF NAME="err" --> </span>
</b><!--/TMPL_IF --></p>
+ <p><!-- TMPL_IF NAME="err" --> <font
color="red"> <b><!--/TMPL_IF --><label class="label100"> <!-- TMPL_VAR
NAME="crit"--> =</label><!-- TMPL_VAR NAME="filter"--><!-- TMPL_IF NAME="err"
--> </font> </b><!--/TMPL_IF --></p>
<!-- /TMPL_LOOP -->
<!-- /TMPL_IF NAME="loopfilter"-->
-
+ <br>
<table>
- <tr>
- <th>Num/Items</th>
+ <tr >
+ <th>Barcode/Titles</th>
<!-- TMPL_LOOP NAME="loopcol" -->
<th><!-- TMPL_VAR NAME="coltitle"
--></th>
<!-- /TMPL_LOOP -->
</tr>
<!-- TMPL_LOOP NAME="looprow" -->
<tr>
- <!-- TMPL_IF NAME="hilighted"
--><td><!-- TMPL_ELSE --><td><!-- /TMPL_IF -->
+ <!-- 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><!-- TMPL_ELSE --><td ><!-- /TMPL_IF -->
- <!-- TMPL_IF
NAME="value" --><!-- TMPL_VAR NAME="value" --><!-- /TMPL_IF -->
+ <!-- TMPL_IF
NAME="hilighted" --><td class="hilighted"><!-- TMPL_ELSE --><td ><!-- /TMPL_IF
-->
+ <!-- TMPL_IF
NAME="title" --><b><!-- TMPL_VAR NAME="title" --></b><!-- /TMPL_IF -->
+ <!-- TMPL_IF
NAME="author" --><!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF -->
+ <!-- TMPL_IF
NAME="barcode" --> <i><!-- TMPL_VAR NAME="barcode" --></i><!-- /TMPL_IF -->
</td>
<!-- /TMPL_LOOP -->
</tr>
@@ -36,18 +38,19 @@
<!-- /TMPL_LOOP -->
<!-- TMPL_ELSE -->
<h1>Koha : Items with no Issues </h1>
- <form method="post">
-
+ <form method="post" action="/cgi-bin/koha/reports/catalogue_out.pl">
+ <div class="data">
<table>
<thead>
<tr>
- <th>Limit to </th>
- <th>By </th>
- <th colspan="2">Filters</th>
+ <th scope="col"> </th>
+ <th scope="col">Limit to </th>
+ <th colspan="2">By</th>
</tr>
</thead>
<tbody>
<tr>
+ <td> </td>
<td>
<select name="Limit">
<option value =""
checked>None</option>
@@ -68,38 +71,50 @@
<option value
="itemtype">Itemtype</option>
</select>
</td>
- <td colspan="2"> </td>
</tr>
<tr>
- <td> </td>
- <td> </td>
- <td>Branch</td>
- <td><input type="text" name="Filter"
value=""></td>
+ <th scope="col" colspan="3">Filters</th></tr>
+ <tr class="hilighted">
+ <th
scope="row">Branch</th>
+ <td colspan="2">
+ <select name="Filter">
+ <option value="">All
branches</option>
+ <!-- TMPL_LOOP
name="branchloop" -->
+ <option value="<!--
TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!--
/TMPL_IF -->><!-- TMPL_VAR name
+ ="branchname" --></option>
+ <!-- /TMPL_LOOP -->
+ </select>
+ </td>
</tr>
<tr>
- <td> </td>
- <td> </td>
- <td>Document Type</td>
- <td><input type="text" name="Filter"
value=""></td>
+ <th
scope="row">Document Type</th>
+ <td colspan="2">
+ <select name="Filter">
+ <option value="">All Item
Types</option>
+ <!-- TMPL_LOOP
name="itemtypeloop" -->
+ <option value="<!--
TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!--
/TMPL_IF -->><!-- TMPL_VAR name
+ ="description" --></option>
+ <!-- /TMPL_LOOP -->
+ </select>
+ </td>
</tr>
</tbody>
</table>
-<div class="data">
-<table>
- <caption>Output Options</caption>
- <tr><td colspan="2"><label for="screen">To the Screen</label> <input
type="radio" checked name="output" value="screen" id="screen" /></td></tr>
- <tr><td colspan="2"><label for="file">To file a file</label><input
type="radio" name="output" value="file" id="file" /></td></tr>
-<tr><td> </td><td><label for="basename">...named:</label> <input
type="text" id="basename" name="basename" value="Export" /></td></td></tr>
-<tr><td> </td><td><label for="MIME">File Format:</label> <!-- TMPL_VAR
NAME="CGIextChoice" --></td></tr>
-<tr><td> </td><td><label for="sep">Delimiter:</label> <!-- TMPL_VAR
NAME="CGIsepChoice" --></td></tr>
-</table>
-
- <p>
- <input type="submit" value="Generate Report" class="submit" />
- <input type="hidden" name="report_name" value="<!--TMPL_VAR
NAME="report_name" -->" />
- <input type="hidden" name="do_it" value="1" />
- </form></p>
</div>
+ <div class="details">
+ <h3> Output </h3>
+ <input type="radio" checked name="output" value="screen" > To
screen into the browser
+ <br>
+ <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" -->
+ </div>
+ <p>
+ <input type="submit" value="Generate Report" class="submit">
+ <input type="hidden" name="report_name" value="<!--TMPL_VAR
NAME="report_name" -->">
+ <input type="hidden" name="do_it" value="1">
+ </form>
<!-- /TMPL_IF -->
+
</div>
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file