-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
For this issue is necessary:
- Create a new html file using bootstrap default theme.
- Add and HTML form (bootstrap theme) that requests from the user the following:
- ISBN
- Title
- Description
- Edition
- Editorial
- Author(s) (dynamic form to request multiple authors in case there are more than one)
- Name
- Biography
- Classifications (static list of classifications that can be multiple-selected by the user without repeat them)
- Add a button to submit
- Add the html view to the navigation bar menu
NOTE: This issue does only affect the view (html/css) not the JS code.