47 | | ^(Implementation results should be described and linked here (from the wiki or the repository))^ |
| 47 | edit_book.jsp created: |
| 48 | * non-logged users, users which are not authors to a book, ot incorrect book parameters are redirected to the index.jsp |
| 49 | * Delete button was created, which asks for confirmation when clicked. If confirmed, redirects to the BookDeleteServlet servlet, which actually deletes the book and returns with appropriate message. |
| 50 | * The book fields are implemented as the Design. |
| 51 | * two more buttons: Update, which redirects to BookEditorServlet, and Cancel, which returns to index.jsp |
| 52 | * BookEditorServlet is implemented as the design says. |
| 53 | ServerModule was updated with the two servlet entries. [[BR]] |
| 54 | ServerConstants was updated with BOOK_DELETED and BOOK_CANNOT_DELETE. [[BR]] |
| 55 | Links in my_sophie.jsp and books.jsp were set up. [[BR]] |
| 56 | Changeset: [[changeset:]] |