[Scummvm-cvs-logs] CVS: web demos.php,1.69,1.70 documentation.php,1.18,1.19 downloads.php,1.149,1.150 screenshots.php,1.22,1.23

Eugene Sandulenko sev at users.sourceforge.net
Wed Nov 30 17:31:27 CET 2005


Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2858

Modified Files:
	demos.php documentation.php downloads.php screenshots.php 
Log Message:
o Made all pages really movable, i.e. added $file_root everywhere
o Unified navigation items for code simplicity
o Transferred "The inComplete SCUMM Reference Guide" to new layout


Index: demos.php
===================================================================
RCS file: /cvsroot/scummvm/web/demos.php,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- demos.php	30 Nov 2005 23:21:59 -0000	1.69
+++ demos.php	1 Dec 2005 01:30:38 -0000	1.70
@@ -31,9 +31,12 @@
        </div>
 
 <table border=0>
-	<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>
+
+<?php
+  html_nav_item("#lec", "LucasArts Demos");
+  html_nav_item("#he", "Humongous Entertainment Demos");
+  html_nav_item("#other", "Miscellaneous Demos");
+?>
 
 </table>
     </div>

Index: documentation.php
===================================================================
RCS file: /cvsroot/scummvm/web/documentation.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- documentation.php	13 Nov 2005 03:20:51 -0000	1.18
+++ documentation.php	1 Dec 2005 01:30:38 -0000	1.19
@@ -68,7 +68,9 @@
   <a href='http://cvs.sourceforge.net/viewcvs.py/*checkout*/scummvm/scummvm/TODO?rev=HEAD'>ScummVM current areas of focus</a><br />
   This page is the current TODO list for ScummVM.<br /><br />
 
-  <a href='$file_root/docs/doxygen/html/index.php'>Source code documentation</a><br />
+<?php
+     echo "<a href='$file_root/docs/doxygen/html/index.php'>Source code documentation</a><br />\n";
+?>
   Cross referenced source code documentation for ScummVM, generated using
   <a href='http://www.doxygen.org'>Doxygen</a>.<br /><br />
 

Index: downloads.php
===================================================================
RCS file: /cvsroot/scummvm/web/downloads.php,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -d -r1.149 -r1.150
--- downloads.php	13 Nov 2005 14:58:53 -0000	1.149
+++ downloads.php	1 Dec 2005 01:30:38 -0000	1.150
@@ -37,13 +37,15 @@
        </div>
 
 <table border=0>
-	<tr><td class='nav-bullet'><img src='images/bullet-section.gif' alt="*" /></td><td class='nav-item'><a href="#stable">0.8.0 Release binaries</a></td></tr>
-	<tr><td class='nav-bullet'><img src='images/bullet-section.gif' alt="*" /></td><td class='nav-item'><a href="#source">0.8.0 Source Code</a></td></tr>
-	<tr><td class='nav-bullet'><img src='images/bullet-section.gif' alt="*" /></td><td class='nav-item'><a href="#tools">0.8.0 Tools</a></td></tr>
-	<tr><td class='nav-bullet'><img src='images/bullet-section.gif' alt="*" /></td><td class='nav-item'><a href="#older">Older versions</a></td></tr>
-       <tr><td class='nav-bullet'><img src='images/bullet-section.gif' alt="*" /></td><td class='nav-item'><a href="#extras">Extras, game downloads</a></td></tr>
-	<tr><td class='nav-bullet'><img src='images/bullet-section.gif' alt="*" /></td><td class='nav-item'><a href="#CVS">CVS Builds</a></td></tr>
-	<tr><td class='nav-bullet'><img src='images/bullet-section.gif' alt="*" /></td><td class='nav-item'><a href="#libs">Libraries</a></td></tr>
+<?php
+  html_nav_item("#stable", "0.8.0 Release binaries");
+  html_nav_item("#source", "0.8.0 Source Code");
+  html_nav_item("#tools", "0.8.0 Tools");
+  html_nav_item("#older", "Older versions");
+  html_nav_item("#extras", "Extras, game downloads");
+  html_nav_item("#CVS", "CVS Builds");
+  html_nav_item("#libs", "Libraries");
+?>
 
 </table>
     </div>

Index: screenshots.php
===================================================================
RCS file: /cvsroot/scummvm/web/screenshots.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- screenshots.php	26 Nov 2005 19:52:45 -0000	1.22
+++ screenshots.php	1 Dec 2005 01:30:38 -0000	1.23
@@ -50,10 +50,10 @@
 </td><td style="width:300px; vertical-align:center; align:left">
 
 <table border=0 align="left" cellspacing=0>
-<tr><td width=280 height=37 colspan=4><img src="images/rs-top.png" alt="" /></td></tr>
-<tr><td width=17 height=10 colspan=2><img src="images/rs-top-left.png" alt="" /></td><td rowspan=2 width=256 height=192>
+<tr><td width=280 height=37 colspan=4><img src="<?=$file_root?>/images/rs-top.png" alt="" /></td></tr>
+<tr><td width=17 height=10 colspan=2><img src="<?=$file_root?>/images/rs-top-left.png" alt="" /></td><td rowspan=2 width=256 height=192>
 <?php
-  echo "<a href=\"javascript:openWin('./screenshots/{$screenshots[$randImg]}','scummvm',640,483);\"\n";
+  echo "<a href=\"javascript:openWin('$file_root/screenshots/{$screenshots[$randImg]}','scummvm',640,483);\"\n";
   echo "  onMouseOver=\"window.status='Click to View Full Size Image';return true;\"\n";
   echo "  onMouseOut=\"window.status='';return true;\">";
   echo '<img align=right src="'.screenshot_thumb_from_full($screenshots[$randImg]).'" alt="Random Screenshot"';
@@ -61,7 +61,7 @@
 ?>
 </td><td style="background:#a82709;" width=7 height=192 rowspan=2></td></tr>
 <tr><td width=10 height=182></td><td style="background:#a82709;" width=7></td></tr>
-<tr><td width=280 height=21 colspan=4><img src="images/rs-bottom.png" alt="" /></td></tr>
+<tr><td width=280 height=21 colspan=4><img src="<?=$file_root?>/images/rs-bottom.png" alt="" /></td></tr>
 </table>
 
 </td></tr>





More information about the Scummvm-git-logs mailing list