[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en/includes opac-top.inc,1.6,1.7 join-top.inc,1.4,NONE members-top.inc,1.7,NONE opac-bottom.inc,1.6,NONE

Paul POULAIN tipaul at users.sourceforge.net
Mon Dec 8 11:53:01 CET 2003


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en/includes
In directory sc8-pr-cvs1:/tmp/cvs-serv10055/en/includes

Modified Files:
	opac-top.inc 
Removed Files:
	join-top.inc members-top.inc opac-bottom.inc 
Log Message:
html modified to be "translator" compatible

Index: opac-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en/includes/opac-top.inc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** opac-top.inc	21 May 2003 14:34:45 -0000	1.6
--- opac-top.inc	8 Dec 2003 10:52:58 -0000	1.7
***************
*** 1,8 ****
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
- <!--Authored by rachel at katipo.co.nz 10:46 24/12/99-->
  
  <html>
  <head>
  <title>KOHA: OPAC Catalogue Search</title>
  
  </head>
--- 1,8 ----
  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  
  <html>
  <head>
  <title>KOHA: OPAC Catalogue Search</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso8859-1">
  
  </head>
***************
*** 10,26 ****
  marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 >
  
- 
- 
  <!--HDL Colours
  
!         Yellow = ffcc00 
          light blue = ccccff
          bright blue links = 0000ff
!         aubergine = 663266 
          light green/grey = cccc99
  
  
  -->
! 
  <!------------------------MENUS-------------------------------->
  
--- 10,33 ----
  marginheight=0 marginwidth=0 leftmargin=0 topmargin=0 >
  
  <!--HDL Colours
  
!         Yellow = ffcc00
          light blue = ccccff
          bright blue links = 0000ff
!         aubergine = 663266
          light green/grey = cccc99
  
  
  -->
! <style>
! a.white {
! 	font-weight: normal;
! 	text-decoration: none;
! 	cursor: hand;
! 	color:#FFFFFF;
! 	padding:4px;
! 	font-weight: bold;
! 	}
! </style>
  <!------------------------MENUS-------------------------------->
  
***************
*** 28,66 ****
  <tr BGCOLOR="#339999" >
  
!         <td valign=bottom><img src="<TMPL_VAR NAME='themelang'>/images/inside-top-search.gif" 
! 	width=349 height=50 alt="KOHA: Catalogue Search" hspace=0 vspace=0 border=0></td>
! 
! 
!       
!         <td align=right><a href="/cgi-bin/koha/opac-search.pl" 		onMouseOver="document.mouseover.src='<TMPL_VAR NAME='themelang'>/images/mouseover-search.gif'" 		onMouseOut="document.mouseover.src='<TMPL_VAR NAME='themelang'>/images/holder.gif'"><img
! 	src="<TMPL_VAR NAME='themelang'>/images/menu-search.gif" 
! 	width=71 height=30 alt="Search" hspace=0 vspace=0 border=0 name="menu-search"></a>
! 	
! 	<a href="/join.html"
! 	onMouseOver="document.mouseover.src='<TMPL_VAR NAME='themelang'>/images/mouseover-join.gif'" 		onMouseOut="document.mouseover.src='<TMPL_VAR NAME='themelang'>/images/holder.gif'"><img src="<TMPL_VAR NAME='themelang'>/images/menu-join.gif" 
! 	width=54 height=30 alt="Join" hspace=0 vspace=0 border=0 name="menu-join"></a>
! 
! 	<a href="/cgi-bin/koha/opac-main.pl" 
! 	onMouseOver="document.mouseover.src='<TMPL_VAR NAME='themelang'>/images/mouseover-home.gif'" 		onMouseOut="document.mouseover.src='<TMPL_VAR NAME='themelang'>/images/holder.gif'"><img src="<TMPL_VAR NAME='themelang'>/images/menu-home.gif" 
! 	width=60 height=30 alt="Home" hspace=0 vspace=0 border=0 name="menu-home"></a></td>
!         
!         </TR>
! 
! 
! <tr valign=top>
! 
!         <td><img src="<TMPL_VAR NAME='themelang'>/images/inside-koha-bottom.gif" 
! 	width=69 height=44 alt="KOHA" hspace=0 vspace=0 border=0 ></td>
! 
!         <td align=right><img src="<TMPL_VAR NAME='themelang'>/images/holder.gif" 
! 	width=300 height=48 alt="" hspace=0 vspace=0 name="mouseover" ></a></td>
! 
          </TR>
- 
- 
- 
  </TABLE>
- 
- 
  
  <!-------------------------MAIN BODY OF PAGE-------------------------->
--- 35,59 ----
  <tr BGCOLOR="#339999" >
  
! 	<td width="7%">
! 		<img src="<TMPL_VAR name="themelang">/images/front-background-small.gif" height=50 align="center"><b>KOHA</b>
! 	</td>
!         <td width="10%">
! 		<a href="/cgi-bin/koha/opac-search.pl" title="Search the catalogue" class="white">
! 			Search
! 		</a>
! 	</td>
!         <td width="10%">
! 		<a href="/cgi-bin/koha/opac-user.pl" title="Join the library" class="white">
! 			Join
! 		</a>
! 	</td>
! 	<td align="left" width="10%">
! 		<a href="/cgi-bin/koha/opac-main.pl" title="home page" class="white">Home</a>
! 	</td>
! 	<td width="60%">
! 		&nbsp;
! 	</td>
          </TR>
  </TABLE>
  
  <!-------------------------MAIN BODY OF PAGE-------------------------->

--- join-top.inc DELETED ---

--- members-top.inc DELETED ---

--- opac-bottom.inc DELETED ---





More information about the Koha-cvs mailing list