From 33be560292ac02595f3fb386d5785d1f2b690dba Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 7 Sep 2020 20:49:45 +0200 Subject: working train intersection demo \o/ --- templates/trainsearch.html.ep | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 templates/trainsearch.html.ep (limited to 'templates/trainsearch.html.ep') diff --git a/templates/trainsearch.html.ep b/templates/trainsearch.html.ep new file mode 100644 index 0000000..5d6d3f9 --- /dev/null +++ b/templates/trainsearch.html.ep @@ -0,0 +1,29 @@ +
+
+ %= form_for _trainsearch => begin +
+
+
Zug
+
+ %= text_field 'train1', placeholder => 'RE 1234', id => 'train1_input', autofocus => 'autofocus' +
+
+
+ %= submit_button 'Strecke zeigen' +
+
+
+
+ Zweiter Zug (optional) +
+
+ %= text_field 'train2', placeholder => 'S 5678', id => 'train2_input' +
+
+
+ %= submit_button 'Begegnungen suchen (beta)' +
+
+ % end +
+
-- cgit v1.2.3