45 lines
1.6 KiB
HTML
45 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang='en'>
|
|
<head>
|
|
<meta charset='UTF-8'/>
|
|
<meta name='viewport' content='width=device-width, initial-scale=1.0'/>
|
|
<meta http-equiv='Expires' content='0'/>
|
|
<link rel='stylesheet' type='text/css' href='/css/all.css'/>
|
|
<title>FCUK YOU !!!</title>
|
|
</head>
|
|
<body>
|
|
<div align='center'>
|
|
<div class='page fc-page'>
|
|
<div class='fc-shell'>
|
|
<br/>
|
|
{{COMMON_HEADER}}
|
|
<br/>
|
|
<table class='tborder' cellpadding='6' cellspacing='1' border='0' width='100%' align='center'>
|
|
<tbody><tr align='center'><td class='alt2' nowrap='nowrap' style='padding:0'>
|
|
<form action='/process/login' method='post'>
|
|
<table cellpadding='0' cellspacing='3' border='0'>
|
|
<tbody>
|
|
<tr>
|
|
<td class='smallfont' style='white-space:nowrap'><label for='navbar_username'>User Name</label></td>
|
|
<td><input type='text' class='bginput' style='font-size:11px' name='uname' id='navbar_username' size='10' required/></td>
|
|
<td> </td>
|
|
</tr>
|
|
<tr>
|
|
<td class='smallfont'><label for='navbar_password'>Password</label></td>
|
|
<td><input type='password' class='bginput' style='font-size:11px' name='passwd' id='navbar_password' size='10' required/></td>
|
|
<td align='left'><input type='submit' class='button' value='Log in'/></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</form>
|
|
</td></tr></tbody>
|
|
</table>
|
|
<br/>
|
|
{{ERROR_BLOCK}}
|
|
{{COMMON_FOOTER}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|