source: Dev/branches/rest-dojo-ui/client/rft/ui/templates/SessionBar.html @ 370

Last change on this file since 370 was 350, checked in by hendrikvanantwerpen, 13 years ago

Merge and integrate mockups in proper pages.

File size: 443 bytes
Line 
1<div class="${baseClass}">
2    <span class="rftIcon rftIconSession" data-dojo-attach-point="iconNode"></span>
3    <div data-dojo-type="rft.ui.LineWithActionsWidget" data-dojo-attach-point="upperNode" data-dojo-props="modifiers: 'green', actions: {'inspect':{callback: inspect, properties: {blockButton: true, modifiers: 'white'}}}"></div>
4    <div data-dojo-type="rft.ui.LineWithActionsWidget" data-dojo-attach-point="lowerNode"></div>
5</div>
Note: See TracBrowser for help on using the repository browser.