Changes between Version 8 and Version 9 of S2S_WEB_COMMONS_R1


Ignore:
Timestamp:
12/15/08 16:25:56 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_WEB_COMMONS_R1

    v8 v9  
    4141 * index.jsp: containing just the menu for now.  
    4242 * about.jsp: fix the "license" link (pointing to the [http://sophie.org/sophie2/wiki/License]), justify the text, indent for the whole text and some more for the beginning of each paragraph. Add menu at the top of the page. 
    43  * login.jsp: when submitting the username/password, redirect to index.jsp.  
     43 * login.jsp: when submitting the username/password, redirect to index.jsp. This must have menu.jsp included, too. 
    4444 * menu.jsp: not actually a page, just a piece of code which will be included in other pages(using <jsp:include page="BlahBlah.jsp" />). Contains: "home", referring to index.jsp; "about", referring to about.jsp; If the user is not logged: "Log In", pointing to login.jsp; If the user is logged: 
    4545  * "Log out".  
     
    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  
     50When a page is currently viewed, its link in the menu should not be active. 
    5151 
    5252