|
|
|
@ -148,7 +148,7 @@
@@ -148,7 +148,7 @@
|
|
|
|
|
</gallery>--> |
|
|
|
|
<xsl:variable name="mode"><xsl:value-of select="@mode"/></xsl:variable> |
|
|
|
|
<div> |
|
|
|
|
<xsl:attribute name="class"><xsl:value-of select="concat('fixed-grid has-',count(GalleryImage),'-cols')" /> |
|
|
|
|
<xsl:attribute name="class"><xsl:value-of select="concat('grid has-',count(GalleryImage),'-cols')" /> |
|
|
|
|
</xsl:attribute> |
|
|
|
|
<div class="grid"> |
|
|
|
|
<xsl:for-each select="GalleryImage"> |
|
|
|
@ -188,7 +188,7 @@
@@ -188,7 +188,7 @@
|
|
|
|
|
<img src="{imgsrc}" width="20px" border="0" /> |
|
|
|
|
</a> |
|
|
|
|
</figure> |
|
|
|
|
</p> |
|
|
|
|
</p> |
|
|
|
|
<xsl:if test="subtitle !=''"> |
|
|
|
|
<p class="subtitle"> |
|
|
|
|
<xsl:choose> |
|
|
|
|