Last change
on this file since 420 was
420,
checked in by hendrikvanantwerpen, 12 years ago
|
We can store answers for surveys now!
Introduces SurveyRun?, which can be edited. Workflow not quite clear yet. A
running survey can be accessed to leave a response. When the response
has an ID, it is loaded (used for closed surveys and continuations). A
researcher cannot create responses yet. He should also be able to add
comments to responses (that he creates).
Introduced caching of store requests.
Factored out path matching and formatting.
Put object creation in separate classes, to localize model/storage
dependency. Not consistent at the moment.
|
File size:
1.5 KB
|
Line | |
---|
1 | <div class="blue"> |
---|
2 | |
---|
3 | <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'top'"> |
---|
4 | <h2> |
---|
5 | <span class="rftIcon rftIconSurvey"></span> |
---|
6 | <span class="headerText" data-dojo-attach-point="titleNode">SurveyRun Editor</span> |
---|
7 | </h2> |
---|
8 | </div> |
---|
9 | |
---|
10 | <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'center'"> |
---|
11 | <div data-dojo-type="qed/model/widgets/SurveySummary" data-dojo-attach-point="surveyNode"></div> |
---|
12 | <div data-dojo-type="dijit/form/Form" |
---|
13 | data-dojo-attach-point="propertiesForm"> |
---|
14 | <fieldset data-dojo-type="qed/model/widgets/SurveyRunFieldset"></fieldset> |
---|
15 | </div> |
---|
16 | <fieldset class="qedFieldset"> |
---|
17 | <div><div class="qedLabel">General URL</div><div class="qedField" data-dojo-attach-point="runURLNode" style="overflow: ellipsis"></div></div> |
---|
18 | </fieldset> |
---|
19 | </div> |
---|
20 | |
---|
21 | <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region: 'bottom'" style="height: 40px;"> |
---|
22 | <button data-dojo-type="dijit/form/Button" |
---|
23 | class="blue" |
---|
24 | data-dojo-props="baseClass: 'rftBlockButton', iconClass: 'rftIcon rftIconSave'" |
---|
25 | data-dojo-attach-event="onClick:_onSave">Save & Close</button> |
---|
26 | <button data-dojo-type="dijit/form/Button" |
---|
27 | class="blue" |
---|
28 | data-dojo-props="baseClass: 'rftBlockButton', iconClass: 'rftIcon rftIconClose'" |
---|
29 | data-dojo-attach-event="onClick:_onDiscard">Discard & Close</button> |
---|
30 | </div> |
---|
31 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.