X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Foutput.php;h=74d0e00a829cb5a8bb3e1649b793a63fb09954ec;hp=8479d4bbf6c4b403dd813245d7330e98b5163704;hb=725eee244ea7a03b60ac20998f2dfc8677cdbcf2;hpb=f76fd18d079621307fd71bffd83233a67e93a0ec;ds=sidebyside diff --git a/include/output.php b/include/output.php index 8479d4b..74d0e00 100644 --- a/include/output.php +++ b/include/output.php @@ -376,48 +376,16 @@ function output_header() e-Doko + - - + + @@ -438,19 +406,17 @@ function output_footer() echo "\n\n"; echo "\n"; - + echo "\n\n"; echo "\n"; echo "\n"; @@ -487,9 +453,9 @@ function output_status() echo " | "._('wiki/bugs')."\n"; echo " | "._('atom')."\n"; echo " |    "._('logout')."\n"; - echo "\n"; + echo "\n\n"; - echo "
"._('last login').": ".date("r",$unixtime)."
\n"; + echo "
"._('last login').": ".date("r",$unixtime)."
\n\n"; } return; } @@ -597,10 +563,10 @@ function output_user_notes($userid,$gameid,$userstatus) echo "
"._('Personal notes').":
\n"; $notes = DB_get_notes_by_userid_and_gameid($userid,$gameid); foreach($notes as $note) - echo "$note
\n"; + echo " $note
\n"; if($userstatus!='gameover') - echo "\n"; - echo "
\n"; + echo " \n"; + echo "\n\n"; return; }