X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=output.php;h=5c5e0aa8388b12443810384b587aa8b2d6e08bc7;hp=6d84128ab37fa0968cedb5ffbeb38f012b56629b;hb=34ca8d684f3515232508f4a581828f5f069c323f;hpb=9d32a1343ce662c3d0536b45098e4da524d8ac2f diff --git a/output.php b/output.php index 6d84128..5c5e0aa 100644 --- a/output.php +++ b/output.php @@ -8,7 +8,7 @@ function output_user_settings($email,$password) echo "
\n"; echo "

Settings

\n"; - echo "change password
change password
"; if( $PREF["cardset"] == "english" ) echo "use german cards
"; @@ -25,7 +25,6 @@ function output_ask_for_new_game($playerA,$playerB,$playerC,$playerD,$oldgameid) global $RULES; echo "Do you want to continue playing?(This will start a new game, with the next person as dealer.)\n"; - echo "
\n"; echo " \n"; echo " \n"; echo " \n"; @@ -35,7 +34,6 @@ function output_ask_for_new_game($playerA,$playerB,$playerC,$playerD,$oldgameid) echo " \n"; echo " \n"; echo " \n"; - echo "
\n"; return; } @@ -46,13 +44,19 @@ function output_form_for_new_game($names)

Players

Please select four players (or use the randomly pre-selected names)

+ +
+ table "; + $i++; echo " Name: \n"; + echo " \n"; } ?> -

Rules

+
+

Rules

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

ten of hearts:

"; + echo "\n\n"; echo "
\n"; - echo "

copyright 2006-2007 Arun Persaud
\n". - "Verwendung der [deutschen] Kartenbilder mit Genehmigung
der Spielkartenfabrik Altenburg GmbH,(c) ASS Altenburger
". - "- ASS Altenburger Spielkarten - Spielkartenfabrik Altenburg GmbH
". - "a Carta Mundi Company Email: info@spielkarten.com Internet: www.spielkarten.com

\n"; - echo "

See the latest changes ". - "via git
or download the source via
'git clone http://nubati.net/git/e-DoKo.git'
". - "". - "\"Green". - "

\n"; + echo "

copyright 2006-2007 Arun Persaud
\n". + " Verwendung der [deutschen] Kartenbilder mit Genehmigung
der Spielkartenfabrik Altenburg GmbH,(c) ASS Altenburger
\n". + " - ASS Altenburger Spielkarten - Spielkartenfabrik Altenburg GmbH
\n". + " a Carta Mundi Company Email: info@spielkarten.com Internet: www.spielkarten.com

\n"; + echo "

See the latest changes \n". + " via git
or download the source via
\n'git clone http://nubati.net/git/e-DoKo.git'
\n". + " \n". + " \"Green\n". + "

\n"; echo "\n"; echo "
\n";