Checkout Book
Confirm Book Details
<% if(book) { %>
Book Title:
<%= book.data.name %>
Author:
<%= book.data.author %>
Year:
<%= book.data.year %>
Genre:
<%= book.data.genre %>
ISBN:
<%= book.data.ISBN %>
ISBN10:
<%= book.data.ISBN10 %>
Home
Cancel
Checkout
Confirmation
Are you sure you want to
checkout
this book?
<% } else { %>
Check out unsuccessful.
Go Back.
<% } %>