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

Ryan Higgins rch at liblime.com
Thu Jan 11 07:51:32 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Ryan Higgins <rych>	07/01/11 06:51:32

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

Log message:
	printable reserve slip tmpl

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

Patches:
Index: reserve-slip.tmpl
===================================================================
RCS file: reserve-slip.tmpl
diff -N reserve-slip.tmpl
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ reserve-slip.tmpl	11 Jan 2007 06:51:31 -0000	1.1.2.1
@@ -0,0 +1,34 @@
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Circulation: Transfers<!-- TMPL_INCLUDE NAME="doc-head-close-receipt.inc" -->
+
+<div id="main">
+
+<!-- <h1>Reserved Item</h1> -->
+
+<div id="reserve_display">
+                
+	<!-- TMPL_LOOP NAME="reserveloop" -->
+<h2><!-- TMPL_VAR Name="surname" -->, <!-- TMPL_VAR Name="firstname" --></h2>
+
+<ul>
+<li><a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="bornum" -->"><!-- TMPL_VAR Name="cardnumber" --></a> 
+                        <li><!-- TMPL_VAR Name="phone" --></li>
+                        <!-- TMPL_IF NAME="phoneday" --> <li><!-- TMPL_VAR Name="phoneday" --> (day)</li> <!-- /TMPL_IF -->
+                        <li><!-- TMPL_VAR Name="streetaddress" --><br />
+                        <!-- TMPL_VAR Name="city" -->  <!-- TMPL_VAR NAME="zip" --></li>
+						
+			<!-- <li><!-- TMPL_IF NAME="email" --></li> 
+			<li><!-- TMPL_UNLESS NAME="intransit" --><a id="reserveemail" href="mailto:<!-- TMPL_VAR Name="boremail" -->"><!-- /TMPL_UNLESS --><!-- TMPL_VAR Name="boremail" --><!-- TMPL_UNLESS NAME="intransit" --></a><!-- /TMPL_UNLESS --></li><!-- /TMPL_IF --> -->
+<!-- TMPL_IF NAME="debarred" --><li class="error">Patron is DEBARRED</li><!-- /TMPL_IF -->
+<!-- TMPL_IF NAME="gonenoaddress" --><li class="error">Patron's address is in doubt</li><!-- /TMPL_IF -->
+</ul>
+
+<h2>RESERVED ITEM</h2>
+ <h2><!-- TMPL_VAR Name="title" --></h2>
+ <p><!-- TMPL_VAR Name="barcode" --></p>
+
+<h5> <!-- TMPL_IF NAME="intransit" -->Transfer to <!-- TMPL_VAR Name="branch" --> <!-- TMPL_ELSE -->Hold in <!-- TMPL_VAR Name="branch" --><!-- /TMPL_IF --></h5>
+
+		
+		<!-- /TMPL_LOOP -->
+</div>
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->





More information about the Koha-cvs mailing list