[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-serial-issues.tmpl,1.2.2.4,1.2.2.5

Paul POULAIN tipaul at users.sourceforge.net
Thu Jun 16 17:44:34 CEST 2005


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19112/koha-tmpl/opac-tmpl/css/en

Modified Files:
      Tag: rel_2_2
	opac-serial-issues.tmpl 
Log Message:
proofread & better english & better look

Index: opac-serial-issues.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-serial-issues.tmpl,v
retrieving revision 1.2.2.4
retrieving revision 1.2.2.5
diff -C2 -r1.2.2.4 -r1.2.2.5
*** opac-serial-issues.tmpl	6 Jun 2005 14:12:14 -0000	1.2.2.4
--- opac-serial-issues.tmpl	16 Jun 2005 15:44:31 -0000	1.2.2.5
***************
*** 3,11 ****
  <div id="mainbloc">
  	<h1 class="catalogue">Issues for a subscription</h1>
! 	<a href="opac-detail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button catalogue">Back to biblio</a>
  	<!-- TMPL_LOOP name="subscription_LOOP" -->
  	<div id="bloc60">
  		<h2 class="catalogue">Subscription information for <!-- TMPL_VAR name="bibliotitle" --></h2>
! 		<p>It began on <b><!-- TMPL_VAR name="startdate" --></b> and is issued every
  		<b>
  		<!--TMPL_IF name="periodicity1" -->
--- 3,13 ----
  <div id="mainbloc">
  	<h1 class="catalogue">Issues for a subscription</h1>
! 	<a href="opac-detail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button">Back to biblio</a>
! 	<a class="button" href="opac-serial-issues.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->&selectview=full">Complete view</a>
! 
  	<!-- TMPL_LOOP name="subscription_LOOP" -->
  	<div id="bloc60">
  		<h2 class="catalogue">Subscription information for <!-- TMPL_VAR name="bibliotitle" --></h2>
! 		<p>It began on <b><!-- TMPL_VAR name="histstartdate" --></b> and is issued every
  		<b>
  		<!--TMPL_IF name="periodicity1" -->
***************
*** 43,70 ****
  		<!-- /TMPL_IF -->
  		</b>
- 		on
- 		<b>
  		<!--TMPL_IF name="arrival1" -->
! 			Monday
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="arrival2" -->
! 				Tuesday
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="arrival3" -->
! 				Wednesday
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="arrival4" -->
! 				Thursday
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="arrival5" -->
! 				Friday
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="arrival6" -->
! 				Saturday
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="arrival7" -->
! 				Sunday
  		<!-- /TMPL_IF -->
- 		</b>
  		for <b>
  			<!-- TMPL_IF name="numberlength" --><!-- TMPL_VAR name="numberlength" --> issues<!-- /TMPL_IF -->
--- 45,69 ----
  		<!-- /TMPL_IF -->
  		</b>
  		<!--TMPL_IF name="arrival1" -->
! 			on <b>monday</b>
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="arrival2" -->
! 			on <b>tuesday</b>
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="arrival3" -->
! 			on <b>wednesday</b>
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="arrival4" -->
! 			on <b>thursday</b>
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="arrival5" -->
! 			on <b>friday</b>
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="arrival6" -->
! 			on <b>saturday</b>
  		<!-- /TMPL_IF -->
  		<!--TMPL_IF name="arrival7" -->
! 			on <b>sunday</b>
  		<!-- /TMPL_IF -->
  		for <b>
  			<!-- TMPL_IF name="numberlength" --><!-- TMPL_VAR name="numberlength" --> issues<!-- /TMPL_IF -->
***************
*** 72,77 ****
  			<!-- TMPL_IF name="monthlength" --><!-- TMPL_VAR name="monthlength" --> months<!-- /TMPL_IF -->
  			</b>
- 		since <b><!-- TMPl_VAR name="startdate" --></b>
  		</p>
  	<!--TMPL_UNLESS Name=fullinfo -->
  		<p><!-- TMPL_VAR name="notes" --></p>
--- 71,77 ----
  			<!-- TMPL_IF name="monthlength" --><!-- TMPL_VAR name="monthlength" --> months<!-- /TMPL_IF -->
  			</b>
  		</p>
+ 		<p>Last renewal of subscription was <b><!-- TMPl_VAR name="startdate" --></b></p>
+ 		<!-- TMPL_IF name="enddate" --><p><b>This subscription is now ended. The last issue was recieved on <!-- TMPL_VAR name="enddate" --></b></p><!-- /TMPL_IF name="enddate" -->
  	<!--TMPL_UNLESS Name=fullinfo -->
  		<p><!-- TMPL_VAR name="notes" --></p>





More information about the Koha-cvs mailing list