25 lines
558 B
Smarty
25 lines
558 B
Smarty
|
|
{include file="page_header_light.tpl"}
|
|
|
|
<h2>Shard Administration Website</h2>
|
|
|
|
<p>Use login: <b>guest</b> and password: <b>guest</b> to login.</p>
|
|
|
|
<table width="30%" border="0">
|
|
<form action="index.php" method="post">
|
|
<tr>
|
|
<td>Login:</td>
|
|
<td><input type="text" name="nel_login" value="guest"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Password:</td>
|
|
<td><input type="password" name="nel_passwd" value="guest"></td>
|
|
</tr>
|
|
<tr>
|
|
<td> </td>
|
|
<td><input type="submit" name="action" value="login">
|
|
</tr>
|
|
</form>
|
|
</table>
|
|
|
|
{include file="page_footer_light.tpl"}
|