You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					30 lines
				
				1.4 KiB
			
		
		
			
		
	
	
					30 lines
				
				1.4 KiB
			| 
											4 years ago
										 | <div class="dialog manage-dialog" id="edit-password-dialog"> | ||
|  |     <div class="modal-dialog user-dialog"> | ||
|  |         <form class="form"> | ||
|  |             <div class="modal-content"> | ||
|  |                 <div class="modal-header"> | ||
|  |                     <h4 class="modal-title">修改密码</h4> | ||
|  |                     <span class="close" id="edit-password-close"><img src="~/Content/images/close-dialog.png" /></span> | ||
|  |                 </div> | ||
|  | 
 | ||
|  |                 <div class="modal-body"> | ||
|  |                     <div class="row"> | ||
|  |                         <div class="col"> | ||
|  |                             <label>新密码 <span class="star">*</span></label> | ||
|  |                             <input id="password" class="easyui-passwordbox" prompt="密码长度至少为6位" /> | ||
|  |                         </div> | ||
|  |                         <div class="col"> | ||
|  |                             <label>确认密码 <span class="star">*</span></label> | ||
|  |                             <input id="confirm-password" class="easyui-passwordbox" prompt="密码长度至少为6位" /> | ||
|  |                         </div> | ||
|  |                     </div> | ||
|  |                 </div> | ||
|  | 
 | ||
|  |                 <div class="modal-footer"> | ||
|  |                     <button type="button" class="btn sure-btn" id="edit-password-sure-btn">确定</button> | ||
|  |                     <button type="button" class="btn cancel-btn" id="edit-password-cancel-btn">取消</button> | ||
|  |                 </div> | ||
|  |             </div> | ||
|  |         </form> | ||
|  |     </div> | ||
|  | </div> |