Ignore:
Timestamp:
02/20/12 16:27:19 (13 years ago)
Author:
hendrikvanantwerpen
Message:
  • [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:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/rft/css/main.css

    r256 r274  
    55}
    66
    7 .mainTitle {
    8     display: block;
    9     float: left;
    10     border-right: 1px solid;
    11     padding-right: 5px;
    12     margin-right: 5px;
    13 }
    14 
    157.mainMenu {
    16     display: block;
    17     float: left;
    18 }
    19 
    20 .mainUserInfo {
    21     display: block;
    22     float: right;
    23     border-left: 1px solid;
    24     padding-left: 5px;
    25     margin-left: 5px;
     8    width: 100%;
    269}
    2710
Note: See TracChangeset for help on using the changeset viewer.