63 lines
2.1 KiB
PHP
63 lines
2.1 KiB
PHP
![]() |
<div id="msg">
|
||
|
<section>
|
||
|
|
||
|
<div class="page_title">
|
||
|
<h2 class="fl">广告位管理</h2>
|
||
|
</div>
|
||
|
|
||
|
<div>
|
||
|
<h2><strong style="color:grey;">搜索条件</strong></h2>
|
||
|
<input type="text" name="vacancynumber" class="textbox" placeholder="广告位编号"/>
|
||
|
<input type="button" id="search_vacancy" value="搜索广告位" class="group_btn"/>
|
||
|
|
||
|
<input type="button" id="add_vacancy" value="添加广告位" class="group_btn"/>
|
||
|
<h2><strong style="color:grey;"></strong></h2>
|
||
|
</div>
|
||
|
|
||
|
<div class="list">
|
||
|
<table class="table vacancy_list">
|
||
|
<!--
|
||
|
<tr>
|
||
|
<th>编号</th>
|
||
|
<th>所属广告牌</th>
|
||
|
<th>所属广小区</th>
|
||
|
<th>费用/天</th>
|
||
|
<th>设计费用</th>
|
||
|
<th>操作</th>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<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+"vacancy.js?"+Math.random(),"","script",null);
|
||
|
//-->
|
||
|
</script>
|
||
|
</div>
|