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

来自人物百科
跳转至: 导航搜索
File:百科搜索框.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>


将搜索框加入到以下博客

Template:Image click Template:Image click Template:Image click