source: Dev/trunk/surveycreation.php @ 10

Last change on this file since 10 was 10, checked in by fpvanagthoven, 14 years ago

Start on SurveyTool?

File size: 757 bytes
Line 
1<?php require 'classes/master.php'; ?>
2
3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
4    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
5
6<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7    <head>
8        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9            <title>Survey</title>
10            <link rel="stylesheet" type="text/css" href="css/style.css" />
11    </head>
12    <body>
13        <div id="header">
14                <div id="logo">CPSFacilitator Tool </div>
15            </div>
16        <div id="wrapper">
17           
18            <div id="content">
19                <?php
20                    new SurveyCreationTool();
21                ?>
22            </div>
23        </div>
24    </body>
25</html>
Note: See TracBrowser for help on using the repository browser.