summaryrefslogtreecommitdiffstats
path: root/src/html/sysInfoTest.html
diff options
context:
space:
mode:
authorJonathan Bauer2011-03-25 00:49:08 +0100
committerJonathan Bauer2011-03-25 00:49:08 +0100
commita3798bb65f4421ae5b1e77d196b8d00ac25126bd (patch)
tree622ac8bd4e58717a30b869647798dc41d2a04408 /src/html/sysInfoTest.html
parent. (diff)
downloadfbgui-a3798bb65f4421ae5b1e77d196b8d00ac25126bd.tar.gz
fbgui-a3798bb65f4421ae5b1e77d196b8d00ac25126bd.tar.xz
fbgui-a3798bb65f4421ae5b1e77d196b8d00ac25126bd.zip
removed old test pages (see past version for reference.......)
Diffstat (limited to 'src/html/sysInfoTest.html')
-rw-r--r--src/html/sysInfoTest.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/html/sysInfoTest.html b/src/html/sysInfoTest.html
deleted file mode 100644
index ab4247c..0000000
--- a/src/html/sysInfoTest.html
+++ /dev/null
@@ -1,21 +0,0 @@
-
-
-<html>
-<head>
-<script type="text/javascript">
-function getInfo(){
- var tmp = jsObject.getSysInfo(document.form.info.value);
- document.form.returnFromQT.value = tmp;
-}
-</script>
-</head>
-<body>
-<form name="form">
- <p>
- <input type="text" name="info">
- <input type="button" name="toQT" value="Request info"
- onclick="getInfo()">
- <input type="text" name="returnFromQT">
- </p>
-</body>
-</html>