X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Foutput.php;h=823f193f5fbf25b6eaf9fcffc47a3a5ad8fa77f6;hp=03319915b867b88b1a7b733075802215fdbb9db2;hb=a1c07dccbae02ae3663cb30bed875cfe904587a6;hpb=6bb40ad539c14101b609018998d5045e88e2ace4 diff --git a/include/output.php b/include/output.php index 0331991..823f193 100644 --- a/include/output.php +++ b/include/output.php @@ -378,47 +378,13 @@ function output_header() - - + @@ -443,15 +409,13 @@ function output_footer() " Verwendung der [deutschen] Kartenbilder mit Genehmigung
der Spielkartenfabrik Altenburg GmbH,(c) ASS Altenburger
\n". " - ASS Altenburger Spielkarten - Spielkartenfabrik Altenburg GmbH
\n". " a Carta Mundi Company Email: info@spielkarten.com Internet: www.spielkarten.com

\n"; - echo "

See the latest changes \n". + echo "

See the latest changes \n". " via git
or download the source via
\n'git clone http://nubati.net/git/e-DoKo.git'
\n". " \n". " \"Green\n". "

\n"; - echo "\n"; - echo "\n"; - + echo "\n\n"; echo "\n"; echo "\n"; @@ -488,9 +452,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; } @@ -598,10 +562,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; }