NOWnews.com 今日新聞網
2013年7月24日 17:38
");
$(".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();
});
}
//-------------------
});
-
洪仲丘死亡禁閉室首曝光
陸軍下士洪仲丘疑被不當處分、操練致死,各界關注國軍禁閉制度,多名立委22日實地勘察陸軍269旅禁閉室。(中央社製表)中央社 102年7月22日
政治中心/台北報導
陸軍下士洪仲丘被虐死案,民進黨立委薛凌繼揭發陸軍第269旅禁閉室七位操練洪仲丘的士官竟然都是違法派任的黑牌戒護士外,今(24)日再度爆料指稱,在洪仲丘於6月28日被送進禁閉室之後,陸軍第269旅禁閉室竟然在7月1日,也就是洪仲丘被操練時,監視錄影帶異常消失這一天,異常更換黑牌戒護士。
薛凌表示,依照陸軍禁閉室管理、戒護人員派遣規定,所有派任人員均需參加軍團講習並完成重疊見習後,經由軍團簽證合格才能派任。派任禁閉室管理、戒護人員任期為三個月、表現優良者可再延長任期一個月。
但陸軍第269旅禁閉室竟然在洪仲丘被送進禁閉室後,於7月1日調派未參加過軍團戒護士管理士講習的269旅中士羅濟元擔任禁閉室副室長,調任同樣未參加過軍團戒護士管理士講習的陸軍第584旅下士黃冠均及未具禁閉室戒護士、管理士合格簽證的584旅下士李念祖等黑牌戒護士,進入陸軍第269旅禁閉室執行操練洪仲丘的命令執行者。
薛凌指出,這三位黑牌戒護士在洪仲丘可能被施以致命的第一階段凌虐的關鍵日,也就是7月1日被臨時調入第269旅禁閉室的過程,她要求軍方要出面說明清楚,為何在洪仲丘被操練消失的監視器畫面關鍵日,陸軍第269旅禁閉室負責操練的黑牌戒護士會臨時換人,甚至更換未曾受過禁閉室戒護士、管理士講習的士官進入執行操練洪仲丘行動。
薛凌表示,軍方至今仍不敢說明,為何七位禁閉室操練士官都是由黑牌戒護士擔任?而更令人髮指的是,這其中竟然有兩位連軍團戒護士、管理士講習都未曾參加過。
更不尋常的是,在洪仲丘面臨第一階段被凌虐的七月一日,陸軍第269旅禁閉室竟然出現黑牌戒護士異常調動。薛凌要求軍方,應立即對此提出回應,且外界絕對要追查到底,不容讓軍方以疏失之名,淡化此一爭議的關鍵內幕。
關鍵字:
洪仲丘
凌虐
關鍵
戒護
黑牌
禁閉
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
留言列表