<?xml version="1.0" encoding="UTF-8"?><root><![CDATA[<div id="main_messaqge">
<div id="layer_login">
<h3 class="flb">
<em id="returnmessage">
用户登录</em>
<span><a href="javascript:;" class="flbc" onclick="hideWindow('login', 0, 1);" title="关闭">关闭</a></span>
</h3>
 <form method="post" autocomplete="off" name="login" id="loginform_LFXZl" class="cl" onsubmit="pwdclear = 1;ajaxpost('loginform_LFXZl', 'returnmessage_LFXZl', 'returnmessage_LFXZl', 'onerror');return false;" action="/user.php?o=login&ajax=1" fwin="login">
<div class="c cl">
<input type="hidden" name="op" value="login" />
<input type="hidden" name="url" value="user.php" />
<div class="rfm">
<table>
<tr>
<th>
<label for="username">帐号:</label></th>
<td><input type="text" name="username" id="username" autocomplete="off" size="30" class="px p_fre" tabindex="1" value="" /></td>
<td class="tipcol"><a href="http://share.xfsub.org/user.php?o=reg">注册</a></td>
</tr>
</table>
</div>
<div class="rfm">
<table>
<tr>
<th><label for="password">密码:</label></th>
<td><input type="password" id="password" name="password" onfocus="clearpwd()" size="30" class="px p_fre" tabindex="1" /></td>
</tr>
</table>
</div>
<div class="rfm">
<table>
<tr>
<th>登录有效期:</th>
<td><select name="cookietime" class="formInputs">
        <option value="0">浏览器进程</option>
        <option value="2592000">保存一月</option>
        <option value="86400">保存一天</option>
        <option value="315360000">永久有效</option>
</select></td>
</tr>
</table>
</div>
<div class="rfm">
<table>
<tr>
<th><label for="vcode">验证码:</label></th>
<td><input type="vcode" id="vcode" name="vcode" size="30" class="px p_fre" tabindex="1" /><img id="vimg" src="https://share.xfsub.org/vimg.php?n=login" align="absmiddle" alt="图片验证码" />(<a href="javascript:void(0);" onclick="imgRefresh('login');return false;">看不清,换一张</a>)</td>
</tr>
</table>
</div>
<div class="rfm mbw bw0">
<table width="100%">
<tr>
<th>&nbsp;</th>
<td>
<button class="pn pnc" type="submit" name="loginsubmit" value="true" tabindex="1"><strong>登录</strong></button>
</td>
<td>
</td>
</tr>
</table>
</div>
</div>
</form>
</div>
<script type="text/javascript" reload="1">
var pwdclear = 0;
function initinput_login() {
document.body.focus();
if($('loginform_LFXZl')) {
$('loginform_LFXZl').username.focus();
}
}
initinput_login();

function clearpwd() {
if(pwdclear) {
$('password3_LFXZl').value = '';
}
pwdclear = 0;
}

function imgRefresh(a) {
    $("vimg").src = "https://share.xfsub.org/vimg.php?n=" + a + "&" + Math.random();
}
function displayVimg(a) {
    if (1 != Config["verify_code_" + a]) {
        return;
    }
    if ("none" == $("imgarea").getStyle("display")) {
        $("imgarea").setStyle("display", "");
        imgRefresh(a);
    }
}
</script>]]></root>
