Fehlende Dateien

git-svn-id: https://svn.libreccm.org/ccm/trunk@1076 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2011-08-28 09:48:12 +00:00
parent 75ef47d97b
commit 9fb60ad7aa
3 changed files with 504 additions and 375 deletions

View File

@ -39,8 +39,12 @@
</xsl:when>
<xsl:when test="@oid = ../../../cms:articleSectionPanel/cms:item[position() != 1]/@oid">
<a>
<xsl:attribute name="href">#internalSection<xsl:value-of select="$internalRank" /></xsl:attribute>
<xsl:attribute name="title">internal section <xsl:value-of select="$internalRank" /></xsl:attribute>
<xsl:attribute name="href">#internalSection
<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"/>
</a>
</xsl:when>
@ -49,15 +53,25 @@
</xsl:when>
<xsl:when test="@oid = ../../../nav:greetingItemExtraXML/cms:articleSectionPanel/cms:item[position() != 1]/@oid">
<a>
<xsl:attribute name="href">#internalSection<xsl:value-of select="$internalRank" /></xsl:attribute>
<xsl:attribute name="title">internal section <xsl:value-of select="$internalRank" /></xsl:attribute>
<xsl:attribute name="href">#internalSection
<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"/>
</a>
</xsl:when>
<xsl:when test="($Page = $prevPage) and $Page!='1'">
<a>
<xsl:attribute name="href">?page=<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:attribute name="href">?page=
<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"/>
</a>
</xsl:when>
@ -67,7 +81,10 @@
</a>
</xsl:otherwise>
</xsl:choose>
<xsl:if test="not(position()=last())"><xsl:text disable-output-escaping="yes">&amp;</xsl:text>nbsp;|<xsl:text disable-output-escaping="yes">&amp;</xsl:text>nbsp;</xsl:if>
<xsl:if test="not(position()=last())">
<xsl:text disable-output-escaping="yes">&amp;</xsl:text>nbsp;|
<xsl:text disable-output-escaping="yes">&amp;</xsl:text>nbsp;
</xsl:if>
</xsl:for-each>
</div>
@ -80,6 +97,14 @@
<xsl:call-template name="oneSection" />
</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">
<xsl:for-each select="./sections">
@ -119,24 +144,42 @@
<xsl:for-each select="image">
<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="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>
<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="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>
</xsl:for-each>
<xsl:choose>
<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:otherwise>
<div class="bold">
<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>
<xsl:value-of disable-output-escaping="yes" select="title"/>:</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:value-of disable-output-escaping="yes" select="title"/>:
</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:choose>

View File

@ -39,8 +39,12 @@
</xsl:when>
<xsl:when test="@oid = ../../../cms:articleSectionPanel/cms:item[position() != 1]/@oid">
<a>
<xsl:attribute name="href">#internalSection<xsl:value-of select="$internalRank" /></xsl:attribute>
<xsl:attribute name="title">internal section <xsl:value-of select="$internalRank" /></xsl:attribute>
<xsl:attribute name="href">#internalSection
<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"/>
</a>
</xsl:when>
@ -49,15 +53,25 @@
</xsl:when>
<xsl:when test="@oid = ../../../nav:greetingItemExtraXML/cms:articleSectionPanel/cms:item[position() != 1]/@oid">
<a>
<xsl:attribute name="href">#internalSection<xsl:value-of select="$internalRank" /></xsl:attribute>
<xsl:attribute name="title">internal section <xsl:value-of select="$internalRank" /></xsl:attribute>
<xsl:attribute name="href">#internalSection
<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"/>
</a>
</xsl:when>
<xsl:when test="($Page = $prevPage) and $Page!='1'">
<a>
<xsl:attribute name="href">?page=<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:attribute name="href">?page=
<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"/>
</a>
</xsl:when>
@ -67,7 +81,10 @@
</a>
</xsl:otherwise>
</xsl:choose>
<xsl:if test="not(position()=last())"><xsl:text disable-output-escaping="yes">&amp;</xsl:text>nbsp;|<xsl:text disable-output-escaping="yes">&amp;</xsl:text>nbsp;</xsl:if>
<xsl:if test="not(position()=last())">
<xsl:text disable-output-escaping="yes">&amp;</xsl:text>nbsp;|
<xsl:text disable-output-escaping="yes">&amp;</xsl:text>nbsp;
</xsl:if>
</xsl:for-each>
</div>
@ -80,6 +97,14 @@
<xsl:call-template name="oneSection" />
</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">
<xsl:for-each select="./sections">
@ -119,24 +144,42 @@
<xsl:for-each select="image">
<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="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>
<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="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>
</xsl:for-each>
<xsl:choose>
<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:otherwise>
<div class="bold">
<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>
<xsl:value-of disable-output-escaping="yes" select="title"/>:</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:value-of disable-output-escaping="yes" select="title"/>:
</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:choose>

View File

@ -39,8 +39,12 @@
</xsl:when>
<xsl:when test="@oid = ../../../cms:articleSectionPanel/cms:item[position() != 1]/@oid">
<a>
<xsl:attribute name="href">#internalSection<xsl:value-of select="$internalRank" /></xsl:attribute>
<xsl:attribute name="title">internal section <xsl:value-of select="$internalRank" /></xsl:attribute>
<xsl:attribute name="href">#internalSection
<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"/>
</a>
</xsl:when>
@ -49,15 +53,25 @@
</xsl:when>
<xsl:when test="@oid = ../../../nav:greetingItemExtraXML/cms:articleSectionPanel/cms:item[position() != 1]/@oid">
<a>
<xsl:attribute name="href">#internalSection<xsl:value-of select="$internalRank" /></xsl:attribute>
<xsl:attribute name="title">internal section <xsl:value-of select="$internalRank" /></xsl:attribute>
<xsl:attribute name="href">#internalSection
<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"/>
</a>
</xsl:when>
<xsl:when test="($Page = $prevPage) and $Page!='1'">
<a>
<xsl:attribute name="href">?page=<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:attribute name="href">?page=
<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"/>
</a>
</xsl:when>
@ -67,7 +81,10 @@
</a>
</xsl:otherwise>
</xsl:choose>
<xsl:if test="not(position()=last())"><xsl:text disable-output-escaping="yes">&amp;</xsl:text>nbsp;|<xsl:text disable-output-escaping="yes">&amp;</xsl:text>nbsp;</xsl:if>
<xsl:if test="not(position()=last())">
<xsl:text disable-output-escaping="yes">&amp;</xsl:text>nbsp;|
<xsl:text disable-output-escaping="yes">&amp;</xsl:text>nbsp;
</xsl:if>
</xsl:for-each>
</div>
@ -80,6 +97,14 @@
<xsl:call-template name="oneSection" />
</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">
<xsl:for-each select="./sections">
@ -119,24 +144,42 @@
<xsl:for-each select="image">
<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="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>
<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="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>
</xsl:for-each>
<xsl:choose>
<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:otherwise>
<div class="bold">
<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>
<xsl:value-of disable-output-escaping="yes" select="title"/>:</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:value-of disable-output-escaping="yes" select="title"/>:
</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:choose>