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();
}
}
搜索期刊、学位、会议、外文期刊、外文会议等学术论文...
|
第六届上海国际茶文化节
第六届上海国际茶文化节于1999年4月26日——5月2日举行。4月26日晚上在上海商城剧院举行开幕式,上海市副市长左焕琛宣布开幕。市领导金炳华、张惠新等与来自韩国、日本、及澳门、台湾地区和北京、江苏、新疆等16个省区市的1000多名来宾参加了以“世纪茶风”为主题茶诗朗诵演唱会。茶文化节前夕,举办了茶联征集活动和升旗仪式。茶文化节期间,举行了“茶与健康”学术讨论会、中外茶道交流专场、茶菜茶点推荐品尝会、上海-苏州-无锡茶乡游活动、香飘万家社区文化活动,同时举办了大统路茶叶市场二期竣工仪式和春季新茶交易会。5月2日下午在不夜城白玉兰广场举行“绿色茶乡”闭幕式文艺演出。本届茶文化节有来自国内外8个国家,国内16个省市区的各界人士和上海市民群众20万人次的参与。