Changes adopted from version 0.5
This commit is contained in:
@@ -1,43 +1,71 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>IP Reg</title>
|
||||
<title>{lang_ipreg}</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<link rel="stylesheet" href="tpl/style.css" type="text/css">
|
||||
<link rel="shortcut icon" href="images/shield.ico">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table class="menu">
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table class="header">
|
||||
<tr>
|
||||
<td>
|
||||
{lang_ipreg}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
|
||||
<hr>
|
||||
|
||||
<form method="POST" action="login.php">
|
||||
<table border="0">
|
||||
|
||||
<table class="title">
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<b>IP Reg</b>
|
||||
<td class="header">
|
||||
{lang_ipreg} {config_version}
|
||||
</td>
|
||||
<td align="right">
|
||||
<input type="image" src="images/control_fastforward_blue.png" alt="{lang_login}">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p>
|
||||
|
||||
<table class="info">
|
||||
<tr>
|
||||
<td class="header">
|
||||
{lang_login}
|
||||
</td>
|
||||
<td class="header_right">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
Username:
|
||||
<td class="label">
|
||||
{lang_user_name}
|
||||
</td>
|
||||
<td>
|
||||
<td class="value">
|
||||
<input type="text" name="user_name">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
Password:
|
||||
<td class="label">
|
||||
{lang_user_password}
|
||||
</td>
|
||||
<td>
|
||||
<td class="value">
|
||||
<input type="password" name="user_pass">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="right">
|
||||
<input type="submit" value="Submit"><input type="reset" value="Reset">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</form>
|
||||
Reference in New Issue
Block a user