bagder: curl-www/auto summarize.pl,1.36,1.37

[email protected]
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www/auto
In directory labb:/tmp/cvs-serv1666

Modified Files:
	summarize.pl 
Log Message:
moved the link to the time stamp


Index: summarize.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/auto/summarize.pl,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- summarize.pl	14 Mar 2005 21:54:10 -0000	1.36
+++ summarize.pl	21 Mar 2005 07:51:22 -0000	1.37
@@ -238,9 +238,6 @@
         ($lyear, $lmonth, $lday) = ($year, $month, $day);
     }
 
-    my $res = join("",
-                   "<!-- $lyear$lmonth$lday $showdate --><tr>\n",
-                   "<td>$showdate</td>\n");
     my $a;
     if($buildid =~ /^(\d\d\d\d)(\d\d)(\d\d)(\d\d)(\d\d)(\d\d)-(\d+)/) {
         my ($byear, $bmon, $bday, $bhour, $bmin, $bsec, $bpid)=
@@ -251,8 +248,11 @@
         $a = "<a href=\"#internal-error\">";
     }
 
+    my $res = join("",
+                   "<!-- $lyear$lmonth$lday $showdate --><tr>\n",
+                   "<td>$a$showdate</a></td>\n");
     if($fail || !$linkfine || !$fine) {
-        $res .= "<td class=\"buildfail\">$a";
+        $res .= "<td class=\"buildfail\">";
         if(!$linkfine) {
             if($cvsfail) {
                 $res .= "CVS";
@@ -272,7 +272,7 @@
         else {
             $res .= "fail";
         }
-        $res .= "</a></td>\n";
+        $res .= "</td>\n";
     }
     else {
         $totalfine += $testfine;
@@ -280,12 +280,12 @@
             $untestedtotal++;
         }
         $testfine = 0 + $testfine; # to force it numeric
-        $res .= "<td class=\"buildfine\">$a $testfine";
+        $res .= "<td class=\"buildfine\">$testfine";
 
         if($skipped) {
             #$res .= "+$skipped";
         }
-        $res .= "</a></td>\n";
+        $res .= "</td>\n";
     }
 
     $totalwarn += $warning;

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.