Fehlende Dateien
git-svn-id: https://svn.libreccm.org/ccm/trunk@1076 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
75ef47d97b
commit
9fb60ad7aa
|
|
@ -39,8 +39,12 @@
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:when test="@oid = ../../../cms:articleSectionPanel/cms:item[position() != 1]/@oid">
|
<xsl:when test="@oid = ../../../cms:articleSectionPanel/cms:item[position() != 1]/@oid">
|
||||||
<a>
|
<a>
|
||||||
<xsl:attribute name="href">#internalSection<xsl:value-of select="$internalRank" /></xsl:attribute>
|
<xsl:attribute name="href">#internalSection
|
||||||
<xsl:attribute name="title">internal section <xsl:value-of select="$internalRank" /></xsl:attribute>
|
<xsl:value-of select="$internalRank" />
|
||||||
|
</xsl:attribute>
|
||||||
|
<xsl:attribute name="title">internal section
|
||||||
|
<xsl:value-of select="$internalRank" />
|
||||||
|
</xsl:attribute>
|
||||||
<xsl:value-of select="title"/>
|
<xsl:value-of select="title"/>
|
||||||
</a>
|
</a>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
|
|
@ -49,15 +53,25 @@
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:when test="@oid = ../../../nav:greetingItemExtraXML/cms:articleSectionPanel/cms:item[position() != 1]/@oid">
|
<xsl:when test="@oid = ../../../nav:greetingItemExtraXML/cms:articleSectionPanel/cms:item[position() != 1]/@oid">
|
||||||
<a>
|
<a>
|
||||||
<xsl:attribute name="href">#internalSection<xsl:value-of select="$internalRank" /></xsl:attribute>
|
<xsl:attribute name="href">#internalSection
|
||||||
<xsl:attribute name="title">internal section <xsl:value-of select="$internalRank" /></xsl:attribute>
|
<xsl:value-of select="$internalRank" />
|
||||||
|
</xsl:attribute>
|
||||||
|
<xsl:attribute name="title">internal section
|
||||||
|
<xsl:value-of select="$internalRank" />
|
||||||
|
</xsl:attribute>
|
||||||
<xsl:value-of select="title"/>
|
<xsl:value-of select="title"/>
|
||||||
</a>
|
</a>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:when test="($Page = $prevPage) and $Page!='1'">
|
<xsl:when test="($Page = $prevPage) and $Page!='1'">
|
||||||
<a>
|
<a>
|
||||||
<xsl:attribute name="href">?page=<xsl:value-of select="$Page" />#internalSection<xsl:value-of select="$internalRank" /></xsl:attribute>
|
<xsl:attribute name="href">?page=
|
||||||
<xsl:attribute name="title">page<xsl:value-of select="$Page" />internal section <xsl:value-of select="$internalRank" /></xsl:attribute>
|
<xsl:value-of select="$Page" />#internalSection
|
||||||
|
<xsl:value-of select="$internalRank" />
|
||||||
|
</xsl:attribute>
|
||||||
|
<xsl:attribute name="title">page
|
||||||
|
<xsl:value-of select="$Page" />internal section
|
||||||
|
<xsl:value-of select="$internalRank" />
|
||||||
|
</xsl:attribute>
|
||||||
<xsl:value-of select="title"/>
|
<xsl:value-of select="title"/>
|
||||||
</a>
|
</a>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
|
|
@ -67,7 +81,10 @@
|
||||||
</a>
|
</a>
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
<xsl:if test="not(position()=last())"><xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;</xsl:if>
|
<xsl:if test="not(position()=last())">
|
||||||
|
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|
|
||||||
|
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;
|
||||||
|
</xsl:if>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -80,6 +97,14 @@
|
||||||
<xsl:call-template name="oneSection" />
|
<xsl:call-template name="oneSection" />
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
|
||||||
|
<xsl:for-each select="/bebop:page/cms:contentPanel/cms:articleSectionPanel/cms:item">
|
||||||
|
<xsl:call-template name="oneSection" />
|
||||||
|
</xsl:for-each>
|
||||||
|
|
||||||
|
<xsl:for-each select="/bebop:page/nav:greetingItem/cms:articleSectionPanel/cms:item">
|
||||||
|
<xsl:call-template name="oneSection" />
|
||||||
|
</xsl:for-each>
|
||||||
|
|
||||||
<div id="mpaDirection">
|
<div id="mpaDirection">
|
||||||
|
|
||||||
<xsl:for-each select="./sections">
|
<xsl:for-each select="./sections">
|
||||||
|
|
@ -119,24 +144,42 @@
|
||||||
<xsl:for-each select="image">
|
<xsl:for-each select="image">
|
||||||
|
|
||||||
<img align="right">
|
<img align="right">
|
||||||
<xsl:attribute name="src"><xsl:value-of select="$dispatcher-prefix"/>/cms-service/stream/image/?image_id=<xsl:value-of select="id" /></xsl:attribute>
|
<xsl:attribute name="src">
|
||||||
<xsl:attribute name="alt"><xsl:value-of select="description" /></xsl:attribute>
|
<xsl:value-of select="$dispatcher-prefix"/>/cms-service/stream/image/?image_id=
|
||||||
<xsl:attribute name="width"><xsl:value-of select="width" /></xsl:attribute>
|
<xsl:value-of select="id" />
|
||||||
<xsl:attribute name="height"><xsl:value-of select="height" /></xsl:attribute>
|
</xsl:attribute>
|
||||||
|
<xsl:attribute name="alt">
|
||||||
|
<xsl:value-of select="description" />
|
||||||
|
</xsl:attribute>
|
||||||
|
<xsl:attribute name="width">
|
||||||
|
<xsl:value-of select="width" />
|
||||||
|
</xsl:attribute>
|
||||||
|
<xsl:attribute name="height">
|
||||||
|
<xsl:value-of select="height" />
|
||||||
|
</xsl:attribute>
|
||||||
</img>
|
</img>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<xsl:when test="position() =1">
|
<xsl:when test="position() =1">
|
||||||
<div class="bold"><xsl:value-of disable-output-escaping="yes" select="title"/>:</div>
|
<div class="bold">
|
||||||
|
<xsl:value-of disable-output-escaping="yes" select="title"/>:
|
||||||
|
</div>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<div class="bold">
|
<div class="bold">
|
||||||
<a class="intLink">
|
<a class="intLink">
|
||||||
<xsl:attribute name="name">internalSection<xsl:value-of select="position()" /></xsl:attribute>
|
<xsl:attribute name="name">internalSection
|
||||||
|
<xsl:value-of select="position()" />
|
||||||
|
</xsl:attribute>
|
||||||
</a>
|
</a>
|
||||||
<xsl:value-of disable-output-escaping="yes" select="title"/>:</div>
|
<xsl:value-of disable-output-escaping="yes" select="title"/>:
|
||||||
<div class="top"><xsl:text>[</xsl:text><a href="#top" class="topLink" title="top of page">top of page</a><xsl:text>]</xsl:text></div>
|
</div>
|
||||||
|
<div class="top">
|
||||||
|
<xsl:text>[</xsl:text>
|
||||||
|
<a href="#top" class="topLink" title="top of page">top of page</a>
|
||||||
|
<xsl:text>]</xsl:text>
|
||||||
|
</div>
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -39,8 +39,12 @@
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:when test="@oid = ../../../cms:articleSectionPanel/cms:item[position() != 1]/@oid">
|
<xsl:when test="@oid = ../../../cms:articleSectionPanel/cms:item[position() != 1]/@oid">
|
||||||
<a>
|
<a>
|
||||||
<xsl:attribute name="href">#internalSection<xsl:value-of select="$internalRank" /></xsl:attribute>
|
<xsl:attribute name="href">#internalSection
|
||||||
<xsl:attribute name="title">internal section <xsl:value-of select="$internalRank" /></xsl:attribute>
|
<xsl:value-of select="$internalRank" />
|
||||||
|
</xsl:attribute>
|
||||||
|
<xsl:attribute name="title">internal section
|
||||||
|
<xsl:value-of select="$internalRank" />
|
||||||
|
</xsl:attribute>
|
||||||
<xsl:value-of select="title"/>
|
<xsl:value-of select="title"/>
|
||||||
</a>
|
</a>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
|
|
@ -49,15 +53,25 @@
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:when test="@oid = ../../../nav:greetingItemExtraXML/cms:articleSectionPanel/cms:item[position() != 1]/@oid">
|
<xsl:when test="@oid = ../../../nav:greetingItemExtraXML/cms:articleSectionPanel/cms:item[position() != 1]/@oid">
|
||||||
<a>
|
<a>
|
||||||
<xsl:attribute name="href">#internalSection<xsl:value-of select="$internalRank" /></xsl:attribute>
|
<xsl:attribute name="href">#internalSection
|
||||||
<xsl:attribute name="title">internal section <xsl:value-of select="$internalRank" /></xsl:attribute>
|
<xsl:value-of select="$internalRank" />
|
||||||
|
</xsl:attribute>
|
||||||
|
<xsl:attribute name="title">internal section
|
||||||
|
<xsl:value-of select="$internalRank" />
|
||||||
|
</xsl:attribute>
|
||||||
<xsl:value-of select="title"/>
|
<xsl:value-of select="title"/>
|
||||||
</a>
|
</a>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:when test="($Page = $prevPage) and $Page!='1'">
|
<xsl:when test="($Page = $prevPage) and $Page!='1'">
|
||||||
<a>
|
<a>
|
||||||
<xsl:attribute name="href">?page=<xsl:value-of select="$Page" />#internalSection<xsl:value-of select="$internalRank" /></xsl:attribute>
|
<xsl:attribute name="href">?page=
|
||||||
<xsl:attribute name="title">page<xsl:value-of select="$Page" />internal section <xsl:value-of select="$internalRank" /></xsl:attribute>
|
<xsl:value-of select="$Page" />#internalSection
|
||||||
|
<xsl:value-of select="$internalRank" />
|
||||||
|
</xsl:attribute>
|
||||||
|
<xsl:attribute name="title">page
|
||||||
|
<xsl:value-of select="$Page" />internal section
|
||||||
|
<xsl:value-of select="$internalRank" />
|
||||||
|
</xsl:attribute>
|
||||||
<xsl:value-of select="title"/>
|
<xsl:value-of select="title"/>
|
||||||
</a>
|
</a>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
|
|
@ -67,7 +81,10 @@
|
||||||
</a>
|
</a>
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
<xsl:if test="not(position()=last())"><xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;</xsl:if>
|
<xsl:if test="not(position()=last())">
|
||||||
|
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|
|
||||||
|
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;
|
||||||
|
</xsl:if>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -80,6 +97,14 @@
|
||||||
<xsl:call-template name="oneSection" />
|
<xsl:call-template name="oneSection" />
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
|
||||||
|
<xsl:for-each select="/bebop:page/cms:contentPanel/cms:articleSectionPanel/cms:item">
|
||||||
|
<xsl:call-template name="oneSection" />
|
||||||
|
</xsl:for-each>
|
||||||
|
|
||||||
|
<xsl:for-each select="/bebop:page/nav:greetingItem/cms:articleSectionPanel/cms:item">
|
||||||
|
<xsl:call-template name="oneSection" />
|
||||||
|
</xsl:for-each>
|
||||||
|
|
||||||
<div id="mpaDirection">
|
<div id="mpaDirection">
|
||||||
|
|
||||||
<xsl:for-each select="./sections">
|
<xsl:for-each select="./sections">
|
||||||
|
|
@ -119,24 +144,42 @@
|
||||||
<xsl:for-each select="image">
|
<xsl:for-each select="image">
|
||||||
|
|
||||||
<img align="right">
|
<img align="right">
|
||||||
<xsl:attribute name="src"><xsl:value-of select="$dispatcher-prefix"/>/cms-service/stream/image/?image_id=<xsl:value-of select="id" /></xsl:attribute>
|
<xsl:attribute name="src">
|
||||||
<xsl:attribute name="alt"><xsl:value-of select="description" /></xsl:attribute>
|
<xsl:value-of select="$dispatcher-prefix"/>/cms-service/stream/image/?image_id=
|
||||||
<xsl:attribute name="width"><xsl:value-of select="width" /></xsl:attribute>
|
<xsl:value-of select="id" />
|
||||||
<xsl:attribute name="height"><xsl:value-of select="height" /></xsl:attribute>
|
</xsl:attribute>
|
||||||
|
<xsl:attribute name="alt">
|
||||||
|
<xsl:value-of select="description" />
|
||||||
|
</xsl:attribute>
|
||||||
|
<xsl:attribute name="width">
|
||||||
|
<xsl:value-of select="width" />
|
||||||
|
</xsl:attribute>
|
||||||
|
<xsl:attribute name="height">
|
||||||
|
<xsl:value-of select="height" />
|
||||||
|
</xsl:attribute>
|
||||||
</img>
|
</img>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<xsl:when test="position() =1">
|
<xsl:when test="position() =1">
|
||||||
<div class="bold"><xsl:value-of disable-output-escaping="yes" select="title"/>:</div>
|
<div class="bold">
|
||||||
|
<xsl:value-of disable-output-escaping="yes" select="title"/>:
|
||||||
|
</div>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<div class="bold">
|
<div class="bold">
|
||||||
<a class="intLink">
|
<a class="intLink">
|
||||||
<xsl:attribute name="name">internalSection<xsl:value-of select="position()" /></xsl:attribute>
|
<xsl:attribute name="name">internalSection
|
||||||
|
<xsl:value-of select="position()" />
|
||||||
|
</xsl:attribute>
|
||||||
</a>
|
</a>
|
||||||
<xsl:value-of disable-output-escaping="yes" select="title"/>:</div>
|
<xsl:value-of disable-output-escaping="yes" select="title"/>:
|
||||||
<div class="top"><xsl:text>[</xsl:text><a href="#top" class="topLink" title="top of page">top of page</a><xsl:text>]</xsl:text></div>
|
</div>
|
||||||
|
<div class="top">
|
||||||
|
<xsl:text>[</xsl:text>
|
||||||
|
<a href="#top" class="topLink" title="top of page">top of page</a>
|
||||||
|
<xsl:text>]</xsl:text>
|
||||||
|
</div>
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -39,8 +39,12 @@
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:when test="@oid = ../../../cms:articleSectionPanel/cms:item[position() != 1]/@oid">
|
<xsl:when test="@oid = ../../../cms:articleSectionPanel/cms:item[position() != 1]/@oid">
|
||||||
<a>
|
<a>
|
||||||
<xsl:attribute name="href">#internalSection<xsl:value-of select="$internalRank" /></xsl:attribute>
|
<xsl:attribute name="href">#internalSection
|
||||||
<xsl:attribute name="title">internal section <xsl:value-of select="$internalRank" /></xsl:attribute>
|
<xsl:value-of select="$internalRank" />
|
||||||
|
</xsl:attribute>
|
||||||
|
<xsl:attribute name="title">internal section
|
||||||
|
<xsl:value-of select="$internalRank" />
|
||||||
|
</xsl:attribute>
|
||||||
<xsl:value-of select="title"/>
|
<xsl:value-of select="title"/>
|
||||||
</a>
|
</a>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
|
|
@ -49,15 +53,25 @@
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:when test="@oid = ../../../nav:greetingItemExtraXML/cms:articleSectionPanel/cms:item[position() != 1]/@oid">
|
<xsl:when test="@oid = ../../../nav:greetingItemExtraXML/cms:articleSectionPanel/cms:item[position() != 1]/@oid">
|
||||||
<a>
|
<a>
|
||||||
<xsl:attribute name="href">#internalSection<xsl:value-of select="$internalRank" /></xsl:attribute>
|
<xsl:attribute name="href">#internalSection
|
||||||
<xsl:attribute name="title">internal section <xsl:value-of select="$internalRank" /></xsl:attribute>
|
<xsl:value-of select="$internalRank" />
|
||||||
|
</xsl:attribute>
|
||||||
|
<xsl:attribute name="title">internal section
|
||||||
|
<xsl:value-of select="$internalRank" />
|
||||||
|
</xsl:attribute>
|
||||||
<xsl:value-of select="title"/>
|
<xsl:value-of select="title"/>
|
||||||
</a>
|
</a>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:when test="($Page = $prevPage) and $Page!='1'">
|
<xsl:when test="($Page = $prevPage) and $Page!='1'">
|
||||||
<a>
|
<a>
|
||||||
<xsl:attribute name="href">?page=<xsl:value-of select="$Page" />#internalSection<xsl:value-of select="$internalRank" /></xsl:attribute>
|
<xsl:attribute name="href">?page=
|
||||||
<xsl:attribute name="title">page<xsl:value-of select="$Page" />internal section <xsl:value-of select="$internalRank" /></xsl:attribute>
|
<xsl:value-of select="$Page" />#internalSection
|
||||||
|
<xsl:value-of select="$internalRank" />
|
||||||
|
</xsl:attribute>
|
||||||
|
<xsl:attribute name="title">page
|
||||||
|
<xsl:value-of select="$Page" />internal section
|
||||||
|
<xsl:value-of select="$internalRank" />
|
||||||
|
</xsl:attribute>
|
||||||
<xsl:value-of select="title"/>
|
<xsl:value-of select="title"/>
|
||||||
</a>
|
</a>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
|
|
@ -67,7 +81,10 @@
|
||||||
</a>
|
</a>
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
<xsl:if test="not(position()=last())"><xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;</xsl:if>
|
<xsl:if test="not(position()=last())">
|
||||||
|
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;|
|
||||||
|
<xsl:text disable-output-escaping="yes">&</xsl:text>nbsp;
|
||||||
|
</xsl:if>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -80,6 +97,14 @@
|
||||||
<xsl:call-template name="oneSection" />
|
<xsl:call-template name="oneSection" />
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
|
||||||
|
<xsl:for-each select="/bebop:page/cms:contentPanel/cms:articleSectionPanel/cms:item">
|
||||||
|
<xsl:call-template name="oneSection" />
|
||||||
|
</xsl:for-each>
|
||||||
|
|
||||||
|
<xsl:for-each select="/bebop:page/nav:greetingItem/cms:articleSectionPanel/cms:item">
|
||||||
|
<xsl:call-template name="oneSection" />
|
||||||
|
</xsl:for-each>
|
||||||
|
|
||||||
<div id="mpaDirection">
|
<div id="mpaDirection">
|
||||||
|
|
||||||
<xsl:for-each select="./sections">
|
<xsl:for-each select="./sections">
|
||||||
|
|
@ -119,24 +144,42 @@
|
||||||
<xsl:for-each select="image">
|
<xsl:for-each select="image">
|
||||||
|
|
||||||
<img align="right">
|
<img align="right">
|
||||||
<xsl:attribute name="src"><xsl:value-of select="$dispatcher-prefix"/>/cms-service/stream/image/?image_id=<xsl:value-of select="id" /></xsl:attribute>
|
<xsl:attribute name="src">
|
||||||
<xsl:attribute name="alt"><xsl:value-of select="description" /></xsl:attribute>
|
<xsl:value-of select="$dispatcher-prefix"/>/cms-service/stream/image/?image_id=
|
||||||
<xsl:attribute name="width"><xsl:value-of select="width" /></xsl:attribute>
|
<xsl:value-of select="id" />
|
||||||
<xsl:attribute name="height"><xsl:value-of select="height" /></xsl:attribute>
|
</xsl:attribute>
|
||||||
|
<xsl:attribute name="alt">
|
||||||
|
<xsl:value-of select="description" />
|
||||||
|
</xsl:attribute>
|
||||||
|
<xsl:attribute name="width">
|
||||||
|
<xsl:value-of select="width" />
|
||||||
|
</xsl:attribute>
|
||||||
|
<xsl:attribute name="height">
|
||||||
|
<xsl:value-of select="height" />
|
||||||
|
</xsl:attribute>
|
||||||
</img>
|
</img>
|
||||||
</xsl:for-each>
|
</xsl:for-each>
|
||||||
|
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<xsl:when test="position() =1">
|
<xsl:when test="position() =1">
|
||||||
<div class="bold"><xsl:value-of disable-output-escaping="yes" select="title"/>:</div>
|
<div class="bold">
|
||||||
|
<xsl:value-of disable-output-escaping="yes" select="title"/>:
|
||||||
|
</div>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<xsl:otherwise>
|
<xsl:otherwise>
|
||||||
<div class="bold">
|
<div class="bold">
|
||||||
<a class="intLink">
|
<a class="intLink">
|
||||||
<xsl:attribute name="name">internalSection<xsl:value-of select="position()" /></xsl:attribute>
|
<xsl:attribute name="name">internalSection
|
||||||
|
<xsl:value-of select="position()" />
|
||||||
|
</xsl:attribute>
|
||||||
</a>
|
</a>
|
||||||
<xsl:value-of disable-output-escaping="yes" select="title"/>:</div>
|
<xsl:value-of disable-output-escaping="yes" select="title"/>:
|
||||||
<div class="top"><xsl:text>[</xsl:text><a href="#top" class="topLink" title="top of page">top of page</a><xsl:text>]</xsl:text></div>
|
</div>
|
||||||
|
<div class="top">
|
||||||
|
<xsl:text>[</xsl:text>
|
||||||
|
<a href="#top" class="topLink" title="top of page">top of page</a>
|
||||||
|
<xsl:text>]</xsl:text>
|
||||||
|
</div>
|
||||||
</xsl:otherwise>
|
</xsl:otherwise>
|
||||||
</xsl:choose>
|
</xsl:choose>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue