make module switching work
[tricorder.git] / index.html
index 1b1eea616103126b15bc5fb9bad015fddcb9ae8d..9d407e04e0b618f9d25a5563d4259cc180615256 100644 (file)
 \r
 <div id="sideBottom">\r
 <ul id="navlist">\r
-<li id="navPos"><a href="#">Position</a></li>\r
-<li id="navGrav"><a href="#">Gravity</a></li>\r
-<li id="navAcou"><a href="#">Acoustics</a></li>\r
+<li id="navPos"><a href="#" onclick="switchModule('Pos');">Position</a></li>\r
+<li id="navGrav"><a href="#" onclick="switchModule('Grav');">Gravity</a></li>\r
+<li id="navAcou"><a href="#" onclick="switchModule('Acou');">Acoustics</a></li>\r
 </ul>\r
 </div>\r
 \r
 <div id="sideRemark">\r
-<a href="http://www.startrek.com/">STAR TREK</a> and related items are trademarks of <a href="http://www.paramount.com/">Paramount Pictures</a>.\r
+<a href="http://www.startrek.com/">STAR TREK</a> and related items are\r
+trademarks of <a href="http://www.paramount.com/">Paramount Pictures</a>.\r
 </div>\r
 </div>\r
 \r
@@ -52,7 +53,18 @@ Web Tricorder
 <div id="mainSepBottom"></div>\r
 \r
 <div id="mainContent">\r
+<section id="sectNull">\r
 <p>This is the main area for tricorder output.</p>\r
+</section>\r
+<section id="sectPos">\r
+<p>This is the main area for position tricorder output.</p>\r
+</section>\r
+<section id="sectGrav">\r
+<p>This is the main area for gravity tricorder output.</p>\r
+</section>\r
+<section id="sectAcou">\r
+<p>This is the main area for acoustics tricorder output.</p>\r
+</section>\r
 </div>\r
 \r
 </body>\r