From: Michael Wiebusch Date: Thu, 1 Aug 2013 18:04:31 +0000 (+0200) Subject: fix X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=bf0aa75c899d00cd6def5e0f84f50d9dcca6dd40;p=mvdsensorcontrol.git fix --- diff --git a/layout/testgui.css b/layout/testgui.css index 678dfb2..2f49da9 100644 --- a/layout/testgui.css +++ b/layout/testgui.css @@ -7,13 +7,13 @@ .td_solid { border-style : solid; - + margin:5px } .sensorAreaTable { border-style: dashed; - + padding:10px; } .previewArea { diff --git a/tools/jtageditor.pl b/tools/jtageditor.pl index 79f0839..9aabdaf 100755 --- a/tools/jtageditor.pl +++ b/tools/jtageditor.pl @@ -3,6 +3,8 @@ print "Content-type: text/html\n\n"; # TODO +# implement a hex/bin/dec converter that is easy to use + # remove CGI processing routines that are now in xmlOperation.pl # still there but commented out