王鼎鈞
2013年10月2日 00:46
");
$(".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();
});
}
//-------------------
});
-
總統馬英九(右)1日在總統府,接見出席「2013年第21屆APEC經濟領袖會議」代表團,向宏達電董事長王雪紅(左)等團員握手致意。(圖/中央社)
記者王鼎鈞/台北報導
立法院長王金平涉及關說司法個案,引發政壇動盪,行政院長江宜樺、總統府前副祕書長交替登場追打,面對國民黨抗告再度受挫,王金平繼續保有黨籍、國會議長寶座,馬英九總統今(2)日8時將再度親征,接受媒體專訪,爭取國人的支持。
關說案為「九月政爭」展開序幕,江宜樺不但陪同馬英九在總統府召開記者會說明立場,日前接受平面媒體電訪時還指王金平「在公正性、政治信任飽受質疑下主持議事和預算審查,各界一定會有很多爭議」。
江宜樺接著又上電台受訪,表明他是「對事不對人」,並指國會兩大龍頭涉關說司法案「駭人聽聞」,不得不去面對,不可能吃案,不可能不移送監察院,做憲法、法律上相應的處理。
站在第一線為馬英九發出攻勢的羅智強,9月底卸任總統府副祕書長,回復「一介布衣平民」的他,卸掉公職的束縛,首日就發出公開信,指王金平「還欠台灣人民一個道歉」,並詳述他對王金平的觀察,等同為馬英九今日專訪「暖場」。
另外,特偵組「監聽醜聞」愈演愈烈,已危及國民黨政權,馬英九勢必也將做出說明,NOWnews.com《今日新聞》8時起將同步連線報導,與網友共同檢驗政府作為。
關鍵字:
監聽
特偵組
馬英九
江宜樺
王金平
關說
羅智強
留言列表