Skip to content

Commit

Permalink
Add URL form field to web app
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Apr 18, 2022
1 parent c95017b commit ea765c6
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% block examples %}
<form action="/" method="GET">
<label for="colors">Choose an example:</label>
<select id="colors" name="filename">
<label for="example">Choose an example:</label>
<select id="examples" name="filename">
<option></option>
<option value="{{ filename_landsat_salt_lake }}">Salt Lake Landsat</option>
<option value="{{ filename_oam2 }}">OpenArialMap Sample</option>
Expand All @@ -15,4 +15,9 @@
</select>
<input type="submit" />
</form>
<form action="/" method="GET">
<label for="url">Provide URL:</label>
<input id="url" name="filename" type="text" />
<input type="submit" />
</form>
{% endblock %}

0 comments on commit ea765c6

Please sign in to comment.