X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/825884d5336fece8448c24c002ddae8a93dca50d..b23f2eb2dba1c6e2c49f45362197b51eee60ac7c:/platforma/static/xsl/wl2html_client.xsl?ds=sidebyside diff --git a/platforma/static/xsl/wl2html_client.xsl b/platforma/static/xsl/wl2html_client.xsl index 3b44fbd6..d9758ea2 100755 --- a/platforma/static/xsl/wl2html_client.xsl +++ b/platforma/static/xsl/wl2html_client.xsl @@ -7,9 +7,9 @@ --> <xsl:output method="xml" encoding="utf-8" indent="no" omit-xml-declaration="yes" /> - <xsl:template match="/"> + <!-- <xsl:template match="/"> <xsl:apply-templates select="chunk|utwor" /> - </xsl:template> + </xsl:template> --> <!-- Base tag for rendering a fragment of text @@ -27,7 +27,7 @@ <xsl:template match="utwor"> <div> <xsl:call-template name="standard-attributes" /> - <xsl:apply-templates select="child::*"> + <xsl:apply-templates select="child::* | text()"> <xsl:with-param name="mixed" select="false()" /> </xsl:apply-templates> </div> @@ -212,7 +212,7 @@ --> <xsl:template match="motto"> <xsl:param name="mixed" /> - <div> + <div x-editable="true"> <xsl:call-template name="standard-attributes" /> <xsl:apply-templates select="child::node()"> <xsl:with-param name="mixed" select="true()" /> @@ -432,7 +432,7 @@ <xsl:template match="didaskalia"> <xsl:param name="mixed" /> - <div> + <div x-editable="true"> <xsl:call-template name="standard-attributes" /> <xsl:apply-templates select="child::node()"> <xsl:with-param name="mixed" select="true()" /> @@ -680,7 +680,7 @@ <xsl:value-of select="substring-after(@id, 'm')" /> </xsl:attribute> <xsl:call-template name="context-menu" /> - <span class="theme-text-list"><xsl:value-of select="." /></span> + <span class="theme-text-list"><xsl:value-of select=".|node()" /></span> </span> </xsl:template> @@ -701,11 +701,11 @@ --> <xsl:template match="text()"> + <!-- <xsl:value-of select="." /> --> <xsl:param name="mixed" /> <xsl:choose> <xsl:when test="normalize-space(.) = ''" /> - <xsl:when test="not($mixed)"><span x-node="out-of-flow-text" class="out-of-flow-text" - x-content="{.}"></span></xsl:when> + <xsl:when test="not($mixed)"><div x-node="out-of-flow-text" class="out-of-flow-text"><xsl:value-of select="." /></div></xsl:when> <xsl:otherwise><xsl:value-of select="." /></xsl:otherwise> </xsl:choose> </xsl:template> @@ -729,7 +729,7 @@ <xsl:template name="context-menu"> <!-- <span class="default-menu context-menu"> --> - <button class="edit-button">Edytuj</button> + <!-- <button class="edit-button">Edytuj</button> --> <!-- <span class="delete-button">Delete</span> --> <!-- </span> --> <!-- <span class="edit-menu context-menu">