3 of 3
Paper No: 10
Login
1
On the login.jsp page, the user enters their account name and password.
The system will check
Ο if the userID with the password is correct, then grant the access permission and go to appointments.jsp page.
• If not, the system will show the message "Incorrect account or Password" on login.jsp page.
After successful login
On appointments.jsp page need show welcome the full Name of login user.
3 Logout
0.5
0.5
4
Create
Zoom
Display the list of appointments in table form
After successful login
There should be a Logout function on the appointments.jsp page.
Clear all of login information
Redirect to the login.jsp page
After successful login
On appointments.jsp, you need to create a link 3.5
so that the user can go to the create.jsp page to add a new appointment. Whether this link is visible or not depends on the user's role
If the user has an administrative role (roleDB = "super"), this link will be appear on appointments.jsp. Otherwise, this link will be hidden
The End
1
1.5
0.5
2 Welcome
0.5
2.0
+ 100%
Close