呂烱昌
2013年7月31日 14:48
");
$(".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();
});
}
//-------------------
});
-
![]()
軍檢署洪仲丘案調查報告與案情摘要說明。〔圖/記者呂炯昌攝影〕
記者呂炯昌/台北報導
陸軍542旅義務役下士洪仲丘枉死案,軍檢31日上午公布偵結起訴結果,包括542旅旅長沈威志等18人遭到提起公訴。
軍檢署31日上午舉行記者會,公布洪仲丘案偵查結果,包括542旅旅長沈威志、副旅長何江忠、連長徐信正、副連長劉延俊、上士范佐憲、士官長陳以人等6人涉嫌違反刑法第28條、陸海空軍刑法第45條第2項「共同對部屬施以法定種類以外之處罰」、陸海空軍刑法第76條第1項第2款、刑法第134條、第302條「共同職權妨礙自由等罪」。
269旅禁閉室室長蕭志明、副室長羅濟元、禁閉士管理士宋浩群、李念祖、陳嘉祥、李侑政、黃冠鈞、黃聖筌、張豐政及侯孟南等10人,涉犯業務過失致人於死。269旅憲兵官郭毓龍,涉犯「公務員假借職務上之權力,以其他非法方法,剝奪人之行動自由」。
在起訴名單中,269旅禁閉室管理士陳毅勳,涉犯上官藉勢凌虐軍人、上官藉勢凌虐軍人致人於死罪嫌,最重可處無期徒刑,起訴罪行為18人最重。
在軍檢這波起訴名單中,並未出現醫官呂孟穎的名字;軍檢表示,呂孟穎是否涉及醫療過失部分,已送行政院衛生福利部醫事審議委員會鑑定,若有醫療疏失,將依法起訴。
關鍵字:
洪仲丘
范佐憲
國防部
542旅
軍檢
起訴
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' - https://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
請先 登入 以發表留言。