[Scummvm-cvs-logs] CVS: web demos.php,1.64,1.65 documentation.php,1.17,1.18 index.php,1.32,1.33 links.php,1.55,1.56 press.php,1.32,1.33 screenshots.php,1.19,1.20 subprojects.php,1.11,1.12
Eugene Sandulenko
sev at users.sourceforge.net
Sat Nov 12 19:22:00 CET 2005
Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18612
Modified Files:
demos.php documentation.php index.php links.php press.php
screenshots.php subprojects.php
Log Message:
Fixing even more HTML validation faults. Now site is clean.
Index: demos.php
===================================================================
RCS file: /cvsroot/scummvm/web/demos.php,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- demos.php 13 Nov 2005 00:29:57 -0000 1.64
+++ demos.php 13 Nov 2005 03:20:51 -0000 1.65
@@ -31,12 +31,12 @@
</div>
<table border=0>
- <tr><td class='nav-bullet'><img src='images/bullet-section.gif' /></td><td class='nav-item'><a href="#lec">LucasArts Demos</a></td></tr>
- <tr><td class='nav-bullet'><img src='images/bullet-section.gif' /></td><td class='nav-item'><a href="#he">Humongous Entertainment Demos</a></td></tr>
- <tr><td class='nav-bullet'><img src='images/bullet-section.gif' /></td><td class='nav-item'><a href="#other">Miscellaneous Demos</a></td></tr>
+ <tr><td class='nav-bullet'><img src='images/bullet-section.gif' alt="*" /></td><td class='nav-item'><a href="#lec">LucasArts Demos</a></td></tr>
+ <tr><td class='nav-bullet'><img src='images/bullet-section.gif' alt="*" /></td><td class='nav-item'><a href="#he">Humongous Entertainment Demos</a></td></tr>
+ <tr><td class='nav-bullet'><img src='images/bullet-section.gif' alt="*" /></td><td class='nav-item'><a href="#other">Miscellaneous Demos</a></td></tr>
</table>
-
+ </div>
</td>
<td>
This page lists links to demos of various games, please contact us if you have a copy of any demo not listed here,<br><br>
Index: documentation.php
===================================================================
RCS file: /cvsroot/scummvm/web/documentation.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- documentation.php 13 Nov 2005 00:29:57 -0000 1.17
+++ documentation.php 13 Nov 2005 03:20:51 -0000 1.18
@@ -31,6 +31,7 @@
// Now evaluate any PHP code embedded into it, and output the result
echo eval("?>" . $html . "<?php ");
echo "<br/>";
+ echo " </div>\n";
} else {
?>
<div class="par-intro">
Index: index.php
===================================================================
RCS file: /cvsroot/scummvm/web/index.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- index.php 13 Nov 2005 02:46:35 -0000 1.32
+++ index.php 13 Nov 2005 03:20:51 -0000 1.33
@@ -131,10 +131,10 @@
onMouseOut="window.status='';return true;"><img
<?php
- echo 'src="./screenshots/'.getScr($randImg) . '" width="128" height="96"\n';
+ echo 'src="./screenshots/'.getScr($randImg) . '" width="128" height="96"'."\n";
?>
style="margin: 5px"
- name="img_jn" title="Click to view Full Size"></a>
+ name="img_jn" title="Click to view Full Size" alt="Rnadom screenshot"></a>
</td></tr>
</table>
</td></tr>
@@ -149,7 +149,6 @@
<?php
echo '<a href="javascript:scrshot_jn('.count($screenshots).',+1);">next >></a> </td>';
?>
-</td>
<td class="brc"></td>
</tr></table></td></tr>
</table>
@@ -164,7 +163,7 @@
shadowed_text("?", '#66c409', '#ffffff');
?></h2>
<td class="trc"> </td>
- </td></tr></table>
+ </tr></table>
</td></tr>
<tr><td class="content">
Index: links.php
===================================================================
RCS file: /cvsroot/scummvm/web/links.php,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- links.php 13 Nov 2005 00:29:57 -0000 1.55
+++ links.php 13 Nov 2005 03:20:51 -0000 1.56
@@ -246,7 +246,8 @@
</div>
</div>
-
+
+</div>
<?
html_content_end();
Index: press.php
===================================================================
RCS file: /cvsroot/scummvm/web/press.php,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- press.php 13 Nov 2005 00:29:57 -0000 1.32
+++ press.php 13 Nov 2005 03:20:51 -0000 1.33
@@ -25,10 +25,10 @@
<small>(If you wish to contact us in regards to media articles, please e-mail press
(@) scummvm.org)</small>
- <p><a href="http://www.micromart.co.uk/content/features/default.asp?Category=Article&Type=&ID=1746">
+ <p><a href="http://www.micromart.co.uk/content/features/default.asp?Category=Article&Type=&ID=1746">
<b>Retro-Mart</b></a>, www.micromart.co.uk
</p>
- <p><a href="http://www.pcplus.co.uk/tutorials/default.asp?pagetypeid=2&articleid=29821&subsectionid=376&subsubsectionid=749">
+ <p><a href="http://www.pcplus.co.uk/tutorials/default.asp?pagetypeid=2&articleid=29821&subsectionid=376&subsubsectionid=749">
<b>Back to the Source</b></a>, PC Plus issue 215, May 2004
</p>
Index: screenshots.php
===================================================================
RCS file: /cvsroot/scummvm/web/screenshots.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- screenshots.php 13 Nov 2005 02:46:35 -0000 1.19
+++ screenshots.php 13 Nov 2005 03:20:51 -0000 1.20
@@ -130,7 +130,7 @@
}
}
- echo "</tr>";
+ echo "<td></td></tr>";
echo html_frame_end();
}
Index: subprojects.php
===================================================================
RCS file: /cvsroot/scummvm/web/subprojects.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- subprojects.php 13 Nov 2005 00:29:57 -0000 1.11
+++ subprojects.php 13 Nov 2005 03:20:51 -0000 1.12
@@ -44,7 +44,7 @@
<P>
You can try compile engine for Windows:
</P>
-<a href="downloads/scummexwin32.exe">Windows Daily Snapshot</a> <small> (build from CVS HEAD, <? echo intval(filesize("downloads/residualwin32.exe")/1024) ?>K Win32 .exe file, last update: <? echo date("F j, Y, g:i a",filemtime("downloads/scummexwin32.exe")); ?>)</small></li>
+<a href="downloads/scummexwin32.exe">Windows Daily Snapshot</a> <small> (build from CVS HEAD, <? echo intval(filesize("downloads/residualwin32.exe")/1024) ?>K Win32 .exe file, last update: <? echo date("F j, Y, g:i a",filemtime("downloads/scummexwin32.exe")); ?>)</small>
<p> </p>
</div>
@@ -65,7 +65,7 @@
<P>
You can try compiled engine for Windows:
</P>
-<a href="downloads/residualwin32.exe">Windows Daily Snapshot</a> <small> (build from CVS HEAD, <? echo intval(filesize("downloads/residualwin32.exe")/1024) ?>K Win32 .exe file, last update: <? echo date("F j, Y, g:i a",filemtime("downloads/residualwin32.exe")); ?>)</small></li>
+<a href="downloads/residualwin32.exe">Windows Daily Snapshot</a> <small> (build from CVS HEAD, <? echo intval(filesize("downloads/residualwin32.exe")/1024) ?>K Win32 .exe file, last update: <? echo date("F j, Y, g:i a",filemtime("downloads/residualwin32.exe")); ?>)</small>
<p></p>
</div>
</div>
More information about the Scummvm-git-logs
mailing list