Last change
on this file since 263 was
218,
checked in by fpvanagthoven, 13 years ago
|
Laatste versies van alles!
|
File size:
774 bytes
|
Line | |
---|
1 | <?php |
---|
2 | require "classes/master.php"; |
---|
3 | |
---|
4 | $surveyEditor = new SurveyEditorWidget(); |
---|
5 | $surveyEditor->handlePost(); |
---|
6 | ?> |
---|
7 | |
---|
8 | <!-- |
---|
9 | To change this template, choose Tools | Templates |
---|
10 | and 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"> |
---|
16 | <title>Edit survey</title> |
---|
17 | <?php |
---|
18 | $surveyEditor->javascript(); |
---|
19 | new StyleSheet("visualeditors"); |
---|
20 | ?> |
---|
21 | </head> |
---|
22 | <body> |
---|
23 | <div id="wrapper"> |
---|
24 | <div id="content"> |
---|
25 | <?php $surveyEditor->init(); ?> |
---|
26 | </div> |
---|
27 | <div id="settingsFields"> |
---|
28 | <input type="hidden" id="sContentTypeField" value="Survey" /> |
---|
29 | </div> |
---|
30 | </div> |
---|
31 | </body> |
---|
32 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.