From: Arun Persaud Date: Sat, 8 Oct 2011 00:16:36 +0000 (-0700) Subject: fixed html and some alignement in login/register screen X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=commitdiff_plain;h=cc95c662be086f71697755fe6939ff4840fe25b1;hp=dbdb1c385f887376b7df6145f6b628cd882097d1 fixed html and some alignement in login/register screen --- diff --git a/css/standard.css b/css/standard.css index 3cfe0eb..bff7d8a 100644 --- a/css/standard.css +++ b/css/standard.css @@ -666,6 +666,8 @@ ul.loginregister li:last-child { border-right: 2px solid #000;} ul.loginregister li:hover {background-color: #aaa; } .doregister {display: none;} +.dologin label,.doregister label {float:left; width: 6em; } + .login fieldset{ width: 24em; @@ -765,6 +767,3 @@ div img.button { .about .translation { background-color: #fce94f; } - - - diff --git a/include/output.php b/include/output.php index 8479d4b..df1d69a 100644 --- a/include/output.php +++ b/include/output.php @@ -377,7 +377,7 @@ function output_header() e-Doko - + diff --git a/include/welcome.php b/include/welcome.php index 475d47f..c9e8028 100644 --- a/include/welcome.php +++ b/include/welcome.php @@ -51,22 +51,18 @@ $avgage = $avgage[0]; echo "\n\n
\n"; -echo "

Play Doppelkopf online.

". -"

For more information please visit our wiki.

"; +echo "

Play Doppelkopf online.

\n". +"

For more information please visit our wiki.

\n"; ?> +

-
@@ -82,6 +78,7 @@ echo "

Play Doppelkopf online.

".
+ Play Doppelkopf online.

". if(myisset('openidemail')) $email = $_REQUEST['openidemail']; - echo '
'; echo "\n"; - echo '
'; echo "\n"; - echo '
'; echo "\n"; - echo ' '; echo "\n"; - echo ' '; echo "\n"; - echo ' '; echo "\n"; - echo " "; echo "\n"; - echo ' '; echo "\n"; - echo ' '; echo "\n"; - echo " "; echo "\n"; - echo ' '; echo "\n"; + echo ' '; echo "\n"; + echo '
'; echo "\n"; + echo ' '; echo "\n"; + echo "
\n"; + echo ' '; echo "\n"; + echo "
\n"; if($openid_url=='') { - echo '
'; echo "\n"; - echo ' '; echo "\n"; - echo ' '; echo "\n"; + echo ' '; echo "\n"; + echo ' '; echo "
\n"; } else { - echo ' '; echo "\n"; - echo ' '; echo "\n"; - echo ' '; echo "\n"; + echo ' '; echo "\n"; + echo '
'; echo "\n"; } - echo ' '; echo "\n"; - echo ' - +

Please answer this anti-spam question:

+
\n"; ?> - + + \n"; -?> - - - -
';echo "\n"; - + echo ' '; echo "\n"; output_select_timezone("Rtimezone"); + + /* random number to select robotproof question */ + $rand_number = mt_rand(0,3); /* to get numbers between 0 and 4 */ + $Robotproof = "Robotproof".$rand_number; ?> -
-
IMPORTANT: passwords are going over the net as clear text, so pick an easy password. ". - "No need to pick anything complicated here ;)

"; - - echo "

N.B. Your email address will be exposed to other players whom you play games with. "; - echo "

"; + if($openid_url=='') + echo "

IMPORTANT: passwords are going over the net as clear text, so pick an easy password. ". + "No need to pick anything complicated here ;)

\n"; + + echo "

N.B. Your email address will be exposed to other players whom you play games with."; + echo "

\n"; ?> -
-
-
+ + + Some statistics:"; +echo "

Some statistics:

\n"; if($pre == 0) echo "

At the moment there are no games that are being started "; @@ -173,8 +158,7 @@ if($done==0) else if($done==1) echo "One game has been completed on this server.

"; else - echo "$done games have been completed on this server. Average time of a game: $avgage days

"; - + echo "$done games have been completed on this server. Average time of a game: $avgage days

\n"; ?>