From: Jan Michel Date: Tue, 6 Aug 2013 17:12:37 +0000 (+0200) Subject: status GUI shows setup file X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=68261035e3d8770eff92db97bcf2f40ae8f50ed0;p=mvdsensorcontrol.git status GUI shows setup file --- diff --git a/layout/jtageditor_blue.css b/layout/jtageditor_blue.css index 193d2a4..fa46fb6 100644 --- a/layout/jtageditor_blue.css +++ b/layout/jtageditor_blue.css @@ -34,7 +34,11 @@ body { margin:0px; } - +#overview { + width:700px; + margin:50px 0 0 20px; + } + input[type="text"] { background-color:#dde; diff --git a/tools/statusgui.pl b/tools/statusgui.pl index 2ba524c..825ccaf 100755 --- a/tools/statusgui.pl +++ b/tools/statusgui.pl @@ -32,18 +32,32 @@ sub readConfig { my $parser = XML::LibXML->new(line_numbers => 1); my $db = $parser->parse_file($file); my $name = $db->getDocumentElement->getAttribute('name'); - print h2("Read-out Controllers"); + my $str; + print ""); } @@ -53,7 +67,7 @@ sub initPage { print < -JTAG Editor +JTAG Status EOF @@ -67,6 +81,7 @@ EOF debug text
+
System Setup
EOF readConfig($configFile,1); print <