Enlightenment CVS committal

Author  : raster
Project : web
Module  : www

Dir     : web/www/site


Modified Files:
        site.php 


Log Message:


well after much pain - it was the feckin xhtml declaration that made the
table cells take a minimum size of a line of text. fark that.

===================================================================
RCS file: /cvs/e/web/www/site/site.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- site.php    21 Apr 2007 06:53:55 -0000      1.8
+++ site.php    21 Apr 2007 17:01:56 -0000      1.9
@@ -58,6 +58,43 @@
       echo("<a href='p.php?p=$pg&l=$lang' class='$cl'>");
   }
 
+  function blink($ic, $txt, $pg) {
+      echo("<table class='b' cellpadding='0'>");
+      echo("<tr><td class='b1'><img src='i/_.gif' width='8' height='8'></td>");
+      echo("<td class='b2'><img src='i/_.gif' width='8' height='8'></td>");
+      echo("<td class='b3'><img src='i/_.gif' width='8' 
height='8'></td></tr>");
+      echo("<tr><td class='b4'><img src='i/_.gif' width='8' 
height='24'></td>");
+      echo("<td class='b5'>");
+      acl($pg, "b");
+      echo("<img src='i/_.gif' width='8' height='24'>");
+      list($width, $height, $type, $attr) = getimagesize("$ic");
+      echo("<img src='$ic' width='$width' height='$height'>");
+      echo("<img src='i/_.gif' width='8' height='24'>");
+      echo("<b>$txt</b>");
+      echo("<img src='i/_.gif' width='8' height='24'>");
+      echo("</td>");
+      echo("<td class='b6'><img src='i/_.gif' width='8' 
height='24'></td></tr>");
+      echo("<tr><td class='b7'><img src='i/_.gif' width='8' height='8'></td>");
+      echo("<td class='b8'><img src='i/_.gif' width='8' height='8'></td>");
+      echo("<td class='b9'><img src='i/_.gif' width='8' 
height='8'></td></tr>");
+      echo("</table>");
+      echo("");
+      echo("");
+      echo("");
+      echo("");
+      echo("");
+      echo("");
+      echo("");
+      echo("");
+      echo("");
+      echo("");
+      echo("");
+      echo("");
+      global $page;
+      global $lang;
+      echo("<a href='p.php?p=$pg&l=$lang' class='$cl'>");
+  }
+
 /* utility functions */
   function read_var($f) {
       if (file_exists($f)) {



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to