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