Last change
on this file since 434 was
420,
checked in by hendrikvanantwerpen, 12 years ago
|
We can store answers for surveys now!
Introduces SurveyRun?, which can be edited. Workflow not quite clear yet. A
running survey can be accessed to leave a response. When the response
has an ID, it is loaded (used for closed surveys and continuations). A
researcher cannot create responses yet. He should also be able to add
comments to responses (that he creates).
Introduced caching of store requests.
Factored out path matching and formatting.
Put object creation in separate classes, to localize model/storage
dependency. Not consistent at the moment.
|
File size:
949 bytes
|
Line | |
---|
1 | <fieldset class="${baseClass} qedFieldset"> |
---|
2 | |
---|
3 | <div> |
---|
4 | <label for="mode" class="qedLabel">Description</label> |
---|
5 | <textarea name="description" class="qedField" data-dojo-type="dijit/form/Textarea"></textarea> |
---|
6 | </div> |
---|
7 | |
---|
8 | <div> |
---|
9 | <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 | </div> |
---|
12 | |
---|
13 | <div> |
---|
14 | <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" /> |
---|
16 | </div> |
---|
17 | |
---|
18 | <div> |
---|
19 | <label for="mode" class="qedLabel">Mode</label> |
---|
20 | <select name="mode" class="qedField" data-dojo-type="dijit/form/Select"> |
---|
21 | <option value="open" selected="selected">Open</option> |
---|
22 | <option value="closed">Closed</option> |
---|
23 | </select> |
---|
24 | </div> |
---|
25 | |
---|
26 | </fieldset> |
---|
Note: See
TracBrowser
for help on using the repository browser.