[Scummvm-cvs-logs] CVS: web/docs/specs aary.php,1.4,1.5 char.php,1.3,1.4 glossary.php,1.4,1.5 index.php,1.4,1.5 introduction.php,1.7,1.8 scrp-v5.php,1.4,1.5 scrp-v6.php,1.5,1.6 scrp.php,1.4,1.5

Max Horn fingolfin at users.sourceforge.net
Tue Oct 14 06:09:07 CEST 2003


Update of /cvsroot/scummvm/web/docs/specs
In directory sc8-pr-cvs1:/tmp/cvs-serv32486/docs/specs

Modified Files:
	aary.php char.php glossary.php index.php introduction.php 
	scrp-v5.php scrp-v6.php scrp.php 
Log Message:
even more modernization and cleanup; page is now HTML 4.01 Strict compliant (at least the parts I checked with the validator; single pages might still contain invalid stuff)

Index: aary.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/aary.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- aary.php	13 Oct 2003 14:28:41 -0000	1.4
+++ aary.php	14 Oct 2003 13:08:38 -0000	1.5
@@ -9,7 +9,7 @@
 sidebar_start(true);
     
 //display welcome table
-echo html_round_frame_start("AARY: Arrays and Strings","98%","",20);
+echo html_round_frame_start("AARY: Arrays and Strings","");
 ?>
 
         <p>

Index: char.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/char.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- char.php	13 Oct 2003 14:28:41 -0000	1.3
+++ char.php	14 Oct 2003 13:08:38 -0000	1.4
@@ -9,7 +9,7 @@
 sidebar_start(true);
 
 //display welcome table
-echo html_round_frame_start("CHAR: Character Sets","98%","",20);
+echo html_round_frame_start("CHAR: Character Sets","");
 ?>
 
         <p>

Index: glossary.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/glossary.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- glossary.php	13 Oct 2003 14:28:41 -0000	1.4
+++ glossary.php	14 Oct 2003 13:08:38 -0000	1.5
@@ -9,7 +9,7 @@
 sidebar_start(true);
 
 //display welcome table
-echo html_round_frame_start("Glossary","98%","",20);
+echo html_round_frame_start("Glossary","");
 ?>
   
         <p>

Index: index.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/index.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- index.php	13 Oct 2003 14:28:41 -0000	1.4
+++ index.php	14 Oct 2003 13:08:38 -0000	1.5
@@ -11,7 +11,7 @@
 // add 
 
 //display welcome table
-echo html_round_frame_start("The inComplete SCUMM Reference Guide","98%","",20);
+echo html_round_frame_start("The inComplete SCUMM Reference Guide","");
 
 ?>
         <p>

Index: introduction.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/introduction.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- introduction.php	13 Oct 2003 14:28:41 -0000	1.7
+++ introduction.php	14 Oct 2003 13:08:38 -0000	1.8
@@ -9,7 +9,7 @@
 sidebar_start(true);
 
 //display welcome table
-echo html_round_frame_start("Introduction","98%","",20);
+echo html_round_frame_start("Introduction","");
 
 ?>
 

Index: scrp-v5.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/scrp-v5.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- scrp-v5.php	13 Oct 2003 14:28:41 -0000	1.4
+++ scrp-v5.php	14 Oct 2003 13:08:38 -0000	1.5
@@ -9,7 +9,7 @@
 sidebar_start(true);
 
 //display welcome table 
-echo html_round_frame_start("V5 opcode list","98%","",20);
+echo html_round_frame_start("V5 opcode list","");
 ?>
 
         <p>

Index: scrp-v6.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/scrp-v6.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- scrp-v6.php	13 Oct 2003 14:28:41 -0000	1.5
+++ scrp-v6.php	14 Oct 2003 13:08:38 -0000	1.6
@@ -9,7 +9,7 @@
 sidebar_start(true);
 
 //display welcome table
-echo html_round_frame_start("V6 opcode list","98%","",20);
+echo html_round_frame_start("V6 opcode list","");
 ?>
   
         <p>

Index: scrp.php
===================================================================
RCS file: /cvsroot/scummvm/web/docs/specs/scrp.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- scrp.php	13 Oct 2003 14:28:41 -0000	1.4
+++ scrp.php	14 Oct 2003 13:08:38 -0000	1.5
@@ -9,7 +9,7 @@
 sidebar_start(true);
 
 //display welcome table
-echo html_round_frame_start("SCRP: Scripts","98%","",20);
+echo html_round_frame_start("SCRP: Scripts","");
 ?>
 
         <p>





More information about the Scummvm-git-logs mailing list