diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-03-29 12:01:52 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-03-29 12:02:49 +0200 |
commit | 160651f0bb465074b3b6ff1a0faa613da5586fb1 (patch) | |
tree | 75ebe8044c4d1b218c1d2ca59f87f0a8774c2d74 /templates/geotrain.html.ep | |
parent | 5b4bead3e3d03b06d3ab05d17100903bf716b578 (diff) |
add train search (beta, not linked yet)3.11.1
Diffstat (limited to 'templates/geotrain.html.ep')
-rw-r--r-- | templates/geotrain.html.ep | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/geotrain.html.ep b/templates/geotrain.html.ep new file mode 100644 index 0000000..b79747e --- /dev/null +++ b/templates/geotrain.html.ep @@ -0,0 +1,5 @@ +<div class="geolocation"> +<div class="candidateheader">Experimentelles Beta-Feature. URL und API können sich jederzeit ändern.<br/><br/>Züge auf der Strecke:</div> +<div class="candidatestatus">Bitte warten…</div> +<div class="candidatelist"></div> +</div> <!-- geolocation --> |