koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/reports res... [rel_2_2]


From: Joshua Ferraro
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/reports res... [rel_2_2]
Date: Wed, 08 Feb 2006 00:00:58 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Joshua Ferraro <address@hidden> 06/02/08 00:00:58

Added files:
        koha-tmpl/intranet-tmpl/npl/en/reports: reservereport.tmpl 

Log message:
        A new report contributed by katipo. This template needs major help
        Owen :-).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/reports/reservereport.tmpl?only_with_tag=rel_2_2&rev=1.1.2.1

Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/reports/reservereport.tmpl
diff -u /dev/null 
koha/koha-tmpl/intranet-tmpl/npl/en/reports/reservereport.tmpl:1.1.2.1
--- /dev/null   Wed Feb  8 00:00:58 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/reports/reservereport.tmpl      Wed Feb 
 8 00:00:58 2006
@@ -0,0 +1,28 @@
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Reserve Report: All 
Reserves<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<!-- TMPL_INCLUDE NAME="masthead.inc" -->
+<!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
+
+<div id="main">
+<table>
+       <tr><th>Name</th><th>Reserve Date</th><th>Title</th><th>Class</th></tr>
+       <!-- TMPL_LOOP Name="dataloop" -->
+               <tr>
+                       <td>
+                               <!-- TMPL_VAR Name="name" -->
+                       </td>
+                       <td>
+                               <!-- TMPL_VAR Name="reservedate" -->
+                       </td>
+                       <td>
+                               <!-- TMPL_VAR Name="title" -->
+                       </td>
+                       <td>
+                               <!-- TMPL_VAR Name="classification" -->
+                       </td>
+               </tr>
+       <!-- /TMPL_LOOP -->
+</table>
+<p><!-- TMPL_VAR Name="count" --></p>
+</div>
+
+<!-- TMPL_INCLUDE Name="intranet-bottom.inc" -->




reply via email to

[Prev in Thread] Current Thread [Next in Thread]