[Scummvm-cvs-logs] CVS: web scripts.js,1.2,1.3 screenshots.php,1.2,1.3 links.php,1.33,1.34

Max Horn fingolfin at users.sourceforge.net
Sun Oct 12 14:25:03 CEST 2003


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

Modified Files:
	scripts.js screenshots.php links.php 
Log Message:
cleanup; removed border=0 attributes on img-elements (not needed anymore, same effect is achieved via CSS)

Index: scripts.js
===================================================================
RCS file: /cvsroot/scummvm/web/scripts.js,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- scripts.js	28 Feb 2003 02:08:36 -0000	1.2
+++ scripts.js	12 Oct 2003 21:24:01 -0000	1.3
@@ -5,7 +5,7 @@
 	myWindow.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\n')
 	myWindow.document.write('<html><head><title>ScreenShot Viewer</title></head>')
 	myWindow.document.write('<body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">');
-	myWindow.document.write('<a href="javascript:self.close();"><img src="'+ fileToOpen +'" border=0></a>');
+	myWindow.document.write('<a href="javascript:self.close();"><img src="'+ fileToOpen +'"></a>');
 	myWindow.document.write('</body></html>');
 	myWindow.document.close();
 }

Index: screenshots.php
===================================================================
RCS file: /cvsroot/scummvm/web/screenshots.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- screenshots.php	12 Jul 2003 17:08:32 -0000	1.2
+++ screenshots.php	12 Oct 2003 21:24:01 -0000	1.3
@@ -41,7 +41,7 @@
 	     html_frame_tr(
 	     		   html_frame_td(
 			   		 '<img src="'.$file_root.'/screenshots/big_scummvm_'.$view.'.png" '.
-				         'border=0 vspace=2 hspace=2 width=640 height=400 '.
+				         'vspace=2 hspace=2 width=640 height=400 '.
 				         'alt="Screenshot '.$view.'">',
 					 'align=center class="color0"'
 					)
@@ -87,7 +87,7 @@
 		echo html_frame_td(
 				   '<a href="'.$PHP_SELF."?view=".$c.'&offset='.$offset.'">'.
 				   '<img src="'.$file_root.'/screenshots/scummvm_'.$c.'.png" '.
-				   'border=0 vspace=10 hspace=10 width=256 height=160 '.
+				   'vspace=10 hspace=10 width=256 height=160 '.
 				   'alt="Screenshot '.$c.'"></a>',
 				   'align=center class="color0"'
 				  );

Index: links.php
===================================================================
RCS file: /cvsroot/scummvm/web/links.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- links.php	28 Sep 2003 20:50:12 -0000	1.33
+++ links.php	12 Oct 2003 21:24:01 -0000	1.34
@@ -310,9 +310,9 @@
 	</blockquote>
     
 
-	<div align=center>
-	<table width=300 border=0><tr><td>
-	  <img src="images/scummvm-link.png" border=0 width=88 height=31 alt="ScummVM" align=left>
+	<div align="center">
+	<table width="300" border="0"><tr><td>
+	  <img src="images/scummvm-link.png" width="88" height="31" alt="ScummVM" align="left">
 	  <b>Link to us:</b><br>
 	  If you want to link your site to us. Please feel free to use this image.
 	</td></tr></table>





More information about the Scummvm-git-logs mailing list