From: Arun Persaud Date: Fri, 30 May 2008 05:51:19 +0000 (-0700) Subject: CLEANUP: used tidy to clean up the HTML X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=448ca16b770c8cfe055f4ffb41cd5c189da3cde0;p=e-DoKo.git CLEANUP: used tidy to clean up the HTML got rid of a lot of warning message, HTML should be nicer now ;) Signed-off-by: Arun Persaud --- diff --git a/include/output.php b/include/output.php index a0b9df3..2fcfaca 100644 --- a/include/output.php +++ b/include/output.php @@ -42,55 +42,52 @@ function output_form_for_new_game($names) srand((float) microtime() * 10000000); $randkey = array_rand($names); $rand = $names[$randkey]; - echo "
\n"; + echo "
\n"; $i++; - echo " \n"; foreach($names as $name) { if($name==$rand) { - echo " \n"; + echo " \n"; } else - echo " \n"; + echo " \n"; } - echo " \n
\n"; + echo " \n
\n"; } ?>

Rules

Some areas are grayed out which means that the rule is not implemented yet and therefore cannot be selected

-

Ten of hearts: -

-

-

Schweinchen (both foxes), only in normal games or silent solos: -

+

Call Re/Contra, etc.:

+ The longest session is session ".$long[1]." with ".$long[0]. " games played by ".join(", ",$names).".

\n"; } diff --git a/include/user.php b/include/user.php index 7e8ef9e..54ce302 100644 --- a/include/user.php +++ b/include/user.php @@ -136,14 +136,14 @@ if(myisset("forgot")) } if($r[4]=='pre') { - echo "\n p "; + echo "\n p "; } else if ($r[4]=='gameover') - echo "\n F "; + echo "\n F "; else { - echo "\n P "; + echo "\n P "; } if($r[4] != 'gameover') {