王鼎鈞
2013年6月6日 13:28
");
$(".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();
});
}
//-------------------
});
-
馬英九總統能源之旅,與行政院長江宜樺(中)、副院長毛治國(右)一同視察燃煤發電廠。(圖/記者王鼎鈞攝)
記者王鼎鈞/台北報導
面對政治口水、抹黑,行政院長江宜樺今(6)日表示,「其實在過去5年來,可說是無日無之」。江揆說,台灣的政治生態,或某些公共領域的政策討論,一直都是蠻激情的,就這個部分,雖然有些無奈,但大家也都慢慢習慣。
廣播電台今日播出江宜樺訪談,主持人詢及可能要面對的核四公投結果,江宜樺說,民主政治的運作在法制的基礎之上,他不想去猜測投票率比例是多少,在意的是民主政治中,有沒有「依法行政和遵守遊戲規則」,如果是的話,才是民主公民,否則就是推翻民主程序。
江宜樺嚴正表示,行政院面對公投檢驗,「絕不是虛晃一招」。他否認是「巴不得大家不要出來投票,用人數的降低,使行政院立場可以通過」。
江宜樺強調,不是要躲在黑暗之處,更沒有要讓大家以為沒有公投,行政院準備好接受檢驗,只是在請大家做決定之前想清楚,是不是在未來的能源使用上,馬上要把核能的選項取消掉。
他還說,「如果大家擔心核災、核四安全性,放心,這個結果一定有拘束力,將來就不會再有核四興建的討論」。
但江宜樺也提醒國人,「請大家要認帳」;將來沒有核四核電,可能對產業結構、電價、生活方式的調整要有心理準備,這才是成熟的態度。
江宜樺還說,至於他個人對於公投結果在票數上的比例,究竟會是為怎樣,分別會引起什麼樣的政治效應,坦白講,他心裡會有一些想像,對長期的想像,但現在不適合去談,反正事情到的時候,「做一個政治家來講,自然會勇於去面對,這個不必要事先講太多」。
關鍵字:
核四
江宜樺
江揆
核四
公投
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
留言列表