[llvm-commits] CVS: llvm/docs/index.html
Chris Lattner
lattner at cs.uiuc.edu
Sat Apr 23 08:55:34 PDT 2005
Changes in directory llvm/docs:
index.html updated: 1.43 -> 1.44
---
Log message:
add a search box for the documentation
---
Diffs of the changes: (+10 -1)
index.html | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletion(-)
Index: llvm/docs/index.html
diff -u llvm/docs/index.html:1.43 llvm/docs/index.html:1.44
--- llvm/docs/index.html:1.43 Tue Feb 1 09:59:28 2005
+++ llvm/docs/index.html Sat Apr 23 10:55:18 2005
@@ -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">
@@ -234,6 +243,6 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2005/02/01 15:59:28 $
+ Last modified: $Date: 2005/04/23 15:55:18 $
</address>
More information about the llvm-commits
mailing list