[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-ISBDdetail... [rel_2_2]

Owen Leonard oleonard at athenscounty.lib.oh.us
Thu Jan 5 21:33:53 CET 2006


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

Modified files:
	koha-tmpl/opac-tmpl/npl/en: opac-ISBDdetail.tmpl 
	                            opac-detail.tmpl 
	                            opac-dictionary.tmpl opac-user.tmpl 

Log message:
	Synching with default template

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-ISBDdetail.tmpl.diff?only_with_tag=rel_2_2&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl.diff?only_with_tag=rel_2_2&tr1=1.1.2.9&tr2=1.1.2.10&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-dictionary.tmpl.diff?only_with_tag=rel_2_2&tr1=1.1.2.1&tr2=1.1.2.2&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-user.tmpl.diff?only_with_tag=rel_2_2&tr1=1.1.2.8&tr2=1.1.2.9&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/opac-tmpl/npl/en/opac-ISBDdetail.tmpl
diff -u koha/koha-tmpl/opac-tmpl/npl/en/opac-ISBDdetail.tmpl:1.1.2.1 koha/koha-tmpl/opac-tmpl/npl/en/opac-ISBDdetail.tmpl:1.1.2.2
--- koha/koha-tmpl/opac-tmpl/npl/en/opac-ISBDdetail.tmpl:1.1.2.1	Tue Jan 25 21:28:57 2005
+++ koha/koha-tmpl/opac-tmpl/npl/en/opac-ISBDdetail.tmpl	Thu Jan  5 20:33:53 2006
@@ -7,6 +7,48 @@
 	<div class="details"><h3>ISBD</h3>
 	<p><!-- TMPL_VAR name="ISBD" --></p>
 	
+		<!-- TMPL_IF name="subscriptionsnumber" -->
+		<h2>We have <!-- TMPL_VAR name="subscriptionsnumber" --> subscription(s) associated with this title.</h2> 
+		<p>Below is a list of the three latest issues :</p>
+		<!-- TMPL_LOOP Name="subscriptions" -->
+				<!-- TMPL_IF name="subscriptionnotes"-->
+					<h2><!--TMPL_VAR Name="subscriptionnotes"--> </h2>
+				<!-- /TMPL_IF -->
+				<!--TMPL_IF Name="latestserials"-->
+				<table>
+				<tr><th>Issue number</th><th>Date</th><th>Status</th></tr>
+				<!--TMPL_LOOP Name="latestserials"-->
+					<tr>
+						<td>
+							<!--TMPL_VAR Name="serialseq"-->
+						</td>
+						<td>
+							<!--TMPL_VAR Name="planneddate"-->
+						</td>
+						<td>
+							<!--TMPL_IF Name="status1"-->Pending
+							<!--TMPL_ELSE -->
+								<!-- TMPL_IF Name="status2"-->Arrived
+								<!--TMPL_ELSE -->
+									<!-- TMPL_IF Name="status3"-->Late
+									<!--TMPL_ELSE -->
+										<!-- TMPL_IF Name="status4"-->Missing
+										<!--TMPL_ELSE -->
+											<!-- TMPL_IF Name="status5"-->Not Issued
+											<!--/TMPL_IF-->
+										<!--/TMPL_IF-->
+									<!--/TMPL_IF-->
+								<!--/TMPL_IF-->
+							<!--/TMPL_IF-->
+						</td>
+					</tr>
+				<!--/TMPL_LOOP -->
+				</table>
+				<!-- /TMPL_IF -->
+		<!-- /TMPL_LOOP -->
+		<p><a href="/cgi-bin/koha/opac-serial-issues.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" title="Serial issues">Click here</a> for more information on subscription(s) history</p>
+ 	<!-- /TMPL_IF -->
+	
 	<!-- TMPL_UNLESS NAME="norequests" -->
     <form action="/cgi-bin/koha/opac-reserve.pl" method="post" class="inline">
     <input type="submit" name="submit"  value="Place Reserve" class="submit" />
Index: koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl
diff -u koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl:1.1.2.9 koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl:1.1.2.10
--- koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl:1.1.2.9	Wed Sep 28 20:46:24 2005
+++ koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl	Thu Jan  5 20:33:53 2006
@@ -7,7 +7,7 @@
 <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
 <div class="details">
 <div class="detail-sidebar">
-<!-- Display for NPL // <!-- TMPL_IF NAME="isbn" --><img src="http://images.amazon.com/images/P/<!-- TMPL_VAR NAME="isbn" -->.01.MZZZZZZZ.jpg" alt="Book Cover Image" /><!-- /TMPL_IF -->  //Display for NPL -->
+<!-- Display for NPL <!-- TMPL_IF NAME="isbn" --><img src="http://images.amazon.com/images/P/<!-- TMPL_VAR NAME="isbn" -->.01.MZZZZZZZ.jpg" alt="Book Cover Image" /><!-- /TMPL_IF --> //Display for NPL -->
 <div class="operations">
 <ul>
 <!-- TMPL_UNLESS NAME="norequests" --><li><a class="reserve" href="/cgi-bin/koha/opac-reserve.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->">Place Reserve</a></li><!-- /TMPL_UNLESS -->
@@ -118,7 +118,11 @@
 					<!-- TMPL_IF name="datedue" -->
 						On loan
 					<!-- TMPL_ELSE -->
-						<!-- TMPL_VAR name="notforloantext" -->
+						<!-- TMPL_IF name="notforloantext" -->
+							<!-- TMPL_VAR name="notforloantext" -->
+						<!-- TMPL_ELSE -->
+							Available
+						<!-- /TMPL_IF -->
 					<!-- /TMPL_IF -->
 				</td>
 <td><!-- TMPL_VAR NAME="datedue" --></td>
Index: koha/koha-tmpl/opac-tmpl/npl/en/opac-dictionary.tmpl
diff -u koha/koha-tmpl/opac-tmpl/npl/en/opac-dictionary.tmpl:1.1.2.1 koha/koha-tmpl/opac-tmpl/npl/en/opac-dictionary.tmpl:1.1.2.2
--- koha/koha-tmpl/opac-tmpl/npl/en/opac-dictionary.tmpl:1.1.2.1	Thu Jun  9 18:21:40 2005
+++ koha/koha-tmpl/opac-tmpl/npl/en/opac-dictionary.tmpl	Thu Jan  5 20:33:53 2006
@@ -54,7 +54,7 @@
 							<!-- TMPL_VAR NAME="used" --> record(s)
 						</td>
 							<td>
-							<a  href="javascript:SelectEntry('<!-- TMPL_VAR NAME="mainentry" ESCAPE="URL" -->',<!-- TMPL_VAR NAME="anindex" ESCAPE="URL"  -->,0)" class="button catalogue">Select</a> | 
+							<a  href="javascript:SelectEntry('<!-- TMPL_VAR NAME="summary" ESCAPE="URL" -->',<!-- TMPL_VAR NAME="anindex" ESCAPE="URL"  -->,0)" class="button catalogue">Select</a> | 
 							<a  href="javascript:SelectEntry('<!-- TMPL_VAR NAME="mainentry" ESCAPE="URL" -->',<!-- TMPL_VAR NAME="anindex" ESCAPE="URL"  -->,1)" class="button catalogue">Sel &amp; close</a>
 						</td>
 					</tr>
Index: koha/koha-tmpl/opac-tmpl/npl/en/opac-user.tmpl
diff -u koha/koha-tmpl/opac-tmpl/npl/en/opac-user.tmpl:1.1.2.8 koha/koha-tmpl/opac-tmpl/npl/en/opac-user.tmpl:1.1.2.9
--- koha/koha-tmpl/opac-tmpl/npl/en/opac-user.tmpl:1.1.2.8	Wed Aug 10 16:01:34 2005
+++ koha/koha-tmpl/opac-tmpl/npl/en/opac-user.tmpl	Thu Jan  5 20:33:53 2006
@@ -8,7 +8,7 @@
 <!-- TMPL_LOOP NAME="BORROWER_INFO" -->
 <h2>Welcome <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> <span class="print">(<a href="/cgi-bin/koha/opac-logout.pl">Click here</a> if you're not <!-- TMPL_VAR NAME="title" --> <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" -->)</span></h2>
 <p>	<!-- Hide from NPL--> <a href="/cgi-bin/koha/opac-account.pl">my fines</a> | <!-- Hide from NPL -->
-	<a href="/cgi-bin/koha/opac-userdetails.pl">my personal details</a> | <a href="/cgi-bin/koha/opac-passwd.pl">change my password</a>	| <a href="/cgi-bin/koha/opac-readingrecord.pl">my reading history</a>	<!-- TMPL_IF name="virtualshelves" --> | <a href="/cgi-bin/koha/opac-shelves.pl" class="button">my book lists</a> <!-- /TMPL_IF --><!-- TMPL_IF name="suggestion" -->| <a href="/cgi-bin/koha/opac-suggestions.pl">purchase suggestions</a><!-- /TMPL_IF --></p>
+	<a href="/cgi-bin/koha/opac-userdetails.pl">my personal details</a> | 		<!-- TMPL_IF name="OpacPasswordChange" --><a href="/cgi-bin/koha/opac-passwd.pl">change my password</a> | <!-- /TMPL_IF --><a href="/cgi-bin/koha/opac-readingrecord.pl">my reading history</a>	<!-- TMPL_IF name="virtualshelves" --> | <a href="/cgi-bin/koha/opac-shelves.pl" class="button">my book lists</a> <!-- /TMPL_IF --><!-- TMPL_IF name="suggestion" -->| <a href="/cgi-bin/koha/opac-suggestions.pl">purchase suggestions</a><!-- /TMPL_IF --></p>
 		<!-- TMPL_IF name="textmessaging"-->
 			<div class="error"><h3>Message from the library</h3>
 			<p><!-- TMPL_VAR name="textmessaging" --></p></div>





More information about the Koha-cvs mailing list