李鴻典
2013年10月9日 19:25
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-
故宮
記者李鴻典/台北報導
為了大故宮計畫,國立故宮博物院今(9)日到立法院提出大故宮新台幣8780萬元「大故宮預算解凍專案報告」,經審查後決議通過,解凍大故宮計畫8780萬元中的概念設計所需3000萬元,但其解凍的金額不得支用於大故宮的工程經費,其餘的預算必須等到「環境評估」通過後解凍。
故宮博物院長馮明珠今天上午在立法院教育及文化委員會報告大故宮計畫預算解凍案,她指出,大故宮計畫「營建工程」項下所編總顧問費8780萬元如果遭凍結,將嚴重影響大故宮計畫業務推展及後續時程,期望立委能同意解凍這項預算。
故宮表示,大故宮計畫環境影響評估報告已於今年9月30日送審,且故宮已依據前期會議的主決議於日前召開公聽會,匯聚居民社區共識,為因應大故宮計畫的發展需求,今日立院同意解凍3000萬元,大故宮計畫樂觀向前邁進。
關鍵字:
立院
解凍
大故宮計畫
故宮博物院長馮明珠
國立故宮博物院
留言列表