the file directory.
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template name="head">
+ <xsl:param name="path_to_top" select="'.'"/>
<div class="right">
<div class="small">
- <a href="home.html">MoWGLI: Mathematics on the Web: Get It by Logic and Interfaces</a>
+ <a href="{$path_to_top}/home.html">MoWGLI: Mathematics on the Web: Get It by Logic and Interfaces</a>
</div>
</div>
<hr/>
</head>
<body>
<blockquote>
- <xsl:call-template name="head"/>
+ <xsl:call-template name="head">
+ <xsl:with-param name="path_to_top" select="'.'"/>
+ </xsl:call-template>
<xsl:apply-templates/>
<xsl:call-template name="foot"/>
</blockquote>
</head>
<body>
<blockquote>
- <xsl:call-template name="head"/>
+ <xsl:call-template name="head">
+ <xsl:with-param name="path_to_top" select="'../..'"/>
+ </xsl:call-template>
<xsl:apply-templates/>
<xsl:call-template name="foot"/>
</blockquote>
</head>
<body>
<blockquote>
- <xsl:call-template name="head"/>
+ <xsl:call-template name="head">
+ <xsl:with-param name="path_to_top" select="'.'"/>
+ </xsl:call-template>
<h1>News Archive</h1>
<dl>
<xsl:apply-templates/>
</head>
<body>
<blockquote>
- <xsl:call-template name="head"/>
+ <xsl:call-template name="head">
+ <xsl:with-param name="path_to_top" select="'../..'"/>
+ </xsl:call-template>
<xsl:apply-templates/>
<xsl:call-template name="foot"/>
</blockquote>
</head>
<body>
<blockquote>
- <xsl:call-template name="head"/>
+ <xsl:call-template name="head">
+ <xsl:with-param name="path_to_top" select="'.'"/>
+ </xsl:call-template>
<xsl:apply-templates/>
<xsl:call-template name="foot"/>
</blockquote>
</head>
<body>
<blockquote>
- <xsl:call-template name="head"/>
+ <xsl:call-template name="head">
+ <xsl:with-param name="path_to_top" select="'../..'"/>
+ </xsl:call-template>
<xsl:apply-templates/>
<xsl:call-template name="foot"/>
</blockquote>
</head>
<body>
<blockquote>
- <xsl:call-template name="head"/>
+ <xsl:call-template name="head">
+ <xsl:with-param name="path_to_top" select="'..'"/>
+ </xsl:call-template>
<xsl:apply-templates/>
<xsl:call-template name="foot"/>
</blockquote>
</head>
<body>
<blockquote>
- <xsl:call-template name="head"/>
+ <xsl:call-template name="head">
+ <xsl:with-param name="path_to_top" select="'..'"/>
+ </xsl:call-template>
<xsl:apply-templates/>
<xsl:call-template name="foot"/>
</blockquote>
</head>
<body>
<blockquote>
- <xsl:call-template name="head"/>
+ <xsl:call-template name="head">
+ <xsl:with-param name="path_to_top" select="'..'"/>
+ </xsl:call-template>
<xsl:apply-templates/>
<xsl:call-template name="foot"/>
</blockquote>