");
$(".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();
});
}
//-------------------
});
-
僑委會委員長陳士魁今(3)日在立法院表示,台灣擁有自由、民主及人權等價值,僑委會將用這些理念積極爭取僑胞認同。(資料照)
記者胡健森/台北報導
台灣與大陸在海外僑界的政治角力,已有越來越衰退的情形,僑委會委員長陳士魁今(3)日在立法院表示,雖然我方無法與大陸比拼經濟實力或故鄉人情,卻卻擁有自由、民主及人權等價值,僑委會將用這些理念積極爭取僑胞認同。
對於立委質疑海外僑胞對國家認同的問題越來越明顯,像是在美國舊金山的中華總會館停辦雙十國慶慶典活動,僑居印尼的藝人白嘉莉日前也參加中國大陸十一國慶相關活動,對於海外僑界立場出現轉變,僑委會有何因應對策?
僑委會委員長陳士魁答詢說,對於中華總會館停辦雙十國慶慶典活動只能表示尊重,但舊金山的雙十國慶升旗與遊行活動仍會照常舉辦;陳士魁表示,對於傳統僑社,我們一再堅持的重點,是以理念來說服,因為如果要比錢或比人,台灣都沒辦法與大陸競爭,但我們講的是自由、民主與人權。
關鍵字:
僑委會
政治角力
陳士魁
留言列表