Changes between Version 6 and Version 7 of S2S_WEB_COMMONS_R1
- Timestamp:
- 12/15/08 12:11:53 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S2S_WEB_COMMONS_R1
v6 v7 39 39 = Design = 40 40 The 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. 42 42 * 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 43 * login.jsp: when submitting the username/password, redirect to index.jsp. … … 46 46 * "Edit Profile", referring to editProfile.jsp 47 47 * "Uploaded Books" 48 The check whether the user is logged in must be here. 48 49 Each of them (except menu.jsp) must have sessions enabled, e.g. <%@ page session="true" %> at the beginning of the document. [[BR]] 49 50