用bootstrap样式优化代码div id=post-pagediv class=info-title-wrap wrap h2 id=note-title-type修改密码h2 divdiv class=wrap post form action=user!updatepsw method=post div class=post-input-wrap div class=note-titl
修改密码
<form action="user!updatepsw" method="post">
<div class="post-input-wrap">
<div class="note-title clearfix">
<label for="note-title" class="fl">原来密码:</label>
<input type="password" id="note-title" class="fr form-control" name="oldpassword"/>
</div>
<div class="note-title clearfix">
<label for="note-title" class="fl">新设密码:</label>
<input type="password" id="note-title" class="fr form-control" name="password"/>
</div>
<div class="note-title clearfix">
<label for="note-title" class="fl">再输一次:</label>
<input type="password" id="note-title" class="fr form-control" name="repassword"/>
</div>
<div class="note-content clearfix" id="content-text">
<p style="padding: 20px 0 10px 540px;" class="tr fr">
<button name="submit" class="btn btn-primary" id="post-submitBotton" >修改密码</button>
</p>
</div>
</form>
原文地址: http://www.cveoy.top/t/topic/hB4o 著作权归作者所有。请勿转载和采集!