2013年8月19日 13:17
");
$(".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();
});
}
//-------------------
});
-
民進黨立法院黨團幹事長高志鵬、立委陳其邁今(19)日表示,民進黨在2011年曾提案修改《土地徵收條例》,但被國會多數暴力否決,如今將再度連署提案,列為優先法案。(圖/記者林修卉攝)
記者林修卉/台北報導
苗栗大埔4戶被強拆,抗議民眾已在內政部前晚持續靜坐超過12小時。民進黨立法院黨團幹事長高志鵬今(19)日表示,民進黨在2011年曾提案修改《土地徵收條例》,但被國會多數暴力否決,如今將再度連署提案,列為優先法案。
高志鵬說,在未來朝野協商,民進黨會表明把土徵法列為優先法案,若國民黨不來談,「沒有土地正義就沒有開議」,不管是國會同意權、閣揆施政報告,都別想闖關。
高志鵬強調,如果當初國民黨沒有動員否決,就不會有大埔事件等問題,而民進黨團將在最短的時間,針對這些訴求,提出土地徵收條例修正案,即便國民黨立委還是選擇跟馬英九總統站在一起,但民進黨將與民眾站在一起。
他說,民進黨呼籲馬政府全面停止浮濫徵收人民土地、徹查苗栗縣長劉政鴻的弊案,以及修公投法、降低門檻。
民進黨立委陳其邁則說,2011年的土徵法修法,當時是江宜樺擔任內政部長,現在則擔任行政院長,但行政院竟發新聞稿,聲稱上次的修法已回應人民訴求。
他認為,江內閣是死豬不怕滾水燙的內閣,漠視人民的心聲,傲慢的執政心態,真的是官逼民反。
關鍵字:
陳其邁
高志鵬
大埔
徵收
土地
農民
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
留言列表