MediaWiki:Googlesearch

来自Mingluji
跳转至: 导航搜索

<link href="http://www.google.com/uds/css/gsearch.css" type="text/css" rel="stylesheet"/> <script src="http://www.google.com/uds/api?key=ABQIAAAAsec4RV8oAB2Dy0WfBAQeBRQ2U5HQj40_Nz77dVu526_rn_GhfhSQtVXex6GKaGmTeFRkgW-CqWobrw&file=uds.js&v=1.0" type="text/javascript"></script>

站内搜索

   <script type="text/javascript">
   //<![CDATA[
   function OnLoad() {
     // Create a search control
     var searchControl = new GSearchControl();
     // Add in a full set of searchers
     var siteSearch = new GwebSearch();
     siteSearch.setUserDefinedLabel("mingluji.com");
     siteSearch.setUserDefinedClassSuffix("siteSearch");
     siteSearch.setSiteRestriction("mingluji.com");

var options = new GsearcherOptions; options.setExpandMode(GSearchControl.EXPAND_MODE_OPEN);

     searchControl.addSearcher(siteSearch, options);

// searchControl.addSearcher(new GwebSearch(), options);

var options = new GdrawOptions(); options.setSearchFormRoot(document.getElementById("searchForm"));

     // tell the searcher to draw itself and tell it where to attach
     searchControl.draw(document.getElementById("searchcontrol-site-$1"), options);
     // execute an inital search
     searchControl.execute("$1");
   }
   GSearch.setOnLoadCallback(OnLoad);
   //]]>
   </script>
载入中......

网络搜索

   <script type="text/javascript">
   //<![CDATA[
   function OnLoad() {
     // Create a search control
     var searchControl = new GSearchControl();
     // Add in a full set of searchers
     var webSearch = new GwebSearch();

var options = new GsearcherOptions; options.setExpandMode(GSearchControl.EXPAND_MODE_OPEN);

     searchControl.addSearcher(new GwebSearch(), options);

var options = new GdrawOptions(); options.setSearchFormRoot(document.getElementById("searchForm"));

     // tell the searcher to draw itself and tell it where to attach
     searchControl.draw(document.getElementById("searchcontrol-web-$1"), options);
     // execute an inital search
     searchControl.execute("$1");
   }
   GSearch.setOnLoadCallback(OnLoad);
   //]]>
   </script>
载入中......