From 718e719cf1e94dc10169961194f04f4b1aefd8d3 Mon Sep 17 00:00:00 2001 From: Christian Van Wambeke Date: Fri, 10 Dec 2021 15:29:18 +0100 Subject: [PATCH] tab to space in command.xsl hat.xsl --- src/xsl/command.xsl | 211 ++++++++++++++++++++++---------------------- src/xsl/hat.xsl | 116 ++++++++++++------------ 2 files changed, 160 insertions(+), 167 deletions(-) diff --git a/src/xsl/command.xsl b/src/xsl/command.xsl index 1f5e1c0..ebd3462 100644 --- a/src/xsl/command.xsl +++ b/src/xsl/command.xsl @@ -1,117 +1,114 @@ - + + - SAlomeTools log - - + if ( element.style.display == "none" ) + element.style.display = "block"; + else + element.style.display = "none"; + } +]]> + - -

- - - - - - - - - - - -
- -
- -

command's internal traces - - javascript:Toggle('log') - Click to expand or collapse the command log - expand / collapse - -

- -
log -
-
- -

Links

- - - - - - - - -
- - - Click for more information - OK2 - - - - - - - Click for more information - KO2 - - - - - - -
- -

output - - Click to open in an editor - - - log - -

- - - - - - + + +

+ + + + + + + + + + + +
+ +
+ +

command's internal traces + + javascript:Toggle('log') + Click to expand or collapse the command log + expand / collapse + +

+ +
log +
+
+ +

Links

+ + + + + + + + +
+ + + Click for more information + OK2 + + + + + + + Click for more information + KO2 + + + + + + +
+ +

output + + Click to open in an editor + + + log + +

+ + + + + +
diff --git a/src/xsl/hat.xsl b/src/xsl/hat.xsl index 0683a38..d2e3d81 100644 --- a/src/xsl/hat.xsl +++ b/src/xsl/hat.xsl @@ -2,67 +2,63 @@ - + - SAlomeTools log - + SAlomeTools log + - -

- - -

Logs of application

-
- -

- General Logs -

-
-
- - - - - - - - - - - - - - - - - - -
Commanddatetimeapplicationfull command
- - - - -
- + + +

+ + +

Logs of application

+
+ +

+ General Logs +

+
+
+ + + + + + + + + + + + + + + + + + +
Commanddatetimeapplicationfull command
+ + + + +
+
-- 2.39.2