WikiIndex:WikiFinder: Difference between revisions

From WikiIndex
Jump to navigation Jump to search
(the code for a plain ole google search)
(google search your site code:)
Line 8: Line 8:




google search your site code:
----
----
<!-- Search Google -->
----
<center>
<!-- 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" align="absmiddle"></A>
border="0" ALT="Google"></A>
<INPUT TYPE=text name=q size=25 maxlength=255 value="">
</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>
</center>
<!-- SiteSearch Google -->
<!-- Search Google -->

Revision as of 19:16, 27 July 2006

BrainstormMode


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">
<input type=radio name=sitesearch value=""> WWW <input type=radio name=sitesearch value="YOUR DOMAIN NAME" checked> YOUR DOMAIN NAME

</FORM>