葉立斌
2013年7月15日 16:09
");
$(".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();
});
}
//-------------------
});
-
洪案挫士氣 國防部臉書打氣
陸軍542旅下士洪仲丘死亡案引發社會極大關注,重挫國軍形象。國防部13日深夜在臉書留言表達哀痛之意,並為堅守崗位、防颱救災的國軍加油打氣。(取自國防部發言人臉書)中央社記者陳培煌傳真 102年7月14日
生活中心/綜合報導
成大高材生洪仲丘疑遭虐死一案,不僅引起國人公憤,曾當過兵的網友們也分享自己服役時的所見所聞,包含士官長好大喜功,救災時不了解狀況,甚至延誤就醫等狀況都有。另有網友整理近幾年國軍內發生的冤獄、自盡或意外致死案例,竟有近20項。
一名網友稱醫官的專業常不被志願役軍官正視,雖有人受傷或有急病非每個人樂見,但醫官在待命時常被要求做些雜事,例如打掃、出公差等。如有人發生急病,可能影響醫官在第一時間急救,如因公差導致急救不及,恐吃上業務過失致死罪。
另有網友整理近幾年國軍內發生的冤獄或意外致死案例,包含江國慶案在內,共有19項。
另外,一名替代役男陳俊銘倒臥臥室,因失血過多身亡,軍方以自殺結案。高雄左營有名海軍弟兄姚海源落海身亡,軍方原稱此事為意外,但案發現場有人為破壞痕跡,家屬懷疑有人破壞現場,卻無法為兒子討公道。
除此之外,尚有台大碩士生洪文璞因被惡整而自盡,以及失蹤的海軍弟兄謝坤霖事件,或是江國慶案。有網友砲轟,「軍隊想殺誰就殺誰?」顯然如國軍不進行一番徹底整頓,對於國軍形象與義務役弟兄皆是危害。
NOWnews.com【今日新聞網】提醒您:
自殺不能解決問題,勇敢求救並非弱者,生命一定可以找到出路。透過守門123步驟-1問2應3轉介,你我都可以成為自殺防治守門人。
※ 安心專線:0800-788-995(0800-請幫幫-救救我)
※ 張老師專線:1980
※ 生命線專線 1995
關鍵字:
國軍殺人懶人包
洪仲丘
江國慶
意外
自殺
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
留言列表