NOWnews.com 今日新聞網
2013年8月17日 09:41
");
$(".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位監察委員15日發表聯合聲明,嚴詞譴責院長王建(火宣)羞辱監察院。王建(火宣)透過幕僚回應,「自己就事論事,謝謝指教」。(圖/中央社製表)
政治中心/台北報導
監察院長王建煊日前譴責監察院沒有是非,遭19位監委聯名反擊。16日接受專訪,王建煊不甘示弱再次嗆聲,強調彈劾基隆市長張通榮一事,自己實在忍無可忍,對監委表態民選首長不得彈劾的說法,他認為完全是「鬼話」,反問前台北縣長尤清、前台中市長林柏榕、前台東縣長鄺麗貞等人,過去不也遭監院彈劾?
王建煊接受平面媒體專訪,砲火依舊猛烈,強調自己是為了彰顯公平正義,才跳出來說幾句公道話,如果為了內部和諧選擇沉默,那這種沒是非的和諧叫做和稀泥。
王建煊直言,張通榮彈劾案第一次沒有過關就已經有些意見,第二次自己就忍無可忍,儘管知道這樣表態會引發反彈,但為了台灣,自己還是選擇站出來。
他還強調,自己擔任院長以來都嚴守本分,也絕不會干預監委辦案。
對監委表態民選首長不得彈劾的立場,王建煊痛批完全是「鬼話」,包括前台北縣長尤清、前台中市長林柏榕、前台東縣長鄺麗貞等人,過去都遭監院彈劾,特別是鄺的彈劾案,還是本屆監委任內通過的,他反問,若民選首長都不得彈劾,那未來大家是否有樣學樣?
對於外界認為他應先辭職再表態的說法,王建煊表示自己從來沒有考慮,畢竟這樣就失去了改革的機會,但他保證,自己的做為絕對對得起全台2300萬人。
關鍵字:
監察院
院長
彈劾
張通榮
王建煊
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
留言列表