康芮來襲╱接連雙颱農損破億 嘉義縣損失最慘重
Aug 29th 2013, 12:02
Linda
2013年8月29日 18:53
");
$(".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();
});
}
//-------------------
});
-
日月潭絲瓜田泡水(1)
颱風康芮29日帶來驚人雨量,南投縣魚池鄉日月潭頭社活盆地休閒農業區再度泡水,40、50公頃的絲瓜田約有近半水淹及膝,農民無語問蒼天。中央社記者林恆立南投縣攝 102年8月29日
記者簡怡欣/台北報導 接續受潭美及康芮颱風影響,農糧署指出,國內農業損失統計到今(29)日17時止,農業產物及民間設施估計損失計1億3,457萬元,農損最嚴重的嘉義縣損失6,629萬元;而各地災害所造成的農損,農糧署表示,將依規定針對受損田區衛星定位、完成拍照取證工作,協助受災農民及時復耕。 農作物估計損失金額9,842萬元,嘉義縣估計損失6,629萬元;雲林縣估計損失3,457萬元;南投縣估計損失962萬元;彰化縣估計損失880萬元;臺南市估計損失778萬元;高雄市估計損失286萬元;屏東縣估計損失184萬元;臺中市、新竹縣、嘉義市、宜蘭縣、臺北市、新竹林管處、臺大實驗林共估計損失278萬元。 受損嚴重的食用玉米、落花生、食用番茄、香瓜、香蕉為前5大受損農作物;民間設施估計損失金額904萬元,其中農田流失埋沒估計損失866萬元,南投縣農田流失3.4公頃、埋沒5.6公頃及台中市農田埋沒1公頃;農業設施估計損失金額38萬元;畜禽損失部分,雞死亡182千隻,鵝死亡21千隻,估計損失金額2,686萬元;而林產損失估計損失金額25萬元。 農糧署表示,各地災害所造成的農損,將依照「農業天然災害救助辦法」規定,儘速協助受災農民復耕復建;對於需即時採收及復耕的蔬菜類作物,可先協調基層公所動員村里幹事或具執行公權力人員,針對受損田區利用具衛星定位功能PDA、照相機完成拍照取證工作,以讓受災農民及時復耕。
關鍵字:
農損
颱風
農作物
復耕
農民
農糧署
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:
|
|
留言列表