14 lines
		
	
	
		
			430 B
		
	
	
	
		
			HTML
		
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			430 B
		
	
	
	
		
			HTML
		
	
	
|  | <html> | ||
|  |     <body> | ||
|  |     <form action="/reset" method='POST'> | ||
|  |         旧密码: | ||
|  |         <input type="password" name="old-psd" /> | ||
|  |         <br/> | ||
|  |         新密码: | ||
|  |         <input type="password" name="new-psd" /> | ||
|  |         <br/> | ||
|  |         <input type="submit" name="submit" value="提交" /> | ||
|  |         <input type="button" name="submit" value="放弃修改" onclick="window.location.href='/{{ username }}'"/> | ||
|  |     </form> | ||
|  |     </body> | ||
|  | </html> |