From 5edd63b115fe7712c6e220fc6a0b78dbace4f3cd Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Thu, 12 Feb 2009 22:12:23 -0800 Subject: NEW FEATURE + CLEANUP: added some table sorting to the statistics page via jquery using jquery to add table sorting, might also use it for other things later. Also optimized some DB-queries and cleaned up some code. --- include/output.php | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) (limited to 'include/output.php') diff --git a/include/output.php b/include/output.php index 6823b4d..231f8f6 100644 --- a/include/output.php +++ b/include/output.php @@ -114,12 +114,17 @@ function output_form_for_new_game($names) \n"; - else - $HTML = "\n\n"; + $HTML.= " class=\"$class\""; + if($id!="") + $HTML.= " id=\"$id\""; + + $HTML.=">\n"; $i=0; @@ -133,10 +138,7 @@ function output_table($data,$caption="",$class="") else { if($i==1) $HTML .= " \n"; - if($i % 2) - $HTML .= " "; - else - $HTML .= " "; + $HTML .= " "; } foreach($record as $point) { @@ -298,8 +300,16 @@ function output_header() e-Doko - + + + +
-- cgit v1.2.3-18-g5258