1.0-version
This commit is contained in:
122
admin/page/add_ad.php
Normal file
122
admin/page/add_ad.php
Normal file
@@ -0,0 +1,122 @@
|
||||
<div id="msg">
|
||||
<section>
|
||||
<div class="page_title">
|
||||
<h2 class="fl">添加信息</h2>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2><strong style="color:grey;">广告牌信息</strong></h2>
|
||||
|
||||
<input type="text" name="type" value="2" style="display:none">
|
||||
<ul class="ulColumn2">
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;">编号:</span>
|
||||
<input type="text" name="number" class="textbox textbox_295"/>
|
||||
<span id="number_tip" class="tip"></span>
|
||||
</li>
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;"></span>
|
||||
<strong style="color:red;">必添项</strong>
|
||||
</li>
|
||||
<!--
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;">空余广告位:</span>
|
||||
<input type="text" name="vacancy" class="textbox textbox_295"/>
|
||||
<span id="vacancy_tip" class="tip"></span>
|
||||
</li>
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;"></span>
|
||||
<strong style="color:red;">必添项</strong>
|
||||
</li>
|
||||
-->
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;">尺寸:</span>
|
||||
<input type="text" name="size" class="textbox textbox_295"/>
|
||||
<span id="size_tip" class="tip"></span>
|
||||
</li>
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;"></span>
|
||||
<strong style="color:red;">必添项</strong>
|
||||
</li>
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;">社区详细:</span>
|
||||
<input type="text" name="cityd" class="textbox textbox_295"/>
|
||||
<span id="size_cityd" class="tip"></span>
|
||||
</li>
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;"></span>
|
||||
<strong style="color:red;">必添项</strong>
|
||||
</li>
|
||||
<div id="adcity">
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;">所在城市:</span>
|
||||
<select id="icity" class="select">
|
||||
|
||||
</select>
|
||||
<span id="icity_tip" class="tip"></span>
|
||||
</li>
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;"></span>
|
||||
<strong style="color:red;">必添项</strong>
|
||||
</li>
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;">所在城区:</span>
|
||||
<select id="area" class="select">
|
||||
|
||||
</select>
|
||||
<span id="area_tip" class="tip"></span>
|
||||
</li>
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;"></span>
|
||||
<strong style="color:red;">必添项</strong>
|
||||
</li>
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;">所在小区:</span>
|
||||
<select id="community" class="select">
|
||||
|
||||
</select>
|
||||
<span id="community_tip" class="tip"></span>
|
||||
</li>
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;"></span>
|
||||
<strong style="color:red;">必添项</strong>
|
||||
</li>
|
||||
</div>
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;">广告牌实拍图:</span>
|
||||
<label class="uploadImg">
|
||||
<input type="file" name="file[]"/>
|
||||
<span>上传图片</span>
|
||||
</label>
|
||||
<span id="adfile_tip" class="tip"></span>
|
||||
</li>
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;"></span>
|
||||
<strong style="color:red;">图片容量小于500k,推荐尺寸610*292</strong>
|
||||
</li>
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;">广告位分布图:</span>
|
||||
<label class="uploadImg">
|
||||
<input type="file" name="file[]"/>
|
||||
<span>上传图片</span>
|
||||
</label>
|
||||
<span id="file_tip" class="tip"></span>
|
||||
</li>
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;"></span>
|
||||
<strong style="color:red;">图片容量小于500k,推荐尺寸610*292</strong>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;"></span>
|
||||
<input type="submit" id="addAd" class="link_btn"/>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
ajaxData("get",admin_js_url+"adMsg.js?"+Math.random(),"","script",null);
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
Reference in New Issue
Block a user