- Timestamp:
- 06/23/13 13:59:15 (12 years ago)
- File:
-
- 1 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"
Note: See TracChangeset
for help on using the changeset viewer.