</div>
</xsl:template>
+ <xsl:template match="ilustr">
+ <div>
+ <xsl:call-template name="standard-attributes" />
+ <img>
+ <xsl:attribute name="src">
+ <xsl:value-of select="@src" />
+ </xsl:attribute>
+ </img>
+ <p class="alt"><xsl:value-of select="@alt"/></p>
+ </div>
+ </xsl:template>
+
<!--
***********************************
Style akapitowe oraz strofy i wersy
<!-- Possible variants: -->
<xsl:choose>
<!-- Simple verse == not wers_ tags anywhere until the ending br -->
- <xsl:when test="not($verse-content[starts-with(name(), 'wers_')])">
- <p class="wers" x-node="wers" x-verse="true">
+ <xsl:when test="not($verse-content[starts-with(name(), 'wers')])">
+ <p class="wers" x-node="wers" x-verse="true" x-auto-node="true">
<xsl:apply-templates select="$verse-content[local-name(.) != 'br']">
<xsl:with-param name="mixed" select="true()" />
</xsl:apply-templates>
</xsl:choose>
</xsl:template>
- <xsl:template match="wers_cd|wers_akap|wers_wciety|wers_do_prawej">
+ <xsl:template match="wers_cd|wers_akap|wers_wciety|wers_do_prawej|wers">
<xsl:param name="mixed" />
<!-- <xsl:choose>
<xsl:when test="ancestor::*[0]/self::strofa"> -->
</span>
</xsl:template>
+ <xsl:template match="ref">
+ <span x-editable="true" x-common="common" x-edit-no-format="true" x-edit-attribute="href">
+ <xsl:call-template name="standard-attributes">
+ <xsl:with-param name="extra-class" select="'reference-inline-box'" />
+ </xsl:call-template>
+ <a class="reference">📌</a>
+ </span>
+ </xsl:template>
+
<xsl:template match="begin">
<span>
<xsl:call-template name="standard-attributes" />
</xsl:template>
<xsl:template match="motyw">
- <span x-editable="true" x-common="common">
+ <span x-editable="true" x-edit-no-format="true" x-common="common">
<xsl:call-template name="standard-attributes" />
<xsl:attribute name="theme-class">
<xsl:value-of select="substring-after(@id, 'm')" />