source: Dev/trunk/surveyEditor.php @ 195

Last change on this file since 195 was 185, checked in by fpvanagthoven, 13 years ago
File size: 774 bytes
RevLine 
[177]1<?php
2require "classes/master.php";
[178]3
4$surveyEditor = new surveyEditorWidget();
5$surveyEditor->handlePost();
[177]6?>
7
8<!--
9To change this template, choose Tools | Templates
10and open the template in the editor.
11-->
12<!DOCTYPE html>
13<html>
14    <head>
15        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
[178]16        <title>Edit survey</title>
17        <?php
18        $surveyEditor->javascript();
19        new StyleSheet("visualeditors");
20        ?>
[177]21    </head>
22    <body>
23        <div id="wrapper">
24            <div id="content">
[178]25                <?php $surveyEditor->init(); ?>
[177]26            </div>
[185]27            <div id="settingsFields">
28                <input type="hidden" id="sContentTypeField" value="Survey" />
29            </div>
[177]30        </div>
31    </body>
32</html>
Note: See TracBrowser for help on using the repository browser.