2013年7月17日 21:52
");
$(".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();
});
}
//-------------------
});
-
台港學者普遍認為,習近平(左)上台後的兩岸關係將更開放,同時也不會急於開啟政治談判。〔圖/取自網路〕
記者孫偉倫/台北報導
未來事件交易所17日公布「兩岸政治談判」的調查結果指出,台灣不需要迴避與大陸進行政治議題協商,但優先協商議題應該是兩岸交流、人權保障與民主合作,相關支持度都將近6成。
未來事件交易所從7月6日到7月16日進行「兩岸政治談判」事件期貨的民意調查,累計交易量超過150萬口。根據清算價格,兩岸簽署交流與合作協議的支持度最高為59.7%,兩岸簽署人權保障協議與民主發展合作協議的支持度分別為59.1%與57.9%。也就是說,台灣民眾不反對政治談判,但應該優先談判的議題是兩岸交流與合作、兩岸人權保障及兩岸民主發展合作。
根據未來事件交易所調查,兩岸簽署對外關係合作協議的支持度為50.2%,兩岸簽署台灣國際參與空間協議的支持度為45.8%。可見,台灣民眾比較支持台灣擁有國際空間自主性,希望兩岸在對外關係上進行合作,而不是依附在大陸之下的台灣國際參與,或由大陸決定台灣的國際活動空間。
未來事件所表示,兩岸簽署停戰協議、軍事互信協議、和平協議及統一協議的支持度分別為40.1%、39.8%、40.0%與22.7%。
未來事件說,上述數據代表台灣民眾不排斥兩岸進行政治與軍事協議的對話,支持度大致為4成。但是兩岸簽署統一協議的支持度墊底,最後清算價格僅為22.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: '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
留言列表