diff --git a/downloadsites/webtools/commonPages/bottomAndFooter.php b/downloadsites/webtools/commonPages/bottomAndFooter.php index 5f3219cc69d2b76a352cdbcbfb237ea834fcfe67..f56ffdaebf6fc1ec4e779a7d271112b3d8832d88 100755 --- a/downloadsites/webtools/commonPages/bottomAndFooter.php +++ b/downloadsites/webtools/commonPages/bottomAndFooter.php @@ -40,38 +40,38 @@ </tr> <tr> - <td valign="top"><img src="../compile_err.gif" width="16" + <td valign="top"><img src="compile_err.gif" width="16" height="16" /></td> <td valign="top" width="50%">compilation errors.</td> - <td valign="top"><img src="../compile_warn.gif" width="16" + <td valign="top"><img src="compile_warn.gif" width="16" height="16" /></td> <td valign="top" width="50%">compilation warnings.</td> </tr> <tr> - <td valign="top"><img src="../access_err.gif" width="16" + <td valign="top"><img src="access_err.gif" width="16" height="16" /></td> <td valign="top" width="50%">Access Rule Violations</td> - <td valign="top"><img src="../access_warn.gif" width="16" + <td valign="top"><img src="access_warn.gif" width="16" height="16" /></td> <td valign="top" width="50%">Access Rule Warnings</td> </tr> <tr> - <td valign="top"><img src="../junit_err.gif" width="16" + <td valign="top"><img src="junit_err.gif" width="16" height="16" /></td> <td valign="top" width="50%">junit failures.</td> - <td valign="top"><img src="../pending1.gif" width="16" height="16" /></td> + <td valign="top"><img src="pending1.gif" width="16" height="16" /></td> <td valign="top" width="50%">Pending results</td> </tr> <tr> - <td valign="top"><img src="../api_err.gif" width="16" height="16" /></td> + <td valign="top"><img src="api_err.gif" width="16" height="16" /></td> <td valign="top" width="50%">API violations.</td> - <td valign="top"><img src="../api_junit.gif" width="16" + <td valign="top"><img src="api_junit.gif" width="16" height="16" /></td> <td valign="top" width="50%">APIs without junit testcases.</td> </tr> <tr> - <td valign="top"><img src="../api_removed.gif" width="16" + <td valign="top"><img src="api_removed.gif" width="16" height="16" /></td> <td valign="top" width="50%">removed APIs.</td> </tr> diff --git a/downloadsites/webtools/commonPages/compileLogSumaryXML.php b/downloadsites/webtools/commonPages/compileLogSumaryXML.php index 0b47a3c958b8986b07e949e8c7cc4e8b5153fb2f..47eb802767494314645dff15c886a0e0192b945b 100755 --- a/downloadsites/webtools/commonPages/compileLogSumaryXML.php +++ b/downloadsites/webtools/commonPages/compileLogSumaryXML.php @@ -53,18 +53,18 @@ $totalForbidden = $code_totalforbiddenAccessWarningCount + $test_totalforbiddenA $totalDiscouraged = $code_totaldiscouragedAccessWarningCount + $test_totaldiscouragedAccessWarningCount; echo "<td width=\"6%\">($totalBundles)</td>"; -echo "<td width=\"6%\"><img src=\"../compile_err.gif\" width=\"16\" height=\"16\"/><font color=red>$totalCommpileErrors</font></td>"; -echo "<td width=\"6%\"><img src=\"../compile_warn.gif\" width=\"16\" height=\"16\"/><font color=orange>$totalCompileOtherWarnings</font></td>"; -echo "<td width=\"6%\"><img src=\"../access_err.gif\" width=\"16\" height=\"16\"/><font color=red>$totalForbidden</font></td>"; -echo "<td width=\"6%\"><img src=\"../access_warn.gif\" width=\"16\" height=\"16\"/><font color=orange>$totalDiscouraged</font></td>"; +echo "<td width=\"6%\"><img src=\"compile_err.gif\" width=\"16\" height=\"16\"/><font color=red>$totalCommpileErrors</font></td>"; +echo "<td width=\"6%\"><img src=\"compile_warn.gif\" width=\"16\" height=\"16\"/><font color=orange>$totalCompileOtherWarnings</font></td>"; +echo "<td width=\"6%\"><img src=\"access_err.gif\" width=\"16\" height=\"16\"/><font color=red>$totalForbidden</font></td>"; +echo "<td width=\"6%\"><img src=\"access_warn.gif\" width=\"16\" height=\"16\"/><font color=orange>$totalDiscouraged</font></td>"; if (isset($unittest_grandTotalErrors)) { - echo "<td width=\"6%\"><img src=\"../junit_err.gif\" width=\"16\" height=\"16\"/><font color=red>$unittest_grandTotalErrors</font></td>"; + echo "<td width=\"6%\"><img src=\"junit_err.gif\" width=\"16\" height=\"16\"/><font color=red>$unittest_grandTotalErrors</font></td>"; echo "<td width=\"6%\">($unittest_grandTotalTests)</td>"; } else { - echo "<td width=\"6%\"><img src=\"../pending.gif\" width=\"16\" height=\"16\"/></td>"; - echo "<td width=\"6%\"><img src=\"../pending.gif\" width=\"16\" height=\"16\"/></td>"; + echo "<td width=\"6%\"><img src=\"pending.gif\" width=\"16\" height=\"16\"/></td>"; + echo "<td width=\"6%\"><img src=\"pending.gif\" width=\"16\" height=\"16\"/></td>"; } diff --git a/downloadsites/webtools/commonPages/parse2Handling.php b/downloadsites/webtools/commonPages/parse2Handling.php index b841feef7a799cf3578075865455673da7fac636..b3bc4794668c87da3d34a9bbca905e531b3d1e49 100755 --- a/downloadsites/webtools/commonPages/parse2Handling.php +++ b/downloadsites/webtools/commonPages/parse2Handling.php @@ -13,13 +13,13 @@ $totalAccessWarnings = $compileAccessWarnings; $totalCompileOtherWarnings = $compileOtherWarnings; echo "<td width=\"6%\"> </td>"; -echo "<td width=\"6%\"><img src=\"../compile_err.gif\" width=\"16\" height=\"16\"/><font color=red>$totalCommpileErrors</font></td>"; -echo "<td width=\"6%\"><img src=\"../compile_warn.gif\" width=\"16\" height=\"16\"/><font color=orange>$totalCompileOtherWarnings</font></td>"; +echo "<td width=\"6%\"><img src=\"compile_err.gif\" width=\"16\" height=\"16\"/><font color=red>$totalCommpileErrors</font></td>"; +echo "<td width=\"6%\"><img src=\"compile_warn.gif\" width=\"16\" height=\"16\"/><font color=orange>$totalCompileOtherWarnings</font></td>"; if ($junitFailures < 0) { -echo "<td width=\"6%\"><img src=\"../pending.gif\" width=\"16\" height=\"16\"/><font color=red> </font></td>"; +echo "<td width=\"6%\"><img src=\"pending.gif\" width=\"16\" height=\"16\"/><font color=red> </font></td>"; } else { -echo "<td width=\"6%\"><img src=\"../junit_err.gif\" width=\"16\" height=\"16\"/><font color=red>$junitFailures</font></td>"; +echo "<td width=\"6%\"><img src=\"junit_err.gif\" width=\"16\" height=\"16\"/><font color=red>$junitFailures</font></td>"; } ?> \ No newline at end of file diff --git a/downloadsites/webtools/commonPages/parseHandling.php b/downloadsites/webtools/commonPages/parseHandling.php index 30f81b677b75ffe592a0c9ccc5f090247c2d8521..e0285c7cbcc7faa5e8d1187d611caea4174869fe 100755 --- a/downloadsites/webtools/commonPages/parseHandling.php +++ b/downloadsites/webtools/commonPages/parseHandling.php @@ -4,8 +4,8 @@ $testResults = parse_testResult("$innerValue/testResults.php"); list ($compileErrors, $compileWarnings, $junitFailures) = $testResults; echo "<td width=\"6%\"> </td>"; -echo "<td width=\"6%\"><img src=\"../compile_err.gif\" width=\"16\" height=\"16\"/><font color=red>$compileErrors</font></td>"; -echo "<td width=\"6%\"><img src=\"../compile_warn.gif\" width=\"16\" height=\"16\"/><font color=orange>$compileWarnings</font></td>"; -echo "<td width=\"6%\"><img src=\"../junit_err.gif\" width=\"16\" height=\"16\"/><font color=red>$junitFailures</font></td>"; +echo "<td width=\"6%\"><img src=\"compile_err.gif\" width=\"16\" height=\"16\"/><font color=red>$compileErrors</font></td>"; +echo "<td width=\"6%\"><img src=\"compile_warn.gif\" width=\"16\" height=\"16\"/><font color=orange>$compileWarnings</font></td>"; +echo "<td width=\"6%\"><img src=\"junit_err.gif\" width=\"16\" height=\"16\"/><font color=red>$junitFailures</font></td>"; ?> \ No newline at end of file diff --git a/downloadsites/webtools/commonPages/topAndInit.php b/downloadsites/webtools/commonPages/topAndInit.php index 010f7425507b71e87235f4b9f649d4e15d89166e..caf1823798e9bd62e3a2c530e09095952c38e0a4 100755 --- a/downloadsites/webtools/commonPages/topAndInit.php +++ b/downloadsites/webtools/commonPages/topAndInit.php @@ -6,7 +6,7 @@ <td width="35%"><?php echo $indexTop; ?></td> <td width="35%" align="right"><a href="http://www.eclipse.org/webtools/main.php"><img border="0" - src="../wtplogonarrow.jpg" height="95" width="207" /></a></td> + src="wtplogonarrow.jpg" height="95" width="207" /></a></td> </tr> </table>