source: Dev/trunk/src/qed-client/model/widgets/templates/SurveyFieldset.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: 270 bytes
Line 
1<fieldset class="${baseClass}">
2    <label for="title">Title</label>
3    <input data-dojo-type="dijit/form/TextBox" name="title"/><br/>
4    <label for="description">Description</label>
5    <input data-dojo-type="dijit/form/Textarea" name="description"/><br/>
6</fieldset>
Note: See TracBrowser for help on using the repository browser.