Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
1.4 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 | <form data-dojo-type="dijit.form.Form" data-dojo-attach-point="loginForm"> |
---|
9 | <fieldset> |
---|
10 | <label for="username" class="loginLabel">Email</label> |
---|
11 | <input data-dojo-type="dijit.form.TextBox" name="username" type="text" class="loginInput" /> |
---|
12 | <label for="password" class="loginLabel">Password</label> |
---|
13 | <input data-dojo-type="dijit.form.TextBox" name="password" type="password" class="loginInput" /> |
---|
14 | </fieldset> |
---|
15 | </form> |
---|
16 | <button type="button" data-dojo-type="dijit.form.Button" data-dojo-attach-event="onClick:onLogin">Login</button> |
---|
17 | <button type="button" data-dojo-type="dijit.form.Button" data-dojo-attach-event="onClick:onCancel">Cancel</button> |
---|
18 | <div data-dojo-attach-point="loginErrors"></div> |
---|
19 | <div data-dojo-attach-point="containerNode"></div> |
---|
20 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.