Ignore:
Timestamp:
06/23/13 13:59:15 (12 years ago)
Author:
hendrikvanantwerpen
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/client/qed-client/pages/templates/response.html

    r461 r463  
    11<div class="blue">
    22
    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'">
    45        <h2>
    56            <span class="rftIcon rftIconSurvey"></span>
     
    910    </div>
    1011   
    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>
    1317    </div>
    1418   
    1519
    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'">
    1722        <button data-dojo-type="dijit/form/Button"
    1823                type="submit"
Note: See TracChangeset for help on using the changeset viewer.