呂烱昌
2013年7月31日 17:03
");
$(".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();
});
}
//-------------------
});
-
軍檢31日宣布偵結洪仲丘案,包括前旅長沈威志、上士范佐憲等人,被控共同對部屬施以法定種類以外處罰、共同職權妨害自由,遭起訴,軍檢並請從重量刑。(圖/中央社製表102年7月31日)
記者呂炯昌/台北報導
陸軍542旅下士洪仲丘枉死案,各界質疑洪仲丘到底作了什麼事,會讓所屬單位上士一定要關他禁閉,最後發生疑似凌虐致死的憾事。
最高法院軍事檢察署31日公布洪仲丘下士死亡案摘要說明報告,指出由於洪仲丘為了考公職,希望能提早放假,因而竄改體測成績、拒背值星帶,才會導致志願役士官不滿,對他展開報復。
報告中指出,范佐憲擔任士評會主席時,主張對洪仲丘施以禁閉7日處罰,席間因部分委員對洪仲丘退伍在即,提議施以較輕微處罰,不過卻遭到范反對。
士官陳以人因平日與范交好,因而支持對洪仲丘施以7日禁閉提議。陳以人表示,洪仲丘擔任值星班長時,多次未依其值星班長要求提早集合部隊,已對洪仲丘心生不滿,加上洪仲丘5月份因犯過遭懲罰7日還未罰完,因此覺得罰勤對他沒用,支持對洪仲丘關禁閉。
不過對於軍檢偵結報告的這段內容,洪家家屬不僅認為沒有還原真相,洪母甚至認為不背值星罪很大嗎?作家九把刀認為,軍檢報告指出洪仲丘拒絕背值星、竄改體測成績,才導致志願役士官不滿,對洪展開報復,根本是把責任推卸給死者。
關鍵字:
洪仲丘
范佐憲
國防部
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' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表