Last change
on this file since 344 was
344,
checked in by tjcschipper, 13 years ago
|
- mSessions.html is more or less done
- mMenu.html is nearly done, still needs non-hover overlays on the menu boxes/buttons
- Fixed theme dependency, style overrides now work on a stock copy of Dojo claro theme!
- Improved iconset alignment somewhat, still needs pixel tweaks to rftIcons24.png and rftIcons16.png (Icons are sometimes 1px too wide!)
- Fixed MainMenu? template and applied styling classes. Replaced markup version with rft.ui.MainMenu? version in all mockups.
- Fixed colour settings/context on LineWithButtons?
|
File size:
1.0 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="pageId:'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" data-dojo-props="pageId:'surveys'">Surveys</div> |
---|
8 | <div data-dojo-type="rft.ui.MenuLink" data-dojo-props="pageId:'questions'">Questions</div> |
---|
9 | <div data-dojo-type="rft.ui.MenuLink" data-dojo-props="pageId:'applications'">Applications</div> |
---|
10 | <div data-dojo-type="rft.ui.MenuLink" data-dojo-props="pageId:'dashboards'">Dashboards</div> |
---|
11 | </div> |
---|
12 | </div> |
---|
13 | <div class="rftMainMenuButton" data-dojo-type="rft.ui.MenuBarLink" data-dojo-props="pageId:'results'">Results</div> |
---|
14 | <div class="rftMainMenuButton" data-dojo-type="rft.ui.MenuBarLink" id="loginMenu">Logout</div> |
---|
15 | </div> |
---|
16 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.