");
$(".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();
});
}
//-------------------
});
-
( 斗六市公所與斗六警分局合作「護柚專案」全面防制文旦柚失竊 /記者張學暉 )
記者張學暉/雲林報導
雲林縣斗六文旦柚產季快到了,警方化身「文旦保母」,由斗六市公所與斗六警分局合推「護柚專案」,即日起正式起動,預計至 9月19日結束,警方將加強文旦柚園區、倉庫巡邏工作,也協請社區巡守隊合作,避免柚農們辛苦的成果遭竊。
斗六市市長謝淑亞、斗六警分局長林獻力,公正派出所長楊清山、以及多位斗六地區文旦果農,23日齊集雲科生態教學農場,商討「護柚專案」細節。
市長謝淑亞於致詞時特別代表產銷班及柚農向斗六警分局致意,感林分局長及所有的警察同仁辛勞執行這一次的護柚專案,也提到這樣的專案就是防止農產遭竊的護農措施,來保障農民辛苦栽種的成果能順利收成。
謝淑亞市長指出,又到節氣白露文旦採收的時節,大斗六地區所栽培"斗六文旦"面積约200多公頃,文旦的樹欉齡平均約在20-30以上的老欉,生產的文旦品質優、價位高常為宵小覬覦的目標,每逢採收期常見各文旦班員夜宿果園工寮或貯放文旦之倉庫,守護著辛苦一整年的結果,唯恐遭竊,斗六市公所與斗六警分局合作辦理「護柚專案」,加強執行柚農、柚園治安維護,保「柚」地方特色農產。
得天獨厚的斗六文旦未受潭美颱風影響侵損,預計將可如期採收上市,市公所也將舉辦一系列的「2013大斗六文旦節活動」,藉以行銷地方特色農產,並提升斗六市知名度與幸福城市意象。
斗六警分局長林獻力表示,往年「護柚專案」都有很好的執行成效,近幾年來都達成「零失竊」佳績,員警的辛勞深獲產銷班及柚農的肯定,今年警方也會努力達成,往後逐年文旦採收期警方會持續本項工作,另農民針對各項季節性農產品,如有防竊需求歡迎向分局或派出所反應,警方將規劃防竊勤務因應。
斗六警分局護柚專案」自8月22日0時起至9月19日24時止,規劃「採收期文旦園防竊巡邏專線」,斗六、公正、長安、溝埧、榴中、長平等6所於柚園設置巡邏箱,每加強果園巡邏防竊,自9月8日起更加強規劃「文旦柚儲存處所防竊巡邏專線」,於文旦儲存處所設置巡邏箱,另斗六分局也協調當地社區巡守隊將果園及倉庫納入巡守隊巡邏路線,遏止文旦竊案的發生。
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
留言列表