summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/local-website/htdocs/remote/pda.php
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/local-website/htdocs/remote/pda.php')
-rw-r--r--abs/core-testing/local-website/htdocs/remote/pda.php39
1 files changed, 0 insertions, 39 deletions
diff --git a/abs/core-testing/local-website/htdocs/remote/pda.php b/abs/core-testing/local-website/htdocs/remote/pda.php
deleted file mode 100644
index 888c966..0000000
--- a/abs/core-testing/local-website/htdocs/remote/pda.php
+++ /dev/null
@@ -1,39 +0,0 @@
-<?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 activeTab" href="pda.php">Main</a>
- <a class="tab" 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="TV" />
- <input type="submit" class="tiny" name="submit" value="Videos" />
- <input type="submit" class="tiny" name="submit" value="Music" />
- </div>
-
- <div id="subpda">
- <input type="submit" class="tiny" name="submit" value="Recorded" />
- <input type="submit" class="tiny" name="submit" value="Guide" />
- <input type="submit" class="tiny" name="submit" value="Pictures" />
- </div>
-
- </div>
-</div>
-
-</form>
-</body>
-</html>