[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/circ reserv... [rel_2_2]

Owen Leonard oleonard at athenscounty.lib.oh.us
Thu Jan 5 22:59:54 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Owen Leonard <oleonard at savannah.gnu.org>	06/01/05 21:59:54

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

Log message:
	Synching with default template (new template for recently added reserve list script)

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

Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/circ/reserve.tmpl
diff -u /dev/null koha/koha-tmpl/intranet-tmpl/npl/en/circ/reserve.tmpl:1.1.2.1
--- /dev/null	Thu Jan  5 21:59:54 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/circ/reserve.tmpl	Thu Jan  5 21:59:54 2006
@@ -0,0 +1,46 @@
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Circulation: Transfers<!-- TMPL_INCLUDE NAME="doc-head-circ-close.inc" -->
+<!-- TMPL_INCLUDE NAME="masthead.inc" -->
+<!-- TMPL_INCLUDE NAME="circ-topmenu.inc" -->
+<!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
+
+<div id="main">
+	<h1>Items Reserved as of <!-- TMPL_VAR NAME="todaysdate" --></h1>
+	<div id="resultlist">
+		<table>
+		<tr>
+			<th>Priority</th>
+			<th>Reserve Date  <a class="print" href="/cgi-bin/koha/circ/reserve.pl?order=date&amp;type=intranet">[Sort]</a> </th>
+			<th>Patron  <a class="print" href="/cgi-bin/koha/circ/reserve.pl?order=borrower&amp;type=intranet">[Sort]</a></th>
+			<th>Title  <a class="print" href="/cgi-bin/koha/circ/reserve.pl?order=biblio&amp;type=intranet">[Sort]</a></th>
+			<th>Location</th>
+			<th>Notes</th>
+		</tr>
+		
+		<!-- TMPL_LOOP NAME="reserveloop" -->
+			<tr>
+				<td><!-- TMPL_VAR NAME="priority" --></td>
+				<td>
+					<!-- TMPL_VAR NAME="reservedate" -->
+					in <!-- TMPL_VAR NAME="branch" -->
+					<!-- TMPL_IF NAME="statusw" -->Waiting<!-- /TMPL_IF --><!-- TMPL_IF NAME="statusf" -->Fullfilled<!-- /TMPL_IF -->
+				</td>
+				<td>
+					<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-->
+					
+				</td>
+				<td>
+					
+						<a href="/cgi-bin/koha/MARCdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a><br /><!-- TMPL_VAR NAME="author" -->
+					
+				</td>
+				<td><!-- TMPL_VAR NAME="holdingbranch" --> <!-- TMPL_VAR NAME="itemcallnumber" --></td>
+	
+				<td><!-- TMPL_VAR NAME="notes" --></td>
+			</tr>
+		<!-- /TMPL_LOOP -->
+		</table>
+	</div>
+</div>
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->





More information about the Koha-cvs mailing list