From fe9dc6c86ae97554898fa9c8172cb6c043d2fcd1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 21 Jun 2014 14:58:46 +0200 Subject: IRIS backend: Use dropdown menu to narrow down stations --- cgi/templates/layouts/default.html.ep | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cgi/templates/layouts') diff --git a/cgi/templates/layouts/default.html.ep b/cgi/templates/layouts/default.html.ep index 873def3..a9782ad 100644 --- a/cgi/templates/layouts/default.html.ep +++ b/cgi/templates/layouts/default.html.ep @@ -362,7 +362,12 @@
Station name
+% if (stash('stationlist')) { + %= select_field station => stash('stationlist') +% } +% else { %= text_field 'station' +% } %= submit_button 'Display'
-- cgit v1.2.3