[Commits] [svn:einsteintoolkit] www/release-info/ (Rev. 672)

knarf at cct.lsu.edu knarf at cct.lsu.edu
Mon Oct 17 11:07:26 CDT 2011


User: knarf
Date: 2011/10/17 11:07 AM

Modified:
 /release-info/
  parse_testsuite_results.cgi

Log:
 more vertial text

File Changes:

Directory: /release-info/
=========================

File [modified]: parse_testsuite_results.cgi
Delta lines: +6 -3
===================================================================
--- release-info/parse_testsuite_results.cgi	2011-10-17 16:04:49 UTC (rev 671)
+++ release-info/parse_testsuite_results.cgi	2011-10-17 16:07:26 UTC (rev 672)
@@ -200,7 +200,7 @@
                 $entry = "<font color='#$red'><b>$3</b></font>/$1";
               }
               if ($details =~ /(\d+) files missing, (\d+) files compared, (\d+) differ/) {
-                $entry = "<font color='#$red'><b>$1</b></font>&nbsp;missing, ".
+                $entry = "<font color='#$red'><b>$1</b></font>&nbsp;N/A, ".
                          "<font color='#$red'><b>$3</b></font>/$2";
               }
               $table_entries .= "<td class='c$bg'>$entry$popup</td>";
@@ -249,8 +249,10 @@
             defined($fileinfo{$host}{$nprocs}{$nthreads}) and
             defined($fileinfo{$host}{$nprocs}{$nthreads}{"time"}) and
             defined($fileinfo{$host}{$nprocs}{$nthreads}{"user"})) {
-          $table_entries_h .= $fileinfo{$host}{$nprocs}{$nthreads}{"user"}."<br/>".
-                              UnixDate($fileinfo{$host}{$nprocs}{$nthreads}{"time"}, "%m/%d");
+          $table_entries_h .= "<div class='vtext'>".
+                              $fileinfo{$host}{$nprocs}{$nthreads}{"user"}."<br/>".
+                              UnixDate($fileinfo{$host}{$nprocs}{$nthreads}{"time"}, "%m/%d").
+                              "</div>";
         } else { $table_entries_h .= "&nbsp;"; }
       }
       $table_entries_h .= "</td>";
@@ -328,6 +330,7 @@
   th div.vtext {
     -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
+    margin-top: 10em;
     white-space: nowrap;
   }
 



More information about the Commits mailing list