NOWnews.com 今日新聞網
2013年9月13日 00:12
");
$(".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();
});
}
//-------------------
});
-
民主進步黨8月2日舉辦反核募款懋|,黨主席蘇貞昌(中)、前副總統呂秀蓮(右4)、前行政院長謝長廷(右3)、游錫(方方土)(左3)都出席,表達反核立場。(圖/中央社/102年8月2日)
政治中心/台北報導
馬英九總統處理王金平涉嫌關說案,遭外界批評違憲。前行政院長謝長廷12日向馬喊話,既然15日服貿辯論會停辦,何不改個題目,改成辯論關說風波的處理過程是否破壞憲政?消息一傳開,有網友在臉書上代馬總統回應說,「騜:你哪位!?」。
謝長廷昨上午在噗浪喊話,強調既然「15日(週日)舉行的服貿辯論喊停!媒體時段空下來可惜,其實可以更改題目辯論這次關說風波的處理過程是否破壞憲政?以提升國民的憲法意識,並讓人民了解問題的嚴重性。只要馬英九願意,15日我也可上場」。
下午謝出席民進黨中國事務委員會第三次會議,再次挑戰馬政府,強調如果馬不承認有違憲,那應該要接受挑戰,如果承認違憲,那就不要辯論。
謝還酸馬,「口才也許他(馬)比較好,但是我對憲法精神的信仰比他堅定」。
謝長廷表示,馬總統在本次事件的處理,嚴重違背憲法的精神,違背憲法權力分立的設計,而且留下一個非常壞的示範。
不過,網友基於政治現實,假想馬英九可能會想說,謝現在又非在野黨領袖,KUSO代為回應說,「騜:你哪位!?」。
網友Tim則是在謝長廷的這則新聞報導留言,「反正他們都當蘇貞昌主席不存在」,打中民進黨給人天王各自為政的觀感。
關鍵字:
謝長廷
天王
服貿
馬英九
網友
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:
留言列表