");
$(".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();
});
}
//-------------------
});
-
圖說:竹崎公所辦理之觀光農園農業體驗說明。(圖/記者郭政隆攝)
記者郭政隆/嘉義報導
嘉義縣竹崎鄉公所去年結合體驗農業活動推動觀光農園遊程,增加農民收益,更帶動旅遊休憩遊客逐奇,為將當地農產品之產期與嘉義山區豐富觀光資源互相結合,17日特邀請嘉義縣轄內各旅遊業者辦理「觀光農園農業體驗說明」,除了宣導農民提升農產品品質,並結合觀光景點,以活絡竹崎地方產業經濟。
嘉義縣竹崎地區農特產有從高山到平地的竹筍、高冷蔬菜、酪梨、高接梨、荔枝、龍眼、甜柿、茶葉、柑桔、蜜棗等;休閒產業有竹崎平原地區和石桌民宿區、奮起湖風景區、頂笨仔文化園區等,這些農特產品及休閒旅遊景點皆受近年風災、水災之衝擊,造成遊客逐漸流失,竹崎鄉公所期望以農產品結合觀光景點,活絡竹崎地方產業經濟。。
竹崎鄉公所農業課課長張再基指出,酪梨、高接梨為竹崎鄉當季應景水果;養生雞蛋為最近消費者爭相搶購很夯產品,無毒、低膽固醇,是為養生優質營養品;又,竹崎鄉香蕉大多種植於山坡地範圍內,生產期較長,質地香Q甜美,口感細緻,富含蛋白質、醣類、膳食纖維、維生素及多種礦物質,為絕佳果品;烘焙「荔枝乾」,除延長銷售時間外,更保留存荔枝的特殊風味;「天然的尚好」遠離農藥、網室栽培、無毒農田目前已成為竹崎各蔬果產銷班成員的共同認知,因而孕育竹崎山區優質的蔬果。
竹崎鄉長溫良恭表示,藉觀光農園農業體驗說明活動宣傳外,更宣導農民提升農產品品質、建立口碑,吸引遊客到農村或農業生產地從事休閒活動,體驗農業生活享受田園風光,讓農業與休閒觀光遊憩相結合,提昇農業的活力,歡迎各界踴躍至竹崎踏青採果,品嚐農民辛勤種植的甜美多汁的果品,協助農業的推廣。
關鍵字:
嘉義縣
竹崎鄉
竹崎鄉公所
溫良恭
張再基
石桌民宿區
奮起湖風景區
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
留言列表