]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Mon, 3 Dec 2012 16:44:47 +0000 (16:44 +0000)
committerhadeshyp <hadeshyp>
Mon, 3 Dec 2012 16:44:47 +0000 (16:44 +0000)
cts/htdocs/index.htm
cts/htdocs/layout/background.png [new file with mode: 0644]
cts/htdocs/layout/styles.css
cts/htdocs/padiwa/padiwa.htm [moved from cts/htdocs/thresh/padiwa.htm with 100% similarity]

index f3a2f2a5b1a4f4c0dd9a7ac2b6f3df71142fa524..0c0f3d9205d7c07eada3d041d33f9aa3a935d100 100644 (file)
@@ -6,17 +6,31 @@
 <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
diff --git a/cts/htdocs/layout/background.png b/cts/htdocs/layout/background.png
new file mode 100644 (file)
index 0000000..6e6e54f
Binary files /dev/null and b/cts/htdocs/layout/background.png differ
index 3dabcfa8a5e6068063fcfa603bfaddc214c8ceb9..9ad79ce7d49522c26bd1d3983f280364f1d70589 100644 (file)
@@ -1,21 +1,53 @@
 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;