Last change
on this file since 44 was
44,
checked in by basvannuland, 14 years ago
|
added login functionality. Has not been styled
|
File size:
890 bytes
|
Rev | Line | |
---|
[44] | 1 | <?php require 'classes/master.php'; //should be at top of every page
|
---|
| 2 |
|
---|
| 3 | ?>
|
---|
| 4 |
|
---|
| 5 | <!DOCTYPE html>
|
---|
| 6 | <html>
|
---|
| 7 | <head>
|
---|
| 8 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
---|
| 9 | <title>Facilitator</title>
|
---|
| 10 | <link rel="stylesheet" type="text/css" href="css/style.css" />
|
---|
| 11 | <script type="text/javascript" src="js/menu.js"></script>
|
---|
| 12 | </head>
|
---|
| 13 | <body>
|
---|
| 14 | <div id="header">
|
---|
| 15 | <?php new Logo(); ?>
|
---|
| 16 | </div>
|
---|
| 17 |
|
---|
| 18 | <div id="wrapper">
|
---|
| 19 |
|
---|
| 20 | <div id="content">
|
---|
| 21 | <form action="login.php" method="POST">
|
---|
| 22 | Username:<br />
|
---|
| 23 | <input type="text" name="username"><p />
|
---|
| 24 | Password:<br />
|
---|
| 25 | <input type="password" name="password"><p />
|
---|
| 26 | <input type="submit" name="register" value="Register">
|
---|
| 27 | </form>
|
---|
| 28 | </div>
|
---|
| 29 | </div>
|
---|
| 30 | </body>
|
---|
| 31 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.