diff options
author | Iain Holmes <iain@src.gnome.org> | 2000-12-11 23:47:01 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-12-11 23:47:01 +0800 |
commit | b3ce14cf25ba9ea7d7a6f297c1cd479d26f64894 (patch) | |
tree | f49a6a85d2d8d455cdf9c94fd6ae3d8ce3aa69df /executive-summary/summary.html | |
parent | 96fb2423d02a5ca60fa61765c63817c816ee267f (diff) | |
download | gsoc2013-evolution-b3ce14cf25ba9ea7d7a6f297c1cd479d26f64894.tar.gz gsoc2013-evolution-b3ce14cf25ba9ea7d7a6f297c1cd479d26f64894.tar.zst gsoc2013-evolution-b3ce14cf25ba9ea7d7a6f297c1cd479d26f64894.zip |
Changes to the HTML file to add an entry box.
Changed to use the new BonoboPropertyControl methods, and changed
executive-summary-html-view to use the same idea.
Added rdf-summary to the .cvsignore, and put a timeout so that it can return
imediatly if there is a hold up on the connection.
svn path=/trunk/; revision=6905
Diffstat (limited to 'executive-summary/summary.html')
-rw-r--r-- | executive-summary/summary.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executive-summary/summary.html b/executive-summary/summary.html index 649777d1c6..bec3417476 100644 --- a/executive-summary/summary.html +++ b/executive-summary/summary.html @@ -13,7 +13,7 @@ E V O L U T I O N </td></tr> <tr><td bgcolor="#9aadbf"> </td> <td><img src="executive-summary-curve.png"></td> -<td>Use this to search for something on Google</td> +<td><form method="get" action="/search" name="f">Search on Google: <input type="text" size="15" name=q></form></td> </tr> <tr height="100%"> <td bgcolor="#9aadbf"> </td> |