source: Dev/trunk/client/qed/widgets/templates/ScaleWidget.html @ 433

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

Added ScaleWidget? and some CSS fixes.

File size: 350 bytes
Line 
1<div class="${baseClass}">
2  <table>
3    <thead>
4      <tr>
5        <th class="item"></th>
6        <th data-dojo-attach-point="rangeNode" class="min"></th>
7        <th class="max"></th>
8        <th class="na" data-dojo-attach-point="naNode"></th>
9      </tr>
10    </thead>
11    <tbody data-dojo-attach-point="itemsNode">
12    </tbody>
13  </table>
14</div>
Note: See TracBrowser for help on using the repository browser.