source: Dev/trunk/src/qed-client/ui/templates/SessionBar.html @ 443

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

Reorganized for Node --- the SVN gods hate us all!

Lost all historical info on moved files, because SVN is a f *.

Also we have Node now, serving both the static content and forwarding
database requests.

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