Author: sebb
Date: Wed Mar 5 17:23:39 2008
New Revision: 634110
URL: http://svn.apache.org/viewvc?rev=634110&view=rev
Log:
Add title alias for alt attributes
Add Iframe for ApacheCon events
Modified:
jakarta/jmeter/trunk/xdocs/stylesheets/site.vsl
Modified: jakarta/jmeter/trunk/xdocs/stylesheets/site.vsl
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/stylesheets/site.vsl?rev=634110&r1=634109&r2=634110&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/stylesheets/site.vsl (original)
+++ jakarta/jmeter/trunk/xdocs/stylesheets/site.vsl Wed Mar 5 17:23:39 2008
@@ -409,8 +409,16 @@
#macro (getProjectImage)
#if ($project.getChild("logo"))
+#set ( $logoString = $project.getChild("logo").getAttributeValue("href") )
+#set ( $logoHeight = $project.getChild("logo").getAttributeValue("height") )
+#set ( $logoWidth = $project.getChild("logo").getAttributeValue("width") )
+<td>
+<!-- Need to specify height otherwise iframe seems to grab extra -->
+<iframe src="http://www.apache.org/ads/halfbanner.html" height="$logoHeight"
+ style="border-width:0; float: left" frameborder="0"
scrolling="no"></iframe>
+</td>
<td align="left">
-<a href="http://jakarta.apache.org"><img width="505" height="48"
src="$relativePath/images/jakarta-logo.gif" border="0"/></a>
+<a href="http://jakarta.apache.org"><img width="505" height="48"
src="$relativePath/images/jakarta-logo.gif" alt="Jakarta" title="Jakarta"
border="0"/></a>
</td>
<td align="right">
#set ( $logoString = $project.getChild("logo").getAttributeValue("href") )
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]