|
From: <be...@us...> - 2009-05-20 16:40:56
|
Revision: 303
http://qalab.svn.sourceforge.net/qalab/?rev=303&view=rev
Author: benoitx
Date: 2009-05-20 16:40:47 +0000 (Wed, 20 May 2009)
Log Message:
-----------
removing hardcoded sizes.
Modified Paths:
--------------
trunk/maven-qalab-plugin/plugin-resources/qalab-chart-xdoc.jsl
Modified: trunk/maven-qalab-plugin/plugin-resources/qalab-chart-xdoc.jsl
===================================================================
--- trunk/maven-qalab-plugin/plugin-resources/qalab-chart-xdoc.jsl 2009-05-20 16:39:54 UTC (rev 302)
+++ trunk/maven-qalab-plugin/plugin-resources/qalab-chart-xdoc.jsl 2009-05-20 16:40:47 UTC (rev 303)
@@ -70,14 +70,14 @@
<p>Calculated for type(s): ${maven.qalab.chart.summarytypes}</p>
<p><a href="qalab/all-packages.html">
- <img width="680" height="453" src="qalab/summary.png"/>
+ <img src="qalab/summary.png"/>
</a></p>
<!-- Run Cobertura-line only if it is present -->
<ant:available property="coberturaPresent" file="${maven.qalab.merge.cobertura}"/>
<j:choose>
<j:when test="${coberturaPresent == 'true'}">
- <p><img width="680" height="453" src="qalab/cobertura-summary.png"/></p>
+ <p><img src="qalab/cobertura-summary.png"/></p>
</j:when>
</j:choose>
@@ -85,7 +85,7 @@
<ant:available property="spiderman" file="${maven.qalab.chart.destinationdir}/spidey-summary.png"/>
<j:choose>
<j:when test="${spiderman == 'true'}">
- <p><img width="680" height="453" src="qalab/spidey-summary.png"/></p>
+ <p><img src="qalab/spidey-summary.png"/></p>
</j:when>
</j:choose>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|