[gst-cvs] CVS: www/status index.php,1.6,1.7
Andy Wingo
wingo at users.sourceforge.net
Sun Oct 14 14:26:01 PDT 2001
Update of /cvsroot/gstreamer/www/status
In directory usw-pr-cvs1:/tmp/cvs-serv15648
Modified Files:
index.php
Log Message:
status key part trois
Index: index.php
===================================================================
RCS file: /cvsroot/gstreamer/www/status/index.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- index.php 2001/10/14 21:22:39 1.6
+++ index.php 2001/10/14 21:25:07 1.7
@@ -31,11 +31,16 @@
EOF;
print "<h2>$categories[$category]</h2>\n";
- echo "key:<br><table><tr><th>status</th><th>color</th></tr>";
+ echo "key:<br>\n<table border=\"1\">\n";
+ echo "<tr><td>status:</td>";
foreach ($color_names as $key=>$value) {
- print "<tr><td>$value</td><td bgcolor=\"$colors[$key]\"> </td></tr>";
+ print "<td>$value</td>";
}
- echo "</table>\n";
+ echo "</tr>\n<tr><td>color:</td></tr>";
+ foreach ($color_names as $key=>$value) {
+ print "<td bgcolor=\"$colors[$key]\"> </td>";
+ }
+ echo "</tr>\n</table>\n";
print "<table border=\"1\">\n";
print " <tr>";
foreach ($relevant_fields[$category] as $value) {
More information about the Gstreamer-commits
mailing list