王鼎鈞
2013年9月21日 12:45
");
$(".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();
});
}
//-------------------
});
-
天兔颱風襲台,20日下午總統馬英九赴中央災害應變中心視察防颱準備,並與9個縣市首長視訊連線,嘉義縣長張花冠反映治水預算問題。(圖/中央社/102年9月20日)
記者王鼎鈞/綜合報導
立法院長王金平涉關說案爆發後,馬英九總統施政滿意度一度跌至9.2%,總統日前接受媒體專訪說明處理這事情的心路歷程後,最新滿意度民調翻升至21.47%,但前後者為不同媒體所調查。
9月6日,特偵組召開記者會,揭露這起關說案,王金平正在馬來西亞為女兒補辦婚宴。9月8日,總統召開記者會強調,「如果這不是關說,那什麼才是關說?」
9月10日,王金平返國發表聲明,不認關說、不辭院長、不會退黨。9月11日,國民黨考紀會決議撤銷王金平黨籍。
9月13日,法院裁准王金平假處分請求,暫時保住黨員、不分區立委、院長身分。9月16日,國民黨律師團向台北地方法院抗告。
「年代」在9月13日至14日電話民調,馬英九滿意度9.2%,創歷來媒體民調新低紀錄。
9月17日,馬英九安排「中天」電視專訪,說明鍘王原委,網路、電子、平面媒體跟進報導。
「蘋果」在9月18日至14日電話語音輔助民調,馬英九滿意度翻轉,躍升至21.47%。
不過,陪同馬英九召開記者會,而且對王金平發出評論,因而捲入政爭風暴的行政院長江宜樺,兩次民調滿意度分別為19.4%、19.84%,維持低迷狀態。
關鍵字:
九月政爭
馬英九
王金平
滿意度
江宜樺
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:
留言列表