summaryrefslogtreecommitdiff
path: root/dashboard_website/templates/controls.html
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard_website/templates/controls.html')
-rw-r--r--dashboard_website/templates/controls.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/dashboard_website/templates/controls.html b/dashboard_website/templates/controls.html
index 97b3b06..be5f659 100644
--- a/dashboard_website/templates/controls.html
+++ b/dashboard_website/templates/controls.html
@@ -10,8 +10,10 @@
<body>
<a href="..">Back</a> <br>
+<hr>
<button onclick="downloadCurrent()">Download Current Savefile (.CSV)</button>
<br>
+<br>
<form id="dirty" name="dirty">
<label for="dirtyfile">Choose dirty clue list to upload</label>
<input id="dirtyfile" name="dirtyfile" type="file" accept=".csv,.CSV"/>
@@ -23,6 +25,18 @@
<input id="cleanfile" name="cleanfile" type="file" accept=".csv,.CSV"/>
<button type="button" onclick="loadSave()">Upload</button>
</form>
+<br>
+<form id="home" name="home">
+ <label for="longitude">Longitude</label>
+ <input id="longitude" name="longitude" autocomplete="off"/>
+ <label for="latitude">Latitude</label>
+ <input id="latitude" name="latitude" autocomplete="off"/>
+ <button type="button" onclick="setHome()">Set Home Location</button>
+</form>
+<br>
+<form id="routes" name="routes">
+ <button type="button" onclick="generateRoutes()">Generate Routes</button>
+</form>
</body>
</html> \ No newline at end of file