Cleaned up index a little. Added button to generate barcodes and link to the barcode PDF.
This commit is contained in:
@@ -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,15 +44,23 @@
|
|||||||
<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>
|
||||||
<label for="Shelf">Shelf</label>
|
<label for="Shelf">Shelf</label>
|
||||||
<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>
|
||||||
Reference in New Issue
Block a user