koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-detail.tmpl,1.1.2.5


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-detail.tmpl,1.1.2.5,1.1.2.6
Date: Tue, 05 Jul 2005 13:59:00 -0700

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

Modified Files:
      Tag: rel_2_2
        opac-detail.tmpl 
Log Message:
Synching with default template

Index: opac-detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-detail.tmpl,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -r1.1.2.5 -r1.1.2.6
*** opac-detail.tmpl    21 Jun 2005 22:05:30 -0000      1.1.2.5
--- opac-detail.tmpl    5 Jul 2005 20:58:57 -0000       1.1.2.6
***************
*** 105,110 ****
  <!-- /TMPL_IF -->
        <!-- TMPL_IF name="subscriptionsnumber" -->
!               <p>This is a serial subscription (There are <!-- TMPL_VAR 
name="subscriptionsnumber" --> subscriptions associated with this title). You 
can see which <a href="/cgi-bin/koha/opac-serial-issues.pl?biblionumber=<!-- 
TMPL_VAR NAME="biblionumber" -->" title="Serial issues">Issues</a> we have and 
don't have</p>
!       <!-- /TMPL_IF -->
  </div>
  </div>
--- 105,146 ----
  <!-- /TMPL_IF -->
        <!-- TMPL_IF name="subscriptionsnumber" -->
!               <p>This is a serial subscription (There are <!-- TMPL_VAR 
name="subscriptionsnumber" --> subscriptions associated with this title).</p> 
!               <!-- TMPL_LOOP Name="subscriptions" -->
!                               <b> Subscription #<!--TMPL_VAR 
Name="subscriptionid"--> </b>
!                               <p><!--TMPL_VAR Name="subscriptionnotes"--> </p>
!                               <!--TMPL_IF Name="latestserials"-->
!                               <p> The three latest issues related to this 
subscription:</p>
!                               <table>
!                               <!--TMPL_LOOP Name="latestserials"-->
!                                       <tr>
!                                               <td>
!                                                       <!--TMPL_VAR 
Name="serialseq"-->
!                                               </td>
!                                               <td>
!                                                       <!--TMPL_VAR 
Name="planneddate"-->
!                                               </td>
!                                               <td>
!                                                       <!--TMPL_IF 
Name="status1"-->Waited
!                                                       <!--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> For more information: View a record of <a 
href="/cgi-bin/koha/opac-serial-issues.pl?biblionumber=<!-- TMPL_VAR 
NAME="biblionumber" -->" title="Serial issues">this subscription's 
issues</a></p>
!       <!-- /TMPL_IF -->
  </div>
  </div>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]