Changeset 463 for Dev/trunk/src/client/qed-client/pages/templates
- Timestamp:
- 06/23/13 13:59:15 (12 years ago)
- Location:
- Dev/trunk/src/client/qed-client/pages/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/client/qed-client/pages/templates/response.html
r461 r463 1 1 <div class="blue"> 2 2 3 <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'top'"> 3 <div data-dojo-type="dijit/layout/ContentPane" 4 data-dojo-props="region:'top'"> 4 5 <h2> 5 6 <span class="rftIcon rftIconSurvey"></span> … … 9 10 </div> 10 11 11 <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'center'" data-dojo-attach-point="content"> 12 <div name="answers" data-dojo-type="../model/widgets/SurveyRenderWidget" data-dojo-attach-point="surveyWidget"></div> 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> 13 17 </div> 14 18 15 19 16 <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'bottom'"> 20 <div data-dojo-type="dijit/layout/ContentPane" 21 data-dojo-props="region:'bottom'"> 17 22 <button data-dojo-type="dijit/form/Button" 18 23 type="submit" -
Dev/trunk/src/client/qed-client/pages/templates/surveyRun.html
r457 r463 1 1 <div class="blue"> 2 2 3 <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'top'"> 3 <div data-dojo-type="dijit/layout/ContentPane" 4 data-dojo-props="region:'top'"> 4 5 <h2> 5 6 <span class="rftIcon rftIconSurvey"></span> 6 <span class="headerText" data-dojo-attach-point="titleNode">SurveyRun Editor</span> 7 <span class="headerText" 8 data-dojo-attach-point="titleNode">SurveyRun Editor</span> 7 9 </h2> 8 10 </div> 9 11 10 <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'center'"> 12 <div data-dojo-type="dijit/layout/ContentPane" 13 data-dojo-props="region:'center'"> 11 14 <fieldset class="qedFieldset"> 12 15 <legend>Survey</legend> 13 <div data-dojo-type="../model/widgets/SurveySummary" data-dojo-attach-point="surveySummaryWidget"></div> 16 <div data-dojo-type="../model/widgets/SurveySummary" 17 data-dojo-attach-point="surveySummaryWidget"></div> 14 18 </fieldset> 15 19 <fieldset class="qedFieldset"> 16 20 <legend>Run Details</legend> 17 <div data-dojo-type="../model/widgets/SurveyRunWidget" data-dojo-attach-point="surveyRunWidget"></div> 21 <div data-dojo-type="../model/widgets/SurveyRunWidget" 22 data-dojo-attach-point="surveyRunWidget"></div> 18 23 </fieldset> 19 24 <fieldset class="qedFieldset"> 20 25 <legend>Response Details</legend> 21 <div><div class="qedLabel">General URL</div><div class="qedField" data-dojo-attach-point="runURLNode" style="overflow: ellipsis"></div></div> 22 <div><div class="qedLabel">Responses <span data-dojo-attach-point="responsesCountNode"></span></div><div class="qedField qedFill" data-dojo-attach-point="responsesNode"></div></div> 26 <div> 27 <div class="qedLabel">General URL</div> 28 <div class="qedField" 29 data-dojo-attach-point="runURLNode" 30 style="overflow: ellipsis"></div> 31 </div> 32 <div> 33 <div class="qedLabel">Response count</div> 34 <div data-dojo-attach-point="responsesCountNode"></div> 35 </div> 36 <div> 37 <div class="qedLabel">In progress count</div> 38 <div data-dojo-attach-point="inprogressCountNode"></div> 39 </div> 40 <div> 41 <div class="qedLabel">Responses (including partial)</div> 42 <div class="qedField qedFill" 43 data-dojo-attach-point="responsesNode"></div> 44 </div> 45 <div> 46 <div class="qedLabel">Export results</div> 47 <button data-dojo-type="dijit/form/Button" 48 class="qedField blue" 49 data-dojo-props="baseClass: 'rftBlockButton', iconClass: 'rftIcon rftIconSave'" 50 data-dojo-attach-event="onClick:_onExport">To CSV</button> 51 </div> 23 52 </fieldset> 24 53 </div> 25 54 26 <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region: 'bottom'" style="height: 40px;"> 55 <div data-dojo-type="dijit/layout/ContentPane" 56 data-dojo-props="region: 'bottom'" style="height: 40px;"> 27 57 <button data-dojo-type="dijit/form/Button" 28 58 class="blue"
Note: See TracChangeset
for help on using the changeset viewer.