source: Dev/trunk/index.php @ 36

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

QuestionID gets removed when answerType changes. Not yet when answers change.

File size: 780 bytes
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       
15        <div id="wrapper">
16           
17            <div id="content">
18                <div id="menu">               
19                    <?php
20                    SurveyButton::newSurveyButton();
21                    SurveyButton::loadSurveyButton();
22                    ?>
23                </div>
24            </div>
25        </div>
26    </body>
27</html>
Note: See TracBrowser for help on using the repository browser.