Cleaned up index a little. Added button to generate barcodes and link to the barcode PDF.

This commit is contained in:
dan
2021-07-11 13:15:41 -04:00
parent e40658a810
commit cfd2349f73

View File

@@ -35,6 +35,7 @@
<input name="isbn" id="isbn" value=" "> <input name="isbn" id="isbn" value=" ">
<button>Submit</button> <button>Submit</button>
</form> </form>
<b>Check in / Check Out</b>
<form action="http:///library.dandhost.com/checkin" method="POST"> <form action="http:///library.dandhost.com/checkin" method="POST">
<label for="locationid">Location<br></label> <label for="locationid">Location<br></label>
<input name="locationid" id="location" value=" "> <input name="locationid" id="location" value=" ">
@@ -43,10 +44,11 @@
<input name="isbn" id="isbn" value=" "> <input name="isbn" id="isbn" value=" ">
<button>Submit</button> <button>Submit</button>
</form> </form>
<b>List of Books</b>
<form action="http:///library.dandhost.com/getbooks/1" method="GET"> <form action="http:///library.dandhost.com/getbooks/1" method="GET">
<button>Get Books</button> <button>Get Books</button>
</form> </form>
<b>Add Shelf</b>
<form action="http:///library.dandhost.com/AddLocation" method="POST"> <form action="http:///library.dandhost.com/AddLocation" method="POST">
<label for="BookCase">Bookcase</label> <label for="BookCase">Bookcase</label>
<input name="BookCase" id="Bookcase" value=" "><br> <input name="BookCase" id="Bookcase" value=" "><br>
@@ -54,4 +56,11 @@
<input name="Shelf" id="Shelf" value=" "> <input name="Shelf" id="Shelf" value=" ">
<button>Submit</button> <button>Submit</button>
</form> </form>
<b>Update Barcodes</b>
<form action="http:///library.dandhost.com/barcodes" method="POST">
<button>Generate Barcodes</button>
<br><br>
<a href="/static/barcodes.pdf">Barcodes.pdf</a>
</form>
</div> </div>