more fixes

3-00
natrak 2000-06-02 18:58:30 +00:00
parent 8b328b3ed0
commit 5984ea466f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ function showLogin($userid = "") {
print("<TR><TH>User ID:</TH><TD><INPUT NAME=userid VALUE=\"$userid\"></TD></TR>\n");
print("<TR><TH>Password:</TH><TD><INPUT NAME=passwd TYPE=password></TD></TR>\n");
print("<TR><TD ALIGN=center><INPUT NAME=act TYPE=submit VALUE=\"Login\"></TD></TR>\n");
print("<TR><TD ALIGN=center><A HREF=\"account.php\">Register</A> as new user.</A></TD></TR>\n");
print("<TR><TD ALIGN=center><A HREF=\"account.php&act=new\">Register</A> as new user.</A></TD></TR>\n");
print("<TR><TD COLSPAN=2>$user->ublock</TD></TR>\n");
print("</TABLE>\n");
print("</FORM>\n");