This is how we do it.
Dear all
Here is final project for CS3715 Final Project.
##Maria part: login.html: check if the user is admin or a student, check for incorrect password/ user id, it takes you to logout page when you click login.
#.html: sent # sucessfully mail, matches the 2 password fields, unique username.
logput.: if you press the logout button, takes you to login page
##Thaer part: Book Genre page: classify books in there, have different genres.
Book detail page: book cover, youtube, Description, link to reservation page, adding the books into the database.
Search Engine page : post find a text named "search" , seach in database, show info like Genre page.
##Hsuan-Ju part: 2-index.html: have before-index and after-index, iframe for login-logout, place for #, after-index will show student's detail.
forget password page: sent mail to student about password. ##Bootstrap Framework: Bootstrap just a framework writen by css and javascript. We can see the bootstraps document and use it's class in our own webpage:
Bootstrap official tutorial ##Database:
*bold one is foreign key or primary key.
####account table:
UID | name | password | |
---|---|---|---|
User id |
UID | BID | deadline |
---|---|---|
User id | book id | borrow deadline |
UID | BID |
---|---|
User id | book id |
BID | name | author | status | cover | description | category |
---|---|---|---|---|---|---|
Book Id | book name | Book's Author | Borrowd/available | XXX.png | about the book | Science/Food/Literature/etc.. |