X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Fgame.php;h=fb807c74ed4533da18ccdc4da77e2f8c159e9e14;hp=b2df36918e6624e94f8739a14e32764eac5d98d5;hb=53e8cff40ccebaa711fa8aab6dc9af1eb4e5c3a1;hpb=90498b8b93c1ef403d62a48de9d16635316da219 diff --git a/include/game.php b/include/game.php index b2df369..fb807c7 100644 --- a/include/game.php +++ b/include/game.php @@ -139,41 +139,41 @@ if($session) switch($RULES['dullen']) { case 'none': - echo "\"not\n"; break; + echo " \"not\n"; break; case 'firstwins': - echo "\"ten\n"; break; + echo " \"ten\n"; break; case 'secondwins': - echo "\"second\n"; break; + echo " \"second\n"; break; } switch($RULES['schweinchen']) { case 'none': - echo "\"no\n"; break; case 'both': - echo "\"two\n"; break; case 'second': - echo "\"second\n"; break; case 'secondaftercall': - echo "\"second\n"; break; } switch($RULES['call']) { case '1st-own-card': - echo "\"1st-own-card\"\n"; break; + echo " \"1st-own-card\"\n"; break; case '5th-card': - echo "\"5th-card\"\n"; break; + echo " \"5th-card\"\n"; break; case '9-cards': - echo "\"9-cards\"\n"; break; + echo " \"9-cards\"\n"; break; } - echo "
\n"; + echo "
\n"; echo " 10ofhearts : {$RULES['dullen']}
\n"; echo " schweinchen: {$RULES['schweinchen']}
\n"; echo " call: {$RULES['call']}
\n"; - echo "
\n
\n"; + echo " \n \n"; echo "
Score \n"; $score = generate_score_table($session); echo format_score_table_html($score,$myid); @@ -192,7 +192,7 @@ if($session) echo "This is game number $j of $i in session $session."; else echo "This is game number $j of $i in session $session."; - echo "
\n"; + echo "\n\n"; } /* display the table and the names */