From d7c50585bded4f1b1039347b24b136ee9d4a4fb2 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sat, 31 Mar 2007 11:35:37 +0000 Subject: - [MB] fixed table design searchtimers - [MB] replaced normal buttons in remote with graphical buttons - [MB] added power button in remote --- pages/remote.ecpp | 63 +++++++++++++++++++++++++++++-------------------- pages/searchtimers.ecpp | 25 ++++++++++++-------- 2 files changed, 52 insertions(+), 36 deletions(-) (limited to 'pages') diff --git a/pages/remote.ecpp b/pages/remote.ecpp index 16033ff..5c7a37d 100644 --- a/pages/remote.ecpp +++ b/pages/remote.ecpp @@ -74,41 +74,52 @@ using namespace vdrlive; - - - + + + + + + + + + + - - - + + + - - - + + + - + - + - + -
  
 
   
 
 
- + + + + + @@ -118,32 +129,32 @@ using namespace vdrlive; - + - - - + + + - + - - - + + +
 
+ - - - - + + + +
   
 
 
   
 
diff --git a/pages/searchtimers.ecpp b/pages/searchtimers.ecpp index 1915cd2..fa40f14 100644 --- a/pages/searchtimers.ecpp +++ b/pages/searchtimers.ecpp @@ -28,21 +28,24 @@ using namespace vdrlive; Keiner Suchtimer definiert % } else { - - - - - - - - - + + + + + + + + + + + <{ bool active = false; for (SearchTimers::iterator timer = timers.begin(); timer != timers.end(); ++timer) { }> "> + @@ -51,14 +54,16 @@ using namespace vdrlive; + <{ active = !active; } } }> +
 <$ tr("Active") $><$ tr("Expression") $><$ tr("Channel") $><$ tr("Start") $><$ tr("Stop") $>  
 <$ tr("Active") $><$ tr("Expression") $><$ tr("Channel") $><$ tr("Start") $><$ tr("Stop") $>  
.png" alt="Aktiv?" /> <$ timer->Search() $>UseTime() ? timer->StopTime() ?>    
 
-<%include>page_exit.eh +<%include>page_exit.eh \ No newline at end of file -- cgit v1.2.3