<script src="scripts/scripts.js" type="text/javascript"></script>
<title>DAQ Control</title>
</head>
-<body>
+<body class="index">
<h2>DAQ Control</h2>
+Welcome to your allround DAQ monitoring and controlling tool.
+<h3>Documentation</h3>
+<div class="index">
+The main documentation of the network can be found in these two documents:
+<ul>
+<li><a href="http://jspc22.x-matter.uni-frankfurt.de/pub/trbnetdocumentation.pdf">A Users Guide to the HADES DAQ System</a>
+<li><a href="http://jspc22.x-matter.uni-frankfurt.de/pub/trb3docu.pdf">A Users Guide to the TRB3 and FPGA-TDC Based Platforms</a>
+</ul>
+</div>
+
+<h3>Monitoring and Control Features</h3>
+<div class="index">
<ul>
<li><a href="cts.htm">CTS Control</a>
<li><a href="tdc/tdc.htm">TDC</a>
<li><a href="tdc/tdc_debug.htm">TDC Debug</a>
-<li><a href="thresh/padiwa.htm">Padiwa</a>
+<li><a href="padiwa/padiwa.htm">Padiwa</a>
<li><a href="thresh/threshold.htm">Threshold settings</a>
<li><a href="network/gbe.htm">GbE status</a>
+</ul>
+</div>
</body>
</html>
\ No newline at end of file
body {
background:#f5f5f5;
font-size:10pt;
- margin:50px 0 0 15px;
+ margin:0px 0 0 25px;
padding:0;
}
+body.index {
+ background:#f5f5f5 url("/layout/background.png") fixed;
+}
+
h2 {
- position:absolute;
+/* position:absolute; */
width:100%;
- top:-15px;
- left:0px;
+/* top:-15px; */
+/* left:0px; */
+/* float:left; */
background:#f9f9f9;
border-bottom:1px solid #ccc;
- padding:10px 0 5px 10px;
+ padding:0px 10px 5px 10px;
+ margin: 10px 0 10px -25px;
+}
+
+h3 {
+ border-bottom: 1px solid #dddddd;
+ font-size: 120%;
+ font-weight: bold;
+ color: #6B7B95;
+ margin:10px 30px 0 0;
+}
+
+
+div.index {
+ margin: 0 30px 0 15px;
+ background: #ffffff;
+ overflow: hidden;
+ padding: 5px;
}
+div.index ul a{
+ text-decoration:none;
+ color:#6B7B95;
+}
+
+div.index ul li{
+ color:#6B7B95;
+}
+
+
table.form {
border:1px solid #ccc;
padding:0;