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

Last change on this file since 466 was 463, checked in by hendrikvanantwerpen, 12 years ago

Working towards Heroku deployment, restructuring for that and to allow coffee builds.

File size: 1.2 KB
Line 
1<div class="blue">
2
3    <div data-dojo-type="dijit/layout/ContentPane"
4         data-dojo-props="region:'top'">
5        <h2>
6            <span class="rftIcon rftIconSurvey"></span>
7            <span class="headerText" data-dojo-attach-point="titleNode">Survey</span>
8        </h2>
9        <div data-dojo-attach-point="infoNode"></div>
10    </div>
11   
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>
17    </div>
18   
19
20    <div data-dojo-type="dijit/layout/ContentPane"
21         data-dojo-props="region:'bottom'">
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">
31            Continue later</button>
32    </div>
33
34</div>
Note: See TracBrowser for help on using the repository browser.