diff options
author | Arun Persaud <arun@nubati.net> | 2008-06-01 01:17:36 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-06-01 01:17:36 -0700 |
commit | 077ab356084fa26910200f28a9cd44a954f291eb (patch) | |
tree | e730e93102b9179b8036b8c1165ec5e1b8e6b07e /include/output.php | |
parent | 0049ad8507bb304c0f755dd156fd5f3082b1d6b5 (diff) | |
download | e-DoKo-077ab356084fa26910200f28a9cd44a954f291eb.tar.gz e-DoKo-077ab356084fa26910200f28a9cd44a954f291eb.tar.bz2 e-DoKo-077ab356084fa26910200f28a9cd44a954f291eb.zip |
LAYOUT: moved score table and rules to the top
removed more of the side layout into the top session bar. removed the list of games in a session and have it now accessable via the score table
Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'include/output.php')
-rw-r--r-- | include/output.php | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/include/output.php b/include/output.php index 2fcfaca..86db0a0 100644 --- a/include/output.php +++ b/include/output.php @@ -99,9 +99,9 @@ function output_table($data,$caption="",$class="") $HTML = "\n<table class=\"$class\">\n"; else $HTML = "\n<table>\n"; - + $i=0; - + if($caption!="") $HTML .= " <caption> $caption </caption>\n"; @@ -270,7 +270,7 @@ function output_header() <title>e-Doko</title> <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" /> <link rel="shortcut icon" type="image/x-icon" href="pics/edoko-favicon.png" /> - <link rel="stylesheet" type="text/css" href="css/standard005.css" /> + <link rel="stylesheet" type="text/css" href="css/standard006.css" /> <script type="text/javascript"> var current=0; function hl(num) { @@ -397,8 +397,6 @@ function output_select_timezone($name,$timezone="") return; } - - function output_password_recovery($email,$password) { ?> |