New fellowship XSL file
svn path=/branches/test/; revision=21758
This commit is contained in:
parent
4a65916373
commit
caa004a641
879
fellowship/fellowship.xsl
Normal file
879
fellowship/fellowship.xsl
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,38 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
<xsl:output method="xml" encoding="UTF-8" indent="yes" />
|
||||
|
||||
<xsl:template match="/html/head">
|
||||
<xsl:copy>
|
||||
<xsl:element name="link">
|
||||
<xsl:attribute name="href">/look/fellowship.css</xsl:attribute>
|
||||
<xsl:attribute name="rel">stylesheet</xsl:attribute>
|
||||
</xsl:element>
|
||||
|
||||
<xsl:apply-templates />
|
||||
</xsl:copy>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="/html/body">
|
||||
<!-- xsl:attribute name="id">fellowship</xsl:attribute -->
|
||||
|
||||
<xsl:copy>
|
||||
<div id="fellowship">
|
||||
<xsl:apply-templates />
|
||||
</div>
|
||||
</xsl:copy>
|
||||
</xsl:template>
|
||||
|
||||
<!--
|
||||
<xsl:template match="/html/body/div[@id='wrapper-inner']/div[@id='header']/div[@id='logo']/a/img">
|
||||
<xsl:attribute name="src">/graphics/fellowship/logo.png</xsl:attribute>
|
||||
</xsl:template>
|
||||
-->
|
||||
|
||||
<xsl:template match="@* | node()" priority="-1">
|
||||
<xsl:copy>
|
||||
<xsl:apply-templates select="@* | node()" />
|
||||
</xsl:copy>
|
||||
</xsl:template>
|
||||
</xsl:stylesheet>
|
Loading…
Reference in New Issue
Block a user