]> git.pld-linux.org Git - projects/buildlogs.git/commitdiff
100% for status table
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 18 Oct 2014 10:14:28 +0000 (10:14 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 18 Oct 2014 10:14:28 +0000 (10:14 +0000)
index.php

index accd640a9a933f573f5d9e3312bea497f629b324..fab57ca245c126ec6b1e128083b95f506248588c 100644 (file)
--- a/index.php
+++ b/index.php
@@ -293,7 +293,7 @@ function dump_log($tail)
 
        echo "<h1>$df</h1>";
 
-       echo "<table border=\"0\" cellpadding=\"3\" cellspacing=\"1\" bgcolor=\"#000000\">";
+       echo "<table border=\"0\" cellpadding=\"3\" cellspacing=\"1\" bgcolor=\"#000000\" width="\100%\">";
 
        function one_item($h, $t) {
                echo "<tr><td bgcolor=\"#ccccff\">$h:</td>".
@@ -534,7 +534,7 @@ function list_archs()
             "alt=\""._("Powered by PLD Linux")."\" border=\"0\" /></a><br />\n" .
             "<small>(c) ". date("Y") . " ". 
             "<a href=\"mailto:feedback@pld-linux.org\">PLD&nbsp;Team</a><br />\n".
-            '$Revision: 1.31 $'.
+            '$Revision: 1.32 $'.
             "</small></div>\n";
 
        # smile ;)
@@ -908,7 +908,7 @@ function welcome()
 <!-- ech... niech strace... -->
 <a href="mailto:feedback@pld-linux.org"><?=_("to us")?></a>. <?=_("Positive opinions are also")?>
 <a href="mailto:feedback@pld-linux.org"><?=_("welcome")?></a> ;)</p>
-<p>Version: $Id: index.php,v 1.31 2014/10/15 08:37:38 arekm Exp $</p>
+<p>Version: $Id: index.php,v 1.32 2014/10/18 10:11:42 arekm Exp $</p>
 </td><td width="20%">&nbsp;</td></tr>
 </table>
 <?php
This page took 0.050208 seconds and 4 git commands to generate.