[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/circ reser... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Tue Oct 3 15:17:29 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/10/03 13:17:29

Added files:
	koha-tmpl/intranet-tmpl/prog/en/circ: reserve.tmpl 

Log message:
	this template was missing.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/circ/reserve.tmpl?cvsroot=koha&only_with_tag=rel_3_0&rev=1.1.2.1

Patches:
Index: reserve.tmpl
===================================================================
RCS file: reserve.tmpl
diff -N reserve.tmpl
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ reserve.tmpl	3 Oct 2006 13:17:29 -0000	1.1.2.1
@@ -0,0 +1,46 @@
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Circulation: Reserve
+<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<!-- TMPL_INCLUDE NAME="menus.inc" -->
+<!-- TMPL_INCLUDE NAME="menu-circ.inc" -->
+
+<div id="mainbloc">
+	<h1>Items Reserved as of <!-- TMPL_VAR NAME="todaysdate" --></h1>
+	<div>
+		<table>
+		<tr>
+			<th class="circulation">Priority</th>
+			<th class="circulation">Reserve Date  <a href="/cgi-bin/koha/circ/reserve.pl?order=date&amp;type=intranet">Sort</a> </th>
+			<th class="circulation">Patron  <a href="/cgi-bin/koha/circ/reserve.pl?order=borrower&amp;type=intranet">Sort</a></th>
+			<th class="circulation">Title  <a href="/cgi-bin/koha/circ/reserve.pl?order=biblio&amp;type=intranet">Sort</a></th>
+			<th class="circulation">Location</th>
+			<th class="circulation">Notes</th>
+		</tr>
+		
+		<!-- TMPL_LOOP NAME="reserveloop" -->
+			<tr>
+				<td><p><!-- TMPL_VAR NAME="priority" --></p></td>
+				<td>
+					<p><!-- TMPL_VAR NAME="reservedate" --></p>
+					<p>in <!-- TMPL_VAR NAME="branch" --></p>
+					<!-- TMPL_IF NAME="statusw" --><p>Waiting</p><!-- /TMPL_IF --><!-- TMPL_IF NAME="statusf" --><p>Fullfilled</p><!-- /TMPL_IF -->
+				</td>
+				<td>
+					<p><a href="/cgi-bin/koha/members/moremember.pl?bornum=<!--TMPL_VAR Name="bornum"-->"><!-- TMPL_VAR NAME="name" --></a><br /><!-- TMPL_VAR NAME="phone" --><br />
+				<!-- TMPL_IF NAME="email" --><a href="mailto:<!-- TMPL_VAR NAME="email" -->?subject=Reservation: <!-- TMPL_VAR NAME="title" -->">
+	<!-- TMPL_VAR NAME="email" --></a><!--/TMPL_IF-->
+					</p>
+				</td>
+				<td>
+					<p>
+						<a href="/cgi-bin/koha/MARCdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a><br /><!-- TMPL_VAR NAME="author" -->
+					</p>
+				</td>
+				<td><p><!-- TMPL_VAR NAME="holdingbranch" --> <!-- TMPL_VAR NAME="itemcallnumber" --></p></td>
+	
+				<td><p><!-- TMPL_VAR NAME="notes" --></p></td>
+			</tr>
+		<!-- /TMPL_LOOP -->
+		</table>
+	</div>
+</div>
+<!-- TMPL_INCLUDE NAME="circulation-bottom.inc" -->





More information about the Koha-cvs mailing list