NOWnews.com 今日新聞網
2013年10月17日 11:02
");
$(".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日在中天新聞《台灣顧問團》節目中做出上述表示,龐建國說,倒閣案也是對王金平的考驗,民進黨拒絕協商,要解決問題就得按議事規則走,少數服從多數,王金平如何用個人影響力讓議事順利下去,必須承擔起責任。
國民黨立委費鴻泰也批評民進黨,台灣的政治一直在倒閣、彈劾、罷免,「一個會期只有80到90天,再耗下去還有多少時間處理法案?」
他質疑,南韓準備要和中國大陸簽FTA,「民進黨如果真愛國,支持台灣人,服貿這些問題怎麼不碰!」
關鍵字:
蘇貞昌
倒閣
中天
台灣顧問團
龐建國
留言列表