Putting this template in with reserves where it belongs. Adding alternating row...
authoroleonard <oleonard>
Sat, 3 Sep 2005 18:35:37 +0000 (18:35 +0000)
committeroleonard <oleonard>
Sat, 3 Sep 2005 18:35:37 +0000 (18:35 +0000)
koha-tmpl/intranet-tmpl/npl/en/reports/reservereport.tmpl [new file with mode: 0644]

diff --git a/koha-tmpl/intranet-tmpl/npl/en/reports/reservereport.tmpl b/koha-tmpl/intranet-tmpl/npl/en/reports/reservereport.tmpl
new file mode 100644 (file)
index 0000000..cbf2d71
--- /dev/null
@@ -0,0 +1,30 @@
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Reports: Current Unfilled Reserves<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<!-- TMPL_INCLUDE NAME="masthead.inc" -->
+<!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
+
+<div id="main">
+<h2>Current Unfilled Reserves</h2>
+<table>
+<tr>
+       
+        <th>Title</th>
+        <th>Call No.</th>
+               <th>Reserved For</th>
+        <th>Reserve Date</th>
+        <th>Status</th>
+</tr>
+<tfoot><tr><td colspan="3">&nbsp;</td><td colspan="2"><b>Total: <!-- TMPL_VAR NAME="count" --></b></td></tr></tfoot>
+<!-- TMPL_LOOP Name="dataloop" -->
+        <!-- TMPL_IF NAME="toggle" --><tr><!-- TMPL_ELSE --><tr class="highlight"><!-- /TMPL_IF -->
+               <td><a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->&amp;type=intra"><!-- TMPL_VAR NAME="title" --></a></td>
+               <td><!-- TMPL_VAR NAME="classification" --><!-- TMPL_VAR NAME="dewey" --></td>
+               <td> <a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="borrowernumber" -->"><!-- TMPL_VAR NAME="surname" -->, <!-- TMPL_VAR NAME="firstname" --></a></td>
+       <td><!-- TMPL_VAR NAME="reservedate" --></td>
+       <td><a href="/cgi-bin/koha/request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="status" --></a></td>
+
+        </tr>
+<!-- /TMPL_LOOP -->
+
+</table>
+</div>
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->