");
$(".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();
});
}
//-------------------
});
-
后里區公所開闢寬六米道路銜接后科南路與泉州路,居民質疑圖利地主而抗議,公所同意先將道路封閉,再恢復綠地,不過一百多萬公帑就此白白浪費。記者陳榮昌/攝
記者陳榮昌/台中報導
后里區公所新開闢一條寬六米道路銜接后科南路與泉州路,住戶質疑利用公帑圖利地主,破壞社區安寧而要求封路。后里里長陳武進否認指控,強調是為維護泉州路居民逃生安全,才開闢維生巷道。公所則同意先行封閉道路,研議恢復綠地,為此一百多萬元闢路經費,可能造成浪費。
泉州路二十名居民指出,社區為封閉型巷道,巷尾與中科后里園區原一片綠帶阻隔,但公所以開闢維生巷道名義,去年以焚化爐回饋金私人土地上闢建一條寬六米、長約一百二十五公尺的巷道,以銜接后科南路與泉州路,新闢巷道恐有圖利路旁地主之嫌。
這條新闢巷道出口正沖居民詹國旭住家,詹國旭說,社區根本不需要這條路,若真的需要此路,早就向公所提出需求,公所突然編列經費在私人土地造路,顯然有疏失。居民李秀桂說,居民在開路前就有表明反對立場,里長不顧居民反對,還是向公申請開路,社區恐不再安寧,希望能封閉道路。
市議員陳本添說,當初開路前都沒開協調會,才會造成這樣後果,各界要好好協商。中科管理局指出,會請公所封閉道路並恢復綠地使用,后里區公所指出,會先將道路封閉,再恢復綠地。
關鍵字:
闢路
圖利
綠地
留言列表