summaryrefslogtreecommitdiffstats
path: root/abs/core/local-website/htdocs/remote/nav.php
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-09-26 01:57:08 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-09-26 01:57:08 (GMT)
commit7b29169fff9e7c624890c5edffe85def8a293136 (patch)
tree47753889faa3a2063b66d1c7e7681e703eb1b39a /abs/core/local-website/htdocs/remote/nav.php
parentc491dea779dac29afff3578bf8245943817c2339 (diff)
downloadlinhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.zip
linhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.tar.gz
linhes_pkgbuild-7b29169fff9e7c624890c5edffe85def8a293136.tar.bz2
LinHES 6.01.00
Diffstat (limited to 'abs/core/local-website/htdocs/remote/nav.php')
-rw-r--r--abs/core/local-website/htdocs/remote/nav.php57
1 files changed, 57 insertions, 0 deletions
diff --git a/abs/core/local-website/htdocs/remote/nav.php b/abs/core/local-website/htdocs/remote/nav.php
new file mode 100644
index 0000000..916bfa2
--- /dev/null
+++ b/abs/core/local-website/htdocs/remote/nav.php
@@ -0,0 +1,57 @@
+<?php
+include "inc/process.php";
+?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>MythTV Web Remote</title>
+<link rel="stylesheet" type="text/css" media="screen" href="remote.css" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+</head>
+
+<body class="mypda">
+<form method="post">
+
+<div>
+ <div class="tabArea">
+ <a class="tab" href="pda.php">Main</a>
+ <a class="tab activeTab" href="nav.php">Nav</a>
+ <a class="tab" href="num.php">Digits</a>
+ </div>
+ <div class="tabMain">
+ <div id="subpda">
+ <input type="submit" class="tiny" name="submit" value="Vol Up" />
+ <input type="submit" class="tiny" name="submit" value="^" />
+ <input type="submit" class="tiny" name="submit" value="Chan Up" />
+ </div>
+
+ <div id="subpda">
+ <input type="submit" class="tiny" name="submit" value="&lt;" />
+ <input type="submit" class="tiny" name="submit" value="OK" />
+ <input type="submit" class="tiny" name="submit" value="&gt;" />
+ </div>
+
+ <div id="subpda">
+ <input type="submit" class="tiny" name="submit" value="Vol Dn" />
+ <input type="submit" class="tiny" name="submit" value="v" />
+ <input type="submit" class="tiny" name="submit" value="Chan DN" />
+ </div>
+
+ <div id="subpda">
+ <input type="submit" class="tiny" name="submit" value="Rec" />
+ <input type="submit" class="tiny" name="submit" value="Stop" />
+ <input type="submit" class="tiny" name="submit" value="Pause" />
+ </div>
+
+ <div id="subpda">
+ <input type="submit" class="tiny" name="submit" value="&lt;&lt;" />
+ <input type="submit" class="tiny" name="submit" value="Play" />
+ <input type="submit" class="tiny" name="submit" value="&gt;&gt;" />
+ </div>
+
+ </div>
+</div>
+
+</form>
+</body>
+</html>