diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-06-06 21:15:00 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-06-06 21:15:00 +0200 |
commit | d6600fc006060699f9e79593e2698e21b2acd081 (patch) | |
tree | e972dd4303eea4ad2a1fe03db5c41c0c3bc2ce66 /templates/wagenreihung.html.ep | |
parent | 11ddc957805e1a6b54e2fecbe4121d2c9e5c4a9e (diff) |
use material icons for wagon order display
Diffstat (limited to 'templates/wagenreihung.html.ep')
-rw-r--r-- | templates/wagenreihung.html.ep | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/templates/wagenreihung.html.ep b/templates/wagenreihung.html.ep index fc00968..3d47466 100644 --- a/templates/wagenreihung.html.ep +++ b/templates/wagenreihung.html.ep @@ -31,7 +31,7 @@ </div> % } <div class="container"> - <div style="position: relative; width: 100%; height: 60ex;"> + <div style="position: relative; width: 100%; height: 70ex;"> % if (not $wr->has_bad_wagons) { % for my $section ($wr->sections) { <div style="position: absolute; left: 1em; width: 2em; @@ -79,28 +79,28 @@ <span style="display: inline-block; width: 0.8em; text-align: center; color: #666666; border: 1px solid #666666;">2</span> % } % if ($wagon->has_accessibility) { - ♿ + <i class="material-icons">accessible</i> % } % if ($wagon->has_bistro) { - 🍴 + <i class="material-icons">restaurant</i> % } % if ($wagon->has_compartments) { - 🚪 + <!--<i class="material-icons">folder</i>--> % } % if ($wagon->has_quiet_area) { - 🔇 + <i class="material-icons">volume_off</i> % } % if ($wagon->has_phone_area) { - 📱 + <i class="material-icons">smartphone</i> % } % if ($wagon->has_family_area) { - 👪 + <i class="material-icons">people</i> % } % if ($wagon->has_bahn_comfort) { - bahn.comfort + <i class="material-icons">star</i> % } % if ($wagon->is_interregio) { - Interregio + % } <span style="color: #999999;"> %= $wagon->type |