Updated index.html for remote stuff that's been added.

This commit is contained in:
dan
2021-06-10 13:51:02 -04:00
parent 9570b10f9d
commit 93dee9a4cd

View File

@@ -29,17 +29,29 @@
<div> <div>
<b>Remote Testing</b> <b>Remote Testing</b>
<form action="http://library.dandhost.com/lookup" method="POST"> <br>
<form action="http:///library.dandhost.com/lookup" method="POST">
<label for="isbn">ISBN Title Lookup<br></label> <label for="isbn">ISBN Title Lookup<br></label>
<input name="isbn" id="isbn" value=" "> <input name="isbn" id="isbn" value=" ">
<button>Submit</button> <button>Submit</button>
</form> </form>
<form action="http://library.dandhost.com/checkin" method="POST"> <form action="http:///library.dandhost.com/checkin" method="POST">
<label for="locationid">Location<br></label>
<input name="locationid" id="location" value=" ">
<br>
<label for="isbn">Add Book<br></label> <label for="isbn">Add Book<br></label>
<input name="isbn" id="isbn" value=" "> <input name="isbn" id="isbn" value=" ">
<button>Submit</button> <button>Submit</button>
</form> </form>
<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>
<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>
</div> </div>