");
$(".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();
});
}
//-------------------
});
-
立委楊瓊瓔(左二)勘查紅柿受災情況,要求農委會儘速補助紓困。〈記者黃玿琮攝〉
記者黃玿琮/台中報導
在「蘇力」颱風帶來強風豪雨的肆虐之下,潭子聚興、新田地區竹筍、紅柿、柑橘受損嚴重,立委楊瓊瓔及市議員賴朝國會同農糧署等有關單位人員勘查;楊立委要求農委會儘速補助受災農民,農糧署承諾將以「從寬、從速、從簡」的原則來辦理,並協助果農爭取相關救助。
立委楊瓊瓔及市議員賴朝國,連續2天會同農糧署、市府農業局、台中區改良場、潭子區公所、潭子區農會人員到潭子地區,勘察果樹及竹筍受損情形。發現潭子聚興、新田地區迎風面的筍園及果園受災嚴重,風雨吹斷了整座山的大部分竹子,讓原本要冒出頭的綠竹筍,就此夭折。筍農賴嶺說,蘇力颱風風力太強,導致此次農損特別嚴重,大量竹子被吹倒及竹葉乾枯,至少減少4成收入。
柿農鐘漢林也指出,紅柿因強風豪雨造成摩擦受損及大量葉片被吹落,由於每顆紅柿成熟所需養分,平均需要5到10片葉子進行光合作用,大量落葉導致紅柿果實無法吸收養分而掉落,今年的收成將血本無歸。
農糧署中區分署分署長林美瑄表示,農委會公告現金救助損失門檻為1億8000萬元,此次台中市農業損失面積廣大,應會超過門檻,然而仍需台中市政府成立專案小組,確認損失狀況,以便受災農民能儘速獲得專案補助加速復耕,減輕農民損失。農糧署也當場承諾筍農及果農,竹筍每公頃補助2萬4000元,柿農則是每公頃6萬元,柑橘每公頃7萬5000元,協助農民紓困。
關鍵字:
楊瓊瓔
農糧署
蘇力
颱風
豪雨
竹筍
紅柿
柑橘
農委會
專案
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
留言列表