summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
authorGustav Sörnäs <gusso230@student.liu.se>2020-11-17 00:10:40 +0100
committerGustav Sörnäs <gusso230@student.liu.se>2020-11-20 13:40:05 +0100
commit82ed960aa540481cecc342716118fb74d349e900 (patch)
tree2ca8862d4868369d4fbd7d8db311a9b2f890bee5 /templates/index.html
parent10e3d6874745283b545d3b8029a3e5e184932c5d (diff)
downloadtdde25-82ed960aa540481cecc342716118fb74d349e900.tar.gz
load file with name via formload-file
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html17
1 files changed, 14 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html
index b29f84f..614a0ac 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -43,8 +43,19 @@
</div>
- </form>
+ </form>
+ <form id="osm-file-form">
+ <!--TODO this could be a table -->
+ <div class="row" >
+ <div class="col">
+ <div>
+ <label for="filename">End latitude:</label>
+ <input name="filename" id="filename" />
+ </div>
+ </div>
+ <input type="submit" value="Load file" />
+ </div>
+ </form>
{{ templates/index.js }}
-
</body>
-</html> \ No newline at end of file
+</html>