Skip to content
Snippets Groups Projects
Verified Commit 3dc4e543 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

fix welcome page

parent f006d97c
Branches
Tags
2 merge requests!36merge f-boot-tour to dev,!31remove xs
Pipeline #7396 passed with warnings
......@@ -69,14 +69,11 @@
<xsl:call-template name="caosdb-head-js" />
</head>
<body>
<xsl:if test="count(/Response/*)&lt;3 and not(/Response/Error|/Response/Info|/Response/Warning)">
<xsl:attribute name="class">caosdb-welcome</xsl:attribute>
</xsl:if>
<div class="background d-flex flex-column">
<xsl:call-template name="caosdb-tour-toc" />
<xsl:call-template name="caosdb-top-navbar" />
<xsl:call-template name="caosdb-data-container" />
<xsl:if test="count(/Response/*)&lt;2 and not(/Response/Error|/Response/Info|/Response/Warning)">
<xsl:if test="count(/Response/*)&lt;3 and not(/Response/Error|/Response/Info|/Response/Warning)">
<xsl:call-template name="welcome"/>
</xsl:if>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment