source: Dev/trunk/src/client/qed-client/pages/templates/surveyRun.html @ 452

Last change on this file since 452 was 443, checked in by hendrikvanantwerpen, 12 years ago

Reorganized for Node --- the SVN gods hate us all!

Lost all historical info on moved files, because SVN is a f *.

Also we have Node now, serving both the static content and forwarding
database requests.

File size: 1.7 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="../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="../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            <div><div class="qedLabel">Responses <span data-dojo-attach-point="responsesCountNode"></span></div><div class="qedField qedFill" data-dojo-attach-point="responsesNode"></div></div>
19        </fieldset>
20    </div>
21   
22    <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region: 'bottom'" style="height: 40px;">
23        <button data-dojo-type="dijit/form/Button"
24                class="blue"
25                data-dojo-props="baseClass: 'rftBlockButton', iconClass: 'rftIcon rftIconSave'"
26                data-dojo-attach-event="onClick:_onSave">Save &amp; Close</button>
27        <button data-dojo-type="dijit/form/Button"
28                class="blue"
29                data-dojo-props="baseClass: 'rftBlockButton', iconClass: 'rftIcon rftIconClose'"
30                data-dojo-attach-event="onClick:_onDiscard">Discard &amp; Close</button>
31    </div>
32</div>
Note: See TracBrowser for help on using the repository browser.