80 lines
3.0 KiB
PHP
80 lines
3.0 KiB
PHP
<section>
|
|
|
|
<div class="page_title">
|
|
<h2 class="fl">商家管理</h2>
|
|
</div>
|
|
|
|
<div>
|
|
<h2><strong style="color:grey;">搜索条件</strong></h2>
|
|
<input type="text" name="shopname" class="textbox" placeholder="商家名字"/>
|
|
<select id="setpassed" class="select">
|
|
<option value="">是否审核</option>
|
|
<option value="1">是</option>
|
|
<option value="0">否</option>
|
|
</select>
|
|
<select id="province" class="select">
|
|
|
|
</select>
|
|
<select id="city" class="select">
|
|
|
|
</select>
|
|
<input type="button" id="search_shop" value="搜索商家" class="group_btn"/>
|
|
<input type="button" id="add_shop" value="添加商家" class="group_btn"/>
|
|
<h2><strong style="color:grey;"></strong></h2>
|
|
</div>
|
|
|
|
<div class="list">
|
|
<h2><strong style="color:grey;">当前商家总数 : <span class="shopnum">100</span></strong></h2>
|
|
<table class="table shop_list">
|
|
<!--
|
|
<tr>
|
|
<th></th>
|
|
<th>商家名字</th>
|
|
<th>联系电话</th>
|
|
<th>所在地区</th>
|
|
<th>销售管理</th>
|
|
<th>是否审核</th>
|
|
<th>账户状态</th>
|
|
<th>操作</th>
|
|
</tr>
|
|
<tr>
|
|
<td class="center"><input type="checkbox" name="checkbox[]" value="" /></td>
|
|
<td class="center">张三</td>
|
|
<td class="center">139</td>
|
|
<td class="center">中国</td>
|
|
<td class="center"><a href="javascript:void(0);" class="check_purchase inner_btn">查看</a></td>
|
|
<td class="center">通过审核</td>
|
|
<td class="center">启用</td>
|
|
<td class="center">
|
|
<a href="javascript:void(0);" class="edit_shop inner_btn">修改</a>
|
|
<a href="javascript:void(0);" class="inner_btn">禁用</a>
|
|
<a href="javascript:void(0);" class="inner_btn">通过审核</a>
|
|
</td>
|
|
</tr>
|
|
-->
|
|
</table>
|
|
|
|
<aside class="paging">
|
|
<a class="checkall" href="javascript:void(0);">全选</a>
|
|
<a id="delall" href="javascript:void(0);">禁用</a>
|
|
<a id="startall" href="javascript:void(0);">启用</a>
|
|
<a id="passedall" href="javascript:void(0);">通过审核</a>
|
|
<a class="previousPage" id="" href="javascript:void(0);">上一页</a>
|
|
<a href="javascript:void(0);"><span class="currentpage">1</span>/<span class="totalpage">100</span></a>
|
|
<a class="nextPage" id="" href="javascript:void(0);">下一页</a>
|
|
跳到第
|
|
<input type="text" name="my_page" class="textbox_50"/>
|
|
页
|
|
<a class="page_num" href="javascript:void(0);">确定</a>
|
|
</aside>
|
|
</div>
|
|
<div id="" class="tip">
|
|
|
|
</div>
|
|
|
|
</section>
|
|
<script type="text/javascript">
|
|
<!--
|
|
ajaxData("get",admin_js_url+"shop.js?"+Math.random(),"","script",null);
|
|
//-->
|
|
</script> |