﻿/*系统于 2010-3-30 11:49:46 自动生成,请勿私自改动*/
if(typeof(PluginSearch)!="undefined"){
document.write("<div class=\"cssPluginSearch\">");
document.write("<div class=title><\/div>");
document.write("<div class=inpbox>");
document.write("关键字:");
document.write("<input class=searchtxt id=search_keywords name=search_keywords>&nbsp;");
document.write("<select id=search_channeltype name=search_channeltype> <option value=article selected>文章<\/option> <option value=photo>图片<\/option> <option value=soft>下载<\/option> <option value=video>视频<\/option><\/select>&nbsp;");
document.write("<input id=searchsubmit onclick=ajaxPluginSearchCheckData(); type=button value=搜索>");
document.write("<\/div>");
document.write("<\/div>");

}

function ajaxPluginSearchCheckData()
{

	var type = $("#search_channeltype").val();
	if($("#search_keywords").val()=="")
	{
		alert("请输入关键字");
		return;
	}
	window.open(site.Dir + 'extends/search/index.aspx?type='+type+'&k='+escape($("#search_keywords").val()));
}
