' ################# MENÜ 4 RELATIVER FAHRPLAN
(L.L.ibis_display) 4 =
{if}
' AktuellesZiel oben anzeigen
l0 (M.V.GetTTTerminusIndex) 0 (M.V.GetTerminusString)
(S.$.zeile_oben)
' Aktuelles Datum Linie oben anzeigen
(L.L.ibis_stop)
(L.L.ibis_stop_update) &&
{if}
' Wenn Route aktiv, Haltestellenliste anzeigen
(L.L.ibis_stop) 1 - (M.V.GetTTBusstopName) 20 $SetLengthL (S.$.zeile_R4_2) {endif}
(L.L.ibis_stop) (M.V.GetTTBusstopName) 20 $SetLengthL (S.$.zeile_R3_2) {endif}
(L.L.ibis_stop) 1 + (M.V.GetTTBusstopName) 20 $SetLengthL (S.$.zeile_R2_2) {endif}
(L.L.ibis_stop) 2 + (M.V.GetTTBusstopName) 20 $SetLengthL (S.$.zeile_R1_2) {endif}
(L.L.ibis_stop) 3 + (M.V.GetTTBusstopName) 20 $SetLengthL (S.$.zeile_R0_2) {endif}
0 (S.L.ibis_stop_update)
{endif}
' Wiederaktivierung der automatischen Fortschaltung
(L.L.ibis_click_hstreset) (L.L.ibis_stop_manual) &&
{if}
0 (S.L.ibis_stop_manual) (S.L.ibis_click_hstreset)
(M.V.GetTTBusstopIndex) (S.L.ibis_stop)
(M.L.ibis_ansage)
1 (S.L.ibis_stop_update)
{endif}
(L.L.schedule_active)
{if}
(M.V.GetTTDelay) 0 >
{if}
(M.V.GetTTDelay) 10 >
{if}
"-" (M.V.GetTTDelay) abs 60.0 / s0 l0 trunc "02" $IntToStrEnh $+ ":" $+
(M.V.GetTTDelay) abs 60.0 / s0 l0 trunc (M.V.GetTTDelay) abs 60.0 / - /-/ 6 * trunc 10 * "02" $IntToStrEnh $+
{else}
"+" (M.V.GetTTDelay) 10 - abs 60.0 / s0 l0 trunc "02" $IntToStrEnh $+ ":" $+
(M.V.GetTTDelay) 10 - abs 60.0 / s0 l0 trunc (M.V.GetTTDelay) 10 - abs 60.0 / - /-/ 6 * trunc 10 * "02" $IntToStrEnh $+
{endif}
{else}
"+" (M.V.GetTTDelay) 10 - abs 60.0 / s0 l0 trunc "02" $IntToStrEnh $+ ":" $+
(M.V.GetTTDelay) 10 - abs 60.0 / s0 l0 trunc (M.V.GetTTDelay) 10 - abs 60.0 / - /-/ 6 * trunc "02" 10 * $IntToStrEnh $+
{endif}
(S.$.zeile_delay)
{else}
"--:--" (S.$.zeile_delay)
{endif}