康仁俊
2013年10月10日 09:00
");
$(".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();
});
}
//-------------------
});
-
國慶大會交通管制時間圖。(圖/截取自國慶籌委會網站)
記者康仁俊/綜合報導
針對兩岸官方機構互訪時程,陸委會主委王郁琦表示,與大陸國台辦定期互訪與建立常態性溝通管道是這次APEC雙方共識,不過後續還需要各自規劃,再做進一步討論。
王郁琦9日晚間參加「歡迎港澳人士來台慶祝中華民國102年國慶晚宴」接受訪問時表示,他與大陸國台辦主任張志軍在亞太經濟合作會議(APEC)會面,初步達成未來定期互訪與建立聯繫機制的共識,「互訪應該是有來有往,而且不會只有一次」。
王郁琦說,陸委會在APEC前就向國台辦表達希望在對等尊嚴的情況下會面,陸方也正面回應,但會用什麼形式運作,同樣還要各自規劃,再進一步討論,而在陸委會與國台辦建立制度化聯繫機制後,海基會簽署兩岸正式協議的功能不會改變。
關鍵字:
王郁琦
陸委會
海基會
國慶
APEC
留言列表