From cf9e6c0acbc49e096baa1517cb5be00d07d60339 Mon Sep 17 00:00:00 2001 From: Sascha Volkenandt Date: Fri, 25 May 2007 19:12:28 +0000 Subject: - about box, first summit --- pages/menu.ecpp | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'pages/menu.ecpp') diff --git a/pages/menu.ecpp b/pages/menu.ecpp index 4a034a1..16bd8a5 100644 --- a/pages/menu.ecpp +++ b/pages/menu.ecpp @@ -1,8 +1,10 @@ <%pre> +#include #include #include #include "setup.h" +using namespace std; using namespace vdrlive; @@ -44,6 +46,7 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); --- #> % if (LiveSetup().UseAuth()) { | <$ tr("Logout") $> + | href="#">? % } % if (!component.empty()) { @@ -62,6 +65,33 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); +
+
+
+
<$ LIVESUMMARY $><& tooltip.close domId=("aboutBox") &>
+
+
+
+
<$ tr("Authors") $>
+
<$ tr("Project leader:") $>
+
Thomas Keil
+
<$ tr("Webserver:") $>
+
Sascha Volkenandt
+
<$ tr("Content:") $>
+
Dieter Hametner
+
<$ tr("Content:") $>
+
Christian Wieninger
+
<$ tr("Graphics:") $>
+
Michi Brückner
+
<$ tr("Information") $>
+
<$ tr("LIVE version:") $>
+
<$ LIVEVERSION $>
+
<$ tr("VDR version:") $>
+
<$ VDRVERSION $>
+
+
+
+
% } <%def setactive> -- cgit v1.2.3