Changeset 316 for Dev/branches/rest-dojo-ui/client/rft/pages/survey.html
- Timestamp:
- 03/23/12 17:26:55 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/rest-dojo-ui/client/rft/pages/survey.html
r303 r316 1 1 <div data-dojo-type="rft.pages.survey"> 2 2 <h1 data-rft-attach-point="header">(default)</h1> 3 <div>Created by <span data-rft-attach-point="creator"></span>< div>3 <div>Created by <span data-rft-attach-point="creator"></span></div> 4 4 <form data-dojo-type="dijit.form.Form" data-rft-attach-point="form" data-rft-attach-event="onSubmit:onSave"> 5 5 <div style="display: block; clear: both;"> … … 11 11 <label for="description" class="loginLabel">Description</label> 12 12 <textarea name="description" data-dojo-type="dijit.form.SimpleTextarea" class="loginInput"></textarea> 13 <div> 14 <div style="width: 45%; float: left; clear: left;"><div data-rft-attach-point="allQuestions"></div></div> 15 <div style="width: 45%; float: left;"><div data-rft-attach-point="surveyQuestions"></div></div> 16 </div> 13 17 </form> 14 18 </div>
Note: See TracChangeset
for help on using the changeset viewer.