Changes between Version 6 and Version 7 of S2S_WEB_COMMONS_R1


Ignore:
Timestamp:
12/15/08 12:11:53 (16 years ago)
Author:
kyli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S2S_WEB_COMMONS_R1

    v6 v7  
    3939= Design = 
    4040The result of this task will be 4 jsp files as follows: 
    41  * index.jsp: containing just the menu for now. 
     41 * 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. 
    4343 * login.jsp: when submitting the username/password, redirect to index.jsp.  
     
    4646  * "Edit Profile", referring to editProfile.jsp 
    4747  * "Uploaded Books"  
     48The check whether the user is logged in must be here. 
    4849Each of them (except menu.jsp) must have sessions enabled, e.g. <%@ page session="true" %> at the beginning of the document. [[BR]] 
    4950