王鼎鈞
2013年9月16日 17:16
");
$(".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();
});
}
//-------------------
});
-
關於立法院長王金平涉關說案,前行政院發言人胡幼偉認為,在最終裁判完成之前,任何人,包括總統在內,不宜提出對本案該如何認定之個人意見。(資料照片/記者王鼎鈞攝)
記者王鼎鈞/台北報導
立法院長王金平王金平取得國民黨籍身分的民事假處分裁定,國民黨今(16日)提抗告,前行政院發言人胡幼偉指出,如抗告失敗,馬英九總統的威信將再受挫,民間觀感恐怕難免變成:「法院都說王案可以再議,為何你馬主席就非要把王弄死不可呢?」
觀察九月政爭,胡幼偉持續透過臉書(facebook)評析政局變化,他認為,除非國民黨抗告成功,否則,在曠日費時的民事官司進行過程中,馬和行政院要如何一直避著王,讓「政務照推」,實在令人難以想像;而且國民黨還發出了文宣,說明為何一定要把王逐出國民黨與立法院。
胡幼偉還質疑說,「你一定要把他立刻弄死,法院不同意。說了不同意你又不聽,言語上說尊重司法,行為上要加派律師提抗告,非要弄到底不可。」
胡幼偉也注意到馬英九媒體滿意度民調剩下9.2%的窘境,他表示,民意支持度低到個位數也不管,鐵了心就是要把王弄死不可;暫時弄不死就避不見面,法院明明說王可以暫時保住黨員身份及立院院長位子,你卻不讓他來開全代會,跟黨籍立委座談也不讓他參與,攸關黨政協調的五人小組會議及行政立法從政同志協調會也不開了。
胡幼偉指出,國民黨立委夾在馬主席和王院長之間,左右為難,媒體拚命看好戲,人民的大是大非觀念是更清楚了,但對國家發展的期待卻是徹底落空。
「禍起蕭牆,全國上下都被困在牆內。」胡幼偉感嘆,政治要有是非,也要有智慧!是非,大家都很清楚了;智慧呢?天佑台灣吧!
關鍵字:
九月政爭
馬英九
王金平
胡幼偉
抗告
黨籍
假處分
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:
留言列表