function initMemberLoginFunc(ele){var memberLoginForm="#memberLoginForm";var auLea=new authForm(memberLoginForm);auLea.submit();auLea.debug=false;auLea.notEmpty=['passwd~~密码','user~~登录名'];auLea.strLen=[['passwd',5],['user',5]];auLea.debugFunc=function(type,id,err){myDebugOne(type,id,err);}
auLea.execBind();subForm(memberLoginForm,false,auLea,function(da){if(da.substr(0,2)=='ok'){da=da.split("_");if(typeof ele=="undefined"){if(da[1]=="resum")location.reload();else location.href=("/"+da[1]+"/");}else{alert("登录成功了");hiddenAlreadyDiv(ele);}}else if(da.substr(0,4)=='warn')alert(oneWarning[da]);else alert(da);/*$(memberLoginForm)[0].reset();*/},"#submitLoginForm");}function updateDownloadTimes(url){$(".downloadFile").click(function(){var ids=this.id.split("_");$.get(url,{'id':ids[0],'m':Math.random(1234)},function(da){/*alert(da);*/});});}function initUserLoginBox(){$("body").append('<div id="UserLoginBox"><form id="memberLoginForm" method="post" action="/inc/model/sub_login.php/login" class="form"><table width="284" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="/images/qiye/qiye_r2_c2_r5_c4.jpg" width="88" height="20" /></td><td><img src="/images/qiye/geren_r2_c3.jpg" width="110" height="20" /></td><td><img src="/images/qiye/qiye_r2_c2_r5_c10.jpg" width="86" height="20" /></td></tr><tr><td height="276" colspan="3" align="center" background="/images/qiye/qiye_r2_c2_r7_c4.jpg"><table width="82%" border="0" cellspacing="0" cellpadding="0"><tr><td width="24%" height="34" align="center">用户名：</td><td colspan="2" align="left"><input name="user" id="user" type="text" class="inputstyle" size="25" /></td></tr><tr><td height="34" align="center">密　码：</td><td colspan="2" align="left"><input name="passwd" id="passwd" type="password" style="width:153px;" class="inputstyle" size="25" /></td></tr></table><table width="76%" border="0" cellspacing="0" cellpadding="0"><tr><td width="51%" height="60" align="left"><input type="image" id="submitLoginForm" src="/images/qiye/geren_r4_c2.jpg" width="97" height="36" /></td><td width="49%" align="left"><input type="hidden" name="type" id="loginType" value="users"><a href="/sendpwd/"><img src="/images/qiye/qiye_r2_c2_r10_c9.jpg" width="98" height="36" /></a></td></tr></table><table width="76%" height="36" border="0" cellpadding="0" cellspacing="0"><tr><td align="center">如果您还不是会员，请立即<a href="/regprotocol/?type=usersregister"><span class="b4">免费注册</span></a></td></tr></table></td></tr><tr><td colspan="3"><img src="/images/qiye/qiye_r2_c2_r15_c4.jpg" width="284" height="13" /></td></tr></table></form></div>');$("#UserLoginBox").draggable();displayAlreadyDiv("#UserLoginBox");}function initCorporationLoginBox(){$("body").append('<div id="CorporationLoginBox"><form id="memberLoginForm" method="post" action="/inc/model/sub_login.php/login" class="form"><table width="284" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="/images/qiye/qiye_r2_c2_r5_c4.jpg" width="88" height="20" /></td><td><img src="/images/qiye/qiye_r2_c2_r5_c7.jpg" width="110" height="20" /></td><td><img src="/images/qiye/qiye_r2_c2_r5_c10.jpg" width="86" height="20" /></td></tr><tr><td height="276" colspan="3" align="center" background="/images/qiye/qiye_r2_c2_r7_c4.jpg"><table width="82%" border="0" cellspacing="0" cellpadding="0"><tr><td width="24%" height="34" align="center">用户名：</td><td colspan="2" align="left"><input name="user" id="user" type="text" class="inputstyle" size="25" /></td></tr><tr><td height="34" align="center">密　码：</td><td colspan="2" align="left"><input name="passwd" id="passwd" type="password" style="width:153px;" class="inputstyle" size="25" /></td></tr></table><table width="76%" border="0" cellspacing="0" cellpadding="0"><tr><td width="51%" height="60" align="left"><input type="image" id="submitLoginForm" src="/images/qiye/geren_r4_c2.jpg" width="97" height="36" /></td><td width="49%" align="left"><input type="hidden" name="type" id="loginType" value="company"><a href="/sendpwd/"><img src="/images/qiye/qiye_r2_c2_r10_c9.jpg" width="98" height="36" /></a></td></tr></table><table width="76%" height="36" border="0" cellpadding="0" cellspacing="0"><tr><td align="center">如果您还不是会员，请立即<a href="/regprotocol/?type=usersregister"><span class="b4">免费注册</span></a></td></tr></table></td></tr><tr><td colspan="3"><img src="/images/qiye/qiye_r2_c2_r15_c4.jpg" width="284" height="13" /></td></tr></table></form></div>');$("#CorporationLoginBox").draggable();displayAlreadyDiv("#CorporationLoginBox");}