jianglong 4 years ago
parent
commit
c11f041695
  1. 4
      e/action/ListInfo.php
  2. 6
      e/template/member/login.php

4
e/action/ListInfo.php

@ -263,6 +263,7 @@ if(empty($mid))
{
$mid=$tempr['modid'];
}
//结合项
if(!empty($emod_r[$mid]['listandf'])&&$_GET['ph']==1)
{
@ -294,7 +295,7 @@ if(!empty($emod_r[$mid]['listandf'])&&$_GET['ph']==1)
}
elseif(empty($emod_r[$mid]['setandf']))
{
$listandf.=$doandor.$andr[$i]."='".$andval."'";
$listandf.=$doandor.$andr[$i]." LIKE '%".$andval."%'";
}
else
{
@ -319,6 +320,7 @@ if(!empty($emod_r[$mid]['listandf'])&&$_GET['ph']==1)
$add.=' and ('.$listandff.')';
}
}
//排序
$orderby=RepPostVar($_GET['orderby']);
if ($orderby==1){$orderby='totaldown';}

6
e/template/member/login.php

@ -86,9 +86,9 @@ require(ECMS_PATH.'e/template/incfile/header.php');
<input class="form-control text" name="password" type="password" id="password" placeholder="密码">
<input class="btn btn-danger login-btn" type="submit" name="Submit" value="登录">
<div class="operates fl wfs">
<div class="login-others fr">
<a href="/e/memberconnect/?apptype=qq" target="_blank" style="display:block;"><img src="/e/memberconnect/qq/images/qqlogin.gif" border="0"></a>
</div>
<!-- <div class="login-others fr">-->
<!-- <a href="/e/memberconnect/?apptype=qq" target="_blank" style="display:block;"><img src="/e/memberconnect/qq/images/qqlogin.gif" border="0"></a>-->
<!-- </div>-->
<p>
<input type=checkbox name=lifetime value=2592000 id="remember" >
下次自动登录<span>使用公用电脑勿选</span> </p>

Loading…
Cancel
Save