diff options
| author | Niklas | 2011-09-29 14:24:48 +0200 |
|---|---|---|
| committer | Niklas | 2011-09-29 14:24:48 +0200 |
| commit | 46da51f8701747376999dcca8f034e41eeb206e0 (patch) | |
| tree | b8318e357428aa62acd96623d9312c5215356673 /LogReceiver/html/networkdiscovery_userchoice.html | |
| parent | added some more initial parameters (diff) | |
| download | fbgui-46da51f8701747376999dcca8f034e41eeb206e0.tar.gz fbgui-46da51f8701747376999dcca8f034e41eeb206e0.tar.xz fbgui-46da51f8701747376999dcca8f034e41eeb206e0.zip | |
did some refactoring. added a user choice screen which is shown 2 seconds before the magic begins. (press F5 to get a choice)
Diffstat (limited to 'LogReceiver/html/networkdiscovery_userchoice.html')
| -rw-r--r-- | LogReceiver/html/networkdiscovery_userchoice.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/LogReceiver/html/networkdiscovery_userchoice.html b/LogReceiver/html/networkdiscovery_userchoice.html new file mode 100644 index 0000000..9cf165f --- /dev/null +++ b/LogReceiver/html/networkdiscovery_userchoice.html @@ -0,0 +1,22 @@ +<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> + +</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> + </section> + <footer> + <p>RZ Uni Freiburg, 2011</p> + </footer> +</body> +</html> |
