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=" ">
<button>Submit</button>
</form>
<b>Check in / Check Out</b>
<form action="http:///library.dandhost.com/checkin" method="POST">
<label for="locationid">Location<br></label>
<input name="locationid" id="location" value=" ">
@@ -43,15 +44,23 @@
<input name="isbn" id="isbn" value=" ">
<button>Submit</button>
</form>
<b>List of Books</b>
<form action="http:///library.dandhost.com/getbooks/1" method="GET">
<button>Get Books</button>
</form>
<form action="http:///library.dandhost.com/AddLocation" method="POST">
<b>Add Shelf</b>
<form action="http:///library.dandhost.com/AddLocation" method="POST">
<label for="BookCase">Bookcase</label>
<input name="BookCase" id="Bookcase" value=" "><br>
<label for="Shelf">Shelf</label>
<input name="Shelf" id="Shelf" value=" ">
<button>Submit</button>
</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>