From bec2ec5fa0e27df96ceb25c9fa5f15aa3dda8ee2 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Mon, 14 Jan 2008 05:32:13 +0000 Subject: [PATCH] fix graphic relative references --- .../webtools/commonPages/bottomAndFooter.php | 18 +++++++++--------- .../commonPages/compileLogSumaryXML.php | 14 +++++++------- .../webtools/commonPages/parse2Handling.php | 8 ++++---- .../webtools/commonPages/parseHandling.php | 6 +++--- .../webtools/commonPages/topAndInit.php | 2 +- 5 files changed, 24 insertions(+), 24 deletions(-) diff --git a/downloadsites/webtools/commonPages/bottomAndFooter.php b/downloadsites/webtools/commonPages/bottomAndFooter.php index 5f3219cc6..f56ffdaeb 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 0b47a3c95..47eb80276 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 b841feef7..b3bc47946 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 30f81b677..e0285c7cb 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 010f74255..caf182379 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> -- GitLab