webinterface (WIP)

This commit is contained in:
fordprefect
2020-03-26 18:00:10 +01:00
2 changed files with 64 additions and 3 deletions

View File

@@ -13,10 +13,10 @@
This form allows you to perform a search of the Open Street Map database (via Nominatim) and exports all results as Waypoints in a GPX file.
<form action=search.py method=post>
<form action=websearch.py method=post>
<input name=query placeholder=Camping></input> Your search query<br>
<input type= name=></input> (optional)<br>
<input type= name=></input> (optional)<br>
<input name=malicious></input> (optional)<br>
<input name=url></input> (optional)<br>
<input name= ></input> (optional)<br>
<input type=submit name="Submit"><br>
</form>