陳思豪
2013年10月16日 09:23
");
$(".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)日表示,只要攸關兩岸民眾福祉的急迫性議題,政府都積極務實面對,過去對政治敏感議題也沒有迴避,但從現階段來看,目前商議的條件尚不成熟,雙方應對此議題深思熟慮。
王郁琦上午赴內政委員會,就「由2013年亞太經濟合作(APEC)會議兩岸互動評估兩岸政治議題進程」進行專題報告並備質詢。
王郁琦口頭報告時指出,5年多來,兩岸關係發展與協商互動,是雙方累積互信與良性互動的成果,只要是攸關兩岸民眾福祉的急迫性議題,政府都積極務實面對。
王郁琦還強調,過去對政治敏感議題,我方也從沒有迴避。在答詢立委段宜康時他進一步指出,過去兩岸討論互設辦事機構議題,裡頭就有很多政治敏感部分,這部分我方就沒有迴避。
但他指出,兩岸現階段應在際有的基礎上,持續推動有利各自發展與提升民生福祉的議題,才有助兩岸關係進一步發展,對分歧較大的政治議題,目前商議的條件尚不成熟,雙方均應深思熟慮,政府會考慮我民意需求與反映,來決定政策的步調,不會貿然行動。
關鍵字:
陸委會
內政
立法院
兩岸關係
王郁琦
留言列表