Last change
on this file since 274 was
274,
checked in by hendrikvanantwerpen, 13 years ago
|
- [Client] Moved pages in subtree of rft/, allowing controllers next to them.
- [Client] Created questions page, gives overview and allows adding.
- [Client] Page controllers inherit from _Page, because the previous mechanism w
asn't working.
- [Client] Added new user registration.
- [Server] Changed user passwords to passwordHash/passwordSalt combination.
- [Server] Added simple object marshalling and unmarshalling to preserve types.
- [Server] Added ResearchToolObjectInterface? with static create() method. Implemented for all model classes.
|
File size:
300 bytes
|
Line | |
---|
1 | <div> |
---|
2 | <h2>Question</h2> |
---|
3 | <table> |
---|
4 | <tr><td>Code</td><td data-dojo-attach-point="codeField"></td></tr> |
---|
5 | <tr><td>Title</td><td data-dojo-attach-point="titleField"></td></tr> |
---|
6 | <tr><td>Description</td><td data-dojo-attach-point="descriptionField"></td></tr> |
---|
7 | </table> |
---|
8 | </div> |
---|
Note: See
TracBrowser
for help on using the repository browser.