Some refinements for Foundry
git-svn-id: https://svn.libreccm.org/ccm/trunk@3291 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
90a0dadbf8
commit
b5e5207907
|
|
@ -89,11 +89,11 @@
|
||||||
<xsl:when test="@id != '' or @class != '' or with-colorset = 'true'">
|
<xsl:when test="@id != '' or @class != '' or with-colorset = 'true'">
|
||||||
<span>
|
<span>
|
||||||
<xsl:call-template name="foundry:set-id-and-class"/>
|
<xsl:call-template name="foundry:set-id-and-class"/>
|
||||||
<xsl:value-of select="foundry:get-static-text($module, .)"/>
|
<xsl:value-of select="foundry:get-static-text($module, normalize-space(.))"/>
|
||||||
</span>
|
</span>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<xsl:value-of select="foundry:get-static-text($module, .)"/>
|
<xsl:value-of select="foundry:get-static-text($module, normalize-space(.))"/>
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
|
||||||
|
|
@ -510,12 +510,12 @@
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
|
|
||||||
<!--<span id="top"/>-->
|
<!--<span id="top"/>-->
|
||||||
<a href="#startcontent" accesskey="S" class="nav-hide">
|
<!--<a href="#startcontent" accesskey="S" class="nav-hide">
|
||||||
<xsl:attribute name="title">
|
<xsl:attribute name="title">
|
||||||
<xsl:value-of select="foundry:get-static-text('', 'layout/page/skipnav/title')"/>
|
<xsl:value-of select="foundry:get-static-text('', 'layout/page/skipnav/title')"/>
|
||||||
</xsl:attribute>
|
</xsl:attribute>
|
||||||
<xsl:value-of select="foundry:get-static-text('', 'layout/page/skipnav/link')"/>
|
<xsl:value-of select="foundry:get-static-text('', 'layout/page/skipnav/link')"/>
|
||||||
</a>
|
</a>-->
|
||||||
|
|
||||||
<xsl:apply-templates/>
|
<xsl:apply-templates/>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue