2013年8月4日 14:42
");
$(".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();
});
}
//-------------------
});
-
總統馬英九(右2)4日參加陸軍下士洪仲丘告別式,並聽取家屬陳情。中央社資料照102年8月4日
記者孫偉倫/台北報導
總統馬英九今(4)日出席洪仲丘告別式後,在個人臉書上表示,洪仲丘案顯示軍中制度面的嚴重缺失,他向洪仲丘爸媽保證,「我也是有小孩的人,如果發生在我家,我也會一樣的痛心與憤怒,感受是一樣的」,他會負起責任來,強力督導國軍改革,不允許類似事件再發生。
馬總統表示,這個案子的發生,顯示出軍中制度面有嚴重缺失,才會出現這樣違法濫權的情況,不但從禁閉的決定到執行,乃至於急救的過程,都有嚴重的缺失。他說,軍方在他的要求之下,在7月26日提出了出13點重大的改革,「我會以三軍統帥的身份強力要求並監督他們執行」,未來務必要杜絕類似事件的重演。
馬英九強調,軍方及他關心的不只是仲丘這個個案,針對以前類似被懷疑是冤案的案件,行政院要成立一個「軍事冤案申訴委員會」,由政府及學者專家、民間團體所共同組成,對於過去曾經發生的案子來主動加以過濾,如果條件許可的話,也可以重啟調查,甚至於不排除「再審」或是「非常上訴」,這個會由「軍事冤案申訴委員會」來處理。
馬英九說,他向洪爸爸、洪媽媽保證,「我也是有小孩的人,如果發生在我家,我也會一樣的痛心與憤怒,感受是一樣的」。 昨天看到許多民眾在凱道送仲丘、討真相,「大家的訴求我們可以了解及認同」,所以他要求行政院江院長在遊行集會結束之前,就提出4點具體的回應。
馬英九表示,洪仲丘絕對不能,也不會白白的犧牲,要把不幸與民眾的憤怒,轉換成改革的動力,杜絕類似事件發生,這樣才能使所有的軍眷、家屬放心地讓他們的親人到部隊當中保家衛國。
馬英九表示,身為總統,他要再次表達非常遺憾發生這樣的事情,「我會負起我的責任來,強力督導國軍改革,絕對不允許類似事件再次發生」。
關鍵字:
洪仲丘
國防部
1985
禁閉室
馬英九
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
留言列表