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/css/en opac-full-serial-issues.


From: Henri-Damien LAURENT
Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-full-serial-issues.tmpl,1.1.2.1,1.1.2.2
Date: Fri, 03 Jun 2005 05:53:10 -0700

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

Modified Files:
      Tag: rel_2_2
        opac-full-serial-issues.tmpl 
Log Message:
Featuring OPAC with Full History Subscription

Index: opac-full-serial-issues.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/Attic/opac-full-serial-issues.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** opac-full-serial-issues.tmpl        2 Jun 2005 21:04:35 -0000       1.1.2.1
--- opac-full-serial-issues.tmpl        3 Jun 2005 12:53:08 -0000       1.1.2.2
***************
*** 3,17 ****
  
  <!-- TMPL_UNLESS name="popup" -->
! <div class="tabbed">
! <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>
-               <h2 class="catalogue">Subscription information for biblio 
number : <!-- TMPL_VAR NAME="biblionumber" --> with title : <!-- TMPL_VAR 
name="bibliotitle" --></h2>
  
  </div>
  <!-- /TMPL_UNLESS -->
!       <div class="tabs">
        <!-- TMPL_LOOP NAME="years" -->
                <!-- TMPL_IF NAME="year" -->
!                       <div id="link<!--TMPL_VAR Name="year" -->"><a 
href="javascript:active(<!-- TMPL_VAR NAME="year" -->)"><!-- TMPL_VAR 
NAME="year" --></a></div>
                <!-- /TMPL_IF -->
        <!-- /TMPL_LOOP -->
--- 3,16 ----
  
  <!-- TMPL_UNLESS name="popup" -->
! <div class="mainbloc">
!               <h1 class="catalogue">Subscription information for biblio #<!-- 
TMPL_VAR NAME="biblionumber" --> with title : <!-- TMPL_VAR name="bibliotitle" 
--></h1>
  <a href="opac-detail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->" 
class="button catalogue">Back to biblio</a>
  
  </div>
  <!-- /TMPL_UNLESS -->
!       <div class="tabsubs">
        <!-- TMPL_LOOP NAME="years" -->
                <!-- TMPL_IF NAME="year" -->
!                       <div id="link<!--TMPL_VAR Name="year" -->" ><a 
href="javascript:active(<!-- TMPL_VAR NAME="year" -->)"><!-- TMPL_VAR 
NAME="year" --></a></div>
                <!-- /TMPL_IF -->
        <!-- /TMPL_LOOP -->
***************
*** 19,23 ****
  
        <!-- TMPL_LOOP NAME="years" -->
!       <div name="<!-- TMPL_VAR NAME="year" -->XX" id="<!-- TMPL_VAR 
NAME="year" -->XX" class="tab" style="visibility:visible">
                <table>
                        <tr>
--- 18,22 ----
  
        <!-- TMPL_LOOP NAME="years" -->
!       <div name="<!-- TMPL_VAR NAME="year" -->" id="<!-- TMPL_VAR NAME="year" 
-->" class="tabsub" <!--TMPL_IF Name="first" 
-->style="visibility:visible"<!--/TMPL_IF -->>
                <table>
                        <tr>
***************
*** 38,45 ****
                                </td>
                                <td>
!                                       <!-- TMPL_VAR Name="status" -->
                                </td>
                        </tr>
                        <!-- /TMPL_LOOP -->
        </div>
        <!--/TMPL_LOOP -->
--- 37,48 ----
                                </td>
                                <td>
!                                       <!-- TMPL_IF Name="status1" 
-->Arrived<!-- /TMPL_IF -->
!                                       <!-- TMPL_IF Name="status2" 
-->Waited<!-- /TMPL_IF -->
!                                       <!-- TMPL_IF Name="status3" -->Late<!-- 
/TMPL_IF -->
!                                       <!-- TMPL_IF Name="status4" 
-->Missing<!-- /TMPL_IF -->
                                </td>
                        </tr>
                        <!-- /TMPL_LOOP -->
+               </table>
        </div>
        <!--/TMPL_LOOP -->
***************
*** 48,53 ****
  function active(numlayer)
  {
!       for (i=<!--TMPL_VAR Name="yearmin"-->; i <= <!--TMPL_VAR 
Name="yearmax"--> ; i++ ) {
!               ong = i+"XX";
                link = "link"+i;
                if (numlayer==i) {
--- 51,56 ----
  function active(numlayer)
  {
!       for (i=<!--TMPL_VAR Name="yearmin"-->; i<=<!--TMPL_VAR 
Name="yearmax"-->; i++ ) {
!               ong = i;
                link = "link"+i;
                if (numlayer==i) {




reply via email to

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