|
|
|
@ -304,6 +304,8 @@ function CheckAll(form) |
|
|
|
|
|
|
|
while($r=$empire->fetch($sql)) |
|
|
|
{ |
|
|
|
$rc = $empire->fetch1("SELECT company FROM `www_moban5_cn_enewsmemberadd` WHERE userid = {$r['userid']}"); |
|
|
|
$r['company'] = $rc['company']; |
|
|
|
if(empty($r['checked'])) |
|
|
|
{ |
|
|
|
$checked=" title='未审核' style='background:#99C4E3'"; |
|
|
|
@ -366,6 +368,7 @@ function CheckAll(form) |
|
|
|
</div></td> |
|
|
|
<td height="25"><div align="center"><a href="../../space/?userid=<?=$r['userid']?>" title="查看会员空间" target="_blank"><?=$namefont1?><?=$m_username?><?=$namefont2?></a></div></td> |
|
|
|
<!-- <td height="25"><div align="center"><a href="../../space/?userid=--><?//=$r['userid']?><!--" title="查看会员空间" target="_blank">--><?//=$namefont1?><!----><?//=$m_company?><!----><?//=$namefont2?><!--</a></div></td>-->
|
|
|
|
<td><div align="center"><?=$r['company']?></div></td> |
|
|
|
<td><div align="center"><a href="ListMember.php?sear=1&groupid=<?=$r['groupid']?><?=$ecms_hashur['ehref']?>"><?=$level_r[$r['groupid']][groupname]?></a></div></td> |
|
|
|
<td><div align="center"><a href="ListMember.php?sear=1&ingid=<?=$r['ingid']?><?=$ecms_hashur['ehref']?>"><?=$migname?></a></div></td> |
|
|
|
<td><div align="center"><a href="ListMember.php?sear=1&agid=<?=$r['agid']?><?=$ecms_hashur['ehref']?>" title="<?=$magadminname?>"><?=$magname?></a></div></td> |
|
|
|
@ -386,7 +389,7 @@ function CheckAll(form) |
|
|
|
?> |
|
|
|
<tr bgcolor="ffffff"> |
|
|
|
<td height="25"><div align="center"><input type=checkbox name=chkall value=on onclick="CheckAll(this.form)" title="全选"></div></td> |
|
|
|
<td height="25" colspan="10"> <select name="toingid" id="toingid"> |
|
|
|
<td height="25" colspan="11"> <select name="toingid" id="toingid"> |
|
|
|
<option value="0">取消内部组</option> |
|
|
|
<?=$chingroup?> |
|
|
|
</select> |
|
|
|
@ -401,10 +404,10 @@ function CheckAll(form) |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
<tr bgcolor="ffffff"> |
|
|
|
<td height="25" colspan="11"><?=$returnpage?></td> |
|
|
|
<td height="25" colspan="12"><?=$returnpage?></td> |
|
|
|
</tr> |
|
|
|
<tr bgcolor="ffffff"> |
|
|
|
<td height="25" colspan="11"><font color="#666666">说明:多选框为蓝色或用户名灰色代表未审核会员. </font></td> |
|
|
|
<td height="25" colspan="13"><font color="#666666">说明:多选框为蓝色或用户名灰色代表未审核会员. </font></td> |
|
|
|
</tr> |
|
|
|
</form> |
|
|
|
</table> |
|
|
|
|