summaryrefslogtreecommitdiffstats
path: root/include/output.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-06-09 00:13:31 -0700
committerArun Persaud <arun@nubati.net>2008-07-08 23:04:29 -0700
commit53314b8335e7565cf63941ba074cafba37d913e2 (patch)
treece21c5dfa12da92b6ef304ff83c4aeef1996f72c /include/output.php
parent0329ae5dc48fee11545d6a4b37ba8522979e42d4 (diff)
downloade-DoKo-53314b8335e7565cf63941ba074cafba37d913e2.tar.gz
e-DoKo-53314b8335e7565cf63941ba074cafba37d913e2.tar.bz2
e-DoKo-53314b8335e7565cf63941ba074cafba37d913e2.zip
LAYOUT: nice and shiny
hopefully some improvements ;) Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'include/output.php')
-rw-r--r--include/output.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/output.php b/include/output.php
index 81f01c5..21f7e8e 100644
--- a/include/output.php
+++ b/include/output.php
@@ -270,7 +270,7 @@ function output_header()
<title>e-Doko</title>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" />
<link rel="shortcut icon" type="image/x-icon" href="pics/edoko-favicon.png" />
- <link rel="stylesheet" type="text/css" href="css/standard008.css" />
+ <link rel="stylesheet" type="text/css" href="css/standard009.css" />
<script type="text/javascript">
var current=0;
function hl(num) {
@@ -329,7 +329,7 @@ function output_footer()
" Verwendung der [deutschen] Kartenbilder mit Genehmigung <br />der Spielkartenfabrik Altenburg GmbH,(c) ASS Altenburger <br />\n".
" - ASS Altenburger Spielkarten - Spielkartenfabrik Altenburg GmbH <br />\n".
" a Carta Mundi Company Email: info@spielkarten.com Internet: www.spielkarten.com</p>\n";
- echo " <p class=\"right\"> See the latest changes <a href=\"http://nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=summary\">\n".
+ echo " <p class=\"right\"> See the latest changes <a href=\"http://nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=summary\">\n".
" via git </a> <br />or download the source via <br />\n'git clone http://nubati.net/git/e-DoKo.git' <br />\n".
" <a href=\"http://www.dreamhost.com/green.cgi\">\n".
" <img border=\"0\" alt=\"Green Web Hosting! This site hosted by DreamHost.\"".
@@ -371,7 +371,7 @@ function output_status()
$unixtime = strtotime($time);
date_default_timezone_set($zone);
- echo "<div class=\"lastlogin\">last login: ".date("r",$unixtime)."</div>\n";
+ echo "<div class=\"lastlogin\"><span>last login: ".date("r",$unixtime)."</span></div>\n";
}
else
{