18 lines
943 B
Smarty
18 lines
943 B
Smarty
<h3>{$navtitle}</h3>
|
|
<form class="loginform" action="{$path}login.php" method="post">
|
|
<strong>Username:<br /></strong>
|
|
<input type="text" name="username" size="15" id="username" maxlength="25" /><br />
|
|
<strong>Password:</strong><br />
|
|
<input type="password" name="password" id="password" size="15" maxlength="25" /><br />
|
|
<br />
|
|
{if $config.use_openid==1}
|
|
<strong>or</strong><br />
|
|
<strong>use Open ID:</strong><br />
|
|
<input type="openid_identifier" name="openid_identifier" id="openid_identifier" size="15" maxlength="45" /><br /><br />
|
|
{/if}
|
|
<label><input type="checkbox" name="remember" /> <strong>Remember me</strong></label><br />
|
|
<input type="submit" class="button" name="submit" value="Login" />
|
|
<input type="hidden" name="action" value="do_login" />
|
|
<input type="hidden" name="url" value="{$path}index.php" /><br /><a href="{$path}lostpw.php">Lost Password?</a><br />
|
|
<a href="{$path}register.php?=29381489">Register</a><br />
|
|
</form>
|