source: Dev/trunk/src/qed-client/widgets/templates/Selector.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: 454 bytes
Line 
1<div>
2    <div class="${baseClass}Category">
3        <div class="${baseClass}Title" data-dojo-attach-point="titleNode"></div>
4    </div>
5    <div class="${baseClass}Selected">
6        <div class="${baseClass}Indicator" data-dojo-attach-point="selectedColorNode"></div>
7        <div class="${baseClass}Item" data-dojo-attach-point="selectedItemNode"></div>
8    </div>
9    <div class="${baseClass}Options" data-dojo-attach-point="optionsNode"></div>
10</div>
Note: See TracBrowser for help on using the repository browser.