Parent Directory
|
Revision Log
|
Patch
| revision 599 by hertzog, Sat Jul 12 09:37:21 2003 UTC | revision 600 by hertzog, Sat Jul 12 12:40:46 2003 UTC | |
|---|---|---|
| # | Line 35 | Line 35 |
| 35 | <!-- Named templates aka functions --> | <!-- Named templates aka functions --> |
| 36 | <xsl:template name="mirror"> | <xsl:template name="mirror"> |
| 37 | <xsl:choose> | <xsl:choose> |
| 38 | <xsl:when test="contains(source/section, 'non-US')"> | <xsl:when test="contains(/source/section, 'non-US')"> |
| 39 | <xsl:text>http://non-us.debian.org/debian-non-US</xsl:text> | <xsl:text>http://non-us.debian.org/debian-non-US</xsl:text> |
| 40 | </xsl:when> | </xsl:when> |
| 41 | <xsl:otherwise> | <xsl:otherwise> |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |