Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ $c_side_toc_background: $c_fog
html,
body
font-size: 18px
height: 100%
scroll-behavior: smooth


Expand Down
1 change: 0 additions & 1 deletion suse2022-ns/static/css/style-new.css
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,6 @@ th {
html,
body {
font-size: 18px;
height: 100%;
scroll-behavior: smooth; }

body {
Expand Down
8 changes: 8 additions & 0 deletions suse2022-ns/xhtml/docbook.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,14 @@
<xsl:comment>END WEBSITE FEEDBACK SNIPPET</xsl:comment>
<xsl:text>&#10;</xsl:text>
</xsl:if>
<xsl:if test="boolean($generate.suva)">
<xsl:comment>SUVA start</xsl:comment>
<script type="text/javascript" src="https://se082411s.searchunify.com/suva-resources/suva_clients_custom/{$suva.id}/Allow/an.js?{$suva.id}">&#xa0;</script>
<script type="text/javascript" src="https://se082411s.searchunify.com/suva-resources/suva_clients_custom/{$suva.id}/js/index.js?q=gAAAAABpeI-f1N-SVvE5516Wyp2B-ebMJyxqQ6QcMIHCsaYh6a8kKHL35Ji6_MgMMxbAFMatEN2WhgL0qxZDv7PGVJQlkBByqYvw6a0TA8I5FvZQlr__zdfXOh6ThwcZhGvrtJtB8HCq45Pk9fJsU8O8mpN8wUVqHw==">&#xa0;</script>
<link rel="stylesheet" href="https://se082411s.searchunify.com/suva-resources/suva_clients_custom/{$suva.id}/css/index.css">&#xa0;</link>
<div id="searchUnifyChatbot">&#xa0;</div>
<xsl:comment>SUVA end</xsl:comment>
</xsl:if>
</xsl:template>


Expand Down
4 changes: 4 additions & 0 deletions suse2022-ns/xhtml/param.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -549,4 +549,8 @@ task before

<!-- The survey URL to be used. Change it accordingly -->
<xsl:param name="doc.survey.url">https://suselinux.fra1.qualtrics.com/jfe/form/SV_bEiGZbUNzLD8Tcy</xsl:param>

<!-- SUVA engine -->
<xsl:param name="generate.suva" select="true()" />
<xsl:param name="suva.id">0efee675-2d86-4be1-a9cb-99d3c5221276</xsl:param>
</xsl:stylesheet>
Loading