2013年7月18日 00:06
");
$(".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();
});
}
//-------------------
});
-
砸錢登廣告 苗縣府挨批
苗栗縣政府11日在4報刊登廣告說明竹南大埔拆遷戶張藥房必須拆除的理由;台灣農村陣線等團體批評縣府「浪費公帑」。中央社資料照102年7月11日
記者孫偉倫/台北報導
苗栗大埔拆遷案因4戶拒絕拆遷而持續未解決,苗栗縣議會議長游忠鈿今(18)日上午將在立院召開記者會,與30名議員及民眾表態支持縣長劉政鴻進行拆除。竹南大埔自救會等9個在地團體則反批,劉與游等人要「惡人先告狀」,他們也將到總統府前「告官」,列舉劉政鴻任內的「魚肉鄉里10大案」,要馬英九總統「儘速嚴辦劉政鴻等一幫土豪劣紳,以平眾怒」。
苗栗竹南大埔因都市計畫區段徵收有4戶不願拆遷而引發爭議,苗栗縣政府強調將依內政部都市計畫委員會決議拆除,大埔自救會以及反迫遷團體也揚言抗爭到底,引起社會關注。
不過,苗栗縣議會日前則表態支持縣府依法行政,呼籲「外地人」不要干預苗栗縣事務,同時也宣稱將動員50輛遊覽車北上,但由於颱風靠近台灣,苗栗縣議長游忠鈿明日改率30名議員,以及部分大埔民眾北上立法院舉行記者會,要求中央督促苗栗縣政府「應依內政部都委會決議,確實執行拆除工作」。
另一方面,後龍殯葬園區自救會、通霄環保協會、竹南崎頂自救會、苑裡反瘋車自救會等9個苗栗在地自救會與社團,今日也將集體北上總統府「告官」,列舉劉政鴻任內的「魚肉鄉里10大案」,要求「馬總統儘速嚴辦劉政鴻等一幫土豪劣紳,以平眾怒」。
另外,苗栗旅北青年也將發表捍衛苗栗青年聯盟成立宣言,「向劉政鴻宣戰,要劉政鴻放開他們的家鄉」。
關鍵字:
大埔
劉政鴻
農村陣線
江宜樺
迫遷
吳敦義
李鴻源
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
留言列表