summaryrefslogtreecommitdiffstats
path: root/src/html/networkdiscovery_userchoice.html
diff options
context:
space:
mode:
authorNiklas2011-10-25 18:57:40 +0200
committerNiklas2011-10-25 18:57:40 +0200
commite942d5d431346439533910bf649b10ec17463c03 (patch)
treec6d16dc9c1376d51c587eaa8049d2fafa080a8e6 /src/html/networkdiscovery_userchoice.html
parentno working (diff)
downloadfbgui-e942d5d431346439533910bf649b10ec17463c03.tar.gz
fbgui-e942d5d431346439533910bf649b10ec17463c03.tar.xz
fbgui-e942d5d431346439533910bf649b10ec17463c03.zip
fixed some bugs. show log screen is now bigger and opens a scrollbar automatically. debug screens added. fixed continue in debug mode, added progress indicator for all screens.
Diffstat (limited to 'src/html/networkdiscovery_userchoice.html')
-rw-r--r--src/html/networkdiscovery_userchoice.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/html/networkdiscovery_userchoice.html b/src/html/networkdiscovery_userchoice.html
index 9cf165f..3625fe0 100644
--- a/src/html/networkdiscovery_userchoice.html
+++ b/src/html/networkdiscovery_userchoice.html
@@ -5,7 +5,17 @@
<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" src="qrc:/html/js/networkDiscovery.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>
@@ -14,6 +24,7 @@
</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>