林保宏
2013年8月2日 10:41
");
$(".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();
});
}
//-------------------
});
-
洪母:仲丘服役後期情緒負面
役男洪仲丘疑遭虐死,洪母28日憶兒傷心地說,他個性陽光正面,是家中開心果,服役後期出現較負面情緒,但沒想到會發生這種憾事。中央社記者陳淑芬攝 102年7月28日
記者林保宏/連線報導
洪仲丘遭虐死案件,上月31日軍檢起訴涉案相關18人後,1日國防部高軍院和北軍院,針對4名收押的被告何江忠、徐信正、范佐憲及陳毅勳召開羈押訊問庭,訊後4人全都交保。洪家家屬得知後無法接受,2日上午10時左右,洪母對於4人被交保理由是「非重罪」,當場泣訴「是你們殺了他,我的小孩就該死嗎?」
洪仲丘枉死案至今真相未明,軍檢介入調查後,上月31日偵查終結,儘管起訴相關涉案共18人,看似給了公道,但對於洪仲丘卻又指稱他犯眾怒、囂張跋扈等,家屬完全無法接受。1日晚間這4名遭羈押的被告,分別以30萬、25萬、20和15萬交保候傳,軍高院竟稱他們並「非重罪」,准予交保。
洪家家屬得知後完全無法接受,除了洪父感到無奈之外,並表示會與律師研究;洪母2日上午面對媒體詢問時,當場情緒崩潰,哭著表示「這不是輕罪是『重罪』,我對於軍方已經完全失望,仲丘並不是因為戰爭或病死,是你們軍方殺了他!你們軍方要還我公道!」
洪母還說,看到起訴書的內容,這樣「汙衊」仲丘,我們已經很難接受,現在又讓這4個人交保候傳,「難道我的小孩就該死嗎?」我們要的只是一個事實的真相,也希望因為仲丘的事情,能讓軍方檢討內部的制度並進行改革,不要再有破碎的家庭產生。
關鍵字:
洪仲丘
范佐憲
徐信正
何江忠
陳毅勳
重罪
汙衊
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
留言列表