bzr branch
http://gegoxaren.bato24.eu/bzr/lenasys/trunk
|
36.3.1
by Daniel Hermansson
Added login functionality |
1 |
<!DOCTYPE HTML>
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml"> |
|
3 |
<head> |
|
4 |
<title>LenaSys</title> |
|
5 |
</head> |
|
6 |
<body> |
|
7 |
<h1>LenaSys</h1> |
|
8 |
<div> |
|
9 |
<?php echo $error; ?> |
|
10 |
</div> |
|
11 |
<div> |
|
12 |
<?php echo form_open('login/validate'); ?> |
|
13 |
<label for="username">Username:</label> |
|
14 |
<input type="text" size="20" id="username" name="username"/><br> |
|
15 |
<label for="password">Password:</label> |
|
16 |
<input type="password" size="20" id="password" name="password"/><br> |
|
17 |
<input type="submit" value="Login"/> |
|
18 |
</form> |
|
19 |
</div> |
|
20 |
</body> |
|
21 |
</html> |