陳思豪
2013年7月18日 08: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();
});
}
//-------------------
});
-
洪仲丘軍中同袍劉烜揚(圖)16日出面指出,軍方先是不按程序處理洪仲丘案,事後又說謊,才會導致無法挽回的悲劇。〔圖/中央社〕
記者陳思豪/台北報導
陸軍下士洪仲丘被關禁閉惡整致死,比他晚2天退伍的旅部連同袍劉烜揚17日晚間還原當時情境,強調副旅長何江忠當初在聽了士官長范佐憲與陳以人的意見後,執意要將洪仲丘關禁閉,除了對當時處理公文的人事兵施壓,還特地僑了2個禁閉室的位置,目的就是要讓洪仲丘盡快受罰。
盡管收到法院通知,在下午出庭作證,但劉烜揚晚上無懼壓力,繼續上談話節目《新台灣加油》接受訪問,還原當時過程。
劉烜揚說,原本24日到26日都沒什麼動作,但27日星期四下午,自己在辦公室看到連上緊急處理洪仲丘的懲處公文,由於部隊很久沒人被關禁閉,負責的人事兵甚至不清楚公文內容以及需要繳交自白書等規定,因此一直從下午5點多弄到晚上8、9點,而洪仲丘本人,則被要求回來寫自白書。
劉烜揚回憶,當時連長徐信正感覺壓力很大,人事兵弄不好,情急之下馬上罵人,後來人事科傳了正確格式過來,不過因為壓力過大就哭了。連長無奈,只好自己把東西給弄出來。
至於為何如此倉促,劉烜揚表示,當時聽到連長親口說,副旅長(何江忠)跟他說,如果這兩人沒送出去,就把他(徐信正)送出去。但由於副旅長平時喜歡捉弄連長,他無法判斷何江忠是用哪種口氣跟連長說話,又或者只是開玩笑。 (接下一頁)
關鍵字:
何江忠
洪仲丘
國防部
法院
范佐憲
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
留言列表