php - add a small user+pass login to the top of the login page

This commit is contained in:
kanoi 2015-08-12 10:58:21 +10:00
parent 30233fb4a1
commit ed20fe02b4

View File

@ -15,7 +15,14 @@ function doregres($data, $u)
else
$mail = '';
$pg = '<br><br><h1>Choose one:</h1>';
$pg = makeForm('')."<br>
<table cellpadding=0 cellspacing=0 border=0><tr>
<td>User:</td><td><input type=text name=User size=10 value=''></td>
<td>&nbsp;Pass:</td><td><input type=password name=Pass size=10 value=''></td>
<td>&nbsp;<input type=submit name=Login value=Login></td>
</tr></table></form>";
$pg .= '<br><h1>or choose one:</h1>';
$pg .= '<table cellpadding=5 cellspacing=0 border=1><tr><td class=dc>';