1.0-version
This commit is contained in:
69
admin/page/infor.php
Normal file
69
admin/page/infor.php
Normal file
@@ -0,0 +1,69 @@
|
||||
<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="pass" value="1" style="display:none">
|
||||
<ul class="ulColumn2">
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;">登录名字:</span>
|
||||
<strong style="color:grey;"><span class="name"></span></strong>
|
||||
</li>
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;">登录身份:</span>
|
||||
<strong style="color:grey;"><span class="type"></span></strong>
|
||||
</li>
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;">原始密码:</span>
|
||||
<input type="password" name="password1" class="textbox textbox_295"/>
|
||||
<span id="password1_tip" class="tip"></span>
|
||||
</li>
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;"></span>
|
||||
<strong style="color:red;">密码长度:4-10个字符</strong>
|
||||
</li>
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;">新建密码:</span>
|
||||
<input type="password" name="password2" class="textbox textbox_295"/>
|
||||
<span id="password2_tip" class="tip"></span>
|
||||
</li>
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;"></span>
|
||||
<strong style="color:red;">密码长度:4-10个字符</strong>
|
||||
</li>
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;">确认新建密码:</span>
|
||||
<input type="password" name="password3" class="textbox textbox_295"/>
|
||||
<span id="password3_tip" class="tip errorTips"></span>
|
||||
</li>
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;"></span>
|
||||
<strong style="color:red;">密码长度:4-10个字符</strong>
|
||||
</li>
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;">联系电话:</span>
|
||||
<input type="text" name="tel" class="textbox textbox_295"/>
|
||||
<span id="telephone_tip" class="tip errorTips"></span>
|
||||
</li>
|
||||
<!--
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;"></span>
|
||||
<strong style="color:red;">正确格式:11位长度</strong>
|
||||
</li>
|
||||
-->
|
||||
<li>
|
||||
<span class="item_name" style="width:120px;"></span>
|
||||
<input type="submit" id="editInfor" class="link_btn"/>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
ajaxData("get",admin_js_url+"infor.js?"+Math.random(),"","script",null);
|
||||
//-->
|
||||
</script>
|
||||
</div>
|
Reference in New Issue
Block a user