five columns
This commit is contained in:
parent
3f662bafcc
commit
3775302fd1
@ -80,7 +80,7 @@
|
|||||||
|
|
||||||
<xsl:template match="group">
|
<xsl:template match="group">
|
||||||
<h1 class="ui header"><xsl:value-of select="@name"/></h1>
|
<h1 class="ui header"><xsl:value-of select="@name"/></h1>
|
||||||
<div class="ui doubling stackable four column compact grid">
|
<div class="ui doubling stackable five column compact grid">
|
||||||
<xsl:apply-templates select="host"/>
|
<xsl:apply-templates select="host"/>
|
||||||
</div>
|
</div>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
@ -16,6 +16,7 @@ group:
|
|||||||
host:
|
host:
|
||||||
</xsl:text>
|
</xsl:text>
|
||||||
<xsl:apply-templates select="host"/>
|
<xsl:apply-templates select="host"/>
|
||||||
|
<xsl:text>...</xsl:text>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="host">
|
<xsl:template match="host">
|
||||||
|
Reference in New Issue
Block a user