Rev | Line | |
---|
[10] | 1 | <?php require 'classes/master.php'; //should be at top of every page ?> |
---|
| 2 | |
---|
| 3 | <!DOCTYPE html> |
---|
| 4 | <html> |
---|
| 5 | <head> |
---|
| 6 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
---|
| 7 | <title>Facilitator</title> |
---|
| 8 | <link rel="stylesheet" type="text/css" href="css/style.css" /> |
---|
| 9 | </head> |
---|
| 10 | <body> |
---|
| 11 | <div id="header"> |
---|
| 12 | <div id="logo">CPSFacilitator Tool </div> |
---|
| 13 | </div> |
---|
[11] | 14 | |
---|
[10] | 15 | <div id="wrapper"> |
---|
| 16 | |
---|
| 17 | <div id="content"> |
---|
| 18 | <div id="menu"> |
---|
| 19 | <?php new NewSurveyButton(); ?> |
---|
| 20 | </div> |
---|
| 21 | </div> |
---|
| 22 | </div> |
---|
| 23 | </body> |
---|
| 24 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.