diff options
| author | Andrew Tridgell <tridge@samba.org> | 2007-06-12 13:04:52 +1000 |
|---|---|---|
| committer | Andrew Tridgell <tridge@samba.org> | 2007-06-12 13:04:52 +1000 |
| commit | 10fc2684cc4f9b61477571a60f495e9f91cc07af (patch) | |
| tree | 4515ba97e282e8f6f0abc557ae70513e81104c50 /ctdb/web/footer.html | |
| parent | 1bf776bb52d66b9243b6948ddb5930351663ea4b (diff) | |
| download | samba-10fc2684cc4f9b61477571a60f495e9f91cc07af.tar.gz samba-10fc2684cc4f9b61477571a60f495e9f91cc07af.tar.xz samba-10fc2684cc4f9b61477571a60f495e9f91cc07af.zip | |
make the web site pass the w3c validator
(This used to be ctdb commit 08aa5455f6cfcca2877c8da948cf1900fd09c9da)
Diffstat (limited to 'ctdb/web/footer.html')
| -rw-r--r-- | ctdb/web/footer.html | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/ctdb/web/footer.html b/ctdb/web/footer.html index 345df2dfac..a66b5c9fc4 100644 --- a/ctdb/web/footer.html +++ b/ctdb/web/footer.html @@ -5,29 +5,31 @@ <TD><BR><a name="search"></a><img src="bar1.jpg" WIDTH="493" HEIGHT="26" BORDER="0" alt="=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-="> <!-- SiteSearch Google --> -<form method="get" action="http://www.google.com/custom" target="_top"> -<table border="0" bgcolor="#ffffff"> +<form method="get" action="http://www.google.com/custom"> +<table border="0"> <tr><td nowrap="nowrap" valign="top" align="left" height="32"> -<a href="http://www.google.com/"><img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google"></img></a> +<a href="http://www.google.com/"><img src="http://www.google.com/logos/Logo_25wht.gif" border="0" alt="Google" /></a> </td><td nowrap="nowrap"> -<input type="hidden" name="domains" value="samba.org"></input> -<input type="text" name="q" size="31" maxlength="255" value="CTDB "></input> -<input type="submit" name="sa" value="Search"></input> +<input type="hidden" name="domains" value="samba.org" /> +<input type="text" name="q" size="31" maxlength="255" value="CTDB " /> +<input type="submit" name="sa" value="Search" /> </td></tr><tr><td> </td> <td nowrap="nowrap"> <table><tr><td> -<input type="radio" name="sitesearch" value=""></input> +<input type="radio" name="sitesearch" value="" /> <font size="-1" color="#000000">Search WWW</font> </td><td> -<input type="radio" name="sitesearch" value="samba.org" checked="checked"></input> +<input type="radio" name="sitesearch" value="samba.org" checked="checked" /> <font size="-1" color="#000000">Search samba.org</font> </td></tr></table> -<input type="hidden" name="client" value="pub-1444957896811922"></input> -<input type="hidden" name="forid" value="1"></input> -<input type="hidden" name="ie" value="ISO-8859-1"></input> -<input type="hidden" name="oe" value="ISO-8859-1"></input> -<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:FFFFFF;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:60;LW:470;L:http://samba.org/samba/images/samba_banner.gif;S:http://samba.org/;FORID:1;"></input> -<input type="hidden" name="hl" value="en"></input> +<input type="hidden" name="client" value="pub-1444957896811922" /> +<input type="hidden" name="forid" value="1" /> +<input type="hidden" name="ie" value="ISO-8859-1" /> +<input type="hidden" name="oe" value="ISO-8859-1" /> +<input type="hidden" name="cof" + value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:FFFFFF;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:60;LW:470;L:http://samba.org/samba/images/samba_banner.gif;S:http://samba.org/;FORID:1;" + /> +<input type="hidden" name="hl" value="en" /> </td></tr></table> </form> <!-- SiteSearch Google --> |
