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

Paul POULAIN tipaul at users.sourceforge.net
Mon Jun 6 16:12:17 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	opac-serial-issues.tmpl 
Log Message:


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.3
retrieving revision 1.2.2.4
diff -C2 -r1.2.2.3 -r1.2.2.4
*** opac-serial-issues.tmpl	2 Jun 2005 15:19:35 -0000	1.2.2.3
--- opac-serial-issues.tmpl	6 Jun 2005 14:12:14 -0000	1.2.2.4
***************
*** 2,11 ****
  <!--------------------------MAIN BODY OF PAGE-------------------------->
  <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>
! <form method="post" name="f">
! <!-- 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>
--- 2,10 ----
  <!--------------------------MAIN BODY OF PAGE-------------------------->
  <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>
***************
*** 75,100 ****
  		since <b><!-- TMPl_VAR name="startdate" --></b>
  		</p>
! <!--TMPL_UNLESS Name=fullinfo -->
  		<p><!-- TMPL_VAR name="notes" --></p>
! 	<!-- TMPL_IF name="opacnote" -->
! 		<h2 class="catalogue">Issues summary</h2>
! 		<p>
! 			<!-- TMPL_VAR name="opacnote" -->
! 		</p>
! 	<!-- /TMPL_IF -->
! 	<!-- TMPL_IF name="recievedlist" -->
! 		<p>
! 		<!-- TMPL_VAR name="recievedlist" -->
! 			are recieved.
! 		</p>
! 	<!--/TMPL_IF -->
! 	<!-- TMPL_IF name="missinglist" -->
! 	<p>
! 			<!-- TMPL_VAR name="missinglist" -->
! 		are missing.
! 	</p>
! 	<!--/TMPL_IF -->
! <!-- /TMPL_UNLESS -->
! </div>
  <!-- /TMPL_LOOP -->
  </div>
--- 74,99 ----
  		since <b><!-- TMPl_VAR name="startdate" --></b>
  		</p>
! 	<!--TMPL_UNLESS Name=fullinfo -->
  		<p><!-- TMPL_VAR name="notes" --></p>
! 		<!-- TMPL_IF name="opacnote" -->
! 			<h2 class="catalogue">Issues summary</h2>
! 			<p>
! 				<!-- TMPL_VAR name="opacnote" -->
! 			</p>
! 		<!-- /TMPL_IF -->
! 		<!-- TMPL_IF name="recievedlist" -->
! 			<h2 class="catalogue">Recieved issues</h2>
! 			<p>
! 				<!-- TMPL_VAR name="recievedlist" -->
! 			</p>
! 		<!-- /TMPL_IF -->
! 		<!-- TMPL_IF name="missinglist" -->
! 			<h2 class="catalogue">Missing issues</h2>
! 			<p>
! 				<!-- TMPL_VAR name="missinglist" -->
! 			</p>
! 		<!-- /TMPL_IF -->
! 	</div>
! 	<!-- /TMPL_UNLESS -->
  <!-- /TMPL_LOOP -->
  </div>





More information about the Koha-cvs mailing list