summaryrefslogtreecommitdiffstats
path: root/include/welcome.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/welcome.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/welcome.php')
-rw-r--r--include/welcome.php34
1 files changed, 21 insertions, 13 deletions
diff --git a/include/welcome.php b/include/welcome.php
index ccbaea5..5436ecf 100644
--- a/include/welcome.php
+++ b/include/welcome.php
@@ -27,8 +27,12 @@ $game = $game[0];
$done = $done[0];
$avgage = $avgage[0];
-echo "<p> If you want to play a game of Doppelkopf, you found the right place ;)".
-" For more information please visit our <a href=\"$WIKI\">wiki</a>. </p>";
+echo "<div class=\"login\">\n";
+
+echo "<p> If you want to play a game of Doppelkopf, you found the right place ;)</p>".
+"<p> For more information please visit our <a href=\"$WIKI\">wiki</a>. </p>".
+"<h4>Some statistics:</h4>";
+
if($pre == 0)
echo "<p> At the moment there are no games that are being started ";
@@ -56,25 +60,29 @@ if($done==0)
echo "$done games have been completed on this server. Average time of a game: $avgage days</p>";
?>
-<p> Please <a href="index.php?action=register">register</a>, in case you have not done that yet <br />
+ <h4> Login/Register:</h4>
+ <p>
+ Please <a href="index.php?action=register">register</a>, in case you have not done that yet <br />
or login with you email-address or name and password here:
</p>
+
<form action="index.php?action=login" method="post">
<fieldset>
- <legend>Login</legend>
<table>
<tr>
- <td><label for="email">Email:</label></td>
- <td><input type="text" id="email" name="email" size="20" maxlength="30" /> </td>
- </tr><tr>
- <td><label for="password">Password:</label></td>
- <td><input type="password" id="password" name="password" size="20" maxlength="30" /></td>
- </tr><tr>
- <td> <input type="submit" class="submitbutton" name="login" value="login" /></td>
- <td> <input type="submit" class="submitbutton" name="forgot" value="Forgot your password?" /></td>
+ <td><label for="email">Email:</label></td>
+ <td><input type="text" class="submitbutton" id="email" name="email" size="20" maxlength="30" /> </td>
+ </tr>
+ <tr>
+ <td><label for="password">Password:</label></td>
+ <td><input type="password" class="submitbutton" id="password" name="password" size="20" maxlength="30" /></td>
+ </tr>
+ <tr class="center">
+ <td> <input type="submit" class="submitbutton" name="login" value="login" /></td>
+ <td> <input type="submit" class="submitbutton" name="forgot" value="Forgot your password?" /></td>
</tr>
</table>
</fieldset>
</form>
- \ No newline at end of file
+</div> \ No newline at end of file