[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en intranet-main.tmpl,1.4,1.5

Ambrose Li acli at users.sourceforge.net
Sun Feb 9 03:40:57 CET 2003


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

Modified Files:
	intranet-main.tmpl 
Log Message:
Pick up some files from the templates directory

Fixed the "Parameters" gif; the actual width was not the same as what is
declared in the HTML


Index: intranet-main.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/intranet-main.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** intranet-main.tmpl	28 Jan 2003 14:58:57 -0000	1.4
--- intranet-main.tmpl	9 Feb 2003 02:40:54 -0000	1.5
***************
*** 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"
  }
  //-->
***************
*** 77,81 ****
  			width=1 height=1 hspace=0 vspace=0></td>
  
! 			<td background="" colspan=5><a href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet" 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>
--- 77,81 ----
  			width=1 height=1 hspace=0 vspace=0></td>
  
! 			<td background="" colspan=5><a href="/cgi-bin/koha/loadmodules.pl?module=search&type=intranet" 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"
  			hspace=0 vspace=0 border=0></a></td>
  		</tr>
***************
*** 96,100 ****
  			<a href="/cgi-bin/koha/catalogue-home.pl">
  			<font size=2 face="arial narrow,arial,helvetica">
! 			<img src="/images/front-arrow-purple.gif" width=27 height=22
  			alt="-" hspace=0 vspace=0 border=0 align=middle >Advanced Search (More Options)</a><br>
  
--- 96,100 ----
  			<a href="/cgi-bin/koha/catalogue-home.pl">
  			<font size=2 face="arial narrow,arial,helvetica">
! 			<img src="<TMPL_VAR NAME='themelang'>/images/front-arrow-purple.gif" width=27 height=22
  			alt="-" hspace=0 vspace=0 border=0 align=middle >Advanced Search (More Options)</a><br>
  
***************
*** 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>
  			</td>
--- 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='<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"
  				hspace=0 vspace=0 border=0>
  			</td>
***************
*** 138,142 ****
  			<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
--- 138,142 ----
  			<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"
  			hspace=0 vspace=0 border=0></a><br>
  			<img src="/images/holder.gif" width=1 height=12
***************
*** 153,157 ****
  			<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
--- 153,157 ----
  			<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"
  			hspace=0 vspace=0 border=0></a><br>
  			<img src="/images/holder.gif" width=1 height=12
***************
*** 165,169 ****
  			<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
--- 165,169 ----
  			<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"
  			hspace=0 vspace=0 border=0></a><br>
  			<img src="/images/holder.gif" width=1 height=12
***************
*** 177,181 ****
  
  			<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>
--- 177,181 ----
  
  			<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"
  			hspace=0 vspace=0 border=0></a>
  			</td>





More information about the Koha-cvs mailing list