source: Dev/trunk/src/client/qed-client/pages/templates/index.html @ 529

Last change on this file since 529 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: 2.6 KB
Line 
1<div>
2    <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'top'">
3        <h2>
4            <span class="rftIcon rftIconUser"></span>
5            <span class="headerText">Main Menu</span>
6        </h2>
7    </div>
8
9    <div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'center'">
10
11        <div class="rftIndexMenuBlock" title="Sessions">
12            <div class="rftIndexMenuMask">
13                <span class="rftIcon rftIconSession"></span><span class="label">Sessions</span>
14            </div>
15            <button data-dojo-attach-point="btnContentCreate" data-dojo-type="dijit/form/Button" data-dojo-props="baseClass: 'rftIndexMenuButton', class: 'green twoHeight', iconClass: 'rftIcon rftIconPlus'">Create and edit</button>
16            <button data-dojo-attach-point="btnContentFacilitate" data-dojo-type="dijit/form/Button" data-dojo-props="baseClass: 'rftIndexMenuButton', class: 'green twoHeight', iconClass: 'rftIcon rftIconForward'">Facilitate</button>
17        </div>
18
19        <div class="rftIndexMenuBlock" title="Content">
20            <div class="rftIndexMenuMask">
21                <span class="rftIcon rftIconInspect"></span><span class="label">Content</span>
22            </div>
23            <button data-dojo-attach-point="btnSurveys" data-dojo-type="dijit/form/Button" data-dojo-props="baseClass: 'rftIndexMenuButton', class: 'blue oneHeight', iconClass: 'rftIcon rftIconSurvey'">Surveys</button>
24            <button data-dojo-attach-point="btnQuestions" data-dojo-type="dijit/form/Button" data-dojo-props="baseClass: 'rftIndexMenuButton', class: 'orange oneHeight', iconClass: 'rftIcon rftIconQuestion'">Questions</button>
25            <button data-dojo-attach-point="btnApplications" data-dojo-type="dijit/form/Button" data-dojo-props="baseClass: 'rftIndexMenuButton', class: 'purple oneHeight', iconClass: 'rftIcon rftIconApplication'">Applications</button>
26            <button data-dojo-attach-point="btnDashboards" data-dojo-type="dijit/form/Button" data-dojo-props="baseClass: 'rftIndexMenuButton', class: 'red oneHeight', iconClass: 'rftIcon rftIconDashboard'">Dashboards</button>
27        </div>
28
29        <div class="rftIndexMenuBlock" title="results">
30            <div class="rftIndexMenuMask">
31                <span class="rftIcon rftIconGameData"></span><span class="label">Results</span>
32            </div>
33            <button data-dojo-attach-point="btnResults" data-dojo-type="dijit/form/Button" data-dojo-props="baseClass: 'rftIndexMenuButton', class: 'blue fourHeight', iconClass: 'rftIcon rftIconGameData'">Results</button>
34        </div>
35    </div>
36
37</div>
Note: See TracBrowser for help on using the repository browser.