From 7c458e4cfda3d82db67fb5364d784362275cd220 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Mon, 2 Apr 2007 18:32:27 +0000 Subject: - (MB) complete new remote design with imagemap - (MB) placed progressbar after date in whatson (thx to winni) - (MB) replaced inactive picture (thx to winni) --- pages/remote.ecpp | 129 ++++++++++++++++------------------------------------ pages/whats_on.ecpp | 6 +-- 2 files changed, 43 insertions(+), 92 deletions(-) (limited to 'pages') diff --git a/pages/remote.ecpp b/pages/remote.ecpp index 5c7a37d..112440a 100644 --- a/pages/remote.ecpp +++ b/pages/remote.ecpp @@ -12,6 +12,9 @@ using namespace vdrlive; <& pageelems.doc_type &> + VDR-Live - <$ pageTitle $> + + <& tooltip.javascript var=("domTT_styleClass") value=("domTTepg") &> <& pageelems.ajax_js &> - VDR-Live - <$ pageTitle $> - - + <& pageelems.logo &> <& menu active="remote" &>

- <$ tr("Interval:") $>
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  
 
  
 
 
 
- - - - - - - -
-
 
  
 
 
  
 
+
+ + + Power nohref="nohref" /> + 1 nohref="nohref" /> + 2 nohref="nohref" /> + 3 nohref="nohref" /> + 4 nohref="nohref" /> + 5 nohref="nohref" /> + 6 nohref="nohref" /> + 7 nohref="nohref" /> + 8 nohref="nohref" /> + 9 nohref="nohref" /> + 0 nohref="nohref" /> + Vol+ nohref="nohref" /> + Vol- nohref="nohref" /> + P+ nohref="nohref" /> + P- nohref="nohref" /> + Mute nohref="nohref" /> + Record nohref="nohref" /> + Menu nohref="nohref" /> + Exit nohref="nohref" /> + Up nohref="nohref" /> + Right nohref="nohref" /> + Down nohref="nohref" /> + Left nohref="nohref" /> + Ok nohref="nohref" /> + Red nohref="nohref" /> + Green nohref="nohref" /> + Yellow nohref="nohref" /> + Blue nohref="nohref" /> + +
+
+ <$ tr("Interval:") $> +
diff --git a/pages/whats_on.ecpp b/pages/whats_on.ecpp index 090273c..e24aca5 100644 --- a/pages/whats_on.ecpp +++ b/pages/whats_on.ecpp @@ -77,13 +77,13 @@ if (type == "now") {
<$ (epgEvent->StartTime(tr("%I:%M %p"))) $> - <$ (epgEvent->EndTime(tr("%I:%M %p"))) $>
+% if (epgEvent->Elapsed() >= 0) { +
<& pageelems.progressbar progress=(epgEvent->Elapsed()) &>
+% }
<$ (epgEvent->Title()) $>
<$ (epgEvent->ShortDescr()) $>
<$ (StringWordTruncate(epgEvent->LongDescr(), 150, truncated)) $>
LongDescr(), 300, truncated)) + string("
") + string(tr("Click to view details."))) &><& tooltip.display domId=(epgEvent->Id()) &>><$ (string(tr("more")) + string(" ...")) $>
-% if (epgEvent->Elapsed() >= 0) { -
<& pageelems.progressbar progress=(epgEvent->Elapsed()) &>
-% }
-- cgit v1.2.3