summaryrefslogtreecommitdiff
path: root/templates/main.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/main.html.ep')
-rw-r--r--templates/main.html.ep5
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/main.html.ep b/templates/main.html.ep
index 67a4c5b..cfe4cd2 100644
--- a/templates/main.html.ep
+++ b/templates/main.html.ep
@@ -146,7 +146,10 @@ other German transit networks.
<div class="field">
<div class="desc">backend</div>
<div>
- %= select_field backend => [['EFA / VRR' => 'vrr'], ['DB (HAFAS)' => 'db'], ['ASEAG (URA)' => 'aseag']]
+ % my @efa_backends = map { ["$_ (EFA)" => "efa.$_"] } efa_service_list();
+ % @efa_backends = map { $_->[1] } sort { $a->[0] cmp $b->[0] }
+ % map { [$_->[0], $_] } @efa_backends;
+ %= select_field backend => [['EFA / VRR' => 'vrr'], ['DB (HAFAS)' => 'db'], ['ASEAG (URA)' => 'aseag'], @efa_backends]
</div>
</div>
<div class="field">