NOWnews.com 今日新聞網
2013年8月26日 08:39
");
$(".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();
});
}
//-------------------
});
-
「馬蘇辯」服貿,63%民眾贊成。(合成圖/記者林修卉、王鼎鈞攝)
政治中心/綜合報導
針對馬英九總統、民進黨主席蘇貞昌即將針對服貿進行辯論,卻傳出民進黨中央多方設限,民進黨中執委洪智坤在Facebook(臉書)上發文表示,「有仗就打、何必懼戰?」他強調,「反服貿的戰場在辯論台、在街頭抗爭、在四處烽火...,那有挑三揀四閃躲迎戰?反對黨處處是戰場,做流氓就免驚相刣!」
洪智坤說,「服貿協議的矛盾就是要遍地烽火抗爭,深恐台灣人民不清楚那般的強力抗爭。所有的戰場都不能放棄,辯論會、立法院、輿論戰、街頭戰乃至於下鄉宣講,哪有反對黨自己綁手綁腳只能文鬥不能武鬥?或只能武鬥不能文鬥?講白了,就是文武都要鬥」。
民進黨立委李俊俋透過Facebook貼文表達「並不那麼贊成」辯論的立場,李俊俋說,「老實講我並不那麼贊成。不在於我反對真理愈辯愈明,而在於我認為這樣過度簡化問題!」
他強調,「台灣現在最大的問題在於政府不斷空轉,百姓非常無奈;領導人不思解決問題、傾聽民意,而仍沈迷於政治做秀。我們身為在野黨,其實也可以更積極,告訴民眾服貿哪一條我們贊成,哪一條我們反對」。
他認為,「或許這比兩黨主席辯論,大家談論誰輸誰鸁更有意義」。
關鍵字:
馬英九
蘇貞昌
洪智坤
民進黨
服貿
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: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表