X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=output.php;h=89aedff9d802509517a1ba412e3a40b42716d779;hp=262ecd3ef52d59c28043255c181fbe524332ff09;hb=35687ace49ce0b41b1380603513d1f04cd6b458f;hpb=14cdf8ad54e90d7b208b72cd0bfd568e9c22bc32 diff --git a/output.php b/output.php index 262ecd3..89aedff 100644 --- a/output.php +++ b/output.php @@ -14,14 +14,8 @@ function display_links($email,$password) function output_link_to_user_page($email,$password) { - echo "
\n"; - echo "
\n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo "
\n"; - echo "
\n"; - + echo " go to my user page "; + return; } @@ -31,25 +25,15 @@ function output_user_settings($email,$password) echo "
\n"; echo "

Settings

\n"; - echo "
\n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo "
\n"; - echo "
\n"; - echo "
\n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo "
\n"; - echo "
\n"; - echo "
\n"; - echo " \n"; - echo " \n"; - echo " \n"; - echo "
\n"; - echo "
\n"; + echo "change password
use german cards
"; + else + echo "use english cards
"; + echo "
\n"; + return; } @@ -256,6 +240,28 @@ function output_check_for_sickness($me,$mycards) return; } +function output_form_calls($me) +{ + if( can_call(120,$me) ) + echo " re/contra (120):". + "
"; + if( can_call(90,$me) ) + echo " 90:". + "
"; + 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) { ?> @@ -374,8 +380,6 @@ function output_header() return; } - - function output_footer() { global $REV,$PREF; @@ -400,6 +404,17 @@ function output_footer() return; } +function output_status($name) +{ + echo "
\n"; + echo $name; + echo " logout\n"; + echo "
"; + + return; +} + + function output_password_recovery($email,$password) { ?>