X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/440e003c328f12462a1ca8b512fbeb4bb5ad903a..dff69468b1c5a65240a2b2369dcb4f087a70a536:/redakcja/static/xsl/wl2html_client.xsl?ds=inline diff --git a/redakcja/static/xsl/wl2html_client.xsl b/redakcja/static/xsl/wl2html_client.xsl index b6029dbc..784acb7e 100644 --- a/redakcja/static/xsl/wl2html_client.xsl +++ b/redakcja/static/xsl/wl2html_client.xsl @@ -213,6 +213,20 @@ </div> </xsl:template> + <!-- + Tagi obejmujÄ ce tekst w ramce (styl wieloakapitowy bÄ dź wielostrofowy): + <ramka> tekst-w-ramce </ramka> + --> + <xsl:template match="ramka"> + <xsl:param name="mixed" /> + <div> + <xsl:call-template name="standard-attributes" /> + <xsl:apply-templates select="child::node()"> + <xsl:with-param name="mixed" select="false()" /> + </xsl:apply-templates> + </div> + </xsl:template> + <!-- Tagi obejmujÄ ce tekst motta (styl wieloakapitowy bÄ dź wielostrofowy): <motto> tekst-motta </motto> @@ -588,7 +602,7 @@ </xsl:choose> </xsl:template> - <xsl:template match="wers_cd|wers_akap|wers_wciety"> + <xsl:template match="wers_cd|wers_akap|wers_wciety|wers_do_prawej"> <xsl:param name="mixed" /> <!-- <xsl:choose> <xsl:when test="ancestor::*[0]/self::strofa"> --> @@ -627,7 +641,7 @@ </em> </xsl:template> - <xsl:template match="wyroznienie|slowo_obce|mat|didask_tekst|osoba|wyp_osoba|www"> + <xsl:template match="wyroznienie|slowo_obce|mat|didask_tekst|osoba|wyp_osoba|www|wieksze_odstepy"> <xsl:param name="mixed" /> <em> <xsl:call-template name="standard-attributes" />