2013年7月19日 18:25
");
$(".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();
});
}
//-------------------
});
-
苗栗縣政府18日執行大埔4戶拆除作業,怪手機具進場施工,張藥房外彩繪的「守護大埔家園」牆面在警力戒護下,隨著怪手施工拆除,應聲倒地。中央社資料照102年7月18日
記者孫偉倫/台北報導
大埔拒遷戶昨天被苗栗縣政府完全拆除,聲援人士仍持續對包括馬英九總統在內的政治首長進行抗議。大埔自救會、台灣農村陣線、捍衛苗栗青年聯盟等團體19日晚間將再聚集數十人,前往國民黨中央黨部抗議,抗議馬總統「只為黨主席選舉而哭」,並揚言有所動作。
大埔4戶昨天被強制拆除後,屋主與聲援人士仍於張藥局現場搭棚靜坐,但今日又被上百名警力強制架離,並拆除帳棚。
不過,大埔現場拒拆戶房屋雖已拆除,但目前相關抗議活動似乎沒有停止的跡象。繼白天的反迫遷團體抗議後,「白米炸彈客」楊儒門在昨天晚間也到總統府前潑漆抗議,在經過被捕訊問後請回。他還喊出「今天拆大埔,明天拆政府」。
在大埔拆除完成後,馬英九總統也在昨天傍晚台南國民黨代表集會中,被學生闖入會場抗議,場面一度混亂。另外,苗栗縣長劉政鴻住家附近今晨也有數名學生前往潑漆。
連副總統吳敦義上午參加孝行獎表揚典禮時,都還一度要求清場,希望欲訪問的媒體中不要摻雜抗議學生。
「永遠站在雞蛋的這一方」,台灣農村陣線強調,唯有每個人發揮道德勇氣,挺身行動,捍衛公義,才能抵抗權力體制暴行。
台灣農村陣線表示,今晚將動員民眾到國民黨中央黨部,「嚴正抗議馬英九先生縱容劉政鴻強拆大埔、踐踏台灣民主」。
關鍵字:
大埔
劉政鴻
農村陣線
江宜樺
迫遷
吳敦義
馬英九
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
留言列表