Last change
on this file since 265 was
218,
checked in by fpvanagthoven, 13 years ago
|
Laatste versies van alles!
|
File size:
774 bytes
|
Rev | Line | |
---|
[177] | 1 | <?php |
---|
| 2 | require "classes/master.php"; |
---|
[178] | 3 | |
---|
[218] | 4 | $surveyEditor = new SurveyEditorWidget(); |
---|
[178] | 5 | $surveyEditor->handlePost(); |
---|
[177] | 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"> |
---|
[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.