source: Dev/trunk/survey.php @ 50

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

Saving now gives the link to participant survey.

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