陳思豪
2013年8月8日 18:56
");
$(".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();
});
}
//-------------------
});
-
馬尼拉經濟文化辦事處(MECO)理事主席培瑞斯(前右)8日赴屏東小琉球,向「廣大興28號」罹難船員洪石成的家屬(前中)握手致歉,表達最深的遺憾和歉意。〔圖/中央社〕
記者陳思豪/台北報導
培瑞斯8日抵台向洪家表達歉意,同時發佈一份公開聲明,強調會儘快起訴8名相關海巡人員。
培瑞斯聲明如下:本人係經菲律賓總統艾奎諾三世授權,親自向洪石成先生之家屬就其痛失親人的不幸,表達總統及菲律賓人民之深切遺憾與歉意(deep regret and apology)」。本人對上次於2013年5月15日來台時,未有機會作此表述感到遺憾,但本人現在對此事的哀悼之意絲毫未減。
本人在此通知您及家屬,菲國國家調查局(NBI)的調查結果已公布,而且菲國國家調查局也會將本案交由菲律賓國家檢察署依法處理,菲國司法部會盡全力儘快起訴相關人等。
鑒於這次悲劇中學到的寶貴教訓,以及針對菲國駐台代表白熙禮5月11日造訪洪家家屬道歉及表示哀悼之意時,您所表達的關切事項,本人在此向您及家屬說明,台菲雙方已就未來避免再有此類事件發生,並保證彼此在執行漁業相關法令,避免使用武力情事,開啟對話。
最後,本人希望藉此機會就台灣海巡署營救3名菲籍漁民,以及尋獲另一名幾週前在巴士海峽翻船而遭遇船難死亡,飄流至台灣的菲籍漁民的遺體之作為,表示感謝。
關鍵字:
培瑞斯
殺人罪
廣大興
外交部
菲律賓
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
留言列表