diff options
author | Iain Holmes <iain@src.gnome.org> | 2000-12-09 09:41:54 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-12-09 09:41:54 +0800 |
commit | 5bd251bbcee102ec0a290867cbe81785e77d5a7a (patch) | |
tree | 6610d769c89bd3a9e44edbccb4ab6ffd865a763c | |
parent | a66eae167484718678ceae7368c167aacb322b38 (diff) | |
download | gsoc2013-evolution-5bd251bbcee102ec0a290867cbe81785e77d5a7a.tar gsoc2013-evolution-5bd251bbcee102ec0a290867cbe81785e77d5a7a.tar.gz gsoc2013-evolution-5bd251bbcee102ec0a290867cbe81785e77d5a7a.tar.bz2 gsoc2013-evolution-5bd251bbcee102ec0a290867cbe81785e77d5a7a.tar.lz gsoc2013-evolution-5bd251bbcee102ec0a290867cbe81785e77d5a7a.tar.xz gsoc2013-evolution-5bd251bbcee102ec0a290867cbe81785e77d5a7a.tar.zst gsoc2013-evolution-5bd251bbcee102ec0a290867cbe81785e77d5a7a.zip |
Don't hardcode image paths.
svn path=/trunk/; revision=6879
-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%"> |