Changeset 4090


Ignore:
Timestamp:
2003-04-07T14:48:15+12:00 (21 years ago)
Author:
dana
Message:

mac compliance

Location:
trunk/gsdl/cgi-bin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/cgi-bin/readresults.cgi

    r4085 r4090  
    3737if(!($etcfile=~ /$ENV{QUERY_STRING}/)) {
    3838    print "<h2>Each report sent has an ID number.  This program needs one of those ID numbers to work, and the ID number provided wans't found</h2></body></html>"; 
    39     die;$ENV{HTTP_USER_AGENT}=~/([^\/]*)\/([0-9]+\.[0-9]+)/;
    40 if(($1 ne "Netscape")||($2 > 4.77)){
    41     print "<style type=\"text/css\">\n";
    42     print "\th1 \{font-family: sans-serif; font-size: 20px}\n";
    43     print "\th2 \{font-family: sans-serif; font-size: 14px; color: #009966\}\n";     
    44     print "\ttd.sans {font-family:sans-serif; width: 50%; vertical-align:top}\n";   
    45     print "</style>\n"
    46 }
     39    die;
    4740}
    4841
     
    112105sub make_table_entry {
    113106    local ($desc, $entry) = @_;
    114     print "<tr><td class=\"sans\" width=\"50%\"><b>$desc:</b></td>";
     107    print "<tr><td class=\"sans\" width="50%"><b>$desc:</b></td>";
    115108    print "<td>$reportvals{$entry}</td></tr>\n";
    116109    delete $reportvals{$entry};
  • trunk/gsdl/cgi-bin/usabcgi.pm

    r4088 r4090  
    4242    print "\th2 {font-family: sans-serif; font-size: 14px; font-weight: bold; color: #009966}\n";
    4343    print "\tp.sans {font-family: sans-serif}\n";
    44     print "\ttd.sans {font-family: sans-serif; vertical-align:top}\n";
     44    print "\ttd.sans {font-family: sans-serif; width: 50%; vertical-align:top}\n";
    4545    print "</style>\n";
    4646    }
Note: See TracChangeset for help on using the changeset viewer.