Changes between Version 11 and Version 12 of S2S_WEB_COMMONS_R1
- Timestamp:
- 12/16/08 01:53:55 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_WEB_COMMONS_R1
v11 v12 53 53 * about.jsp fixed as described in design. 54 54 * 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. 56 56 * logout.jsp just removes the user variable from the session and redirects to the home page. 57 57 * editProfile.jsp and uploadedBooks.jsp are left blank for now, since they are part of another task.