source: Dev/trunk/src/client/qed-client/pages/templates/question.html @ 457

Last change on this file since 457 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.1 KB
Line 
1<div class="orange">
2    <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'top'">
3        <h2>
4            <span class="rftIcon rftIconSurvey"></span>
5            <span class="headerText"><span data-dojo-attach-point="titleNode">Question title</span> [Editing]</span>
6        </h2>
7    </div>
8    <div data-dojo-type="dijit/layout/BorderContainer" data-dojo-props="region:'left', design:'headline'" style="width: 300px;">
9        <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'center'">
10            <div data-dojo-attach-point="QuestionEditorToolkitNode"></div>
11        </div>
12        <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'top'">
13            <button data-dojo-type="dijit/form/Button" data-dojo-props="baseClass: 'rftLargeButton', iconClass: 'rftIcon rftIconCancel'" data-dojo-attach-event="onClick:_onDiscard">Discard</button>
14            <button data-dojo-type="dijit/form/Button" data-dojo-props="baseClass: 'rftLargeButton', iconClass: 'rftIcon rftIconAccept'" data-dojo-attach-event="onClick:_onSave">Save and exit</button>
15        </div>
16    </div>
17</div>
Note: See TracBrowser for help on using the repository browser.