Beautified script output.

svn path=/trunk/; revision=8220
This commit is contained in:
2007-05-06 16:17:23 +00:00
parent ddb497c958
commit 6b08108e68

View File

@@ -25,9 +25,9 @@
<xsl:template match="head"> <xsl:template match="head">
<xsl:copy> <xsl:copy>
<meta name="robots" content="index, follow"/> <meta name="robots" content="index, follow"/>
<link rel="stylesheet" href="/fsfeurope.css" type="text/css" /> <link rel="stylesheet" href="/fsfeurope.css" type="text/css"/>
<link rel="icon" href="/graphics/fsfeurope.ico" type="image/x-icon" /> <link rel="icon" href="/graphics/fsfeurope.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="/graphics/fsfeurope.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/graphics/fsfeurope.ico" type="image/x-icon"/>
<xsl:apply-templates select="@*|node()"/> <xsl:apply-templates select="@*|node()"/>
</xsl:copy> </xsl:copy>
</xsl:template> </xsl:template>
@@ -39,16 +39,16 @@
<!-- First of all, a comment to make clear this is generated --> <!-- First of all, a comment to make clear this is generated -->
<xsl:comment>This file was generated by an XSLT script. Please do not edit.</xsl:comment> <xsl:comment>This file was generated by an XSLT script. Please do not edit.</xsl:comment>
<xsl:comment>Unnecessary div, for IE only</xsl:comment>
<xsl:element name="div"> <xsl:element name="div">
<xsl:comment>Unnecessary div, for IE only</xsl:comment>
<xsl:attribute name="class">page</xsl:attribute> <xsl:attribute name="class">page</xsl:attribute>
<xsl:comment>Give non-graphical browsers a way to skip the menu</xsl:comment>
<xsl:element name="a"> <xsl:element name="a">
<xsl:comment>Give non-graphical browsers a way to skip the menu</xsl:comment>
<xsl:attribute name="class">n</xsl:attribute> <xsl:attribute name="class">n</xsl:attribute>
<xsl:attribute name="id">top</xsl:attribute> <xsl:attribute name="id">top</xsl:attribute>
<xsl:attribute name="href">#content</xsl:attribute> <xsl:attribute name="href">#content</xsl:attribute>
Skip menu <xsl:text>Skip menu</xsl:text>
</xsl:element> </xsl:element>
<!-- Menu bar --> <!-- Menu bar -->
@@ -61,7 +61,10 @@
<xsl:element name="a"> <xsl:element name="a">
<xsl:attribute name="class">gl</xsl:attribute> <xsl:attribute name="class">gl</xsl:attribute>
<xsl:attribute name="href">/</xsl:attribute> <xsl:attribute name="href">/</xsl:attribute>
<img alt="[FSFE Logo]" src="/graphics/logo.png"/> <xsl:element name="img">
<xsl:attribute name="alt">[FSFE Logo]</xsl:attribute>
<xsl:attribute name="src">/graphics/logo.png</xsl:attribute>
</xsl:element>
</xsl:element> </xsl:element>
</xsl:element> </xsl:element>