Changes between Version 11 and Version 12 of S2S_WEB_COMMONS_R1


Ignore:
Timestamp:
12/16/08 01:53:55 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_WEB_COMMONS_R1

    v11 v12  
    5353 * about.jsp fixed as described in design. 
    5454 * login.jsp sends the posted information to itself, and if the user name / password are correct, redirects to the home page. If not, displays an error message. 
    55  * menu.jsp checks whether the user variable is loaded in the session and modifies its content according to the result. 
     55 * menu.jsp checks whether the user variable is loaded in the session and modifies its content according to the result. Also checks the current page and decides which items to be links and which not. 
    5656 * logout.jsp just removes the user variable from the session and redirects to the home page. 
    5757 * editProfile.jsp and uploadedBooks.jsp are left blank for now, since they are part of another task.