summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Keil <tkeil (at) datacrystal (dot) de>2007-01-07 17:39:42 +0000
committerThomas Keil <tkeil (at) datacrystal (dot) de>2007-01-07 17:39:42 +0000
commit15ec02f614ac81130ff26e4991d7062803dd9d5a (patch)
treed7ccfe7f385015de4034e681e22f7b8edae2a0be
parentb5eb50b8db24ad84fd49c4da011cb9715c615dee (diff)
downloadvdr-plugin-live-15ec02f614ac81130ff26e4991d7062803dd9d5a.tar.gz
vdr-plugin-live-15ec02f614ac81130ff26e4991d7062803dd9d5a.tar.bz2
Changed some stuff for whats_on.ecpp
-rw-r--r--css/styles.css48
-rw-r--r--i18n.cpp24
-rw-r--r--tntconfig.cpp2
3 files changed, 70 insertions, 4 deletions
diff --git a/css/styles.css b/css/styles.css
index 72df8eb..8128f31 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -5,6 +5,34 @@ body {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
+/* ######################
+ # Overlib Style for Tooltips
+ ######################
+*/
+
+div.domTTOverlib {
+ border: 1px solid #333366;
+ background-color: #333366;
+}
+
+div.domTTOverlib .caption {
+ font-family: Verdana, Helvetica;
+ font-size: 10px;
+ font-weight: bold;
+ color: #FFFFFF;
+}
+
+div.domTTOverlib .contents {
+ font-size: 10px;
+ font-family: Verdana, Helvetica;
+ padding: 2px;
+ background-color: #F1F1FF;
+}
+
+/* #######################
+ # Areas
+ #######################
+*/
div.left_area {
width: 150px;
float: left;
@@ -16,6 +44,11 @@ div.inhalt {
margin: 5px;
}
+/* #######################
+ # Menue
+ #######################
+*/
+
div.menu {
border: 1px solid #6D96A9;
color: #6D96A9;
@@ -31,6 +64,11 @@ div.menu a:hover {
background: #DEE6EE;
}
+/* #######################
+ # Head Box
+ #######################
+*/
+
div.head_box_l {
background-image: url(bg_header_l.png);
background-position: top left;
@@ -63,7 +101,6 @@ table.head_box_text {
padding: 0;
margin: 0;
height: 30px;
- font-weight: bold;
}
button.smallbutton {
@@ -95,10 +132,17 @@ table.event {
table.event tr td.tools {
background: #DEE6EE;
- padding: 2px;
+ padding: 10px 2px 10px 2px;
width: 25px;
+ text-align: center;
+ vertical-align: top;
+}
+
+table.event tr td.tools img {
+ cursor: pointer;
}
+
table.event tr td.content {
float: left;
padding: 5px;
diff --git a/i18n.cpp b/i18n.cpp
index 07345b4..5f9f93c 100644
--- a/i18n.cpp
+++ b/i18n.cpp
@@ -641,7 +641,29 @@ const tI18nPhrase Phrases[] = {
"", // Dansk
"", //Czech
},
-
+ { "Record this", // English
+ "Diese Sendung aufnehmen", // Deutsch
+ "", // Slovenski
+ "", // Italiano
+ "", // Nederlands
+ "", // Português
+ "", // Français
+ "", // Norsk
+ "", // Finnish
+ "", // Polski
+ "", // Español
+ "", // Greek
+ "", // Svenska
+ "", // Românã
+ "", // Magyar
+ "", // Català
+ "", // Russian
+ "", // Hrvatski
+ "", // Eesti
+ "", // Dansk
+ "", //Czech
+ },
+
/*
{ "", // English
"", // Deutsch
diff --git a/tntconfig.cpp b/tntconfig.cpp
index 040ae0b..f23e588 100644
--- a/tntconfig.cpp
+++ b/tntconfig.cpp
@@ -34,7 +34,7 @@ void TntConfig::WriteConfig()
}
// XXX modularize
- file << "MapUrl ^/$ whats_on_now@" << endl;
+ file << "MapUrl ^/$ whats_on.html?type=now@" << endl;
file << "MapUrl /([^.]+)(\\..+)? $1@" << endl;
file << "PropertyFile " << m_propertiesPath << endl;