|
@@ -15,23 +15,17 @@
|
|
|
<div class="fixed-empty"></div>
|
|
|
<form method="get" name="formSearch">
|
|
|
<input type="hidden" name="act" value="room_manage">
|
|
|
- <input type="hidden" name="op" value="room_list">
|
|
|
+ <input type="hidden" name="op" value="certs_list">
|
|
|
<table class="tb-type1 noborder search">
|
|
|
<tbody>
|
|
|
<tr>
|
|
|
- <th><label for="searchtitle">群房间号</label></th>
|
|
|
+ <th><label for="searchtitle">群房间号(精确查找)</label></th>
|
|
|
+ <td><input type="text" name="searchid" id="searchid" class="txt" value='<?php echo $_GET['searchid'];?>'></td>
|
|
|
+ <th><label for="searchtitle">认证名称(模糊查找)</label></th>
|
|
|
<td><input type="text" name="searchname" id="searchname" class="txt" value='<?php echo $_GET['searchname'];?>'></td>
|
|
|
- <th><label for="searchtitle">认证名称</label></th>
|
|
|
- <td><input type="text" name="searchmaster" id="searchmaster" class="txt" value='<?php echo $_GET['searchmaster'];?>'></td>
|
|
|
+ <th><label for="searchtitle">申请人电话(精确查找)</label></th>
|
|
|
+ <td><input type="text" name="searchmobile" id="searchname" class="txt" value='<?php echo $_GET['searchmobile'];?>'></td>
|
|
|
<th><label><?php echo $lang['circle_status'];?></label></th>
|
|
|
- <td><select name="searchstatus">
|
|
|
- <option value=""><?php echo $lang['nc_common_pselect'];?></option>
|
|
|
- <option value="1" <?php if ($_GET['searchstatus'] == '1'){echo 'selected=selected';}?>><?php echo $lang['nc_open'];?></option>
|
|
|
- <option value="0" <?php if ($_GET['searchstatus'] == '0'){echo 'selected=selected';}?>><?php echo $lang['nc_close'];?></option>
|
|
|
- <option value="2" <?php if ($_GET['searchstatus'] == '2'){echo 'selected=selected';}?>><?php echo $lang['circle_waiting_verify'];?></option>
|
|
|
- <option value="3" <?php if ($_GET['searchstatus'] == '3'){echo 'selected=selected';}?>><?php echo $lang['circle_verify_fail'];?></option>
|
|
|
- </select>
|
|
|
- </td>
|
|
|
<td><a href="javascript:document.formSearch.submit();" class="btn-search " title="<?php echo $lang['nc_query']; ?>"> </a></td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
@@ -47,6 +41,7 @@
|
|
|
<tr>
|
|
|
<td>
|
|
|
<ul>
|
|
|
+ <li>搜索功能三项内容均只能独立使用 不使用的请留空 优先级从左至右依次从高到低</li>
|
|
|
<li>点击 群房间号 前往查看群聊基本信息</li>
|
|
|
<li>点击 操作-查看 按钮进入查看认证信息</li>
|
|
|
</ul></td>
|