From 9d32a1343ce662c3d0536b45098e4da524d8ac2f Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 28 Jul 2007 12:23:20 -0700 Subject: LAYOUT: started work on new layout table is also shown during setup of the game user menu on the left, game menu on the right user menu shows games in which you have to move --- output.php | 40 ++++++++++++---------------------------- 1 file changed, 12 insertions(+), 28 deletions(-) (limited to 'output.php') diff --git a/output.php b/output.php index 8452815..6d84128 100644 --- a/output.php +++ b/output.php @@ -2,23 +2,6 @@ /* functions which only ouput html */ -function display_links($email,$password) -{ - global $wiki; - echo "
\n". - "Report bugs in the wiki.
\n"; - output_link_to_user_page($email,$password); - echo "
\n"; - return; -} - -function output_link_to_user_page($email,$password) -{ - echo " go to my user page "; - - return; -} - function output_user_settings($email,$password) { global $PREF; @@ -145,7 +128,7 @@ function display_link_card($card,$dir="english",$type="card") function output_check_for_sickness($me,$mycards) { ?> -
+
Thanks for joining the game...
do you want to play solo? \n"; echo "\n"; - echo "\n"; + echo "
\n"; return; } @@ -213,30 +196,30 @@ function output_form_calls($me) "
"; if( can_call(60,$me) ) echo " 60:". - " "; + "
"; if( can_call(30,$me) ) echo " 30:". - " "; + "
"; if( can_call(0,$me) ) echo " 0:". - " ". + "
". " no call:". - " "; + "
"; } function output_check_want_to_play($me) { ?> -
- Do you want to play a game of DoKo? +
+ Do you want to play a game of DoKo?
yes no
\n"; echo "\n"; - echo "\n"; - echo " \n"; + echo "\n"; + echo "
\n"; return; } @@ -338,7 +321,7 @@ function output_header()

Welcome to E-Doko (beta)

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

copyright 2006-2007 Arun Persaud
\n". "Verwendung der [deutschen] Kartenbilder mit Genehmigung
der Spielkartenfabrik Altenburg GmbH,(c) ASS Altenburger
". -- cgit v1.2.3-18-g5258