Last change
on this file was
531,
checked in by hendrikvanantwerpen, 11 years ago
|
- Return to using truly ISO formatted dates, including milliseconds.
- Also set constraint on surveyrun dates when value is initially set.
- Separate runs & results from surveys and questions.
- Moved date & email format to schema itself.
|
File size:
1.1 KB
|
Rev | Line | |
---|
[443] | 1 | <div class="mainMenu"> |
---|
| 2 | <div data-dojo-type="dijit/MenuBar"> |
---|
[531] | 3 | <div class="rftMainMenuButton" |
---|
| 4 | data-dojo-type="./MenuBarLink" data-dojo-props="path:'/sessions'">Sessions</div> |
---|
| 5 | <div class="rftMainMenuButton" |
---|
| 6 | data-dojo-type="dijit/PopupMenuBarItem"> |
---|
[443] | 7 | <span>Content</span> |
---|
| 8 | <div data-dojo-type="dijit/DropDownMenu"> |
---|
[531] | 9 | <div data-dojo-type="./MenuLink" |
---|
| 10 | class="blue bgColorHover" |
---|
| 11 | data-dojo-props="path:'/surveys', iconClass:'rftIcon rftIconSurvey'"> |
---|
| 12 | Surveys</div> |
---|
| 13 | <div data-dojo-type="./MenuLink" |
---|
| 14 | class="orange bgColorHover" |
---|
| 15 | data-dojo-props="path:'/questions', iconClass:'rftIcon rftIconQuestion'"> |
---|
| 16 | Questions</div> |
---|
[443] | 17 | </div> |
---|
| 18 | </div> |
---|
[531] | 19 | <div class="rftMainMenuButton" |
---|
| 20 | data-dojo-type="./MenuBarLink" data-dojo-props="path:'/surveyRuns'"> |
---|
| 21 | Results</div> |
---|
| 22 | <div class="rftMainMenuButton" |
---|
| 23 | data-dojo-type="./SessionMenu"></div> |
---|
[443] | 24 | </div> |
---|
| 25 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.