diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2019-01-02 18:32:31 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2019-01-02 18:32:31 +0100 | 
| commit | 36ec8625b4018509d7bd030f129db10a73644734 (patch) | |
| tree | 272416ef32879ac282b779d392895e88bf92ce77 | |
| parent | a218a7179ae6c86341b380b78c8b28a6eaa0a550 (diff) | |
more train data
| -rw-r--r-- | templates/wagenreihung.html.ep | 22 | 
1 files changed, 17 insertions, 5 deletions
diff --git a/templates/wagenreihung.html.ep b/templates/wagenreihung.html.ep index e9a13ca..5017b64 100644 --- a/templates/wagenreihung.html.ep +++ b/templates/wagenreihung.html.ep @@ -3,9 +3,9 @@  %=  $wr->train_type  %=  $wr->train_no    </div> -  <div style="text-align: center;"> +<!--  <div style="text-align: center;">      ??? → ??? -  </div> +  </div> -->    <%= $wr->station_name %> Gleis <%= $wr->platform %><br/>    Zugtyp: <%= $wr->train_subtype // 'IC?' %>  </div> @@ -60,12 +60,24 @@  %       if ($wagon->has_bistro) {            🍴  %       } -%       if ($wagon->is_interregio) { -          Interregio -%       }  %       if ($wagon->has_compartments) {            🚪  %       } +%       if ($wagon->has_quiet_area) { +          🤫 +%       } +%       if ($wagon->has_phone_area) { +          📱 +%       } +%       if ($wagon->has_family_area) { +          👪 +%       } +%       if ($wagon->has_bahn_comfort) { +          bahn.comfort +%       } +%       if ($wagon->is_interregio) { +          Interregio +%       }          <span style="color: #999999;">  %=        $wagon->type          </span>  | 
