房屋百科:套用人物百科引擎

出自 房屋百科
前往: 導覽搜尋
檔案:百科搜索框.jpg
人物百科搜索框效果

 人物百科的內容受到了很多使用者的好評。有的網站管理員和開發者,希望在他們自己的網站中添加人物百科的搜索框,以便他們網站的訪問者在站內就可以實現對人物百科條目的搜索,而無需事先跳轉到人物百科來。因此人物百科公布下面的搜索代碼,提供給這些網站管理員和開發使用。

 由於人物百科上使用的字符集編碼為UTF-8,因此如果您的網頁不是使用UTF-8編碼,則需要根據您的網站所使用的編碼選擇相應的代碼片斷添加在您的網站上即可。

 博客用戶請參考這里

搜索框嵌入代碼

UTF-8:

<form target="_blank" action="http://wiki.uleader.com/s" method="GET">
<a href="http://wiki.uleader.com/" title="人物百科,最大的中文經管百科"><img alt="人物百科" border="0"
  src="http://www.uleader.com/img/logo-small.gif"></a><br>
<input name="q" type="text" value="" size="15" /><input type="submit" value="進入" /><br>
<!-- 請設定為您頁面所用的字符集編碼 -->
<input type="hidden" name="ie" value="UTF-8">
最大的中文經管百科
</form>


GBK:

<form target="_blank" action="http://wiki.uleader.com/s" method="GET">
<a href="http://wiki.uleader.com/" title="人物百科,最大的中文經管百科"><img alt="人物百科" border="0"
  src="http://www.uleader.com/img/logo-small.gif"></a><br>
<input name="q" type="text" value="" size="15" /><input type="submit" value="進入" /><br>
<!-- 請設定為您頁面所用的字符集編碼 -->
<input type="hidden" name="ie" value="GBK">
最大的中文經管百科
</form>


GB2312:

<form target="_blank" action="http://wiki.uleader.com/s" method="GET">
<a href="http://wiki.uleader.com/" title="人物百科,最大的中文經管百科"><img alt="人物百科" border="0"
  src="http://www.uleader.com/img/logo-small.gif"></a><br>
<input name="q" type="text" value="" size="15" /><input type="submit" value="進入" /><br>
<!-- 請設定為您頁面所用的字符集編碼 -->
<input type="hidden" name="ie" value="GB2312">
最大的中文經管百科
</form>


BIG5:

<form target="_blank" action="http://wiki.uleader.com/s" method="GET">
<a href="http://wiki.uleader.com/" title="人物百科,最大的中文經管百科"><img alt="人物百科" border="0"
  src="http://www.uleader.com/img/logo-small.gif"></a><br>
<input name="q" type="text" value="" size="15" /><input type="submit" value="進入" /><br>
<!-- 請設定為您頁面所用的字符集編碼 -->
<input type="hidden" name="ie" value="BIG5">
最大的中文經管百科
</form>


將搜索框加入到以下博客

模板:Image click 模板:Image click 模板:Image click