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.html26
1 files changed, 14 insertions, 12 deletions
diff --git a/dashboard_website/templates/controls.html b/dashboard_website/templates/controls.html
index 253e6c7..97b3b06 100644
--- a/dashboard_website/templates/controls.html
+++ b/dashboard_website/templates/controls.html
@@ -9,18 +9,20 @@
</head>
<body>
- <a href="..">Back</a> <br>
- <button onclick="downloadCurrent()">Download Current Savefile (.CSV)</button> <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" />
- <button type="button" onclick="loadDirty()">Upload</button>
- </form> <br>
- <form id="clean" name="clean">
- <label for="cleanfile">Choose save file to upload (will overwrite)</label>
- <input id="cleanfile" name="cleanfile" type="file" accept=".csv,.CSV" />
- <button type="button" onclick="loadSave()">Upload</button>
- </form>
+<a href="..">Back</a> <br>
+<button onclick="downloadCurrent()">Download Current Savefile (.CSV)</button>
+<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"/>
+ <button type="button" onclick="loadDirty()">Upload</button>
+</form>
+<br>
+<form id="clean" name="clean">
+ <label for="cleanfile">Choose save file to upload (will overwrite)</label>
+ <input id="cleanfile" name="cleanfile" type="file" accept=".csv,.CSV"/>
+ <button type="button" onclick="loadSave()">Upload</button>
+</form>
</body>
</html> \ No newline at end of file