source: Dev/branches/rest-dojo-ui/client/rft/pages/survey.html @ 316

Last change on this file since 316 was 316, checked in by hendrikvanantwerpen, 13 years ago

Mockup included.

File size: 1.1 KB
Line 
1<div data-dojo-type="rft.pages.survey">
2    <h1 data-rft-attach-point="header">(default)</h1>
3    <div>Created by <span data-rft-attach-point="creator"></span></div>
4    <form data-dojo-type="dijit.form.Form" data-rft-attach-point="form" data-rft-attach-event="onSubmit:onSave">
5        <div style="display: block; clear: both;">
6            <button type="submit" data-dojo-type="dijit.form.Button">Save</button>
7            <button type="button" data-dojo-type="dijit.form.Button" data-rft-attach-event="onClick:onReset">Reset</button>
8        </div>
9        <label for="title" class="loginLabel">Title</label>
10        <input type="text" name="title" data-dojo-type="dijit.form.TextBox" class="loginInput"/>
11        <label for="description" class="loginLabel">Description</label>
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>
17    </form>
18</div>
Note: See TracBrowser for help on using the repository browser.