WikiIndex:WikiFinder: Difference between revisions
MarkDilley (talk | contribs) (the code for a plain ole google search) |
MarkDilley (talk | contribs) (google search your site code:) |
||
| Line 8: | Line 8: | ||
google search your site code: | |||
---- | ---- | ||
<!-- | ---- | ||
<!-- SiteSearch Google --> | |||
<FORM method=GET action="http://www.google.com/search"> | <FORM method=GET action="http://www.google.com/search"> | ||
<input type=hidden name=ie value=UTF-8> | <input type=hidden name=ie value=UTF-8> | ||
| Line 17: | Line 18: | ||
<A HREF="http://www.google.com/"> | <A HREF="http://www.google.com/"> | ||
<IMG SRC="http://www.google.com/logos/Logo_40wht.gif" | <IMG SRC="http://www.google.com/logos/Logo_40wht.gif" | ||
border="0" ALT="Google | border="0" ALT="Google"></A> | ||
<INPUT TYPE=text name=q size= | </td> | ||
<td> | |||
<INPUT TYPE=text name=q size=31 maxlength=255 value=""> | |||
<INPUT type=submit name=btnG VALUE="Google Search"> | <INPUT type=submit name=btnG VALUE="Google Search"> | ||
<font size=-1> | |||
<input type=hidden name=domains value="YOUR DOMAIN NAME"><br><input type=radio name=sitesearch value=""> WWW <input type=radio name=sitesearch value="YOUR DOMAIN NAME" checked> YOUR DOMAIN NAME <br> | |||
</font> | |||
</td></tr></TABLE> | </td></tr></TABLE> | ||
</FORM> | </FORM> | ||
<!-- SiteSearch Google --> | |||
<!-- | |||
Revision as of 19:16, 27 July 2006
Make this a portal for people to find their wiki. We make it nice looking and it is just a google search of our wiki.
Explain that they also have a search on the side bar.
google search your site code:
<FORM method=GET action="http://www.google.com/search"> <input type=hidden name=ie value=UTF-8> <input type=hidden name=oe value=UTF-8>
|
<A HREF="http://www.google.com/"> <IMG SRC="http://www.google.com/logos/Logo_40wht.gif" border="0" ALT="Google"></A> |
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Google Search">
<input type=hidden name=domains value="YOUR DOMAIN NAME"> |
</FORM>