楊伶雯
2013年8月21日 11:50
");
$(".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();
});
}
//-------------------
});
-
雨颱潭美,雨量驚人
記者楊伶雯/台北報導
面對路徑怪異的「潭美」颱風,經濟部水利署緊急應變小組二級開設,已經加強河川、排水、海堤、水門、抽水站等水利建造物巡防工作,針對防汛缺口、破堤施工及在建工程備妥防汛搶險及應變措施,且已備妥抽水機及防汛器材,水利署提醒,21日中元節適逢大潮,沿海低窪地區民眾應嚴防海水倒灌。
水利署指出,根據中央氣象局資料顯示,潭美颱風雨勢不小,尤其首當其衝的桃竹苗山區及中部山區,須特別嚴防「超大豪雨」等級以上降雨,水利署將與地方政府保持密切合作,在20日完成基隆沿岸貨櫃檢查,在颱風侵襲前完成警戒區滯洪池預降水位預留蓄洪空間,同時將督促各水庫管理單位加強監控濁度,並與自來水公司聯繫,做好高濁度應變處置,以穩定供水。
水利署表示,全國大型移動式抽水機779部,已預佈707部至各縣市政府;各地方政府也已簽訂移動式抽水機相互支援協定。將與地方政府保持密切聯繫,隨時支援。水利署並將啟動全國1517位防汛護水志工及透過全台超過8600個超商通路協助水情及災情通報,以即時收集淹水資訊降低災損。
水利署提醒,民眾可依自己方便選擇適合的防災避災工具,網路使用者可透過防災資訊服務網(http://fhy2.wra.gov.tw)及facebook防汛抗旱粉絲團,了解最新警戒訊息;智慧型手機用戶可下載行動水情APP,一般手機則可透過警戒簡訊通報系統,不使用電腦或手機的族群,也可透過免付費電話0800-079-579(你去救、我去救)登錄自家電話及所在鄉鎮市區,即可接收淹水語音廣播。
水利署呼籲,請民眾利用水利署提供的各種管道,掌握即時防災避災訊息,以減少生命財產損失。
關鍵字:
颱風
潭美
水利署
水庫
石門水庫
洩洪
台電
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: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表