source: Dev/trunk/src/client/qed-client/widgets/templates/MultipleChoiceWidget.html @ 493

Last change on this file since 493 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: 362 bytes
Line 
1<div class="${baseClass}">
2    <div data-dojo-attach-point="rows">
3    </div>
4    <div data-dojo-attach-point="buttons" class="row">
5        <div><span class="rowBox"/><span class="rowText"/><span class="rowBtn"/><button data-dojo-type="dijit/form/Button" type="button" data-dojo-attach-event="onClick:_onAddRow" class="rowBtn">+</button></div>
6    </div>
7</div>
Note: See TracBrowser for help on using the repository browser.