source: Dev/branches/rest-dojo-ui/client/qed/pages/templates/questions.html @ 420

Last change on this file since 420 was 417, checked in by hendrikvanantwerpen, 12 years ago

Put all model dependent code in one place. More separation of general and domain code.

File size: 733 bytes
Line 
1<div class="blue page_questions">
2
3    <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'top'">
4        <h2>
5            <span class="rftIcon rftIconQuestion"></span>
6            <span class="headerText">Questions</span>
7        </h2>
8    </div>
9   
10    <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'center'">
11        <div data-dojo-attach-point="questionBrowser"></div>
12    </div>
13
14    <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'bottom'">
15        <div data-dojo-type="dijit/form/Button" data-dojo-attach-event="onClick:onNewQuestion" data-dojo-props="baseClass: 'rftLargeButton', iconClass:'rftIcon rftIconQuestion'">New question</div>
16    </div>
17
18</div>
Note: See TracBrowser for help on using the repository browser.