王鼎鈞
2013年8月22日 09:39
");
$(".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();
});
}
//-------------------
});
-
台南市長賴清德8月21日召開說明會,鄭重澄清大埔、南鐵案本質不同。(圖/台南市新聞及國際關係處薛斐銘攝)
記者王鼎鈞/台北報導
行政院發言人鄭麗文、內政部長李鴻源日前回應大埔「拆政府」行動時,先後都提到台南市鐵路地下化拆遷爭議。市長賴清德除了火速說明兩者本質不同外,今(22)日將親自參加行政院會並受訪。因李鴻源赴中央災害應變中心,院會將由內政部次長蕭家淇代打。
李鴻源日前指出,苗栗大埔案與台南鐵路東移案,基本上是兩個很類似的「土地區段徵收案」。兩者因抗爭團體有不同屬性,而出現不同社會觀感。如果地方政府都能有效溝通、落實對拆遷戶的安撫與照顧,相信被接受的程度會相同。
賴清德昨日召開說明會強調,台南市鐵路地下化與苗栗大埔徵收案,兩案本質上截然不同,在執行上,市府不會放棄任何一絲與市民溝通的機會,也不輕言強拆民宅。
對於李鴻源的發言,賴清德表示,他為此感到震驚與遺憾。賴清德認為,顯然李鴻源發言前,並未詳細了解鐵路地下化在本質上與苗栗大埔不同,把二案相提並論,將造成台南市鐵路地下化推動的困難,如果因此導致工程延宕、停擺,李鴻源對不起台南市民。
他還說,李鴻源以政治的角度出發,並未實際了解兩案在工程、路線與過程的不同處,就出此言,是不恰當的,將台南市拖下水,讓人懷疑有「圍魏救趙」的意圖。希望其他中央長官不要再犯同樣錯誤,否則對台南市不公平。
對此,李鴻源昨受訪表示,他沒有要評論案子做得怎麼樣,請賴清德放心;地方只要做得好,內政部一定支持、協助。他也無意替任何人背書,土地徵收是必要手段,只是執行過程可以更小心。
賴清德勢必在今日的院會中說明立場,蕭家淇的回覆是否可以彌平緊張氣氛,行政院長江宜樺又做何裁示,有待賴清德會後出面說明。
關鍵字:
賴清德
蕭家淇
南鐵
大埔
拆遷
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
留言列表