bzr branch
http://gegoxaren.bato24.eu/bzr/lenasys/0.1
1
by Henrik G.
First seed of Lenasys ... Needs to be Organized Further |
1 |
<!DOCTYPE html>
|
2 |
<html> |
|
4.10.2
by Daniel Johansson
Code updated partly, File to remember map "duggor" has not been checked. |
3 |
<head> |
1
by Henrik G.
First seed of Lenasys ... Needs to be Organized Further |
4 |
<meta charset="utf-8" /> |
4.10.2
by Daniel Johansson
Code updated partly, File to remember map "duggor" has not been checked. |
5 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
9.5.1
by galaxyAbstractor
Moved shared js, css and php, updated all paths in DuggaSys. |
6 |
<link href="../../css/base.css" rel="stylesheet" type="text/css" /> |
7 |
<link href="../../css/login.css" rel="stylesheet" type="text/css" /> |
|
4.10.2
by Daniel Johansson
Code updated partly, File to remember map "duggor" has not been checked. |
8 |
<title><?php $pagetitle ?></title> |
9 |
</head> |
|
10 |
<body> |
|
11 |
<form action="." method="post"> |
|
12 |
<h3>Change password</h3> |
|
13 |
<label for="loginName" >Login:</label> |
|
14 |
<input type="text" name="loginName" placeholder="Your login" /><br /> |
|
15 |
<label for="password">Password:</label> |
|
16 |
<input type="password" name="password" placeholder="Your current password"/> |
|
1
by Henrik G.
First seed of Lenasys ... Needs to be Organized Further |
17 |
<label for="newPassword">New password:</label> |
4.10.2
by Daniel Johansson
Code updated partly, File to remember map "duggor" has not been checked. |
18 |
<input type="password" name="newPassword" placeholder="Your new password"/> |
19 |
<input type="submit" name="changePasswordSubmit" value="OK" /> |
|
20 |
</form> |
|
21 |
<?php
|
|
22 |
if (isset($errorMsg) && $errorMsg!="") { |
|
23 |
echo "<h3>" . $errorMsg . "</h3>"; |
|
24 |
}
|
|
25 |
?>
|
|
26 |
</body> |
|
1
by Henrik G.
First seed of Lenasys ... Needs to be Organized Further |
27 |
</html> |