From: Jan Michel Date: Sun, 4 Aug 2013 14:27:06 +0000 (+0200) Subject: alternate stylesheet for jtageditor X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=4c31e4d95fc9f05b60d47d79e85d2c30b19c6703;p=mvdsensorcontrol.git alternate stylesheet for jtageditor --- diff --git a/tools/gitWebCheckout.sh b/tools/gitWebCheckout.sh new file mode 100755 index 0000000..241c357 --- /dev/null +++ b/tools/gitWebCheckout.sh @@ -0,0 +1,2 @@ +#!/bin/bash +curl http://jspc55.x-matter.uni-frankfurt.de/jtag/tools/gitupdate.pl?stable diff --git a/tools/jtageditor.pl b/tools/jtageditor.pl index 55c9cf1..43d7ffe 100755 --- a/tools/jtageditor.pl +++ b/tools/jtageditor.pl @@ -495,7 +495,7 @@ sub initPage { JTAG Editor - + EOF printJavaScripts(); @@ -504,10 +504,10 @@ EOF

JTAG Configuration File Editor

+
Debug Output
debug text
- Current File: unknown
diff --git a/tools/xmlOperation.pl b/tools/xmlOperation.pl index 2562370..ce06289 100755 --- a/tools/xmlOperation.pl +++ b/tools/xmlOperation.pl @@ -28,7 +28,7 @@ print start_html( -style=>{'src'=>'../layout/styles.css'} ); -print div({-class="header"},"debug output"); +print div({-class=>"header"},"Debug Output"); unless ($q->param()){ @@ -107,7 +107,6 @@ if ( defined $q->param('action') ) { print end_html; sub report_param { - print br,br; print "action ".$q->param('action')." executed with following parameters:",br; my @params = $q->param(); print "";