From: hadeshyp Date: Mon, 3 Dec 2012 16:44:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=e27efbbd308acfd419bc80ae761416855c4b29f9;p=daqtools.git *** empty log message *** --- diff --git a/cts/htdocs/index.htm b/cts/htdocs/index.htm index f3a2f2a..0c0f3d9 100644 --- a/cts/htdocs/index.htm +++ b/cts/htdocs/index.htm @@ -6,17 +6,31 @@ DAQ Control - +

DAQ Control

+Welcome to your allround DAQ monitoring and controlling tool. +

Documentation

+
+The main documentation of the network can be found in these two documents: + +
+ +

Monitoring and Control Features

+
+
\ No newline at end of file diff --git a/cts/htdocs/layout/background.png b/cts/htdocs/layout/background.png new file mode 100644 index 0000000..6e6e54f Binary files /dev/null and b/cts/htdocs/layout/background.png differ diff --git a/cts/htdocs/layout/styles.css b/cts/htdocs/layout/styles.css index 3dabcfa..9ad79ce 100644 --- a/cts/htdocs/layout/styles.css +++ b/cts/htdocs/layout/styles.css @@ -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; diff --git a/cts/htdocs/thresh/padiwa.htm b/cts/htdocs/padiwa/padiwa.htm similarity index 100% rename from cts/htdocs/thresh/padiwa.htm rename to cts/htdocs/padiwa/padiwa.htm