Quote
<?if($PAGE_ID$="login")?>
<div style="width:180px;"><?endif?>
<table border="0" cellspacing="1" cellpadding="0" width="100%">
<?if($ERROR$)?><td colspan="2" style="color:red;text-align:center;">$ERROR$</td><?endif?>
<tr>
<td width="25%" nowrap="nowrap">Tài khoản:</td>
<td>
<input class="loginField" type="text" name="user" onBlur="if(this.value=='') this.value='Nhập Tài khoản hoặc Email';" onFocus="if(this.value=='Nhập Tài khoản hoặc Email') this.value='';" value="Nhập Tài khoản hoặc Email" size="20" style="width:100%;" maxlength="50"/>
</td></tr>
<tr>
<td width="25%" nowrap="nowrap">Mật khẩu:</td>
<td>
<input class="loginField" type="password" name="password" onBlur="if(this.value=='') this.value='Nhập mật khẩu';" onFocus="if(this.value=='Nhập mật khẩu') this.value='';" value="Nhập mật khẩu" size="20" style="width:100%" maxlength="15"/>
</td></tr>
</table>
<table border="0" cellspacing="1" cellpadding="0" width="100%">
<tr><td nowrap><input id="rem$PAGE_ID$" type="checkbox" name="rem" value="1" checked="checked"/><label for="rem$PAGE_ID$">Nhớ thông tin</label> <?if($PAGE_ID$="login" && $HIDDEN_ALLOWED$)?>
<input id="hid$PAGE_ID$" type="checkbox" name="hidden" value="1" /><label for="hid$PAGE_ID$">Ẩn danh</label><?endif?></td><td align="right" valign="top"><input class="loginButton" name="sbm" type="submit" value="Đăng nhập"/></td></tr>
<tr><td colspan="2"><div style="font-size:7pt;text-align:center;"><a href="$REMINDER_LINK$">Quên mật khẩu</a> | <a href="$REGISTER_LINK$">Đăng ký</a></div></td></tr>
</table>
<?if($PAGE_ID$="login")?>
</div>
<?endif?>