The HTML for links to Publication items was created incorrectly (empty spaces in the link address).

git-svn-id: https://svn.libreccm.org/ccm/trunk@2542 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2014-02-26 12:41:03 +00:00
parent 35f2e38857
commit 3984e532d9
1 changed files with 8 additions and 20 deletions

View File

@ -365,8 +365,7 @@
<a> <a>
<xsl:attribute name="href"> <xsl:attribute name="href">
<xsl:text>/redirect/?oid=</xsl:text> <xsl:value-of select="concat('/redirect/?oid=', ./targetItem/@oid)" />
<xsl:value-of select="./targetItem/@oid" />
</xsl:attribute> </xsl:attribute>
<xsl:attribute name="title"> <xsl:attribute name="title">
<xsl:call-template name="mandalay:shying"> <xsl:call-template name="mandalay:shying">
@ -410,10 +409,7 @@
<a> <a>
<xsl:attribute name="href"> <xsl:attribute name="href">
<xsl:text> <xsl:value-of select="concat('/redirect/?oid=', ./targetItem/@oid)" />
/redirect/?oid=
</xsl:text>
<xsl:value-of select="./targetItem/@oid" />
</xsl:attribute> </xsl:attribute>
<xsl:attribute name="title"> <xsl:attribute name="title">
<xsl:call-template name="mandalay:shying"> <xsl:call-template name="mandalay:shying">
@ -435,8 +431,8 @@
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
<a> <a>
<xsl:attribute name="href">/redirect/?oid= <xsl:attribute name="href">
<xsl:value-of select="./targetItem/@oid" /> <xsl:value-of select="concat('/redirect/?oid=', ./targetItem/@oid)" />
</xsl:attribute> </xsl:attribute>
<xsl:call-template name="mandalay:shying"> <xsl:call-template name="mandalay:shying">
<xsl:with-param name="title"> <xsl:with-param name="title">
@ -464,8 +460,7 @@
<span class="moreButton"> <span class="moreButton">
<a> <a>
<xsl:attribute name="href"> <xsl:attribute name="href">
<xsl:text>/redirect/?oid=</xsl:text> <xsl:value-of select="concat('/redirect/?oid=', ./targetItem/@oid)" />
<xsl:value-of select="./targetItem/@oid" />
</xsl:attribute> </xsl:attribute>
<xsl:attribute name="title"> <xsl:attribute name="title">
<xsl:call-template name="mandalay:getStaticText"> <xsl:call-template name="mandalay:getStaticText">
@ -600,10 +595,7 @@
<a> <a>
<xsl:attribute name="href"> <xsl:attribute name="href">
<xsl:text> <xsl:value-of select="concat('/redirect/?oid=', ./targetItem/@oid)" />
/redirect/?oid=
</xsl:text>
<xsl:value-of select="./targetItem/@oid" />
</xsl:attribute> </xsl:attribute>
<xsl:attribute name="title"> <xsl:attribute name="title">
<xsl:call-template name="mandalay:shying"> <xsl:call-template name="mandalay:shying">
@ -647,10 +639,7 @@
<a> <a>
<xsl:attribute name="href"> <xsl:attribute name="href">
<xsl:text> <xsl:value-of select="concat('/redirect/?oid=', ./targetItem/@oid)" />
/redirect/?oid=
</xsl:text>
<xsl:value-of select="./targetItem/@oid" />
</xsl:attribute> </xsl:attribute>
<xsl:attribute name="title"> <xsl:attribute name="title">
<xsl:call-template name="mandalay:shying"> <xsl:call-template name="mandalay:shying">
@ -693,8 +682,7 @@
<span class="moreButton"> <span class="moreButton">
<a> <a>
<xsl:attribute name="href"> <xsl:attribute name="href">
<xsl:text>/redirect/?oid=</xsl:text> <xsl:value-of select="concat('/redirect/?oid=', ./targetItem/@oid)"/>
<xsl:value-of select="./targetItem/@oid"/>
</xsl:attribute> </xsl:attribute>
<xsl:attribute name="title"> <xsl:attribute name="title">
<xsl:call-template name="mandalay:getStaticText"> <xsl:call-template name="mandalay:getStaticText">