diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-10-01 11:37:35 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-10-01 11:37:35 +0000 |
commit | 5ede35e3bf51ead64928a223792ae4ee1ca836ba (patch) | |
tree | 12ddd0a75fbafdcb618f47135292bd920a35f967 /doc/namespaces.html | |
parent | 8135e5f7356e4493e05882f9056603229dca8382 (diff) | |
download | libxml2-5ede35e3bf51ead64928a223792ae4ee1ca836ba.tar.gz |
Integrated the search form to the web site, regenerated, Daniel
Diffstat (limited to 'doc/namespaces.html')
-rw-r--r-- | doc/namespaces.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/namespaces.html b/doc/namespaces.html index 34a3f82a..d612ccc6 100644 --- a/doc/namespaces.html +++ b/doc/namespaces.html @@ -63,13 +63,18 @@ A:link, A:visited, A:active { text-decoration: underline } </table> <table width="100%" border="0" cellspacing="1" cellpadding="3"> <tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>API Indexes</b></center></td></tr> -<tr><td bgcolor="#fffacd"><ul> +<tr><td bgcolor="#fffacd"> +<form action="http://xmlsoft.org/search.php" enctype="application/x-www-form-urlencoded" method="GET"> +<input name="query" type="TEXT" size="20" value=""><input name="submit" type="submit" value="Search ..."> +</form> +<ul> <li><a href="APIchunk0.html">Alphabetic</a></li> <li><a href="APIconstructors.html">Constructors</a></li> <li><a href="APIfunctions.html">Functions/Types</a></li> <li><a href="APIfiles.html">Modules</a></li> <li><a href="APIsymbols.html">Symbols</a></li> -</ul></td></tr> +</ul> +</td></tr> </table> <table width="100%" border="0" cellspacing="1" cellpadding="3"> <tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Related links</b></center></td></tr> |