Last change
on this file since 418 was
414,
checked in by hendrikvanantwerpen, 12 years ago
|
Small issues for db name, widgets, startup.
Don't start application when database is not configured correctly.
Refactored edit widgets to use DefaultEdit?.
Fixed bug in getItems of Lists.
Renamed database to 'qed'.
|
File size:
1.3 KB
|
Line | |
---|
1 | <div class="mainMenu"> |
---|
2 | <div data-dojo-type="dijit/MenuBar"> |
---|
3 | <div class="rftMainMenuButton" data-dojo-type="rft/ui/MenuBarLink" data-dojo-props="path:'/sessions'">Sessions</div> |
---|
4 | <div class="rftMainMenuButton" data-dojo-type="dijit/PopupMenuBarItem"> |
---|
5 | <span>Content</span> |
---|
6 | <div data-dojo-type="dijit/DropDownMenu"> |
---|
7 | <div data-dojo-type="rft/ui/MenuLink" class="blue bgColorHover" data-dojo-props="path:'/surveys', iconClass:'rftIcon rftIconSurvey'">Surveys</div> |
---|
8 | <div data-dojo-type="rft/ui/MenuLink" class="orange bgColorHover" data-dojo-props="path:'/questions', iconClass:'rftIcon rftIconQuestion'">Questions</div> |
---|
9 | <div data-dojo-type="rft/ui/MenuLink" class="purple bgColorHover" data-dojo-props="path:'/applications', iconClass: 'rftIcon rftIconApplication'">Applications</div> |
---|
10 | <div data-dojo-type="rft/ui/MenuLink" class="red bgColorHover" data-dojo-props="path:'/dashboards', iconClass: 'rftIcon rftIconDashboard'">Dashboards</div> |
---|
11 | </div> |
---|
12 | </div> |
---|
13 | <div class="rftMainMenuButton" data-dojo-type="rft/ui/MenuBarLink" data-dojo-props="path:'/results'">Results</div> |
---|
14 | <div class="rftMainMenuButton" data-dojo-type="rft/ui/MenuBarLink">Logout</div> |
---|
15 | </div> |
---|
16 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.