");
$(".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();
});
}
//-------------------
});
-
行政院長江宜樺率37位閣員,召開記者會,回應倒閣案。(圖/記者王鼎鈞攝)
記者王鼎鈞、莊雨琳/台北報導
因應民主進步黨立法院黨團提出對行政院江內閣不信任案(倒閣案)即將在明(15)日表決,行政院長江宜樺今天上午特別召開閣員會議予以積極因應,並於上午10時12分出席記者會,政院的43名閣員排排站,陪同江揆向國人說明。
為了因應明天將在國會上演的倒閣案,江揆除持續致電黨籍立委以外,更於上午9時30分特地在行政院召開閣員會議,並於10時舉行記者會,向國人說清楚講明白。
江揆在記者會上首先指出,不信任案提出是憲政上的大事情,修憲以來,曾經提出三次不信任案,兩次均由民進黨提出,這次是針對他個人「毀憲亂政」而提出。江揆強調,這次國內政爭其實是由於立法委員關說司法個案的情形,才衍生出後續的各種事件。
江揆說,所謂共謀發動政爭的說法,他實在是無法接受。對於「沒有王金平立法院,我們已經準備好了」的說法,江宜樺則再度予以駁斥。
江揆指出,在過去一個月中,行政團隊六度接受邀請前往立法院進行施政報告,卻六次無法上台,政院團隊究竟有沒有毀憲亂政,相信國人都應該看得很清楚。
關於監聽疑雲,江揆說,民主國家不應該有非法監聽,即使是合法監聽,也必須要符合比例原則,該案不是故意去監聽國會,只是監聽過程中,有所違失,行政院對調查小組的報告,絕對尊重,也要求所有同仁要引以為鑑。
江揆指出,為了貫徹人權法治原則,當然有責任要檢討現行的進一步缺失,更會要求檢察官不得浮濫監聽。
江揆強調,他對於民進黨提出不信任案表示尊重,但對於不信任案的理由,「本人無法接受;本人憂心的,不是不信任案會不會通過,而是在這種情況下,台灣人民的福祉,如何保障?台灣的經濟發展,如何確保?」
關鍵字:
九月政爭
江宜樺
行政院
倒閣
國會
立法院
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:
留言列表