陳思豪
2013年8月8日 21:22
");
$(".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項制裁。
記者陳思豪/台北報導
外交部長林永樂8日晚間宣布,在國安會議決議及總統馬英九指示下,取消日前對菲律賓所採取的11項制裁。未來除了要求菲方儘快起訴涉案人員,也希望早日舉行漁業會談,同時期盼雙邊修補合作關係,積極推動洽簽合作協定。
馬尼拉經濟文化辦事處(MECO)理事主席培瑞斯8日晚間抵達外交部,與部長林永樂進行一個小時會面。外交部隨後由部長林永樂親自召開記者會,宣布取消對菲11項制裁。
林永樂表示,我方在事件發生後,隨即向菲提出道歉、賠償、懲兇、儘速啟動台菲漁業會談4項要求,至今都獲得正面回應,其中道歉部分,培瑞斯正式代表菲國總統及人民,向我方表達歉意,同時也在下午也赴小琉球公開向罹難者家屬致歉。
有關賠償損失部分,雙方律師達成協議;嚴懲兇手部分,菲律賓國家調查局建議以「殺人罪」起訴涉案8名菲國海巡署人員,另並以「妨礙司法罪」起訴4名海巡署人員,這樣做法我方給予肯定。
台菲漁業協議部分,雙方在6月14日舉行第1次預備會議,並達成若干具體成果,雙方簽署會議紀錄承諾未來避免使用武力及暴力,以防止類似「廣大興28號」漁船遭槍擊之不幸事件再度發生。後續漁業資源養護、漁業作業管理等漁業相關議題,也同意持續進行協商。
林永樂表示,在制裁取消後,我國政府也向菲方提出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
留言列表