From 1cce7b5a4f71e86a7b17a05e0274decc30aa089b Mon Sep 17 00:00:00 2001 From: Thomas Keil Date: Wed, 3 Jan 2007 22:09:16 +0000 Subject: Update mit Bild usw --- css/styles.css | 6 +++++- pages/timers.ecpp | 8 +++++++- pages/whats_on_next.ecpp | 1 + pages/whats_on_now.ecpp | 1 + 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index 6c4adf0..0be41be 100644 --- a/css/styles.css +++ b/css/styles.css @@ -98,7 +98,11 @@ table.timers { } table.timers tr td { - padding: 3px; + padding: 3px 7px 3px 3px; +} + +table.timers tr.active { + background: #DEE6EE; } table.timers tr td.head { diff --git a/pages/timers.ecpp b/pages/timers.ecpp index e4a335f..cf6479d 100644 --- a/pages/timers.ecpp +++ b/pages/timers.ecpp @@ -21,6 +21,7 @@ using namespace vdrlive;
+ VDR Live! <& menu >
@@ -32,20 +33,25 @@ using namespace vdrlive; % } else { + <{ + bool active = false; for (cTimer *timer = Timers.First(); timer; timer = Timers.Next(timer)) { timer->SetEventFromSchedule(); // make sure the event is current + }> - + "> + <{ + active = !active; } } }> diff --git a/pages/whats_on_next.ecpp b/pages/whats_on_next.ecpp index 83dcfa0..ca849bf 100644 --- a/pages/whats_on_next.ecpp +++ b/pages/whats_on_next.ecpp @@ -25,6 +25,7 @@ const cSchedules* Schedules = cSchedules::Schedules(schedulesLock);
+ VDR Live! <& menu >
diff --git a/pages/whats_on_now.ecpp b/pages/whats_on_now.ecpp index 4a2a5bc..c623099 100644 --- a/pages/whats_on_now.ecpp +++ b/pages/whats_on_now.ecpp @@ -25,6 +25,7 @@ const cSchedules* Schedules = cSchedules::Schedules(schedulesLock);
+ VDR Live! <& menu >
-- cgit v1.2.3
<$ tr("Channel") $> <$ tr("Start") $> <$ tr("Stop") $> <$ tr("File") $>
<$ timer->Channel()->Name() $> <$ FormatDateTime(tr("%I:%M %p"), timer->Start()) $> <$ FormatDateTime(tr("%I:%M %p"), timer->Stop()) $> <$ timer->File() $>