X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Foutput.php;h=d71d11afd0c1bee7f0cbf1a10404273bfa7bedf0;hp=0c2ff967ad05d5830a46b47bf5c9f9734285592c;hb=6da798e39be09e3cea651be2c7d826b79450a1f8;hpb=f94dd2d6d58f37306d1da0f6bb12f5276883cd6b diff --git a/include/output.php b/include/output.php index 0c2ff96..d71d11a 100644 --- a/include/output.php +++ b/include/output.php @@ -205,7 +205,7 @@ function display_card($card,$dir="english") function display_link_card($card,$dir="english",$type="card", $selected=0) { if($selected) - $selected = 'selected="selected"'; + $selected = 'checked="checked"'; if( $card/2 - (int)($card/2) == 0.5) echo "
\"".DB_get_card_name($card)."\"
\n"; @@ -371,17 +371,17 @@ function output_header() { global $REV; ?> - - + + e-Doko - - - + + + + + -
+
'._('Welcome to E-Doko').' '; ?> -
+ "; @@ -432,7 +436,7 @@ function output_footer() global $REV, $PREF, $INDEX; echo "\n\n"; - echo "
\n"; + echo "
\n"; + echo "\n"; echo "\n"; echo "\n"; @@ -486,12 +490,6 @@ function output_status() echo "
"._('last login').": ".date("r",$unixtime)."
\n"; } - else - { - echo "\n
\n"; - echo ""._('login')."\n"; - echo "
\n"; - } return; }