summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/local-website/htdocs/remote/num.php
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/core-testing/local-website/htdocs/remote/num.php
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
Diffstat (limited to 'abs/core-testing/local-website/htdocs/remote/num.php')
-rw-r--r--abs/core-testing/local-website/htdocs/remote/num.php57
1 files changed, 0 insertions, 57 deletions
diff --git a/abs/core-testing/local-website/htdocs/remote/num.php b/abs/core-testing/local-website/htdocs/remote/num.php
deleted file mode 100644
index 1665947..0000000
--- a/abs/core-testing/local-website/htdocs/remote/num.php
+++ /dev/null
@@ -1,57 +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" href="pda.php">Main</a>
- <a class="tab" href="nav.php">Nav</a>
- <a class="tab activeTab" href="num.php">Digits</a>
- </div>
- <div class="tabMain">
- <div id="subpda">
- <input type="submit" class="tiny" name="submit" value="1" />
- <input type="submit" class="tiny" name="submit" value="2" />
- <input type="submit" class="tiny" name="submit" value="3" />
- </div>
-
- <div id="subpda">
- <input type="submit" class="tiny" name="submit" value="4" />
- <input type="submit" class="tiny" name="submit" value="5" />
- <input type="submit" class="tiny" name="submit" value="6" />
- </div>
-
- <div id="subpda">
- <input type="submit" class="tiny" name="submit" value="7" />
- <input type="submit" class="tiny" name="submit" value="8" />
- <input type="submit" class="tiny" name="submit" value="9" />
- </div>
-
- <div id="subpda">
- <input type="submit" class="tiny" name="submit" value="*" />
- <input type="submit" class="tiny" name="submit" value="0" />
- <input type="submit" class="tiny" name="submit" value="#" />
- </div>
-
- <div id="subpda">
- <input type="submit" class="tiny" name="submit" value="Clear" />
- <input type="submit" class="tiny" name="submit" value="Mute" />
- <input type="submit" class="tiny" name="submit" value="Enter" />
- </div>
-
- </div>
-</div>
-
-</form>
-</body>
-</html>