mldonkey-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-bugs] [bug #19387] HTML don't sort Totals in stat tables


From: spiralvoice
Subject: [Mldonkey-bugs] [bug #19387] HTML don't sort Totals in stat tables
Date: Wed, 28 Mar 2007 00:30:30 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.1.3) Gecko/20070310 Iceweasel/2.0.0.3 (Debian-2.0.0.3-1)

Follow-up Comment #1, bug #19387 (project mldonkey):

Attached submit.htm, which is a sample of how the costats
table could look like. It still throws some errors on
validator.w3.org but much less than before;-)

Why is the sorting gone now?
Clicking on table rows does nothing now.

I am not a HTML expert;-)

I guess this happenes due to this patch in printf2.ml
as sorting is disabled now in all tables...


 let html_mods_table_header buf n c l =
     (* Name Class List *)
-    Printf.bprintf buf "\\<div class=\\\"%s\\\"\\>\\<table id=\\\"%s\\\"
name=\\\"%s\\\" class=\\\"%s\\\" cellspacing=0 cellpadding=0\\>"
+    Printf.bprintf buf "\\<div class=\\\"%s\\\"\\>\\<table id=\\\"%s\\\"
name=\\\"%s\\\" class=\\\"%s\\\" cellspacing=0 cellpadding=0\\>\\<thead\\>"
     c n n c;
     if List.length l > 0 then begin
         Printf.bprintf buf "\\<tr\\>";
@@ -313,7 +307,8 @@
          w x y z;
         ) l;
         Printf.bprintf buf "\\</tr\\>"
-      end
+      end;
+    Printf.bprintf buf "\\</thead\\>\n"


(file #12313)
    _______________________________________________________

Additional Item Attachment:

File name: submit.htm                     Size:2 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?19387>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]