summaryrefslogtreecommitdiffstats
path: root/abs/core/local-website/htdocs/remote/nav.php
diff options
context:
space:
mode:
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>