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 | |