X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Foutput.php;h=f66a1d285c203f00ad5eb35c21711757c1399322;hp=df1d69a7ff179c16cbe62852d310b0ad1c374785;hb=09c105d8a343e0c58fe18075abaf3af9a6f80115;hpb=cc95c662be086f71697755fe6939ff4840fe25b1 diff --git a/include/output.php b/include/output.php index df1d69a..f66a1d2 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; }