]> git.pld-linux.org Git - projects/buildlogs.git/commitdiff
- s%<br/>%<br>%
authorggodlewski <ggodlewski@pld-linux.org>
Tue, 8 Oct 2002 06:49:44 +0000 (06:49 +0000)
committerggodlewski <ggodlewski@pld-linux.org>
Tue, 8 Oct 2002 06:49:44 +0000 (06:49 +0000)
- Fixed printing /OK /FAIL in adv_search

obsolete/buildlogs/index.php

index e7150ba0d83eb9ddf794309cd6e8faf51b1086da..055f8d55c424c9a80d9b46b0f5969b4e50e0b34f 100644 (file)
@@ -560,7 +560,7 @@ function list_archs()
        echo "</table><hr />\n";
        
        echo "<div align=\"center\">";
-       echo "<a href=\"$big_url&action=adv_search\">"._("Advanced Search")."</a><br/>\n";
+       echo "<a href=\"$big_url&action=adv_search\">"._("Advanced Search")."</a><br>\n";
        
        echo "<a href=\"$url\">main()</a><hr />\n";
        echo "<a href=\"http://www.pld.org.pl/\"><img src=powpld.png ".
@@ -603,7 +603,7 @@ function list_archs()
        echo "<form action=\"index.php\" method=\"post\">";
        echo "<input type=hidden name=idx value=$idx />";
        echo "<input type=hidden name=action value=sqa />";
-       echo "<input type=text size=14 name=str /><br/>";
+       echo "<input type=text size=14 name=str /><br>";
        echo "<input type=submit name=submit value=\""._("Search rpmqa!")."\" />";
        echo "</form>";
        }
@@ -847,7 +847,7 @@ function adv_search()
                        $t = $t . ngettext(" minute"," minutes",$t);
                }
                $u = "$big_url&off=$off&id=$h";
-               $builder=$addr[$i]."/".(($j===0)?"OK":"FAIL");
+               $builder=$addr[$i]."/".(($j=="1")?"OK":"FAIL");
                echo "<tr>";
                echo "<td bgcolor=#CCCCCC><a href=\"$u\">$builder</a></td>";
                echo "<td bgcolor=#CCCCCC><a href=\"$u\">$f</a> ".
@@ -917,7 +917,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.30 2002/10/07 20:01:15 ggodlewski Exp $</p>
+<p>Version: $Id: index.php,v 1.31 2002/10/08 06:21:21 ggodlewski Exp $</p>
 </td><td width=20%>&nbsp;</td></tr>
 </table>
 <?php
This page took 0.045037 seconds and 4 git commands to generate.