Changeset 492 for Dev/trunk/src/client/qed-client/model/widgets/templates
- Timestamp:
- 03/09/14 14:23:42 (11 years ago)
- Location:
- Dev/trunk/src/client/qed-client/model/widgets/templates
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/src/client/qed-client/model/widgets/templates/QuestionWidget.html
r443 r492 7 7 <input data-dojo-type="dijit/form/TextBox" name="title" type="text" class="loginInput" /> 8 8 <label for="question" class="loginLabel">Description</label> 9 < input data-dojo-type="dijit/form/Textarea" name="description" type="text" class="loginInput"/>9 <textarea data-dojo-type="dijit/form/Textarea" name="description" type="text" class="loginInput"></textarea> 10 10 <label for="category" class="loginLabel">Category</label> 11 11 <input data-dojo-type="dijit/form/TextBox" name="category" type="text" class="loginInput" /> -
Dev/trunk/src/client/qed-client/model/widgets/templates/SurveyRunWidget.html
r461 r492 3 3 <div> 4 4 <label for="mode" class="qedLabel">Description</label> 5 <textarea name="description" class="qedField" data-dojo-type="dijit/form/Textarea"></textarea> 5 <textarea name="description" class="qedField" 6 data-dojo-type="dijit/form/Textarea"></textarea> 6 7 </div> 7 8 8 9 <div> 9 10 <label for="startDate" class="qedLabel">Start date</label> 10 <input type="text" name="startDate" class="qedField" data-dojo-type="dijit/form/DateTextBox" data-dojo-attach-point="startDateBox" /> 11 <input type="text" name="startDate" class="qedField" 12 data-dojo-type="dijit/form/DateTextBox" 13 data-dojo-attach-point="startDateBox" /> 11 14 </div> 12 15 13 16 <div> 14 17 <label for="endDate" class="qedLabel">End date</label> 15 <input type="text" name="endDate" class="qedField" data-dojo-type="dijit/form/DateTextBox" data-dojo-attach-point="endDateBox" /> 18 <input type="text" name="endDate" class="qedField" 19 data-dojo-type="dijit/form/DateTextBox" 20 data-dojo-attach-point="endDateBox" /> 21 </div> 22 23 <div> 24 <label for="endDate" class="qedLabel">Allow respondents to delete their unsubmitted response</label> 25 <input type="text" name="respondentCanDeleteOwnResponse" 26 class="qedField" 27 data-dojo-type="dijit/form/CheckBox" 28 data-dojo-props="'value':true" /> 16 29 </div> 17 30 -
Dev/trunk/src/client/qed-client/model/widgets/templates/SurveyWidget.html
r461 r492 3 3 <input data-dojo-type="dijit/form/TextBox" name="title"/><br/> 4 4 <label for="description">Description</label> 5 < input data-dojo-type="dijit/form/Textarea" name="description"/><br/>5 <textarea data-dojo-type="dijit/form/Textarea" name="description"></textarea><br/> 6 6 </form>
Note: See TracChangeset
for help on using the changeset viewer.