林保宏
2013年7月22日 21:01
");
$(".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();
});
}
//-------------------
});
-
洪仲丘關鍵影帶 軍檢桃檢協調
高等法院檢察署襄墨D任檢察官郭文東(左)21日率隊至軍高檢,協調禁閉室影帶湮滅證據刑責案,最高軍檢署檢察長曹金生(右)在軍高檢前接待。中央社記者卞金峰桃園縣攝 102年7月21日
社會中心/綜合報導
陸軍542旅義務役下士洪仲丘暴斃案,軍檢持續深入調查。最高軍事檢察署檢察長曹金生,22日晚間8時20分出面說明,先反駁洪仲丘的「灌水說」,並稱說與事實有極大出入。家屬質疑洪仲丘遭虐待致死,曹金生也出面否認;禁閉室監視器疑遭「人為移動」,曹金生也一再否認,甚至還要求部分媒體別誇張事實,還給他們一個辦案的空間。
洪仲丘在退伍前3天不幸暴斃,家屬除了難以接受外,外界對於軍檢署辦案的時效也批評不斷。家屬懷疑洪仲丘生前遭凌虐致死,甚至連台大醫院創傷醫學部主任柯文哲都表示,洪仲丘生前遭不斷的灌水,根據病歷他的鈉離子偏低,以洪仲丘的體重超過90公斤,送到天成醫院時鈉離子約為128,以正常人的鈉離子約140計算,估計至少要灌8.4公斤的水,才會造成如此偏低的數字。
面對這樣的質疑,曹金生出面受訪時嚴正駁斥「灌水說」,並且表示根據專案小組的調查,強調「灌水說與事實有很大的出入」。另外針對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
留言列表