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();
}
}
搜索期刊、学位、会议、外文期刊、外文会议等学术论文...
|
2011年第十八届上海国际茶文化旅游节
2011年4月23日,在闸北区全新落成的上海大宁剧院内,以“茶,品味健康生活”为主题的2011年第十八届上海国际茶文化旅游节开幕式暨“苏河湾之夜”文艺晚会隆重举行。出席开幕式的主要领导有:中国国际文化交流中心副理事长林丽韫、中国宋庆龄基金会副主席、中国翻译协会常务副会长唐闻生、上海市人大常委会副主任、市总工会主席钟燕群、上海市副市长赵雯以及上海市政协副主席钱景林。
4月29日,茶文化旅游节闭幕式移师湖南常德,在常德市芷兰体育馆举行了隆重的闭幕晚会。出席闭幕式的主要领导有:上海市人大常委会副主任胡延照、中国茶叶流通协会会长刘环祥、中共常德市市委书记卿渐伟、中共常德市市委副书记、市长陈文浩、上海闸北区区长周平、中共常德市委副书记、市人大常委会主任曹儒国、上海市外办主任范宇飞、闸北区区委、区宣传部部长张锡平、上海市旅游局副局长程梅红以及上海闸北区副区长孙国彪。
活动名称 |
时 间 |
地 点 |
主要领导(来宾) |
新闻通气会 |
4月7日 |
浦西万怡酒店 |
1、中共上海市委宣传部副部长、上海国际茶文化旅游节组委会主任马春雷; |
全国十大茶乡“同一片茶”主题活动 |
4月11日 |
浙江新昌县启动仪式 |
|
上海少儿茶艺大赛 |
4月23日 |
大宁商业中心广场 |
1、上海市教委领导 |
欢迎宴会 |
4月23日 |
681商务会所宴会厅 |
1、国家旅游局副局长祝善忠; |
开幕式暨文艺晚会 |
4月23日 |
大宁剧院 |
1、国家旅游局副局长祝善忠; |
上海茶业博览会开幕仪式 |
4月24日 |
上海国际农展中心 |
1、国家旅游局副局长祝善忠; |
中外民间茶艺交流 |
4月24日 |
帝芙特茶文化广场 |
孙国彪副区长 |
闭幕式 |
4月29日 |
湖南省常德市 |
1、上海市人大常委会副主任胡延照; |