2013年7月23日 14:12
");
$(".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日
記者孫偉倫/台北報導
民進黨立委陳亭妃今(23)日說,洪仲丘在安官桌倒下的30分鐘關鍵畫面消失,但安官桌所在的安官室明明有兩支監視器,且受到安全官與戰情官的監看,現場也沒有死角,她懷疑確有「人為毀滅證據」的可能,因此要求桃檢調查相關人士,追查畫面下落,同時也應將包括269旅政戰主任在內的關係人調離現職,否則證人可能無法說出真相。
她說,洪仲丘倒下被發覺有異而消失關鍵的30分鐘,在安官室內的安官桌旁,裡面就有兩支監視器,沒有死角,怎會有黑畫面,軍檢「有死角」的說法是錯誤訊息。
陳亭妃說,監視器畫面受到安全官與戰情官的監視,若出現黑畫面,監視人員要通過兩層關卡的通報,一是要通報資訊機房,另一則是在第二天早上進行匯報,不管是80分或30分,主官都應知情,但立委在昨天現場履勘詢問旅長時,旅長竟完全不知道。
陳亭妃表示,她拜託桃園地檢署應「把真相追出來」,她懷疑軍檢沒有掌握地一手資訊,否則即是誤導所有人,想要把罪過全推到戒護士陳毅勳身上,她相信一定有人為「毀滅證據」,否則在安官與戰情官的監看下,怎可能沒發現長時間的黑畫面?
陳亭妃指出,正在接受調查的相關人士應立刻調離現職,例如政戰主任,否則所有人事物都還在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
留言列表