[yelp-xsl] mal2html-links: Use series link titles for series



commit b4d232778e69878f5aebb55000901288b0d34a28
Author: Shaun McCance <shaunm gnome org>
Date:   Mon Feb 20 05:43:01 2012 -0500

    mal2html-links: Use series link titles for series

 xslt/mallard/html/mal2html-links.xsl |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/xslt/mallard/html/mal2html-links.xsl b/xslt/mallard/html/mal2html-links.xsl
index 02302c5..895dcfd 100644
--- a/xslt/mallard/html/mal2html-links.xsl
+++ b/xslt/mallard/html/mal2html-links.xsl
@@ -461,6 +461,7 @@ This template calls *{mal2html.links.series.prev} and
             <xsl:call-template name="mal.link.content">
               <xsl:with-param name="node" select="$page"/>
               <xsl:with-param name="xref" select="$page/@id"/>
+              <xsl:with-param name="role" select="'series'"/>
             </xsl:call-template>
           </li>
           <xsl:call-template name="mal2html.links.series.next">
@@ -509,11 +510,13 @@ to it.
             <xsl:call-template name="mal.link.tooltip">
               <xsl:with-param name="node" select="$prev"/>
               <xsl:with-param name="xref" select="$prev/../../@id"/>
+              <xsl:with-param name="role" select="'series'"/>
             </xsl:call-template>
           </xsl:attribute>
           <xsl:call-template name="mal.link.content">
             <xsl:with-param name="node" select="$prev"/>
             <xsl:with-param name="xref" select="$prev/../../@id"/>
+            <xsl:with-param name="role" select="'series'"/>
           </xsl:call-template>
         </a>
       </li>
@@ -555,11 +558,13 @@ page.
             <xsl:call-template name="mal.link.tooltip">
               <xsl:with-param name="node" select="$next"/>
               <xsl:with-param name="xref" select="$next/@xref"/>
+              <xsl:with-param name="role" select="'series'"/>
             </xsl:call-template>
           </xsl:attribute>
           <xsl:call-template name="mal.link.content">
             <xsl:with-param name="node" select="$next"/>
             <xsl:with-param name="xref" select="$next/@xref"/>
+            <xsl:with-param name="role" select="'series'"/>
           </xsl:call-template>
         </a>
       </li>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]