cho vao view_topic
- Code:
<!-- BEGIN switch_user_logged_out -->
<!-- login form -->
<form action="{S_LOGIN_ACTION}?redirect=http://www.vn-xiteen.tk/h8-page" method="post" name="form_login">
<table cellpadding="0" cellspacing="3" border="0">
<tr>
<td class="smallfont" style="white-space: nowrap;"><label for="navbar_username"><img src="http://i1236.photobucket.com/albums/ff445/hieuquaga/user.gif" border="0" alt="user"></label></td>
<td><input type="text" class="logininput" name="username" id="username" value="Tên tài khoản" onfocus="if (this.value == 'Tên tài khoản') this.value = '';" /></td>
<td class="smallfont" nowrap="nowrap"><input type="image" src="http://i1236.photobucket.com/albums/ff445/hieuquaga/login1.gif" name="login" value="{L_LOGIN}" /></td>
</tr>
<tr>
<td class="smallfont"><label for="navbar_password"><img src="http://i1236.photobucket.com/albums/ff445/hieuquaga/password.gif" border="0" alt="Mật Khẩu"></label></td>
<td><input type="password" class="passinput" name="password" id="password"value="*****" onfocus="if (this.value == '*****') this.value = '';" /></td>
<td><a href="/register" rel="nofollow"><img src="http://i1236.photobucket.com/albums/ff445/hieuquaga/register.gif" border="0" alt="Đăng Ký"></phrase></strong></a></td>
</tr>
</table>
</form>
<label for="cb_cookieuser_navbar"><input class="radio" type="checkbox" name="autologin" {AUTOLOGIN_CHECKED} />Ghi nhớ?</label>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<span class="gensmall">
<span class="username"> {LOGGED_AS}</span><br />
<span class="gensmall"><font size=1 >{LAST_VISIT_DATE} <br /> {CURRENT_TIME}<br />
<!-- END switch_user_logged_in -->
<!-- / login form -->