aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--root/index.tt20
1 files changed, 12 insertions, 8 deletions
diff --git a/root/index.tt b/root/index.tt
index 14394cc..e543f51 100644
--- a/root/index.tt
+++ b/root/index.tt
@@ -1,23 +1,27 @@
-<h1>[% l('Login') %]</h1>
-
<div id="login_form">
- <h2>[% l('Login') %]</h2>
+ <h2 style="text-align: left;">[% l('Login') %]</h2>
<form method="post" action="/user">
<div id="login_form_inputs">
<p><label for="username_">[% l('Username : ') %]</label>
<input id="username_" type="text" name="username" value="[% c.user.username %]" />
</p>
<p><label for="password_">[% l('Password : ') %]</label>
- <input id="password_" type="password" name="password" />
+ <input id="password_" type="password" name="password" /><br>
+ <a href="/forgot_password" style="font-size: smaller;">[% l('Forgotten password?') %]</a>
</p>
- <p><button type="submit" value="[% l('Login') %]" >[% l('Login') %]</button></p>
- </div>
- <div id="login_form_line">
- <span><a href="/forgot_password">[% l('Forgotten password?') %]</a></span>
+ <p><input type="submit" value="[% l('Login') %]"/></p>
</div>
</form>
</div>
<div id="info">
+ <h2 style="text-align: left;">[% l('Register an account') %]</h2>
+
+ <p>You will need an account when you want to participate in Mageia,
+ through various channels: <a href="http://forums.mageia.org/">forums</a>,
+ <a href="http://wiki.mageia.org/">wiki</a>,
+ <a href="http://bugs.mageia.org/">bugzilla</a>,
+ <a href="http://ml.mageia.org/">mailing-lists</a>.</p>
+ <p>It's easy! Join us!</p>
<form method="get" action="/register">
<p><input type="submit" value="[% l('Register') %]"></p>