陳思豪
2013年8月19日 02:59
");
$(".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();
});
}
//-------------------
});
-
抗議民眾佔據辦公大樓前的廣場,警方在一旁隨時待命。〔圖/記者陳思豪攝影〕
記者陳思豪/台北報導
聲援大埔事件引發的「818拆政府行動」晚會結束後,原先民眾準備赴行政院抗議,但最後目標卻是距離凱道較近的內政部南棟辦公大樓,數百名民眾翻牆湧入現場,在大樓柱子噴漆抗議,抗議民眾準備長期抗爭至今(19)日上午,讓內政部無法運作。
18日晚間約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
留言列表