diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/landingpage.html.ep | 2 | ||||
-rw-r--r-- | templates/layouts/default.html.ep | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index 4a50dbe..54001e4 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -1,4 +1,5 @@ % if (stash 'show_intro') { +<div class="container"> <p> Diese Seite ist ein inoffizielles Frontend zum Abfahrtsmonitor der DB. Sie kann wahlweise die vor Ort montierten Anzeigen nachahmen oder @@ -13,4 +14,5 @@ Alle Angaben ohne Gewähr. <p> Oder hier angeben: </p> +</div> % } diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 7c38798..f7a5f02 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -30,6 +30,7 @@ <body style="<%= (stash('hide_opts') ? 'margin: 0; padding: 0;' : q{}) %>"> % if (my $error = stash 'error') { +<div class="container"> <div class="error">Backend-Fehler:</div> <div> <pre> @@ -40,11 +41,13 @@ % elsif (stash('stationlist')) { <div class="error">Mehrdeutige Eingabe</div> <div>Bitte eine Station aus der Liste auswählen</div> +</div> % } %= content % if (not stash('hide_opts')) { +<div class="container"> <div class="input-field"> @@ -187,6 +190,8 @@ nur Züge via Bochum oder Hamm)</li> </ul> </div> <!-- notes --> +</div> <!-- container --> + <div class="about"> <a href="https://finalrewind.org/projects/db-fakedisplay/">db-infoscreen</a> v<%= stash('version') // '???' %><br/> |