Last change
on this file since 401 was
399,
checked in by hendrikvanantwerpen, 13 years ago
|
Added survey viewer page.
Added view.html page to view surveys. Widgets from the questions are
displayed, no answers are saved yet.
The content module is split for index.html and view.html, so viewers
cannot navigate to other pages. Widgets to pre-load are now seperated
in stddeps.js module and shared between run.js & view.js.
|
File size:
1.5 KB
|
Rev | Line | |
---|
[256] | 1 | <!DOCTYPE html> |
---|
| 2 | <html> |
---|
| 3 | <head> |
---|
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
---|
[399] | 5 | <title>Survey</title> |
---|
[311] | 6 | <link rel="stylesheet" type="text/css" href="dojotoolkit/dijit/themes/claro/claro.css" /> |
---|
| 7 | <link rel="stylesheet" type="text/css" href="dojotoolkit/dojox/grid/resources/Grid.css" /> |
---|
| 8 | <link rel="stylesheet" type="text/css" href="dojotoolkit/dojox/grid/resources/claroGrid.css" /> |
---|
| 9 | <link rel="stylesheet" type="text/css" href="dojotoolkit/dojox/widget/Toaster/Toaster.css" /> |
---|
| 10 | <link rel="stylesheet" type="text/css" href="rft/css/main.css" /> |
---|
[281] | 11 | <script type="text/javascript" src="dojotoolkit/dojo/dojo.js" data-dojo-config="async: true, parseOnLoad: false, tlmSiblingOfDojo: false, isDebug: true, baseUrl: '', packagePaths: {'dojotoolkit':['dojo','dijit', 'dojox'], '.':['rft']}"></script> |
---|
[399] | 12 | <script type="text/javascript" src="rft/view.js"></script> |
---|
[256] | 13 | </head> |
---|
[347] | 14 | <body class="dijitReset claro"> |
---|
[386] | 15 | <div class="page" data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="region:'center'" style="width: 100%; height: 100%;"> |
---|
[347] | 16 | <div class="topbar" data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'top'"> |
---|
[399] | 17 | <h1>Survey</h1> |
---|
[256] | 18 | </div> |
---|
[347] | 19 | <div id="content" class="content" data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'center'"> |
---|
| 20 | </div> |
---|
[256] | 21 | </div> |
---|
[311] | 22 | <div id="toaster" data-dojo-type="rft.ui.Notifications"> |
---|
| 23 | </div> |
---|
[256] | 24 | </body> |
---|
| 25 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.