From abdad98a45ff66fd09422920d198c2d4f3cde8bc Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Fri, 12 Jun 2020 20:26:14 -0300 Subject: tdf#133928 Help need javascript enabled in browser Helpcontent2 part Also, optimize XSLT brand template Change-Id: Idfe3647306452f1f8be5632f1e1a70d642533406 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96238 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- help3xsl/brand.xsl | 81 +++++++++++++++++++++++++++++++++++++++++++ help3xsl/get_bookmark.xsl | 63 +-------------------------------- help3xsl/get_tree.xsl | 65 +--------------------------------- help3xsl/noscript.xsl | 35 +++++++++++++++++++ help3xsl/online_transform.xsl | 3 +- 5 files changed, 120 insertions(+), 127 deletions(-) create mode 100644 help3xsl/brand.xsl create mode 100644 help3xsl/noscript.xsl (limited to 'help3xsl') diff --git a/help3xsl/brand.xsl b/help3xsl/brand.xsl new file mode 100644 index 0000000000..af9bc0c017 --- /dev/null +++ b/help3xsl/brand.xsl @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/help3xsl/get_bookmark.xsl b/help3xsl/get_bookmark.xsl index c53a559596..05121e23fa 100644 --- a/help3xsl/get_bookmark.xsl +++ b/help3xsl/get_bookmark.xsl @@ -14,7 +14,7 @@ Usage: xsltproc get_bookmark.xsl --> - + @@ -39,11 +39,6 @@ xsltproc get_bookmark.xsl - - - - - + - - - - - - + + + + + + + + + + + + +
+

+ + + +

+
+ + +
+
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index 3a934dcb21..6df80b5405 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -134,6 +134,7 @@ + @@ -161,7 +162,7 @@ - +
-- cgit