Last change
on this file since 288 was
288,
checked in by hendrikvanantwerpen, 13 years ago
|
[Client] MultipleChoiceWidget? for editing multiple choice questions
[Client] Move templates to separate directories.
[Client] Created QuestionWidget? to edit complete questions.
[Client] Fixed startup race condition where parsing was started before all classes were loaded.
|
File size:
1.5 KB
|
Line | |
---|
1 | <div class="dijitDialog" role="dialog" aria-labelledby="${id}_title"> |
---|
2 | <div data-dojo-attach-point="titleBar" class="dijitDialogTitleBar"> |
---|
3 | <span data-dojo-attach-point="titleNode" class="dijitDialogTitle" id="${id}_title"></span> |
---|
4 | <span data-dojo-attach-point="closeButtonNode" class="dijitDialogCloseIcon" data-dojo-attach-event="ondijitclick: onCancel" title="${buttonCancel}" role="button" tabIndex="-1"> |
---|
5 | <span data-dojo-attach-point="closeText" class="closeText" title="${buttonCancel}">x</span> |
---|
6 | </span> |
---|
7 | </div> |
---|
8 | <div data-dojo-attach-point="containerNode"> |
---|
9 | <form data-dojo-type="dijit.form.Form" data-dojo-attach-point="loginForm"> |
---|
10 | <fieldset> |
---|
11 | <label for="email" class="loginLabel">Email</label> |
---|
12 | <input data-dojo-type="dijit.form.TextBox" name="email" type="text" class="loginInput" /> |
---|
13 | <label for="password" class="loginLabel">Password</label> |
---|
14 | <input data-dojo-type="dijit.form.TextBox" name="password" type="password" class="loginInput" /> |
---|
15 | </fieldset> |
---|
16 | <div style="float: right;"> |
---|
17 | <button type="button" data-dojo-type="dijit.form.Button" data-dojo-attach-event="onClick:onRegister">Register</button> |
---|
18 | <button type="submit" data-dojo-type="dijit.form.Button" data-dojo-attach-event="onClick:onLogin">Login</button> |
---|
19 | </div> |
---|
20 | </form> |
---|
21 | <div data-dojo-attach-point="loginErrors" style="clear: both; color: red;"></div> |
---|
22 | </div> |
---|
23 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.