source: Dev/trunk/src/client/qed-client/pages/templates/response.html

Last change on this file was 478, checked in by hendrikvanantwerpen, 12 years ago

Changes for response submission & deletion.

File size: 1.4 KB
RevLine 
[443]1<div class="blue">
2
[463]3    <div data-dojo-type="dijit/layout/ContentPane"
4         data-dojo-props="region:'top'">
[443]5        <h2>
6            <span class="rftIcon rftIconSurvey"></span>
7            <span class="headerText" data-dojo-attach-point="titleNode">Survey</span>
8        </h2>
[461]9        <div data-dojo-attach-point="infoNode"></div>
[443]10    </div>
11   
[463]12    <div data-dojo-type="dijit/layout/ContentPane"
13         data-dojo-props="region:'center'" data-dojo-attach-point="content">
14        <div name="answers"
15             data-dojo-type="../model/widgets/SurveyRenderWidget"
16             data-dojo-attach-point="surveyWidget"></div>
[443]17    </div>
18   
19
[463]20    <div data-dojo-type="dijit/layout/ContentPane"
21         data-dojo-props="region:'bottom'">
[443]22        <button data-dojo-type="dijit/form/Button"
23                type="submit"
24                data-dojo-attach-point="submitButton"
25                data-dojo-attach-event="onClick:_onSubmit">
26            Submit</button>
27        <button data-dojo-type="dijit/form/Button"
28                type="button"
29                data-dojo-attach-point="continueButton"
30                data-dojo-attach-event="onClick:_onContinueLater">
[478]31            Save & Continue later</button>
32        <button data-dojo-type="dijit/form/Button"
33                type="button"
34                data-dojo-attach-point="cancelButton"
35                data-dojo-attach-event="onClick:_onCancel">
36            Cancel & Delete</button>
[443]37    </div>
38
39</div>
Note: See TracBrowser for help on using the repository browser.