<form id="loginForm" method="post" action="#"><table id="loginareacenter" cellpadding="0" cellspacing="0" border="0">
{if $emailErr}<tr><th></th><td><font color=red>.{$emailErr}</font></td></tr>{/if}
{if $passwordErr}<tr><th></th><td><font color=red>.{$passwordErr}</font></td></tr>{/if}
<tr><th>{$smarty.const.EMAIL}:</th><td><input type="text" id="email" name="email" value="{$email}" class="width200"/></td></tr>
<tr><th>{$smarty.const.PASSWORD}:</th><td><input type="password" id ="password" name="password" value="{$smarty.post.password}" class="width200"/></td></tr>
<tr><td></td><td><input type="checkbox" id="remember" name="remember" /><input type="hidden" id="flg" name="flg" value="todo"/>
<label>{$smarty.const.REMEMBER_ACCOUNT}</label></td></tr>
</table>
</form>