1 <?xml version='
1.0'
encoding=
"iso-8859-1"?>
2 <xsl:stylesheet xmlns:
xsl=
"http://www.w3.org/1999/XSL/Transform" version=
"1.0" >
3 <xsl:output encoding=
"iso-8859-15" method=
"html" indent=
"yes" doctype-public=
"-//W3C//DTD HTML 4.01 Transitional//EN" />
4 <xsl:template match=
"/changelog">
7 <title>CVS-ChangeLog for the
<xsl:value-of select=
"$module"/> module on
<xsl:value-of select=
"$date"/></title>
8 <style type=
"text/css">
9 h3 { background-color: #E6E6FA; color: #
000000; padding:
2px; }
10 .rev { color: #
808080 }
15 <xsl:for-each select=
"entry">
19 <xsl:text>Files modified by
</xsl:text>
20 <xsl:value-of select=
"concat(author, ': ', date, ' (', time, ')')" />
26 <xsl:value-of select=
"msg"/>
29 <tr height=
"25px"></tr>
31 <td><strong><xsl:text>File name
</xsl:text></strong></td>
32 <td><strong><xsl:text>Revision
</xsl:text></strong></td>
33 <td><strong><xsl:text>Status
</xsl:text></strong></td>
35 <xsl:for-each select=
"file">
37 <td><xsl:value-of select=
"name"/></td>
38 <td><xsl:value-of select=
"revision"/></td>
41 <xsl:when test=
"cvsstate='dead'">
42 <font color=
"#990000">
43 <xsl:text>DELETED
</xsl:text>
47 <xsl:value-of select=
"cvsstate"/>
53 <tr height=
"50px"></tr>
57 define(
"_BBCLONE_DIR",
"../../../mybbclone/");
58 define(
"COUNTER", _BBCLONE_DIR.
"index.php");
59 if (file_exists(COUNTER)) include_once(COUNTER);