* [ADDED] Error/404 templates to mmcFE & mobile themes * [IMPROVED] Make 404 default error with unknown page parameter
9 lines
689 B
Smarty
9 lines
689 B
Smarty
{include file="global/block_header.tpl" BLOCK_HEADER="Login" BLOCK_STYLE="clear:none; margin-left:13px; margin-top:15px;"}
|
|
<form action="{$smarty.server.PHP_SELF}?page=login" method="post" id="loginForm">
|
|
<p><input type="text" name="username" value="" id="userForm" maxlength="20" required></p>
|
|
<p><input type="password" name="password" value="" id="passForm" maxlength="20" required></p>
|
|
<center><p><input type="submit" class="submit small" value="Login"></p></center>
|
|
</form>
|
|
<center><p><a href="{$smarty.server.PHP_SELF}?page=password"><font size="1">Forgot your password?</font></a></p></center>
|
|
{include file="global/block_footer.tpl"}
|