summaryrefslogtreecommitdiff
path: root/doc/web/homepage/de/screenshots.php
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-04-16 01:24:33 +0200
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2008-04-16 01:24:33 +0200
commitec470074557ed3c6aa486e3a6ae12e537cdfff68 (patch)
tree2a7235666a320b06222b892a10ab771cef2f2415 /doc/web/homepage/de/screenshots.php
parent30c8c41ca7ff93449403d306b9aef4f55d6d8ced (diff)
downloadvdr-plugin-live-ec470074557ed3c6aa486e3a6ae12e537cdfff68.tar.gz
vdr-plugin-live-ec470074557ed3c6aa486e3a6ae12e537cdfff68.tar.bz2
First draft of updated Web-Page for the LIVE 0.2.0 release.
It contains currently only the German version. English translation will be created, when German version is declared as final.
Diffstat (limited to 'doc/web/homepage/de/screenshots.php')
-rw-r--r--doc/web/homepage/de/screenshots.php35
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/web/homepage/de/screenshots.php b/doc/web/homepage/de/screenshots.php
new file mode 100644
index 0000000..154daa5
--- /dev/null
+++ b/doc/web/homepage/de/screenshots.php
@@ -0,0 +1,35 @@
+<!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 - Screenshots</title>
+ <?php include ("../html-header.inc") ?>
+ </head>
+ <body>
+ <?php include ("settings-de.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">
+ <a name="screenshots"></a>
+ <div class="boxheader"><div><div>Screenshots</div></div></div>
+ <div class="screenshots">
+ <a href="img/whatson.jpg"><img src="img/whatson_thumb.jpg" alt="whats on"></img></a>
+ <a href="img/schedule.jpg"><img src="img/schedule_thumb.jpg" alt="whats on"></img></a>
+ <a href="img/timers.jpg"><img src="img/timers_thumb.jpg" alt="whats on"></img></a>
+ <a href="img/searchepg.jpg"><img src="img/searchepg_thumb.jpg" alt="whats on"></img></a>
+ <a href="img/edit_searchtimer.jpg"><img src="img/edit_searchtimer_thumb.jpg" alt="whats on"></img></a>
+ <a href="img/recordings.jpg"><img src="img/recordings_thumb.jpg" alt="whats on"></img></a>
+ <a href="img/remote.jpg"><img src="img/remote_thumb.jpg" alt="whats on"></img></a>
+ <a href="img/setup.jpg"><img src="img/setup_thumb.jpg" alt="whats on"></img></a>
+ </div>
+ </div>
+
+ </div>
+ </body>
+</html>