重大進展! 菲同意我登船驗槍、合作調查
May 20th 2013, 17:37
2013年5月21日 00:28
");
$(".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();
});
}
//-------------------
});
-
菲律賓海防隊射殺台灣漁民洪石成案,調查團提請平行調查最快5/21赴菲律賓。
記者孫偉倫/綜合報導 台菲共同調查出現重大進展!法務部指出,目前菲律賓方面已同意我方赴菲,登上涉案船隻並查驗槍枝、比對彈道。另外,菲方盼與我進行互助「平行調查」,但若不能檢視案發影帶、訊問海防人員,我將拒絕菲方要求。菲方調查小組希望赴台相驗已身亡漁民洪石成遺體,但洪石成女兒則說,父親已入殮,不可能再讓驗屍。 法務部長陳明堂20日晚間表示,菲律賓方面經我協商後,已初步同意我方「登船驗槍」,即登上涉案公務船,鑑識相關槍枝以比對彈道。基於平等互惠立場,我方也同意菲方派調查小組來台詢問證人、勘驗漁船,雙方並已初步交換調查清單。 在我駐菲代表處人員陪同下,法務部國際及兩岸法律司主任檢察官楊婉莉20日上午前往菲律賓國家調查局(NBI),洽談司法互助事項。法務部官員並透露,兩國已進入談判實際司法互助細節階段,各自提交司法互助相關內容。 不過,菲律賓司法部長德利馬(Leila De Lima)稍早指出,台灣與菲律賓調查小組將「平行調查」漁船遭槍擊案,但不會讓台灣方面檢視案發錄影帶,也不可訊問菲方海防人員。 外交部亞太司長何登煌對此則表示,平行調查強調要對等互惠,菲國還未正式行文提出要求,但最後結果若是如此,我國將會拒絕。據了解,菲律賓的調查小組有8到10名成員,只等台灣批准就會動身。 (接下一頁)
關鍵字:
菲律賓
廣大興
洪石成
楊婉莉
驗槍
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
|
培瑞斯說要撤僑? 外交部:本人已否定這樣說法
May 20th 2013, 17:37
陳思豪
2013年5月21日 00:26
");
$(".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();
});
}
//-------------------
});
-
菲律賓海防隊射殺台灣漁民洪石成案,菲律賓特使裴瑞茲機場發表談話表示遺憾同情。
記者陳思豪/台北報導 外交部20日晚間表示,馬尼拉經濟文化辦事處理事主席培瑞斯日前拋出的「撤僑說」只是假設最壞的情況,並非實際的做為。菲律賓當局已了解菲勞在台相關情況,認為台灣確實能給這些勞工妥善的照顧,目前也沒有撤僑的打算。 台灣媒體在本月20日報導指出,菲律賓總統艾奎諾三世(Benigno Aquino III)指示「馬尼拉經濟文化辦事處」理事主席裴瑞茲(Amadeo R. Perez, Jr.)準備自台灣撤僑,但外交部強調,實際上並分屬實。 事實上,外交部已接獲菲律賓駐台副代表來函,表示裴瑞茲在本月20日回應媒體時就做出答覆,強調撤離在台菲勞只是假設性情形,並非實際做為,菲國瞭解我方妥善照顧在台菲勞的安全。 菲律賓當局認為,中華民國政府能妥善照顧在台菲勞的安全,並妥善處理極少數受騷擾個案。因此正式否認培瑞茲撤僑的說法。 目前台灣約有8萬7000名菲籍勞工,外交部呼籲民眾友善對待在台的菲籍人士,中華民國政府也將持續提供外籍人士一個友善的環境。
關鍵字:
外交部
菲律賓
漁船
菲勞
裴瑞茲
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
|
化解年金改革阻力 府院黨520會商現曙光?
May 20th 2013, 17:37
王鼎鈞
2013年5月20日 23:37
");
$(".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();
});
}
//-------------------
});
-
馬英九總統(左)5月20日晚間邀集黨政高層會商年金改革案。(資料照片/記者王鼎鈞攝)
記者王鼎鈞/台北報導 馬英九總統20日表示,年金制度改革影響重大,行政院所提出的方案「並非不可討論」,希望行政院、考試院以「漸進」、「務實」的原則,爭取立法院支持,並努力與各界達成共識,「在本會期完成修法」。 總統府發言人李佳霏表示,馬總統晚間邀集行政院、立法院、考試院三院院長,國民黨副主席、政策會執行長及立法院國民黨黨團正副書記長與「年金改革案專案小組」召集人,與相關部會首長,就「年金改革方案」廣泛交換意見。 李佳霏說,會中銓敘部長張哲琛與行政院經建會副主委陳小紅,分別代表考試院與行政院說明「年金改革方案」協商情形。 馬總統在會中指出,年金改革第一階段方案今年一月底提出後,各界提出許多改革意見,四月修法草案送到立法院後,也有許多委員提出修法建議。 總統認為,年金制度改革影響重大,行政院所提出的方案並非不可討論,希望行政院、考試院以「漸進」、「務實」的原則,爭取立法院支持,並努力與各界達成共識,在本會期完成修法。 馬總統說,年金改革的目的,就是要讓勞工與軍公教朋友不必為未來退休生活而擔憂,也希望改革方案能達到原先設計的「政府掛保證,疼惜下一代,安心三十年」的目標。
關鍵字:
年金
馬英九
總統
改革
年金
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
|
|
留言列表