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

Joshua Ferraro jmf at kados.org
Wed Feb 8 01:00:58 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	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" -->





More information about the Koha-cvs mailing list