From 4eaf2d9d55cf668d1cbc7676e5bd44bb6eb69d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Br=C3=BCckner?= Date: Fri, 27 Apr 2007 13:55:00 +0000 Subject: =?UTF-8?q?-=20added=20actions=20f=C3=BCr=20searchtimer=20&=20time?= =?UTF-8?q?r=20in=20submenu=20-=20resized=20logo=5Flogin.png=20-=20beautif?= =?UTF-8?q?ied=20login=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/styles.css | 8 +++++++- i18n.cpp | 2 +- images/logo_login.png | Bin 54893 -> 35256 bytes pages/login.ecpp | 12 ++++++------ pages/searchtimers.ecpp | 10 +++++++--- pages/timers.ecpp | 8 ++++++-- 6 files changed, 27 insertions(+), 13 deletions(-) diff --git a/css/styles.css b/css/styles.css index 1f90b75..eea1a8b 100644 --- a/css/styles.css +++ b/css/styles.css @@ -165,6 +165,12 @@ div.pagemenu div div { border-bottom: 1px solid #C0C1DA; } +div.pagemenu a { + text-decoration: none; + color: black; + font-weight: bold; +} + /* ####################### # Info Box (near logo) ####################### @@ -770,7 +776,7 @@ table.searchresults td.border { */ table.login { - margin: 0 auto;; + margin: 0 auto; } table.login tr td { diff --git a/i18n.cpp b/i18n.cpp index 16d9d8a..35407a5 100644 --- a/i18n.cpp +++ b/i18n.cpp @@ -422,7 +422,7 @@ const tI18nPhrase Phrases[] = { "", // Czech }, { "New timer", // English - "Neuer Timer", // Deutsch + "Neuen Timer anlegen", // Deutsch "", // Slovenski "", // Italiano "", // Nederlands diff --git a/images/logo_login.png b/images/logo_login.png index 087ecd0..e6186ad 100644 Binary files a/images/logo_login.png and b/images/logo_login.png differ diff --git a/pages/login.ecpp b/pages/login.ecpp index 7b4249e..c564b9b 100644 --- a/pages/login.ecpp +++ b/pages/login.ecpp @@ -40,7 +40,7 @@ if (logged_in || !LiveSetup().UseAuth()) return reply.redirect("whats_on.html"); <& pageelems.ajax_js &> -
+
VDR Live Login
VDR Live @@ -48,18 +48,18 @@ if (logged_in || !LiveSetup().UseAuth()) return reply.redirect("whats_on.html"); - - + + - - + + -
+
<$ message $>
diff --git a/pages/searchtimers.ecpp b/pages/searchtimers.ecpp index c81f30f..4fbe38a 100644 --- a/pages/searchtimers.ecpp +++ b/pages/searchtimers.ecpp @@ -42,7 +42,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); <& pageelems.logo &> - <& menu active=("searchtimers") &> + <& menu active=("searchtimers") component=("searchtimers.searchtimer_actions")>
@@ -55,7 +55,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); - + <{ @@ -83,4 +83,8 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); -<%include>page_exit.eh \ No newline at end of file +<%include>page_exit.eh + +<%def searchtimer_actions> +<$ tr("New search timer") $> + diff --git a/pages/timers.ecpp b/pages/timers.ecpp index 94428f6..05084b8 100644 --- a/pages/timers.ecpp +++ b/pages/timers.ecpp @@ -54,7 +54,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); <& pageelems.logo &> - <& menu active=("timers") &> + <& menu active=("timers") component=("timers.timer_actions")>
% if (timers.size() == 0) { Keiner Timer definiert @@ -82,7 +82,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html");
- + <{ @@ -111,3 +111,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); <%include>page_exit.eh + +<%def timer_actions> +<$ tr("New timer") $> + -- cgit v1.2.3
     /> 
<$ tr("File") $>    />