28 lines
676 B
Smarty
28 lines
676 B
Smarty
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<meta content="text/html; charset=utf-8" http-equiv="content-type">
|
|
<div class="box">
|
|
<h2>Password change</h2>
|
|
<p>Please insert your new password:</p>
|
|
<form action="/password" method="post">
|
|
<p><input type="password" name="password" /></p>
|
|
<p><button type="submit" > OK </button></p>
|
|
</form>
|
|
<br />
|
|
</div>
|
|
<style>
|
|
div {
|
|
color: #777;
|
|
margin: auto;
|
|
width: 20em;
|
|
text-align: center;
|
|
}
|
|
input {
|
|
background: #f8f8f8;
|
|
border: 1px solid #777;
|
|
margin: auto;
|
|
}
|
|
input:hover { background: #fefefe}
|
|
</style>
|