[gst-cvs] CVS: www/lib template.php,1.7,1.8

Andy Wingo wingo at users.sourceforge.net
Sun Nov 11 14:14:02 PST 2001


Update of /cvsroot/gstreamer/www/lib
In directory usw-pr-cvs1:/tmp/cvs-serv21152

Modified Files:
	template.php 
Log Message:
change to 1x1 gif

Index: template.php
===================================================================
RCS file: /cvsroot/gstreamer/www/lib/template.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- template.php	2001/11/11 21:24:02	1.7
+++ template.php	2001/11/11 22:13:27	1.8
@@ -39,7 +39,7 @@
       <tr><td><img src="$prefix/images/slash.png" height=41 width="100%"></td></tr>
      </table>
     </td>
-    <td width="22"><img src="$prefix/images/1x1.png" border="0" width="22" height="2"></td>
+    <td width="22"><img src="$prefix/images/1x1.gif" alt="" border="0" width="22" height="2"></td>
     <td valign="top">
      &nbsp;<br>
 EOF;
@@ -63,13 +63,13 @@
   
   $ret = <<<EOF
         <table border="0" cellpadding="2" cellspacing="0">
-         <tr><td colspan="2"><img src="$prefix/images/1x1.png" border="0" width="2" height="2"></td></tr>
+         <tr><td colspan="2"><img src="$prefix/images/1x1.gif" alt="" border="0" width="2" height="2"></td></tr>
 EOF;
   
   foreach($menu_items as $name => $path) {
       $ret .= "         <tr><td width=\"140\" BGCOLOR=\"#cccccc\" align=\"center\"><b><a href=\"$path\" class=\"gstnavside\">$name</a></b></td>"; 
-      $ret .= "<td><img src=\"$prefix/images/1x1.png\" border=\"0\" width=\"2\" height=\"2\"></td></tr>\n";
-      $ret .= "         <tr><td colspan=\"2\"><img src=\"$prefix/images/1x1.png\" border=\"0\" width=\"2\" height=\"2\"></td></tr>\n";
+      $ret .= "<td><img src=\"$prefix/images/1x1.gif\" border=\"0\" width=\"2\" height=\"2\"></td></tr>\n";
+      $ret .= "         <tr><td colspan=\"2\"><img src=\"$prefix/images/1x1.gif\" border=\"0\" width=\"2\" height=\"2\"></td></tr>\n";
   }
   $ret .= <<<EOF
          <tr>
@@ -78,7 +78,7 @@
            <a href="http://sourceforge.net/projects/gstreamer/"><img src="http://sourceforge.net/sflogo.php?group_id=1936" width="88" height="31" border="0" alt="SourceForge Logo"></a><br>
             &nbsp;<br>&nbsp;<br>&nbsp;<br>&nbsp;<br>&nbsp;
           </td>
-          <td><img src="$prefix/images/1x1.png" border="0" width="2" height="2"></td>
+          <td><img src="$prefix/images/1x1.gif" alt="" border="0" width="2" height="2"></td>
          </tr>
         </table>
 EOF;
@@ -109,14 +109,14 @@
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;    
 </font>
     </td>
-    <td width="22"><img src="images/1x1.png" border="0" width="22" height="2"></td>
+    <td width="22"><img src="images/1x1.gif" alt="" border="0" width="22" height="2"></td>
    </tr>
   </table>
   &nbsp;<br>&nbsp;
   <table border=0 cellpadding=0 cellspacing=0 width="100%">
-   <tr><td bgcolor="#FF3333"><img src="gstweb/img/1x1.gif" border="0" width="1" height="2"></td></tr>
-   <tr><td bgcolor="#339933"><img src="gstweb/img/1x1.gif" border="0" width="1" height="2"></td></tr>
-   <tr><td bgcolor="#3333CC"><img src="gstweb/img/1x1.gif" border="0" width="1" height="2"></td></tr>
+   <tr><td bgcolor="#FF3333"><img src="images/1x1.gif" alt="" border="0" width="1" height="2"></td></tr>
+   <tr><td bgcolor="#339933"><img src="images/1x1.gif" alt="" border="0" width="1" height="2"></td></tr>
+   <tr><td bgcolor="#3333CC"><img src="images/1x1.gif" alt="" border="0" width="1" height="2"></td></tr>
   </table>&nbsp;
  </body>
 </html>





More information about the Gstreamer-commits mailing list