Line | |
---|
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> |
---|
14 | <div id="wrapper"> |
---|
15 | |
---|
16 | <div id="content"> |
---|
17 | <div id="menu"> |
---|
18 | <?php new NewSurveyButton(); ?> |
---|
19 | </div> |
---|
20 | </div> |
---|
21 | </div> |
---|
22 | </body> |
---|
23 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.