diff options
author | eric <eric> | 2004-07-10 22:51:56 +0200 |
---|---|---|
committer | eric <eric> | 2004-07-10 22:51:56 +0200 |
commit | d17e406ac61094a0ad6d433c8e24be9b8b140959 (patch) | |
tree | 805443d8b20b0e8057b1f81df59c47382122dc06 /web/html/index.php | |
parent | ae26c9ce2a0bfe6ed0f5282f08cb672364de1c19 (diff) | |
download | aur-d17e406ac61094a0ad6d433c8e24be9b8b140959.tar.gz aur-d17e406ac61094a0ad6d433c8e24be9b8b140959.tar.xz |
pkgsearch is done (except for some serious debugging)
Diffstat (limited to 'web/html/index.php')
-rw-r--r-- | web/html/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/index.php b/web/html/index.php index 64a1c2f7..7b2213ac 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -86,11 +86,11 @@ print " <td align='left' valign='top' nowrap>\n"; if (!isset($_COOKIE["AURSID"])) { # the user is not logged in, give them login widgets # - print "<form action='/index.php' method='post'>\n"; if ($login_error) { print "<span class='error'>" . $login_error . "</span><br />\n"; } print "<table border='0' cellpadding='0' cellspacing='0' width='100%'>\n"; + print "<form action='/index.php' method='post'>\n"; print "<tr>\n"; print "<td>".__("Username:")."</td>"; print "<td><input type='text' name='user' size='30' maxlength='64'></td>"; @@ -104,8 +104,8 @@ if (!isset($_COOKIE["AURSID"])) { print "<input type='submit' class='button'"; print " value='".__("Login")."'></td>"; print "</tr>\n"; - print "</table>\n"; print "</form>\n"; + print "</table>\n"; } else { print __("Logged-in as: %h%s%h", |