print "</style>\n";
}
+ # les scripts nécessaires pour trier avec Tablekit
+ # print "<script type=\"text\/javascript\" src=\"/js/prototype.js\"><\/script>";
+ # print "<script type=\"text\/javascript\" src=\"/js/fabtabulous.js\"><\/script>";
+ # print "<script type=\"text\/javascript\" src=\"/js/mytablekit.js\"><\/script>";
+
print "</head>\n\n";
if ( $FrameName ne 'index' ) {
print "<body style=\"margin-top: 0px\"";
if ( $width == 70 && $QueryString =~ /buildpdf/i ) {
print
-"<table class=\"aws_border\" border=\"0\" cellpadding=\"2\" cellspacing=\"0\" width=\"800\">\n";
+"<table class=\"aws_border sortable\" border=\"0\" cellpadding=\"2\" cellspacing=\"0\" width=\"800\">\n";
}
else {
print
-"<table class=\"aws_border\" border=\"0\" cellpadding=\"2\" cellspacing=\"0\" width=\"100%\">\n";
+"<table class=\"aws_border sortable\" border=\"0\" cellpadding=\"2\" cellspacing=\"0\" width=\"100%\">\n";
}
if ($tooltipnb) {
. ">$Message[57]</th>";
}
if ( $ShowEMailSenders =~ /B/i ) {
- print "<th rowspan=\"2\" bgcolor=\"#$color_k\" width=\"80\""
+ print "<th class=\"datasize\" rowspan=\"2\" bgcolor=\"#$color_k\" width=\"80\""
. Tooltip(5)
. ">$Message[75]</th>";
}
. ">$Message[57]</th>";
}
if ( $ShowEMailReceivers =~ /B/i ) {
- print "<th rowspan=\"2\" bgcolor=\"#$color_k\" width=\"80\""
+ print "<th class=\"datasize\" rowspan=\"2\" bgcolor=\"#$color_k\" width=\"80\""
. Tooltip(5)
. ">$Message[75]</th>";
}
"<table class=\"aws_border\" border=\"0\" cellpadding=\"2\" cellspacing=\"0\" width=\"100%\">\n";
print "<tr><td>\n";
print
-"<table class=\"aws_data\" border=\"0\" cellpadding=\"1\" cellspacing=\"0\" width=\"100%\">\n";
+"<table class=\"aws_data sortable\" border=\"0\" cellpadding=\"1\" cellspacing=\"0\" width=\"100%\">\n";
}
else {
print "<table width=\"100%\">\n";
}
if ( $ShowDomainsStats =~ /B/i ) {
print
- "<th bgcolor=\"#$color_k\" width=\"80\">$Message[75]</th>";
+ "<th class=\"datasize\" bgcolor=\"#$color_k\" width=\"80\">$Message[75]</th>";
}
print "<th> </th>";
print "</tr>\n";
}
if ( $ShowHostsStats =~ /B/i ) {
print
- "<th bgcolor=\"#$color_k\" width=\"80\">$Message[75]</th>";
+ "<th class=\"datasize\" bgcolor=\"#$color_k\" width=\"80\">$Message[75]</th>";
}
if ( $ShowHostsStats =~ /L/i ) {
print "<th width=\"120\">$Message[9]</th>";
}
if ( $ShowHostsStats =~ /B/i ) {
print
- "<th bgcolor=\"#$color_k\" width=\"80\">$Message[75]</th>";
+ "<th class=\"datasize\" bgcolor=\"#$color_k\" width=\"80\">$Message[75]</th>";
}
if ( $ShowHostsStats =~ /L/i ) {
print "<th width=\"120\">$Message[9]</th>";
}
if ( $ShowAuthenticatedUsers =~ /B/i ) {
print
- "<th bgcolor=\"#$color_k\" width=\"80\">$Message[75]</th>";
+ "<th class=\"datasize\" bgcolor=\"#$color_k\" width=\"80\">$Message[75]</th>";
}
if ( $ShowAuthenticatedUsers =~ /L/i ) {
print "<th width=\"120\">$Message[9]</th>";
}
if ( $ShowRobotsStats =~ /B/i ) {
print
- "<th bgcolor=\"#$color_k\" width=\"80\">$Message[75]</th>";
+ "<th class=\"datasize\" bgcolor=\"#$color_k\" width=\"80\">$Message[75]</th>";
}
if ( $ShowRobotsStats =~ /L/i ) {
print "<th width=\"120\">$Message[9]</th>";
}
if ( $ShowPagesStats =~ /B/i ) {
print
- "<th bgcolor=\"#$color_k\" width=\"80\">$Message[106]</th>";
+ "<th class=\"datasize\" bgcolor=\"#$color_k\" width=\"80\">$Message[106]</th>";
}
if ( $ShowPagesStats =~ /E/i ) {
print
}
if ( $ExtraStatTypes[$extranum] =~ m/B/i ) {
print
-"<th bgcolor=\"#$color_k\" width=\"80\">$Message[75]</th>";
+"<th class=\"datasize\" bgcolor=\"#$color_k\" width=\"80\">$Message[75]</th>";
}
if ( $ExtraStatTypes[$extranum] =~ m/L/i ) {
print "<th width=\"120\">$Message[9]</th>";