print "$Center<a name=\"SCREENSIZE\"> </a><BR>\n";
my $Totalh=0; foreach my $key (keys %_screensize_h) { $Totalh+=$_screensize_h{$key}; }
my $title="$Message[135]";
- &tab_head("$title",19);
+ &tab_head("$title",0);
print "<TR bgcolor=\"#$color_TableBGRowTitle\"><TH>$Message[135]</TH><TH bgcolor=\"#$color_h\" width=80>$Message[15]</TH></TR>\n";
my $total_h=0;
my $count=0;
- &BuildKeyList($MaxNbOf{'ScreenSizes'},$MinHit{'ScreenSizes'},\%_screensize_h,\%_screensize_h);
+ &BuildKeyList($MaxNbOf{'ScreenSizesShown'},$MinHit{'ScreenSize'},\%_screensize_h,\%_screensize_h);
foreach my $key (@keylist) {
my $p=' ';
if ($Totalh) { $p=int($_screensize_h{$key}/$Totalh*1000)/10; $p="$p %"; }
print "</TR>\n";
$count++;
}
- $rest_h=$Totalh-$total_s;
+ $rest_h=$Totalh-$total_h;
if ($rest_h > 0) { # All others sessions
my $p=0;
if ($Totalh) { $p=int($rest_h/$Totalh*1000)/10; }
- print "<tr".($TOOLTIPON?" onmouseover=\"ShowTip(20);\" onmouseout=\"HideTip(20);\"":"")."><td CLASS=AWL><font color=\"#$color_other\">$Message[0]</font></td>";
+ print "<tr><td CLASS=AWL><font color=\"#$color_other\">$Message[2]</font></td>";
print "<td>".($rest_h?"$p %":" ")."</td>";
print "</tr>\n";
}