summaryrefslogtreecommitdiffstats
path: root/src/html/networkdiscovery_userchoice.html
diff options
context:
space:
mode:
authorNiklas2011-10-10 17:08:35 +0200
committerNiklas2011-10-10 17:08:35 +0200
commit5aa568daae23daa7ac190e56df469e9566075257 (patch)
treef339f20eccc838640cded864bf3fe37b056b4b36 /src/html/networkdiscovery_userchoice.html
parentcorrected some errors (diff)
downloadfbgui-5aa568daae23daa7ac190e56df469e9566075257.tar.gz
fbgui-5aa568daae23daa7ac190e56df469e9566075257.tar.xz
fbgui-5aa568daae23daa7ac190e56df469e9566075257.zip
new veriosn of the fbgui src (same as in fbgui-ng) combined with my networkDiscovery in front.
Diffstat (limited to 'src/html/networkdiscovery_userchoice.html')
-rw-r--r--src/html/networkdiscovery_userchoice.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/html/networkdiscovery_userchoice.html b/src/html/networkdiscovery_userchoice.html
new file mode 100644
index 0000000..9cf165f
--- /dev/null
+++ b/src/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>