陳思豪
2013年10月24日 17:26
");
$(".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();
});
}
//-------------------
});
-
陸委會發言人吳美紅。
記者陳思豪/台北報導
陸委會副主委林祖嘉今(24)日在立院透露一份最新民意調查,民眾在兩岸簽署服貿協議前後,支持度從原本的7成跌至4成左右。儘管政府舉行多場公聽會、說明會,效果顯然相當有限。
陸委會發言人吳美紅下午在記者會上回應,為了掌握民意趨勢,協助政策的制定,行政機關本來就會針對相關議題進行民意調查,但有些民調內容只提供內部參考,這是過去就有的慣例。
吳美紅解釋,在兩會簽署協議前,陸委會在去年11月做第一次民意調查,當時確實有7成3的民眾支持兩岸就服貿協議進行協商,該民調結果在6月22日簽署協議後也有對外說明。
吳美紅表示,今年7月陸委會又針對ECFA後續進行民意調查,其中有3個問題與服貿協議相關,分別是「簽署協議對台灣經濟發展有沒有幫助?」、「簽署協議是否有助台灣拓展大陸市場?」、「簽署協議對跟其他國家簽經貿協議有沒有幫助?」當時這三個問題的支持度都在6到7成左右。
至於被解讀為「支持度跌至4成」部分,是陸委會在9月的民意調查。吳美紅表示,當時民眾因媒體報導訊息,有相當的分雜與困惑,因此支持度跌至4成左右。
但吳美紅認為,這樣的結果與7月的內容顯然有相互矛盾的情形。對於民調7成跌到4成的說法,吳美紅也坦言這樣的解讀方式不夠嚴謹,畢竟兩個問題是「不同提問的面向」。
吳美紅最後強調,民調的結果顯示行政部門未來要做的,就是做一些更有效的溝通,讓各界能對服貿協議有真正的了解;對於立院決議加開公聽會,她表示,陸委會樂見其成,畢竟這可以增加國內產業、工會說明的機會,有助各界對協議的了解。
關鍵字:
陸委會
民調
兩岸關係
大陸
服貿協議
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:
留言列表