summaryrefslogtreecommitdiffstats
path: root/src/fbgui/html/networkdiscovery_userchoice_debug.html
blob: 88da8b423097c6de24aa21327be04d404d4e4d52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<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>