summaryrefslogtreecommitdiffstats
path: root/LogReceiver/html/networkdiscovery.html
diff options
context:
space:
mode:
Diffstat (limited to 'LogReceiver/html/networkdiscovery.html')
-rw-r--r--LogReceiver/html/networkdiscovery.html58
1 files changed, 37 insertions, 21 deletions
diff --git a/LogReceiver/html/networkdiscovery.html b/LogReceiver/html/networkdiscovery.html
index ff8b587..600674a 100644
--- a/LogReceiver/html/networkdiscovery.html
+++ b/LogReceiver/html/networkdiscovery.html
@@ -85,26 +85,42 @@ var addInterface = function (i){
</head>
<body>
-<div id="top">
-</div>
-<div id="message">
- <h1>Network Discovery</h1>
-</div>
-<!-- anchor for the abort boot dialog -->
-<div id="nd_abort_boot_dialog">
- <p id="nd_abort_boot_msg"> <p>
-</div>
-<!-- anchor for the choose interface dialog -->
-<div id="nd_choose_interface_dialog">
- <p id="nd_choose_interface_msg"></p>
-</div>
-<!-- anchor for qt interface progress foo -->
-<div id="nd_progress_container"></div>
-<div id="container">
- <div id="footer-spacer"></div>
-</div>
-<div id="footer">
- <p>RZ Uni Freiburg, 2011</p>
-</div>
+ <header>
+ <h1>Network Discovery</h1>
+ </header>
+ <section id="intro">
+ <p>Welcome to the Network Discovery. We are now looking for usable interfaces and will go on as soon as we found one. This may take a few seconds.</p>
+ </section>
+ <div id="content">
+ <div id="left_spacer">
+ <aside>
+ <!-- free space -->
+ </aside>
+ </div>
+ <div id="mainContent">
+ <section>
+ <!-- Main content area -->
+ <p>test</p>
+ <!-- anchor for the abort boot dialog -->
+ <div id="nd_abort_boot_dialog">
+ <p id="nd_abort_boot_msg"> <p>
+ </div>
+ <!-- anchor for the choose interface dialog -->
+ <div id="nd_choose_interface_dialog">
+ <p id="nd_choose_interface_msg"></p>
+ </div>
+ <!-- anchor for qt interface progress foo -->
+ <div id="nd_progress_container"></div>
+ </section>
+ </div>
+ <div id="right_spacer">
+ <aside>
+ <!-- free space -->
+ </aside>
+ </div>
+ </div>
+ <footer>
+ <p>RZ Uni Freiburg, 2011</p>
+ </footer>
</body>
</html>