summaryrefslogtreecommitdiffstats
path: root/src/html/networkdiscovery_userchoice_debug.html
diff options
context:
space:
mode:
authorNiklas Goby2011-11-23 11:56:19 +0100
committerNiklas Goby2011-11-23 11:56:19 +0100
commitc0b6b199a9878bc1e95907200501211c09c1e66c (patch)
tree0079c34c6536e5f1d0414aebde1793db60a78f35 /src/html/networkdiscovery_userchoice_debug.html
parentdeleted the NetworkDiscovery and UnixDomainSocketServer folder (diff)
downloadfbgui-c0b6b199a9878bc1e95907200501211c09c1e66c.tar.gz
fbgui-c0b6b199a9878bc1e95907200501211c09c1e66c.tar.xz
fbgui-c0b6b199a9878bc1e95907200501211c09c1e66c.zip
created modules
Diffstat (limited to 'src/html/networkdiscovery_userchoice_debug.html')
-rw-r--r--src/html/networkdiscovery_userchoice_debug.html33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/html/networkdiscovery_userchoice_debug.html b/src/html/networkdiscovery_userchoice_debug.html
deleted file mode 100644
index 88da8b4..0000000
--- a/src/html/networkdiscovery_userchoice_debug.html
+++ /dev/null
@@ -1,33 +0,0 @@
-<html>
-<head>
-<!--qrc:/html/ is needed. otherwise qt won't find the files-->
-<link rel="stylesheet" type="text/css" href="qrc:/html/networkdiscovery.css">
-<link rel="stylesheet" type="text/css" href="qrc:/html/css/jquery-ui-1.8.16.css">
-<script type="text/javascript" src="qrc:/html/js/jquery-1.6.4.min.js"></script>
-<script type="text/javascript" src="qrc:/html/js/jquery-ui-1.8.16.min.js"></script>
-<script type="text/javascript" src="qrc:/html/js/nd-functions.js"></script>
-
-
-<script type="text/javascript">
-// prepare the form when the DOM is ready
-$(document).ready(function() {
- // Setup the ajax indicator
- $("#nd_status").append('<div id="ajaxBusy"><p><img src="qrc:/html/images/loading.gif"></p></div>');
-});
-
-</script>
-
-</head>
-<body>
- <header>
- <h1>Network Discovery</h1>
- </header>
- <section id="intro">
- <p>Please press F5 if you want to choose which interface to use.</p>
- <p id="nd_status"> </p>
- </section>
- <footer>
- <p>RZ Uni Freiburg, 2011</p>
- </footer>
-</body>
-</html>