diff options
author | Chris Lattner <sabre@nondot.org> | 2005-04-23 15:55:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-04-23 15:55:18 +0000 |
commit | 86d9b4c36fb31f6d45e4484bcfdd876366ac9ebb (patch) | |
tree | 681d05a3ae0fb87eaf69b1d73076cea5a209994b /docs/index.html | |
parent | 6970b661cbdb25b8a2a4f8a8ad2d52f307662693 (diff) | |
download | external_llvm-86d9b4c36fb31f6d45e4484bcfdd876366ac9ebb.zip external_llvm-86d9b4c36fb31f6d45e4484bcfdd876366ac9ebb.tar.gz external_llvm-86d9b4c36fb31f6d45e4484bcfdd876366ac9ebb.tar.bz2 |
add a search box for the documentation
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21471 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index fff7034..956d0ca 100644 --- a/docs/index.html +++ b/docs/index.html @@ -10,6 +10,7 @@ <div class="doc_title">Documentation for the LLVM System</div> <div class="doc_text"> +<table class="layout" width="95%"><tr class="layout"><td class="left"> <ul> <li><a href="#llvmdesign">LLVM Design</a></li> <li><a href="#userguide">LLVM User Guides</a></li> @@ -17,6 +18,14 @@ <li><a href="#subsystems">LLVM Subsystem Documentation</a></li> <li><a href="#maillist">LLVM Mailing Lists</a></li> </ul> +</td><td class="right"> + <form action="http://www.google.com/search" method=get> + <input type="hidden" name="output" value="googleabout"> + <input type="hidden" name="sitesearch" value="llvm.cs.uiuc.edu/docs"> + <input type=text name=q size=25><br> + <input type=submit value="Search the LLVM Docs" name="submit"> + </form> +</td></tr></table> </div> <div class="doc_author"> |