From: Michael Wiebusch
Date: Wed, 31 Jul 2013 16:17:41 +0000 (+0200)
Subject: rearrangend some functions in jtageditor.pl, outsourced the common xml operation...
X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=2f26ed7c095169890088228fb14cb98c18234ad6;p=mvdsensorcontrol.git
rearrangend some functions in jtageditor.pl, outsourced the common xml operation javascript routines to xmlOperations.js
---
diff --git a/tools/jtageditor.pl b/tools/jtageditor.pl
index 5c1a37f..fb0fe16 100755
--- a/tools/jtageditor.pl
+++ b/tools/jtageditor.pl
@@ -223,7 +223,7 @@ sub print_fileSelection {
print
"";
print
-"";
+"";
print "
";
print "";
@@ -298,13 +298,13 @@ EOF
if ( $xmlfile eq $configFile ) { # we are printing the Specifications Tree
print < X
+
X
EOF
}
if ( $xmlfile eq $specFile ) { # we are printing the Settings Tree
print < →
+
→
EOF
}
@@ -390,7 +390,7 @@ EOF
else {
print <
-
+
EOF
@@ -399,7 +399,7 @@ EOF
print '';
if ( $xmlfile eq $specFile ) { # we are printing the Specifications tree
print < →
+
→
EOF
}
if ( $xmlfile eq $configFile ) { # we are printing the Settings Tree
@@ -407,7 +407,7 @@ EOF
if ( $isHeritageFrom eq "" )
{ # these are actual settings, not inherited!
print < X
+
X
EOF
}
else {
@@ -458,7 +458,7 @@ sub print_ancestorInfo {
. getFileLevel($ancestor) . "\",this.checked)'>";
if ( getFileLevel($ancestor) eq "1" ) {
print < X
+