function AppendSearchForm() {
if (document.getElementById("SearchForm") == null) {
var oForm = document.createElement('form');
oForm.id = 'SearchForm';
var oFromBox = document.createElement('input');
oFromBox.type = 'hidden';
oFromBox.name = 'searchType';
oFromBox.id = 'searchType';
oFromBox.value = 'all';
var oQueryBox = document.createElement('input');
oQueryBox.type = 'hidden';
oQueryBox.name = 'searchWord';
oQueryBox.id = 'q';
oForm.appendChild(oFromBox);
oForm.appendChild(oQueryBox);
document.body.appendChild(oForm);
}
}
function DoSearch(query, from, db, target, otherParaArray) {
AppendSearchForm(); //searchForm = document.all["SearchForm"];//firefox 不能识别
searchForm = document.getElementById("SearchForm");
if (searchForm) {
searchForm.action = "http://www.wanfangdata.com.cn/search/searchList.do";
if (target) searchForm.target = target;
if (searchForm.q) {
if(db=="WF_QK"){
searchForm.searchType.value = "perio";
}else if(db=="WF_XW"){
searchForm.searchType.value = "degree";
}else if(db=="WF_HY"){
searchForm.searchType.value = "conference";
}else if(db=="PATENT"){
searchForm.searchType.value = "patent";
}else if(db=="STANDARD"){
searchForm.searchType.value = "standards";
}else if(db=="LOCALCHRONICLEITEM"){
searchForm.searchType.value = "gazetteers";
}else if(db=="CLAW"){
searchForm.searchType.value = "legislations";
}else if(db=="CSTAD"){
searchForm.searchType.value = "tech_result";
}else{
searchForm.searchType.value = "all";
}
searchForm.q.value = query;
} else {
searchForm.q.value = query;
}
var documentCharset = document.charset;
document.charset='utf-8';
searchForm.acceptCharset='utf-8';
setTimeout(function(){document.charset=documentCharset;},1);
searchForm.submit();
}
}
搜索期刊、学位、会议、外文期刊、外文会议等学术论文...
|
第四届上海国际茶文化节
第四届上海国际茶文化节于1997年4月26日——5月2日举行。3月26日举行节旗升旗仪式。4月26日左焕琛副市长代表上海市人民政府在以“中华茶情”为主题的开幕式上致贺词。市领导陈至立、金炳华等领导参加。5月2日在大上海国际会所举行闭幕式文艺会,市领导龚学平、张惠新和全国文联主席周巍峙等中外来宾500余人参加晚会。茶文化节期间,有来自浙江、安徽、江西、北京、湖北、陕西 等十多个省市区和美国、法国、印尼、新加坡、日本、韩国等国家及香港、台湾地区茶界人士茶学专家上海各界人士、市民群众14万人次参加了中外茶道交流专场、茶乡湖州三日游、茶文化学术研讨会、宋园茶艺荟萃及闸北公园大型游园等茶文化系列活动。