]> git.pld-linux.org Git - projects/buildlogs.git/commitdiff
- fixed colors
authorankry <ankry@pld-linux.org>
Sat, 12 Oct 2002 18:58:07 +0000 (18:58 +0000)
committerankry <ankry@pld-linux.org>
Sat, 12 Oct 2002 18:58:07 +0000 (18:58 +0000)
obsolete/buildlogs/index.php

index e2047d5a9f422b1b13a720bc21575f7b3d2df6e3..71cea70af8352ca34986e54493d1072c5bae4dec 100644 (file)
@@ -253,9 +253,10 @@ function list_logs()
 
        echo "<div align=\"center\"><table cols=\"4\" border=\"0\" cellspacing=\"1\" ".
                "cellpadding=\"3\" bgcolor=\"#000000\" width=\"90%\">\n";
-       echo "<tr><th align=\"right\">Lp.</th><th bgcolor=\"#CCCCFF\" align=\"left\" width=\"60%\">"._("Log File").
+       echo "<tr><th bgcolor=\"#CCCCFF\" align=\"right\"width=\"1%\">_("No.")</th>\n".
+                "<th bgcolor=\"#CCCCFF\" align=\"left\" width=\"60%\">"._("Log File").
                        "[<a href=\"$big_url&amp;ns=1\">"._("sort")."</a>]</th>".
-                "<th bgcolor=\"#CCCCFF\" align=\"right\" width=\"15%\">"._("Size")."</th> ".
+                "<th bgcolor=\"#CCCCFF\" align=\"right\" width=\"15%\">"._("Size")."</th> ".
                 "<th bgcolor=\"#CCCCFF\" align=\"left\">"._("Age").
                         "[<a href=\"$big_url&amp;ns=0\">"._("sort")."</a>]</th>".
                 "</tr>";
@@ -304,8 +305,8 @@ function list_logs()
                        $t = $t . ngettext(" minute"," minutes",$t);
                }
                $u = "$big_url&amp;off=$off&amp;id=$h";
-               echo "<tr><td align=\"right\">$i.</td><td bgcolor=\"#CCCCCC\"><a href=\"$u\">".
-                    "$f</a> ".
+               echo "<tr><td bgcolor=\"#CCCCCC\" align=\"right\">$i.</td>".
+                    "<td bgcolor=\"#CCCCCC\"><a href=\"$u\">$f</a> ".
                     "[<a href=\"$u&amp;action=text\">"._("text")."</a> | ".
                      "<a href=\"$u&amp;action=tail\">"._("tail")."</a>]".
                     "</td><td bgcolor=\"#CCCCCC\" align=\"right\">".
@@ -925,7 +926,7 @@ function welcome()
 <!-- ech... niech strace... -->
 <a href="mailto:feedback@pld.org.pl"><?=_("to us")?></a>. <?=_("Positive opinions are also")?> 
 <a href="mailto:feedback@pld.org.pl"><?=_("welcome")?></a> ;)</p>
-<p>Version: $Id: index.php,v 1.44 2002/10/12 10:25:18 ankry Exp $</p>
+<p>Version: $Id: index.php,v 1.45 2002/10/12 13:02:59 juandon Exp $</p>
 </td><td width="20%">&nbsp;</td></tr>
 </table>
 <?php
This page took 0.12112 seconds and 4 git commands to generate.