1.0-version
This commit is contained in:
34
admin/page/add_area.php
Normal file
34
admin/page/add_area.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<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="1" style="display:none">
|
||||
<ul class="ulColumn2">
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;">城区名字:</span>
|
||||
<input type="text" name="city" class="textbox textbox_295"/>
|
||||
<span id="city_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="submit" id="addArea" class="link_btn"/>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
</section>
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
ajaxData("get",admin_js_url+"areaMsg.js?"+Math.random(),"","script",null);
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
Reference in New Issue
Block a user