陳思豪
2013年8月9日 11:40
");
$(".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();
});
}
//-------------------
});
-
外交部長林永樂8日晚間宣布,在國安會議決議及總統馬英九指示下,取消日前對菲律賓所採取的11項制裁。
記者陳思豪/台北報導
外交部領務局今(9)日表示,由於我國結束對菲律賓的11項制裁,因此旅遊警示紅燈也宣布取消,此外,也恢復菲律賓適用於持有效美、加、日、紐、澳、歐盟及申根等先進國家簽證的東南亞5國免簽證名單。
馬尼拉經濟文化辦事處(MECO)理事主席培瑞斯8日抵台,先赴屏東小琉球向受害者洪石成家屬表達歉意,晚間北上外交部,與部長林永樂進行1個小時會面。
最後林永樂在晚間親自召開記者會,鑒於菲律賓已就「廣大興28號」漁船案向中華民國分別以書面及行動表達善意及歉意,因此他當場宣布,取消對菲律賓的11項制裁措施,讓為期3個月的廣大興事件,有了最圓滿的結局。
領務局表示,有關旅遊警示及簽證方面,取消紅色旅遊警示,恢復正常。此外,恢復菲律賓適用於持有效美、加、日、紐、澳、歐盟及申根等先進國家簽證的東南亞5國免簽證名單內。
而在制裁取消後,我國政府也向菲方提出4項要求,包括儘速完成起訴並嚴懲涉案人員;儘速舉行下一階段的漁業會談,加強漁業合作;持續加強執行海上執法不能使用武力及暴力之機制,防止類似不幸事件之發生;儘速修補雙邊合作關係,尤其是經貿方面之合作,並推動洽簽經濟合作協定。
目前外交部旅遊警示分為4個等級,分別是警戒等級最高的紅色燈(不宜前往)、警戒等級中等的橙色燈(高度小心,避免非必要旅行)、警戒等級低的黃燈(特別注意旅遊安全並檢討應否前往)、還有程度最輕微的灰色燈(提醒注意)。廣大興事件發生後,我國於5月15日將旅遊警示燈調為紅色,經過近3個月斡旋,於9日正式取消。
關鍵字:
外交部
菲律賓
旅遊
廣大興
林永樂
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
留言列表