[Koha-cvs] Changes to koha/koha-tmpl/intranet-tmpl/default/en/circ/reserve.tmpl [rel_2_2]

Henri-Damien LAURENT laurenthdl at alinto.com
Wed Nov 30 17:18:02 CET 2005


Index: koha/koha-tmpl/intranet-tmpl/default/en/circ/reserve.tmpl
diff -u /dev/null koha/koha-tmpl/intranet-tmpl/default/en/circ/reserve.tmpl:1.1.2.1
--- /dev/null	Wed Nov 30 16:18:02 2005
+++ koha/koha-tmpl/intranet-tmpl/default/en/circ/reserve.tmpl	Wed Nov 30 16:18:02 2005
@@ -0,0 +1,36 @@
+<!-- TMPL_INCLUDE NAME="circulation-top.inc" -->
+<div id="mainbloc">
+	<h1 class="reports">Items Reserved as of <!-- TMPL_VAR NAME="todaysdate" --></h1>
+	
+	<table>
+	<tr>
+		<th class="reports"><a href="/cgi-bin/koha/circ/reserve.pl?order=date&amp;type=intranet">reserve Date</a> </th>
+		<th class="reports"><a href="/cgi-bin/koha/circ/reserve.pl?order=borrower&amp;type=intranet">Patron</a></th>
+		<th class="reports"><a href="/cgi-bin/koha/circ/reserve.pl?order=biblio&amp;type=intranet">Title</a></th>
+		<th class="reports">Author</th>
+		<th class="reports">Priority</th>
+		<th class="reports">Phone</th>
+		<th class="reports">email</th>
+		<th class="reports">Notes</th>
+		<th class="reports">Notification date</th>
+		<th class="reports">Reminder date</th>
+	</tr>
+	
+	<!-- TMPL_LOOP NAME="reserveloop" -->
+		<tr>
+			<td><!-- TMPL_VAR NAME="reservedate" --></td>
+			<td><a href="/cgi-bin/koha/members/moremember.pl?bornum=<!--TMPL_VAR Name="bornum"-->"><!-- TMPL_VAR NAME="name" --></a></td>
+			<td><a href="/cgi-bin/koha/MARCdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></td>
+			<td><!-- TMPL_VAR NAME="author" --></td>
+			<td><!-- TMPL_VAR NAME="priority" --></td>
+			<td><!-- TMPL_VAR NAME="phone" --></td>
+			<td><!-- TMPL_IF NAME="email" --><a href="mailto:<!-- TMPL_VAR NAME="email" -->?subject=Reservation: <!-- TMPL_VAR NAME="title" -->">
+<!-- TMPL_VAR NAME="email" --></a><!-- TMPL_ELSE -->&nbsp;<!--/TMPL_IF--></td>
+			<td><!-- TMPL_VAR NAME="notes" --></td>
+			<td><!-- TMPL_VAR NAME="notificationdate" --></td>
+			<td><!-- TMPL_VAR NAME="reminderdate" --></td>
+		</tr>
+	<!-- /TMPL_LOOP -->
+	</table>
+</div>
+<!-- TMPL_INCLUDE NAME="circulation-bottom.inc" -->





More information about the Koha-cvs mailing list