diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-04-23 00:13:46 +0200 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-04-23 00:13:46 +0200 |
commit | 207b3423de7d6cb614db4aa225e5af76b833cf24 (patch) | |
tree | 24eabb858a5f5baf9d2a39be987fd9737ff947de /doc/web/homepage/en/news.php | |
parent | d5783dd6df8c4c0248a2837133d932bed30fe67b (diff) | |
download | vdr-plugin-live-207b3423de7d6cb614db4aa225e5af76b833cf24.tar.gz vdr-plugin-live-207b3423de7d6cb614db4aa225e5af76b833cf24.tar.bz2 |
Language negotiation according to browser language setting.
Started to translate the german homepage into english.
Diffstat (limited to 'doc/web/homepage/en/news.php')
-rw-r--r-- | doc/web/homepage/en/news.php | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/web/homepage/en/news.php b/doc/web/homepage/en/news.php new file mode 100644 index 0000000..1ba5caa --- /dev/null +++ b/doc/web/homepage/en/news.php @@ -0,0 +1,37 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>VDR Live - Neuerungen</title> + <?php include ("../html-header.inc") ?> + </head> + <body> + <?php + include ("../page-php-classes.inc"); + include ("settings-en.inc"); + ?> + <div class="page_header"> + <?php include ("../page-header.inc"); ?> + </div> + <div style="clear:both"></div> + + <?php include ("../page-menu.inc"); ?> + + <div class="inhalt"> + + <div style="width: 800px; margin-top: 15px"> + <div class="boxheader"><div><div>Features von LIVE 0.2.0</div></div></div> + <div style="border: 1px solid black; padding: 0px 10px"> + <?php include ("features_0-2-0.inc"); ?> + </div> + </div> + + <div style="width: 800px; margin-top: 15px"> + <div class="boxheader"><div><div>Features von LIVE 0.1.0</div></div></div> + <div style="border: 1px solid black; padding: 0px 10px"> + <?php include ("features_0-1-0.inc"); ?> + </div> + </div> + + </div> + </body> +</html> |