mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Rework login form.
Correct some xhtml validation errors. Correct translation usage. Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
ff3a29ea07
commit
6bac561bf8
11 changed files with 36 additions and 44 deletions
|
@ -68,7 +68,6 @@ if (isset($_COOKIE["AURSID"])) {
|
|||
</div>
|
||||
</div>
|
||||
<div id="lang_login_sub">
|
||||
<span id="lang_bar">
|
||||
<ul>
|
||||
<li>Lang: </li>
|
||||
<?php
|
||||
|
@ -81,7 +80,6 @@ foreach ($SUPPORTED_LANGS as $lang => $lang_name) {
|
|||
}
|
||||
?>
|
||||
</ul>
|
||||
</span>
|
||||
<?php include("login_form.php"); ?>
|
||||
</div>
|
||||
<div id="maincontent">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue