Ignore:
Timestamp:
03/23/12 17:26:55 (13 years ago)
Author:
hendrikvanantwerpen
Message:

Mockup included.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/rft/pages/survey.html

    r303 r316  
    11<div data-dojo-type="rft.pages.survey">
    22    <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>
    44    <form data-dojo-type="dijit.form.Form" data-rft-attach-point="form" data-rft-attach-event="onSubmit:onSave">
    55        <div style="display: block; clear: both;">
     
    1111        <label for="description" class="loginLabel">Description</label>
    1212        <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>
    1317    </form>
    1418</div>
Note: See TracChangeset for help on using the changeset viewer.