[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en/includes opac-top.inc,1.8.2.1,1.8.2.2

Owen Leonard oleonard at users.sourceforge.net
Wed Jan 7 18:33:36 CET 2004


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

Modified Files:
      Tag: rel_2_0
	opac-top.inc 
Log Message:
Modified HTML to move towards validity (quoted attributes, close tags, etc)

Index: opac-top.inc
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en/includes/opac-top.inc,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -C2 -r1.8.2.1 -r1.8.2.2
*** opac-top.inc	22 Dec 2003 09:17:02 -0000	1.8.2.1
--- opac-top.inc	7 Jan 2004 17:33:34 -0000	1.8.2.2
***************
*** 1,40 ****
! <!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>
- <body text="black" bgcolor="white" link="#0000ff" vlink="#3366cc" Alink="#cc3300"
- 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-------------------------------->
  
! <table cellpadding=0 cellspacing=0 width="100%" border=0>
! <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%">
--- 1,22 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  
  <html>
  <head>
  <title>KOHA: OPAC Catalogue Search</title>
! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
! <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/opac.css">
  </head>
  
! <body>
! 
! 
  
! <!-- MENUS -->
  
! <table width="100%" border="0" cellspacing="0" cellpadding="0">
! <tr bgcolor="#339999">
  
  	<td width="7%">
! 		<img src="<!-- TMPL_VAR name="themelang" -->/images/front-background-small.gif" height="50" border="0" alt=""><b>KOHA</b>
  	</td>
          <td width="10%">
***************
*** 54,65 ****
  		&nbsp;
  	</td>
!         </TR>
! </TABLE>
  
- <!-------------------------MAIN BODY OF PAGE-------------------------->
- <BLOCKQUOTE>
  <!-- TMPL_IF NAME="loggedinusername" -->
!     <p align=left>Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href=/cgi-bin/koha/opac-user.pl>Members Home</a>][<a href=/cgi-bin/koha/opac-main.pl?logout.x=1>Log Out</a>]</p>
  <!-- TMPL_ELSE -->
!     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
  <!-- /TMPL_IF -->
--- 36,48 ----
  		&nbsp;
  	</td>
!         </tr>
! </table>
! 
! <!-- MAIN BODY OF PAGE -->
  
  <!-- TMPL_IF NAME="loggedinusername" -->
!     <p align="left">Logged in as: <!-- TMPL_VAR NAME="loggedinusername" --> [<a href="/cgi-bin/koha/opac-user.pl">Members Home</a>][<a href="/cgi-bin/koha/opac-main.pl?logout.x=1">Log Out</a>]</p>
  <!-- TMPL_ELSE -->
!     <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
  <!-- /TMPL_IF -->
+ 





More information about the Koha-cvs mailing list