王鼎鈞
2013年8月30日 13:44
");
$(".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();
});
}
//-------------------
});
-
總統馬英九(中)29日下午到中央災害應變中心,關切颱風康芮造成南部豪雨的災情;他在聽取簡報時與內政部長李鴻源(右)交換意見。左為行政院長江宜樺。(圖/中央社/102年8月29日)
記者王鼎鈞/綜合報導
康芮颱風使得內政部長李鴻源與台南市長賴清德再度槓上,行政院長江宜樺30日南下勘災又當起「和事佬」。江揆受訪表示,中央到地方在災害來臨時都認真做事,不會推諉,外界不用太著墨各單位間的對話方式。
賴清德不滿李鴻源將大埔和台南鐵路地下化拆遷案混為一談,上周四特別北上參加行政院院會澄清,行政院長江宜樺出面緩頰說,兩案之所以被放在一起,是因為已有媒體報導,而且大埔抗爭主要領袖徐世榮教授主動在公開場合把兩案做一個連結。
擔任中央災害應變中心指揮官的李鴻源因颱風大雨成災,再度槓上南部縣市首長。他說,彰化縣雖未開設應變中心,但依據水利署研判,6小時內便會達到一級淹水警戒,應持續提醒是否應開設應變中心,若不開設,也應建立聯繫窗口,而部分地方政府處置消極,應該檢討,尤其是嘉義。
江宜樺原本今日上午要參加前監察院長王作榮告別式,由於南部災情嚴重,半夜更改行程,一早趕赴台南、嘉義縣市勘災。
江宜樺說,李鴻源的本意只是希望地方政府的災害應變中心能早一點開設;而中央氣象局的資料可以查得到,回去後再檢視一下就很清楚。
他表示,外界不應該花太多時間著眼於政府各單位間有沒有互相批評、或推諉責任的情況。民眾在災害來臨時,希望看到的不是各單位間的對話方式,而是能不能在每次災害處理過程中找出寶貴經驗,把後續工作做好。
江宜樺還說,他看到的中央部會官員或地方首長,都很認真想把事情做好,希望民眾能多給公務員一些鼓勵。
關鍵字:
李鴻源
南鐵
賴清德
江宜樺
嘉義
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends:
留言列表