]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
reworked start page
authorJan Michel <j.michel@gsi.de>
Fri, 18 Oct 2013 16:31:21 +0000 (18:31 +0200)
committerJan Michel <j.michel@gsi.de>
Fri, 18 Oct 2013 16:31:21 +0000 (18:31 +0200)
web/htdocs/index.html
web/htdocs/layout/styles.css

index 2d1c7be397f06f01d06385b0abdba258c9069c72..0d3ac52e69df6e641e55ddeee324c1e09ca24dd6 100755 (executable)
@@ -33,24 +33,51 @@ The main documentation of the network can be found in these two documents:
 
 <h3>Monitoring and Control Features</h3>
 <div class="index">
+<div class="floatindex">
+<h3>Network &amp; CTS</h3>
+<div class="index">
 <ul>
 <li><a href="cts.htm">CTS Control</a>
+<li><a href="network/trbnet.pl">TrbNet status</a>
+<li><a href="network/gbe.htm">GbE status</a>
+<li><a href="network/map.htm">Network Map</a>
+</ul>
+</div>
+</div>
+
+<div class="floatindex">
+<h3>Time measurement</h3>
+<div class="index">
+<ul>
 <li><a href="tdc/tdc.htm">TDC</a>
 <li><a href="tdc/tdc_debug.htm">TDC Debug</a>
-<li><a href="tdc/tdcstatctrl.pl">TDC (xml-based)</a>
 </ul>
+</div>
+</div>
+
+<div class="floatindex">
+<h3>Front-ends</h3>
+<div class="index">
 <ul>
 <li><a href="padiwa/padiwa.htm">Padiwa</a>
 <li><a href="thresh/threshold.htm">Threshold settings</a>
-<li><a href="nxyter/index.pl">Nxyter Read-out</a>
 </ul>
+</div>
+</div>
+
+
+<div  class="floatindex">
+<h3>Building Blocks</h3>
+<div class="index">
 <ul>
-<li><a href="network/trbnet.pl">TrbNet status</a>
-<li><a href="network/gbe.htm">GbE status</a>
-<li><a href="network/map.htm">Network Map</a>
+<li><a href="tdc/tdcstatctrl.pl">TDC (xml-based)</a>
+<li><a href="nxyter/index.pl">Nxyter Read-out</a>
+<li><a href="jtag/index.pl">MVD Jtag Controller</a>
 </ul>
 </div>
+</div>
 
+<div class="floatindex">
 <h3>Further Tools</h3>
 <div class="index">
 <ul>
@@ -58,9 +85,10 @@ The main documentation of the network can be found in these two documents:
 <li><a href="tools/vxi/index.html" title="Tested with Tektronix AFG3000 function generator">Control for devices running the VXI-11 protocol</a>
 </ul>
 </div>
+</div>
+</div>
 
-
-<h3>Server Details</h3>
+<h3 style="clear:both">Server Details</h3>
 <div class="index">
    <table id="server-details">
       <tr>
index 4fa1109782cbe70f471f7a321216bd2f99c77010..9835ddb699d755cfbf0f42d4d7fbcd8f7723e1f8 100644 (file)
@@ -36,14 +36,26 @@ h3 {
   font-weight: bold;
   color: #6B7B95;
   margin:10px 30px 0 0;
+  max-width:840px;
 }
 
+div.floatindex {
+  width:400px;
+  float:left;
+}
 
 div.index {
   margin: 0 30px 0 15px;
   background: rgba(255,255,255,.5);
   overflow: hidden;
   padding: 5px;
+  max-width:800px;
+  min-height:100px;
+}
+
+div.index ul {
+  padding-top:0px;
+  margin-top:0px;
 }
 
 div.index ul a{