source: Dev/trunk/src/client/qed-client/ui/templates/SessionMenu.html @ 492

Last change on this file since 492 was 466, checked in by hendrikvanantwerpen, 12 years ago

Added authentication (fixed user now).

File size: 302 bytes
Line 
1<div>
2  <div class="rftMainMenuButton" data-dojo-type="dijit/MenuBarItem" data-dojo-props="label: 'Login'"></div>
3  <div class="rftMainMenuButton" data-dojo-type="dijit/PopupMenuBarItem" data-dojo-props="label: 'Logged in as user!'">
4    <div data-dojo-type="dijit/DropDownMenu"></div>
5  </div>
6</div>
Note: See TracBrowser for help on using the repository browser.