Changes between Version 9 and Version 10 of S2S_WEB_COMMONS_R1


Ignore:
Timestamp:
12/15/08 18:28:29 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_WEB_COMMONS_R1

    v9 v10  
    4848The check whether the user is logged in must be here. [[BR]] 
    4949Each page (except menu.jsp) must have sessions enabled, e.g. <%@ page session="true" %> at the beginning of the document. [[BR]] 
    50 When a page is currently viewed, its link in the menu should not be active. 
    5150 
    5251 
    5352= Implementation = 
    54 ^(Implementation results should be described and linked here (from the wiki or the repository))^ 
     53 * about.jsp fixed as described in design. 
     54 * login.jsp sends the posted information to itself, and if the user name / password are correct, forwards 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. 
     56 * logout.jsp just removes the user variable from the session and redirects to the home page. 
     57 * editProfile.jsp and uploadedBooks.jsp are left blank for now, since they are part of another task. 
     58 
    5559 
    5660= Testing =