From 4c31e4d95fc9f05b60d47d79e85d2c30b19c6703 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Sun, 4 Aug 2013 16:27:06 +0200 Subject: [PATCH] alternate stylesheet for jtageditor --- tools/gitWebCheckout.sh | 2 ++ tools/jtageditor.pl | 4 ++-- tools/xmlOperation.pl | 3 +-- 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100755 tools/gitWebCheckout.sh 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 ""; -- 2.43.0