git://git.exim.org
/
exim-website.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use File::Path to make directories
[exim-website.git]
/
templates
/
wrapper.xsl
diff --git
a/templates/wrapper.xsl
b/templates/wrapper.xsl
index 2185f1ccc1df6ff80e9b02297eb920bde332cd63..45fb8e8b1f659496e32f322dfc32097a70cf48a9 100644
(file)
--- a/
templates/wrapper.xsl
+++ b/
templates/wrapper.xsl
@@
-93,7
+93,7
@@
<div id="footer">
<xsl:text>Website design by </xsl:text>
<div id="footer">
<xsl:text>Website design by </xsl:text>
- <a href="https://
secure.
grepular.com/">Mike Cardwell</a>
+ <a href="https://grepular.com/">Mike Cardwell</a>
<xsl:text>, of </xsl:text>
<a href="http://cardwellit.com/">Cardwell IT Ltd.</a>
</div>
<xsl:text>, of </xsl:text>
<a href="http://cardwellit.com/">Cardwell IT Ltd.</a>
</div>
@@
-174,7
+174,12
@@
</xsl:template>
<!-- Para -->
</xsl:template>
<!-- Para -->
- <xsl:template match="para"> <p> <xsl:apply-templates/> </p> </xsl:template>
+ <xsl:template match="para">
+ <p>
+ <xsl:if test="@revisionflag!=''"><xsl:attribute name="class">changed</xsl:attribute></xsl:if>
+ <xsl:apply-templates/>
+ </p>
+ </xsl:template>
<!-- Lists -->
<xsl:template match="itemizedlist"> <ul> <xsl:apply-templates/> </ul> </xsl:template>
<!-- Lists -->
<xsl:template match="itemizedlist"> <ul> <xsl:apply-templates/> </ul> </xsl:template>