[gst-cvs] CVS: www/status index.php,1.7,1.8

Andy Wingo wingo at users.sourceforge.net
Sun Oct 14 14:27:02 PDT 2001


Update of /cvsroot/gstreamer/www/status
In directory usw-pr-cvs1:/tmp/cvs-serv15946

Modified Files:
	index.php 
Log Message:
status key part quatre?

Index: index.php
===================================================================
RCS file: /cvsroot/gstreamer/www/status/index.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- index.php	2001/10/14 21:25:07	1.7
+++ index.php	2001/10/14 21:26:53	1.8
@@ -31,12 +31,12 @@
 EOF;
   
     print "<h2>$categories[$category]</h2>\n";
-    echo "key:<br>\n<table border=\"1\">\n";
-    echo "<tr><td>status:</td>";
+    echo "key:<br>\n<table width=\"100%\" border=\"1\">\n";
+    echo "<tr><td>status</td>";
     foreach ($color_names as $key=>$value) {
       print "<td>$value</td>";
     }
-    echo "</tr>\n<tr><td>color:</td></tr>";
+    echo "</tr>\n<tr><td>color</td>";
     foreach ($color_names as $key=>$value) {
       print "<td bgcolor=\"$colors[$key]\">&nbsp;</td>";
     }





More information about the Gstreamer-commits mailing list