From bae8dd0032b45f632e85f12693debd2f03603f07 Mon Sep 17 00:00:00 2001 From: arun Date: Thu, 21 Dec 2006 20:20:42 +0000 Subject: fixed a lot of bugs, started to work on solos, moved some stuff to output.php --- output.php | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 67 insertions(+), 5 deletions(-) (limited to 'output.php') diff --git a/output.php b/output.php index 68cfb28..5b79681 100644 --- a/output.php +++ b/output.php @@ -22,6 +22,66 @@ function display_news() return; } +function output_link_to_user_page($email,$password) +{ + echo "
\n"; + echo "
\n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo "
\n"; + echo "
\n"; + + return; +} + +function output_register() +{ + echo "IMPORTANT: passwords are going over the net as clear text, so pick an easy password. No need to pick anything complicated here ;)

"; + echo "TODO: convert timezone into a menu
\n"; + echo "TODO: figure out a way to handle passwrods
\n"; + ?> +
+
+ Register + + + + + + + + + + + + + + + +
+ +
+
+
+\n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; + echo "\n"; + + return; +} function output_form_for_new_game() { @@ -69,7 +129,7 @@ function check_for_sickness($me,$mycards) do you want to play solo? "; + echo " yes"; echo " no
\n"; } else @@ -96,7 +156,7 @@ function check_for_sickness($me,$mycards) echo "do you have poverty?"; if(count_trump($mycards)<4) { - echo " yes"; + echo " yes"; echo " no
\n"; } else @@ -107,7 +167,7 @@ function check_for_sickness($me,$mycards) echo "do you have too many nines?"; if(count_nines($mycards)>4) { - echo " yes"; + echo " yes"; echo " no
\n"; } else @@ -143,7 +203,7 @@ function check_want_to_play($me) return; } -function home_page() +function output_home_page() { ?>

If you want to play a game of Doppelkopf, you found the right place ;)

@@ -213,6 +273,8 @@ function output_header() return; } + + function output_footer() { echo "\n"; -- cgit v1.2.3-18-g5258