发表 取消
1920年
外景
门厅
序厅
1. 建校早期的办学历程(1920-1949)
2. 共和国的工程师摇篮(1949-1978)
3. 新时期的跨越式发展(1978-2012)
4. 建功新时代 奋进新征程
5. 党建思政工作高质量发展
6. 二十世纪部分年代毕业证书展厅
7. 杰出校友展厅
8. 光荣革命传统展厅
9. 爱游戏体育平台资助罗马爱游戏最新活动贯彻习近平总书记贺信精神专题展厅
10. 教学器材教学笔记专题展厅
11. “情系爱游戏体育平台资助罗马爱游戏最新活动”校友捐赠纪念厅
博物馆礼堂
哈尔滨中俄工业爱游戏体育平台资助罗马
"; if(tw.imgurl!=''){ html+="
"; html+=""; html+="
"; } if(tw.title!='' || tw.text!=''){ html+="
"; html+="
"; html+="

"+tw.title+"

"; html+="

"+tw.text+linkurl+"

"; html+="
"; html+="
"; } if(tw.imgurl!='' && (tw.title!='' || tw.text!='')){ html+="
"; } html+="
"; tuwenswiper.appendSlide(html); tuwenArray.push(tw); if(i == 0){ setTimeout(function(){ if(mp3play!=null){ mp3play.pause(); mp3play = null; } setTuweninfoattr(tuwenArray[0]); },500); } } }else{ ////console.log(data.msg); } } }); } function changeBtnWeiZhi(tw){ var clientWidth=document.body.clientWidth; var clientHeight=document.body.clientHeight; var marginTop=($(".tuwenimage").height()-19)+"px"; if(tw.imgurl!='' && (tw.title!='' || tw.text!='')){ marginTop=($(".tuwenimage").height()-19)+"px"; $("#labaclick").css({"left":"calc(50% + 60px)"}); $("#wenziclick").css({"left":"calc(50% + 120px)"}); if(clientWidth$("#tuwenimageimage"+tw.id).width()){ $("#tuwenimageimage"+tw.id).css({"max-height":"60%","max-width":"60%"}); }else{ $("#tuwenimageimage"+tw.id).css({"max-height":"90%","max-width":"85%"}); } $("#tuwenimageimage"+tw.id).show(); } }else if(tw.imgurl!='' && tw.title=='' && tw.text==''){ $(".swiper-button-next").css({"top":($(".tuwenimage").height()/2)+"px"}); $(".swiper-button-prev").css({"top":($(".tuwenimage").height()/2)+"px"}); marginTop=($(".tuwenimage").height()+30)+"px"; $("#labaclick").css({"left":"calc(85% + 60px)"}); $("#wenziclick").css({"left":"calc(85% + 120px)"}); if(clientWidth$("#tuwenimageimage"+tw.id).width()){ $("#tuwenimageimage"+tw.id).css({"max-height":"60%","max-width":"60%"}); }else{ $("#tuwenimageimage"+tw.id).css({"max-height":"90%","max-width":"85%"}); } $("#tuwenimageimage"+tw.id).show(); } }else if(tw.title!='' || tw.text!=''){ $(".swiper-button-next").css({"top":($(".tuweninfo").height()/2)+"px"}); $(".swiper-button-prev").css({"top":($(".tuweninfo").height()/2)+"px"}); marginTop=($(".tuweninfo").height()+30)+"px"; $("#labaclick").css({"left":"calc(85% + 60px)"}); $("#wenziclick").css({"left":"calc(85% + 120px)"}); if(clientWidth -1 ){ showOrHideSoundBtn(tuwen); changeIconStyle(); changeBtnWeiZhi(tuwen); return false; }else if(urlmp3.indexOf(tuwen.sound) == -1 ){ mp3play.pause(); mp3play = null; } }else if(labatag == 1){//处于停止播放状态 showOrHideSoundBtn(tuwen); changeIconStyle(); changeBtnWeiZhi(tuwen); return false; } mp3play = new Audio(tuwen.sound);//这里的路径写上mp3文件在项目中的绝对路径 mp3play.onplay = function() { } mp3play.play(); wenzitag = 0 $("#wenziclick").attr('src', '/assets/images/zywqh_zw.png') currmp3 = tuwen.sound; changeIconStyle(); showOrHideSoundBtn(tuwen); changeBtnWeiZhi(tuwen); }else{ if(mp3play != null){ mp3play.pause(); mp3play = null; } changeIconStyle(); changeBtnWeiZhi(tuwen); } } function showOrHideSoundBtn(tuwen){ if(tuwen.sound!=null && tuwen.sound!=''){ $("#labaclick").show(); }else{ $("#labaclick").hide(); } if(tuwen.sound2 != null && tuwen.sound2 != ''){ currmp32 = tuwen.sound2 $("#wenziclick").show(); }else{ $("#wenziclick").hide(); } } //中英文切换 function qiehuanwenzi(){ if(labatag == 0){//处于播放状态 if(wenzitag == 0 && currmp32 != null && currmp32 != '' && onplaytag){ if(mp3play != null){ mp3play.pause(); mp3play = null; } mp3play = new Audio(currmp32);//这里的路径写上mp3文件在项目中的绝对路径 mp3play.play(); wenzitag = 1 $("#wenziclick").attr('src', '/assets/images/zywqh_yw.png') }else{ if(mp3play != null){ mp3play.pause(); mp3play = null; } mp3play = new Audio(currmp3);//这里的路径写上mp3文件在项目中的绝对路径 mp3play.play(); wenzitag = 0 $("#wenziclick").attr('src', '/assets/images/zywqh_zw.png') } } } function qiehuanlaba(){ if(labatag == 0){ $("#labaclick").attr('src', '/assets/images/laba_unplay.png'); labatag=1; if(mp3play != null){ mp3play.pause(); mp3play = null; } }else{ labatag=0; $("#labaclick").attr('src', '/assets/images/laba_play.png'); if(wenzitag==1){ if(mp3play != null){ mp3play.pause(); mp3play = null; } mp3play = new Audio(currmp32);//这里的路径写上mp3文件在项目中的绝对路径 mp3play.play(); }else if(wenzitag==0){ if(mp3play != null){ mp3play.pause(); mp3play = null; } mp3play = new Audio(currmp3);//这里的路径写上mp3文件在项目中的绝对路径 mp3play.play(); } } } //关闭图文 function closeTuwen(){ if(mp3play != null){ mp3play.pause(); mp3play = null; } $("#mybigimage_box").hide() krpano.call("closetuwencall();"); } //显示简介 function showPanoInfo(){ layer.open({ type: 1, title: false, closeBtn: 0, area: ['600px'], shadeClose: true, content: '

博物馆


爱游戏体育平台资助罗马爱游戏最新活动 - 爱游戏体育平台资助罗马-爱游戏(中国)

'+$('#panointro').val()+'
' }); } //分享 function showShareImg(){ layer.open({ type: 1, title: false, area: '300px', closeBtn: 0, shadeClose: true,//{basePath} content: '

将其分享给您的朋友吧


于5月18日“世界博物馆日”开馆' }); } //关闭当前网页 function colsePage(){ window.opener = null; window.open("about:blank","_self"); window.close(); } //关闭弹出框 function closelayer(){ layer.close(layer.index); } //全景启动之后调用 function krpnao_onstartup(){ if(window.top!=window.self){ parent.panoOnready({}, krpano) } } var firstLoad = true function krpnao_scenestartup(sceneid){ currsceneid = sceneid showMsg() if(firstLoad){ firstLoad = false var param = getUrlParam('currsceneid') if(param != null){ krpano.call("my_openscene(g"+param+");"); } } if(window.top!=window.self){ parent.krpnao_scenestartup(sceneid) krpano.call("set(autorotate.enabled,false);"); } } function ondoubleclick(){ if(window.top!=window.self){ parent.ondoubleclick() } } function setcurrlayerxy(){ if(window.top!=window.self){ parent.setcurrlayerxy() } } var msgList=null; //显示场景留言 function showMsg(){ if(msgList==null){ return } try { for (var int = 0; int clientHeight){ $(".groupbtnbox").click();//打开场景分组导航 } //$(".groupbtnbox").click();//打开场景分组导航 /*setTimeout(function(){//打开缩略图 krpano.call('skin_showthumbs(true)'); },2000);*/ //获取当前微信登录信息 $.ajax({ url:'/api/wx/getWxInfo', type:'post', async: true,//使用同步方案 dataType:'json', data:{'webtoken':webtoken}, success:function(data){ if(data.result!==1){ return } if(data.data.wx_curr_user == 'null'){ data.data.wx_curr_user = null } curr_wx_user = data.data.wx_curr_user } }) }) function uuid_(len, radix){ var chars = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'.split(''); var uuid = [], i; radix = radix || chars.length; if (len) { // Compact form for (i = 0; i

继续浏览

本页围绕「爱游戏体育平台资助罗马爱游戏最新活动」汇总公开信息,便于对照栏目动态与后续阅读。

移动端与电脑端入口保持一致。如某条暂不可用,可改走栏目列表继续查找。

若从搜索引擎进入,可先确认当前栏目名称,再按需打开相关阅读。

主题入口

首页 / show

本站内容按公开信息整理,栏目与正文互为入口,便于对照阅读。