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']; $mid=$tempr['modid'];
} }
//结合项 //结合项
if(!empty($emod_r[$mid]['listandf'])&&$_GET['ph']==1) 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'])) elseif(empty($emod_r[$mid]['setandf']))
{ {
$listandf.=$doandor.$andr[$i]."='".$andval."'"; $listandf.=$doandor.$andr[$i]." LIKE '%".$andval."%'";
} }
else else
{ {
@ -319,6 +320,7 @@ if(!empty($emod_r[$mid]['listandf'])&&$_GET['ph']==1)
$add.=' and ('.$listandff.')'; $add.=' and ('.$listandff.')';
} }
} }
//排序 //排序
$orderby=RepPostVar($_GET['orderby']); $orderby=RepPostVar($_GET['orderby']);
if ($orderby==1){$orderby='totaldown';} 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="form-control text" name="password" type="password" id="password" placeholder="密码">
<input class="btn btn-danger login-btn" type="submit" name="Submit" value="登录"> <input class="btn btn-danger login-btn" type="submit" name="Submit" value="登录">
<div class="operates fl wfs"> <div class="operates fl wfs">
<div class="login-others fr"> <!-- <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> <!-- <a href="/e/memberconnect/?apptype=qq" target="_blank" style="display:block;"><img src="/e/memberconnect/qq/images/qqlogin.gif" border="0"></a>-->
</div> <!-- </div>-->
<p> <p>
<input type=checkbox name=lifetime value=2592000 id="remember" > <input type=checkbox name=lifetime value=2592000 id="remember" >
下次自动登录<span>使用公用电脑勿选</span> </p> 下次自动登录<span>使用公用电脑勿选</span> </p>

Loading…
Cancel
Save