王鼎鈞
2013年8月22日 11:15
");
$(".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月22日公開呼籲內政部長李鴻源,出面說明大埔和南鐵案本質的不同。(圖/記者王鼎鈞攝)
記者王鼎鈞/台北報導
內政部長李鴻源日前回應大埔「拆政府」行動時,提到台南市鐵路地下化拆遷爭議。台南市長賴清德今(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
留言列表