[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-detail.tmpl,1.15,1.15.2.1 opac-serial-issues.tmpl,1.2,1.2.2.1

Paul POULAIN tipaul at users.sourceforge.net
Tue Jan 11 16:24:16 CET 2005


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

Modified Files:
      Tag: rel_2_2
	opac-detail.tmpl opac-serial-issues.tmpl 
Log Message:
modifs to handdle correctly more than 1 subscription of the same biblio. Enter subscription detail in subscription notes (like "for branch XX" or "for 2nd floor"). The subscription details are all shown in OPAC.

you can now delete a subscription that is not yet active (= has only 1 issue in "waiting" state)



Index: opac-detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-detail.tmpl,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -C2 -r1.15 -r1.15.2.1
*** opac-detail.tmpl	3 Jan 2005 11:09:33 -0000	1.15
--- opac-detail.tmpl	11 Jan 2005 15:24:13 -0000	1.15.2.1
***************
*** 130,137 ****
  		<!-- /TMPL_LOOP -->
  	</table>
! 	<!-- TMPL_IF name="subscriptionid" -->
  		<p>
! 			This is a serial subscription. You can see which 
! 				<a href="opac-serial-issues.pl?subscriptionid=<!-- TMPL_VAR NAME="subscriptionid" -->" class="button catalogue" title="Serial issues">
  					Issues
  				</a> we have and don't have
--- 130,137 ----
  		<!-- /TMPL_LOOP -->
  	</table>
! 	<!-- TMPL_IF name="subscriptionsnumber" -->
  		<p>
! 			This is a serial subscription (we have <!-- TMPL_VAR name="subscriptionsnumber" --> subscriptions). You can see which 
! 				<a href="opac-serial-issues.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue" title="Serial issues">
  					Issues
  				</a> we have and don't have

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
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** opac-serial-issues.tmpl	13 Aug 2004 05:54:55 -0000	1.2
--- opac-serial-issues.tmpl	11 Jan 2005 15:24:14 -0000	1.2.2.1
***************
*** 5,9 ****
  <a href="opac-detail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" class="button catalogue">Back to biblio</a>
  <form method="post" name="f">
! <div id="bloc25">
  	<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
--- 5,10 ----
  <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
***************
*** 75,84 ****
  		</p>
  		<p><!-- TMPL_VAR name="notes" --></p>
! 	<h2 class="catalogue">Issues summary</h2>
! 	<p>
! 		<!-- TMPL_VAR name="opacnote" -->
! 	</p>
  </div>
! 
  </div>
  
--- 76,87 ----
  		</p>
  		<p><!-- TMPL_VAR name="notes" --></p>
! 	<!-- TMPL_IF name="opacnotes" -->
! 		<h2 class="catalogue">Issues summary</h2>
! 		<p>
! 			<!-- TMPL_VAR name="opacnote" -->
! 		</p>
! 	<!-- /TMPL_IF -->
  </div>
! <!-- /TMPL_LOOP -->
  </div>
  





More information about the Koha-cvs mailing list