好心帮我看看下,我想改一下登陆页的风格,但是在这里碰到问题,不知道是哪里问题
问题:
<form id="login_form" method="post" action="account/ajax/login_process/">
<input type="hidden" name="post_hash" value="<?php echo new_post_hash(); ?>" />
<div class="li-txt">
<input type="text" class="txt" name="user_name" id="searchinput" onkeydown="if (event.keyCode==13) {}" onblur="if(this.value=='')value='用户名 / 登录邮箱';" onfocus="if(this.value=='用户名 / 登录邮箱')value='';" value="用户名 / 登录邮箱" />
</div>
<div class="li-txt-r">
<input type="password" autocomplete="off" class="txt" name="password" tabindex="2" id="searchinput"onkeydown="if (event.keyCode==13) {}" onblur="if(this.value=='')value='password';" onfocus="if(this.value=='password')value='';" value="password">
</div>
<div class="li-txt-btn">
<button tabindex="4" hidefocus="true" class="btn" type="submit" ><span>登录</span></button>
</div>
</form>
阅读全文
收起全文