X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Foutput.php;h=81f01c5dc3fe95f72ad07dee1036c2c5cd60899a;hp=e57ed04cad615c53a182cab0170086ffad5578ff;hb=cd4cbd4a1cce2c35a6a78b1b957c17389001b4b1;hpb=6437c15bdaac379a15d7e6392122f027d8254ec6;ds=sidebyside diff --git a/include/output.php b/include/output.php index e57ed04..81f01c5 100644 --- a/include/output.php +++ b/include/output.php @@ -372,7 +372,13 @@ function output_status() date_default_timezone_set($zone); echo "
last login: ".date("r",$unixtime)."
\n"; - }; + } + else + { + echo "\n
\n"; + echo "login\n"; + echo "
\n"; + } return; } @@ -428,4 +434,18 @@ function output_password_recovery($email,$password) Personal notes:
\n"; + $notes = DB_get_notes_by_userid_and_gameid($userid,$gameid); + foreach($notes as $note) + echo "$note
\n"; + if($userstatus!='gameover') + echo "\n"; + echo " \n"; + + return; +} + ?> \ No newline at end of file