diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-03 16:20:48 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-03 16:20:48 +0000 |
commit | fd188875436b54cdc81825c63f20fd63011096a7 (patch) | |
tree | b09ef3b02207bc81b069fe3bdac57a7c50291817 | |
parent | 1b41b135331a1ad4b1f87bda624392ab3da53699 (diff) | |
download | vdr-plugin-live-fd188875436b54cdc81825c63f20fd63011096a7.tar.gz vdr-plugin-live-fd188875436b54cdc81825c63f20fd63011096a7.tar.bz2 |
Style-Gebastle
-rw-r--r-- | whats_on_now.ecpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/whats_on_now.ecpp b/whats_on_now.ecpp index e0fe5b0..7dc2bf6 100644 --- a/whats_on_now.ecpp +++ b/whats_on_now.ecpp @@ -3,6 +3,9 @@ #include <vdr/channels.h> #include <vdr/epg.h> #include <vdr/config.h> +#include "tools.h" + +using namespace vdrlive; </%pre> <%args> @@ -25,7 +28,7 @@ const cSchedules* Schedules = cSchedules::Schedules(schedulesLock); </div> <div class="inhalt"> <div class="head_box"> - <$ tr("What's running at") $> <$ tr("o'clock") $> + <$ tr("What's running at") $> <$ FormatDateTime(tr("%I.%M %p"), time(0)) $> </div> <{ @@ -41,6 +44,8 @@ const cSchedules* Schedules = cSchedules::Schedules(schedulesLock); }> <div class="event"> <div class="station"><$ Channel->Name() $></div> + <div class="tools"> + </div> <span class="title"><$ title $></span><br/> <span class="short"><$ short_description $></span> <p><$ description $></p> |