sebb 2003/10/09 15:57:13
Modified: xdocs/stylesheets site_printable.vsl site.vsl
Log:
docs and printable_docs now use Jakarta logo from docs/images
Revision Changes Path
1.10 +2 -2 jakarta-jmeter/xdocs/stylesheets/site_printable.vsl
Index: site_printable.vsl
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/stylesheets/site_printable.vsl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- site_printable.vsl 5 Sep 2003 21:18:58 -0000 1.9
+++ site_printable.vsl 9 Oct 2003 22:57:13 -0000 1.10
@@ -382,7 +382,7 @@
#macro (getProjectImage)
#if ($project.getChild("logo"))
<td align="left">
-<a href="http://jakarta.apache.org"><img
src="http://jakarta.apache.org/images/jakarta-logo.gif" border="0"></a>
+<a href="http://jakarta.apache.org"><img
src="$relativePath/../docs/images/jakarta-logo.gif" border="0"></a>
</td>
<td align="right">
#set ( $logoString = $project.getChild("logo").getAttributeValue("href") )
@@ -394,7 +394,7 @@
</td>
#else
<td colspan="2">
-<a href="http://jakarta.apache.org"><img
src="http://jakarta.apache.org/images/jakarta-logo.gif" align="left" border="0"></a>
+<a href="http://jakarta.apache.org"><img
src="$relativePath/../docs/images/jakarta-logo.gif" align="left" border="0"></a>
</td>
#end
#end
1.19 +3 -3 jakarta-jmeter/xdocs/stylesheets/site.vsl
Index: site.vsl
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/stylesheets/site.vsl,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- site.vsl 20 Jun 2003 14:15:36 -0000 1.18
+++ site.vsl 9 Oct 2003 22:57:13 -0000 1.19
@@ -355,7 +355,7 @@
#macro (getProjectImage)
#if ($project.getChild("logo"))
<td align="left">
-<a href="http://jakarta.apache.org"><img
src="http://jakarta.apache.org/images/jakarta-logo.gif" border="0"/></a>
+<a href="http://jakarta.apache.org"><img
src="$relativePath/../docs/images/jakarta-logo.gif" border="0"/></a>
</td>
<td align="right">
#set ( $logoString = $project.getChild("logo").getAttributeValue("href") )
@@ -367,7 +367,7 @@
</td>
#else
<td colspan="2">
-<a href="http://jakarta.apache.org"><img
src="http://jakarta.apache.org/images/jakarta-logo.gif" align="left" border="0"/></a>
+<a href="http://jakarta.apache.org"><img
src="$relativePath/../docs/images/jakarta-logo.gif" align="left" border="0"/></a>
</td>
#end
#end
@@ -421,7 +421,7 @@
</td></tr>
<tr><td colspan="2">
<div align="center"><font
color="$bodylink" size="-1"><em>
- Copyright © 1999-2001, Apache
Software Foundation
+ Copyright © 1999-2003, Apache
Software Foundation
</em></font></div>
</td></tr>
</table>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]