陳思豪
2013年8月8日 07:45
");
$(".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();
});
}
//-------------------
});
-
外交部、法務部下午舉行記者會,外交部次長石定、法務部次長陳明堂等共同說明廣大興案最新調查結果。〔圖/記者陳思豪攝〕
記者陳思豪/台北報導
台菲7日一同公布廣大興28號調查報告,同時菲方也同意指派「馬尼拉經濟文化辦事處」(MECO)理事主席培瑞斯(Amadeo Perez),代表菲律賓總統艾奎諾三世來台向受害者家屬致意。據了解,培瑞斯今(8)日就會抵達台灣,代表菲方正式道歉。
據了解,培瑞斯將赴屏東向洪石成家屬致歉,可能還會確定後續賠償事宜,至於是否和外交部官員會面,藉此修補台菲關係,則有待進一步確認。
外交部次長石定在昨日記者會上,對培瑞茲的來訪表達肯定,由於菲方在回應我國四項要求,都有具體正面的回應,因此他代表外交部建議取消對菲的11項制裁。
不過在金額賠償上,石定也表達我方立場,強調儘管菲方與家屬律師正在進行協商,我方也尊重兩方討論結果,但希望屆時不會是以「個人捐獻」的形式來做賠償。
現場有媒體詢問,為何上回裴瑞茲來台我方不願接受,此次卻有這樣轉折,對此法務部次長陳明堂解釋,前次培瑞茲宣稱自己是以個人、私人身分,這回則代表菲國總統艾奎諾,「跟前次有不一樣的方式」,此外,本次菲國也提出完整調查報告,而非像上次宣稱「非蓄意殺人」。
關鍵字:
廣大興
菲律賓
外交部
制裁
台菲關係
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
留言列表