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'">
|
||||
<span>
|
||||
<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>
|
||||
</xsl:when>
|
||||
<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:choose>
|
||||
</xsl:template>
|
||||
|
|
|
|||
|
|
@ -510,12 +510,12 @@
|
|||
</xsl:if>
|
||||
|
||||
<!--<span id="top"/>-->
|
||||
<a href="#startcontent" accesskey="S" class="nav-hide">
|
||||
<!--<a href="#startcontent" accesskey="S" class="nav-hide">
|
||||
<xsl:attribute name="title">
|
||||
<xsl:value-of select="foundry:get-static-text('', 'layout/page/skipnav/title')"/>
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="foundry:get-static-text('', 'layout/page/skipnav/link')"/>
|
||||
</a>
|
||||
</a>-->
|
||||
|
||||
<xsl:apply-templates/>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Reference in New Issue