]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
added title
authorJan Michel <j.michel@gsi.de>
Mon, 24 Jun 2013 17:04:34 +0000 (19:04 +0200)
committerJan Michel <j.michel@gsi.de>
Mon, 24 Jun 2013 17:04:34 +0000 (19:04 +0200)
xml_spielwiese/cgitest.pl
xml_spielwiese/styles.css

index 94731a83eaabaaf350cefe72ed8696fcf145b65b..b461a18a843087e5e3e216da98f464582071445e 100755 (executable)
@@ -23,6 +23,7 @@ printJavaScripts();
 print <<EOF;
 </HEAD>
 <BODY onload='reloadSpecTree();reloadSetTree();'>
+<h2>JTAG Configuration File Editor</h2>
 <div id="debug">
 debug text
 </div>
@@ -37,9 +38,9 @@ Current File: unknown
 <div id="blauerBereich">
 <input type="button" onClick="getdata('$me?print=settree','blauerBereich',true);" value="show settree">
 </div>
-<div id="blaharea">
+<!--<div id="blaharea">
 <input type="button" onClick='hashtest()' value="function">
-</div>
+</div>-->
 
 
 
index 85fa1f56ef9c1998e0607f99d33a7bd5dab95889..d22ae9345d69255444a10eb33ae69dc61c015ea6 100644 (file)
@@ -10,25 +10,45 @@ table {
        font-size: 12;
 }
 
-#roterBereich {
+#debug {
    position:absolute;
-   top:130px;
-   left:30px;
-   width:320px;
+   top:10px;
+   left:800px;
+   width:220px;
    padding:10px;
    margin:0px;
+}
+
+
+#fileSelection {
+   float:left;
+   position:relative;
+   width:700px;
+   padding:10px;
+   margin:50px 0 0 20px;
+   border:2px solid #EEAA00;
+   border-radius:20px;
+   box-shadow: 0 0 5px 5px #aaa,  0 0 4px 1px #ea0 inset;
+}
+
+#roterBereich {
+   clear:both;
+   float:left;
+   position:relative;
+   width:320px;
+   padding:10px;
+   margin:50px 10px 0 20px ;
    border:2px solid #EE0000;
    border-radius:20px;
    box-shadow: 0 0 5px 5px #aaa,  0 0 4px 1px red inset;
 }
 
 #blauerBereich {
-   position:absolute;
-   top:130px;
-   left:400px;
+   float:left;
+   position:relative;
    width:320px;
    padding:10px;
-   margin:0px;
+   margin:50px 10px 0 20px;
    border:2px solid #0000EE;
    border-radius:20px;
    box-shadow: 0 0 5px 5px #aaa,  0 0 4px 1px blue inset;