75 lines
2.3 KiB
PHP
75 lines
2.3 KiB
PHP
![]() |
<div id="msg">
|
||
|
<section>
|
||
|
|
||
|
<div class="page_title">
|
||
|
<h2 class="fl">广告牌管理</h2>
|
||
|
</div>
|
||
|
|
||
|
<div>
|
||
|
<span id="communityad">
|
||
|
<h2><strong style="color:grey;">搜索条件</strong></h2>
|
||
|
<!--
|
||
|
<select id="icity" class="select">
|
||
|
</select>
|
||
|
-->
|
||
|
<select id="area" class="select">
|
||
|
</select>
|
||
|
<select id="community" class="select">
|
||
|
</select>
|
||
|
<input type="button" id="search_ad" value="搜索广告牌" class="group_btn"/>
|
||
|
</span>
|
||
|
<input type="button" id="add_ad" value="添加广告牌" class="group_btn"/>
|
||
|
<h2><strong style="color:grey;"></strong></h2>
|
||
|
</div>
|
||
|
|
||
|
<div class="list">
|
||
|
<table class="table ad_list">
|
||
|
<!--
|
||
|
<tr>
|
||
|
<th>编号</th>
|
||
|
<th>空余广告位</th>
|
||
|
<th>尺寸</th>
|
||
|
<th>城市</th>
|
||
|
<th>城区</th>
|
||
|
<th>社区</th>
|
||
|
<th>广告位分布图</th>
|
||
|
<th>操作</th>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td class="center">001</td>
|
||
|
<td class="center">20</td>
|
||
|
<td class="center">100*100</td>
|
||
|
<td class="center">111111</td>
|
||
|
<td class="center">111111</td>
|
||
|
<td class="center">111111</td>
|
||
|
<td class="center"></td>
|
||
|
<td class="center">
|
||
|
<a href="javascript:void(0);" class="ad_num inner_btn">广告位</a>
|
||
|
<a href="javascript:void(0);" class="edit_ad inner_btn">修改</a>
|
||
|
<a href="javascript:void(0);" class="inner_btn">删除</a>
|
||
|
</td>
|
||
|
</tr>
|
||
|
-->
|
||
|
</table>
|
||
|
|
||
|
<aside class="paging">
|
||
|
<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+"ad.js?"+Math.random(),"","script",null);
|
||
|
//-->
|
||
|
</script>
|
||
|
</div>
|