diff options
-rw-r--r-- | executive-summary/ChangeLog | 4 | ||||
-rw-r--r-- | executive-summary/summary.html | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index cfb4cecc7c..82e6eb5772 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,3 +1,7 @@ +2000-12-08 Iain Holmes <iain@helixcode.com> + + * summary.html: Don't hardcode the image paths. + 2000-12-08 JP Rosevear <jpr@helixcode.com> * component/Makefile.am (evolution-executive-summary.pure): Add purify diff --git a/executive-summary/summary.html b/executive-summary/summary.html index a849ddf3d6..649777d1c6 100644 --- a/executive-summary/summary.html +++ b/executive-summary/summary.html @@ -3,16 +3,16 @@ <Title>Evolution Executive Summary</title> </head> -<body bgcolor="#ffffff" background="/usr/local/share/images/evolution/executive-summary-bg.png"> +<body bgcolor="#ffffff" background="executive-summary-bg.png"> <table cellpadding="0" cellspacing="0" numcols="3" width="100%"> <tr> <td bgcolor="#9aadbf" height="102"> -<img src="/usr/local/share/images/evolution/butterfly.png"></td> +<img src="butterfly.png"></td> <td colspan="2" align="middle" bgcolor="#9aadbf"> E V O L U T I O N </td></tr> <tr><td bgcolor="#9aadbf"> </td> -<td><img src="/usr/local/share/images/evolution/executive-summary-curve.png"></td> +<td><img src="executive-summary-curve.png"></td> <td>Use this to search for something on Google</td> </tr> <tr height="100%"> |