koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr intranet-main.tm


From: Ambrose Li
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/fr intranet-main.tmpl,1.2,1.3
Date: Sat, 08 Feb 2003 19:23:37 -0800

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr
In directory sc8-pr-cvs1:/tmp/cvs-serv4630

Modified Files:
        intranet-main.tmpl 
Log Message:
Take some images from the fr template


Index: intranet-main.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/fr/intranet-main.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** intranet-main.tmpl  3 Feb 2003 10:53:38 -0000       1.2
--- intranet-main.tmpl  9 Feb 2003 03:23:35 -0000       1.3
***************
*** 14,26 ****
  if (document.images){
  search=new Image;
! search.src ="/images/front-mouseover-search.gif"
  members=new Image;
! members.src ="/images/front-mouseover-member.gif"
  acquisitions=new Image;
! acquisitions.src ="/images/front-mouseover-acquisitions.gif"
  reports=new Image;
! reports.src ="/images/front-mouseover-reports.gif"
  circulation=new Image;
! circulation.src ="/images/front-mouseover-circulation.gif"
  }
  //-->
--- 14,26 ----
  if (document.images){
  search=new Image;
! search.src ="<TMPL_VAR NAME='themelang'>/images/front-mouseover-search.gif"
  members=new Image;
! members.src ="<TMPL_VAR NAME='themelang'>/images/front-mouseover-member.gif"
  acquisitions=new Image;
! acquisitions.src ="<TMPL_VAR 
NAME='themelang'>/images/front-mouseover-acquisitions.gif"
  reports=new Image;
! reports.src ="<TMPL_VAR NAME='themelang'>/images/front-mouseover-reports.gif"
  circulation=new Image;
! circulation.src ="<TMPL_VAR 
NAME='themelang'>/images/front-mouseover-circulation.gif"
  }
  //-->
***************
*** 75,79 ****
                        width=1 height=1 hspace=0 vspace=0></td>
  
!                       <td background="" colspan=5><a 
href="/cgi-bin/koha/catalogue-home.pl" 
onMouseOver="if(document.images)document.search.src='/images/front-mouseover-search.gif'"
 
onMouseOut="if(document.images)document.search.src='/images/front-search.gif'"><img
 src="/images/front-search.gif" width=320    height=37 name="search"
                        hspace=0 vspace=0 border=0></a></td>
                </tr>
--- 75,80 ----
                        width=1 height=1 hspace=0 vspace=0></td>
  
!                       <td background="" colspan=5><a 
href="/cgi-bin/koha/catalogue-home.pl" 
onMouseOver="if(document.images)document.search.src='<TMPL_VAR 
NAME='themelang'>/images/front-mouseover-search.gif'" 
onMouseOut="if(document.images)document.search.src='<TMPL_VAR 
NAME='themelang'>/images/front-search.gif'"><img src="<TMPL_VAR 
NAME='themelang'>/images/front-search.gif" width=320   height=37 name="search"
!                       alt="Catalogue"
                        hspace=0 vspace=0 border=0></a></td>
                </tr>
***************
*** 111,116 ****
                        <form action="/cgi-bin/koha/member.pl" method=post >
                        <td background=""  colspan=4>
!                               <a href="/cgi-bin/koha/members-home.pl" 
onMouseOver="if(document.images)document.member.src='/images/front-mouseover-member.gif'"
               
onMouseOut="if(document.images)document.member.src='/images/front-member.gif'">
!                               <img src="/images/front-member.gif" width=304   
        height=37 name="member"
                                hspace=0 vspace=0 border=0>
                        </a></td>
--- 112,118 ----
                        <form action="/cgi-bin/koha/member.pl" method=post >
                        <td background=""  colspan=4>
!                               <a href="/cgi-bin/koha/members-home.pl" 
onMouseOver="if(document.images)document.member.src='<TMPL_VAR 
NAME='themelang'>/images/front-mouseover-member.gif'"            
onMouseOut="if(document.images)document.member.src='<TMPL_VAR 
NAME='themelang'>/images/front-member.gif'">
!                               <img src="<TMPL_VAR 
NAME='themelang'>/images/front-member.gif" width=304                height=37 
name="member"
!                               alt="Lecteurs"
                                hspace=0 vspace=0 border=0>
                        </a></td>
***************
*** 140,144 ****
                        <td></td>
                        <td></td>
!                       <td background="" colspan=5><A 
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" 
onMouseOver="if(document.images)document.acquisitions.src='/images/front-mouseover-acquisitions.gif'"
            
onMouseOut="if(document.images)document.acquisitions.src='/images/front-acquisitions.gif'"><img
 src="/images/front-acquisitions.gif" width=320          height=36 
name="acquisitions"
                        hspace=0 vspace=0 border=0></a><br>
                        <img src="/images/holder.gif" width=1 height=12
--- 142,147 ----
                        <td></td>
                        <td></td>
!                       <td background="" colspan=5><A 
href="/cgi-bin/koha/loadmodules.pl?module=acquisitions" 
onMouseOver="if(document.images)document.acquisitions.src='<TMPL_VAR 
NAME='themelang'>/images/front-mouseover-acquisitions.gif'"                 
onMouseOut="if(document.images)document.acquisitions.src='<TMPL_VAR 
NAME='themelang'>/images/front-acquisitions.gif'"><img src="<TMPL_VAR 
NAME='themelang'>/images/front-acquisitions.gif" width=320            height=36 
name="acquisitions"
!                       alt="Acquisitions"
                        hspace=0 vspace=0 border=0></a><br>
                        <img src="/images/holder.gif" width=1 height=12
***************
*** 155,159 ****
                        <td></td>
                        <td></td>
!                       <td background="" colspan=6> <A 
href="/cgi-bin/koha/reports-home.pl" 
onMouseOver="if(document.images)document.reports.src='/images/front-mouseover-reports.gif'"
                
onMouseOut="if(document.images)document.reports.src='/images/front-reports.gif'"><img
 src="/images/front-reports.gif" width=346                 height=37 
name="reports"
                        hspace=0 vspace=0 border=0></a><br>
                        <img src="/images/holder.gif" width=1 height=12
--- 158,163 ----
                        <td></td>
                        <td></td>
!                       <td background="" colspan=6> <A 
href="/cgi-bin/koha/reports-home.pl" 
onMouseOver="if(document.images)document.reports.src='<TMPL_VAR 
NAME='themelang'>/images/front-mouseover-reports.gif'"             
onMouseOut="if(document.images)document.reports.src='<TMPL_VAR 
NAME='themelang'>/images/front-reports.gif'"><img src="<TMPL_VAR 
NAME='themelang'>/images/front-reports.gif" width=346           height=37 
name="reports"
!                       alt="Etats"
                        hspace=0 vspace=0 border=0></a><br>
                        <img src="/images/holder.gif" width=1 height=12
***************
*** 167,171 ****
                        <td></td>
                        <td></td>
!                       <td background="" colspan=7> <A 
href="/cgi-bin/koha/admin-home.pl" 
onMouseOver="if(document.images)document.admin.src='/images/front-mouseover-admin.gif'"
              
onMouseOut="if(document.images)document.admin.src='/images/front-admin.gif'"><img
 src="/images/front-admin.gif" width=346               height=37 name="admin"
                        hspace=0 vspace=0 border=0></a><br>
                        <img src="/images/holder.gif" width=1 height=12
--- 171,176 ----
                        <td></td>
                        <td></td>
!                       <td background="" colspan=7> <A 
href="/cgi-bin/koha/admin-home.pl" 
onMouseOver="if(document.images)document.admin.src='<TMPL_VAR 
NAME='themelang'>/images/front-mouseover-admin.gif'"           
onMouseOut="if(document.images)document.admin.src='<TMPL_VAR 
NAME='themelang'>/images/front-admin.gif'"><img src="<TMPL_VAR 
NAME='themelang'>/images/front-admin.gif" width=346                 height=37 
name="admin"
!                       alt="Param&egrave;tres"
                        hspace=0 vspace=0 border=0></a><br>
                        <img src="/images/holder.gif" width=1 height=12
***************
*** 179,183 ****
  
                        <td></td>
!                       <td background="" colspan=9> <A 
href="/cgi-bin/koha/circ/circulation.pl" 
onMouseOver="if(document.images)document.circulation.src='/images/front-mouseover-circulation.gif'"
            
onMouseOut="if(document.images)document.circulation.src='/images/front-circulation.gif'"><img
 src="/images/front-circulation.gif" width=346             height=37 
name="circulation"
                        hspace=0 vspace=0 border=0></a>
                        </td>
--- 184,189 ----
  
                        <td></td>
!                       <td background="" colspan=9> <A 
href="/cgi-bin/koha/circ/circulation.pl" 
onMouseOver="if(document.images)document.circulation.src='<TMPL_VAR 
NAME='themelang'>/images/front-mouseover-circulation.gif'"                 
onMouseOut="if(document.images)document.circulation.src='<TMPL_VAR 
NAME='themelang'>/images/front-circulation.gif'"><img src="<TMPL_VAR 
NAME='themelang'>/images/front-circulation.gif" width=346               
height=37 name="circulation"
!                       alt="Circulation"
                        hspace=0 vspace=0 border=0></a>
                        </td>




reply via email to

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