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=0d8dcabe1e51c2befbf68aeef2c97c738794893a;hb=09c105d8a343e0c58fe18075abaf3af9a6f80115;hpb=9d8648cf1b2d843f3b229b2e5f1560f812d91ba9 diff --git a/include/output.php b/include/output.php index 0d8dcab..f66a1d2 100644 --- a/include/output.php +++ b/include/output.php @@ -376,49 +376,16 @@ function output_header() e-Doko + - - + @@ -443,15 +410,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 +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; } @@ -598,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; }