[Scummvm-cvs-logs] CVS: web/include html.php,1.7,1.8 menu.php,1.3,1.4 sidebar.php,1.14,1.15

Max Horn fingolfin at users.sourceforge.net
Sun Oct 12 16:26:02 CEST 2003


Update of /cvsroot/scummvm/web/include
In directory sc8-pr-cvs1:/tmp/cvs-serv18959/include

Modified Files:
	html.php menu.php sidebar.php 
Log Message:
working on 'HTML 4.01 strict' compliance

Index: html.php
===================================================================
RCS file: /cvsroot/scummvm/web/include/html.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- html.php	12 Oct 2003 21:24:00 -0000	1.7
+++ html.php	12 Oct 2003 23:24:25 -0000	1.8
@@ -162,7 +162,7 @@
     }
     
     $str .= '<tr><td>'."\n";	
-    $str .= '<table width="100%" border="0" cellpadding='.$innerPad.' cellspacing=1 '.$extra.'><tr><td class="color2" bgcolor="#ffffff">'."\n";
+    $str .= '<table width="100%" border="0" cellpadding='.$innerPad.' cellspacing=1 '.$extra.'><tr><td class="color2">'."\n";
 
     return $str;
 }
@@ -403,11 +403,11 @@
     <td style="background-image:url(<?=$file_root?>/images/scummvm_top_tile.png)">
 	<table width="100%" border="0" cellpadding="0" cellspacing="0">
 	<tr>
-	    <td><img src="<?=$file_root?>/images/scummvm_logo.png"  width="407" height="111" alt="ScummVM"></td>
-	    <td width="100%">
+	    <td align="left"><img src="<?=$file_root?>/images/scummvm_logo.png"  width="407" height="111" alt="ScummVM"></td>
+	    <td>
 		 
 	    </td>
-	    <td><img src="<?=$file_root?>/images/scummvm_chars.png" width="193" height="111"  alt="-"></td>
+	    <td align="right"><img src="<?=$file_root?>/images/scummvm_chars.png" width="193" height="111"  alt="-"></td>
 	</tr>
 	</table>
     </td>
@@ -421,7 +421,7 @@
 {
 ?>
 
-<div align="right" class="copyright">
+<div class="copyright">
 LucasArts, Monkey Island, Maniac Mansion, Full Throttle,
 <br>The Dig, LOOM, and probably lots of other things are
 <br>registered trademarks of <a href="http://www.lucasarts.com" class="copyright">LucasArts, Inc.</a>.

Index: menu.php
===================================================================
RCS file: /cvsroot/scummvm/web/include/menu.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- menu.php	12 Oct 2003 21:24:00 -0000	1.3
+++ menu.php	12 Oct 2003 23:24:25 -0000	1.4
@@ -14,7 +14,7 @@
 	
 		echo "<table width=120 border=0 cellspacing=0 cellpadding=0>\n";
 		echo "<tr>\n";
-		echo "	<td width='100%' class=topMenu><span class=menuTitle> $name</span></td>\n";
+		echo "	<td class=topMenu><span class=menuTitle> $name</span></td>\n";
 		echo "	<td align=right valign=top class=topMenu><img src='".$file_root."/images/main_right_top.gif' alt='---'></td>\n";
 		echo " </tr>\n";
 		echo "</table>\n";
@@ -27,7 +27,7 @@
     /* add a table row */
     function add($name, $url = null)
     {
-    	echo "<tr><td width='100%' class=sideMenu><span class=menuItem> ";
+    	echo "<tr><td class=sideMenu><span class=menuItem> ";
 		if($url) {
 			echo "<a href='$url' class=menuItem>$name</a>";
 		} else {

Index: sidebar.php
===================================================================
RCS file: /cvsroot/scummvm/web/include/sidebar.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- sidebar.php	12 Oct 2003 21:24:00 -0000	1.14
+++ sidebar.php	12 Oct 2003 23:24:25 -0000	1.15
@@ -15,7 +15,7 @@
 
 <table width="100%" border=0 cellpadding=0 cellspacing=0>
 <tr>
-<td align=center valign=top width="120">
+<td align=center valign=top>
 
 <?
 
@@ -54,14 +54,14 @@
 ?>
 	<p> </p>
 	
-	<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
+	<form action="https://www.paypal.com/cgi-bin/webscr" method="post"><div>
 	<input type="hidden" name="cmd" value="_xclick">
 	<input type="hidden" name="business" value="paypal at enderboi.com">
 	<input type="hidden" name="item_name" value="ScummVM donation">
 	<input type="image" src="<?=$file_root?>/images/ppdonate.gif" name="submit" alt="Donate to ScummVM with PayPal!">
-	</form>	
+	</div></form>	
 	
-	<p align="center">
+	<p style="text-align: center">
 	  <a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=37116"
 	  width="88" height="31" alt="SourceForge"></a>
 	</p>





More information about the Scummvm-git-logs mailing list