林保宏
2013年7月26日 17:37
");
$(".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旅義務役下士洪仲丘遭部隊長官不當管教,導致他在退伍前3天不幸枉死。事發至今已經超過20多天,真相遲遲未明,除了家屬難以接受,社會大眾更是發起不少聲援活動。一名網友日前自行製作了一支《仲丘好走》的音樂紀念影片,獻給洪家家人。姐姐洪慈庸看過之後,也都直呼「很感動」。
洪仲丘原定6日就可退伍,但卻在退伍前遭到部隊長官下令關禁閉,甚至還因長官的不當管教下,退伍前3天不幸枉死,至今軍方仍未交代事實真相。洪家家屬要求真相務必盡速查明,但國防部和軍檢的辦案效率卻不佳,甚至被外造質疑欲掩蓋事實真相,引發社會大眾的不滿,20日就有超過3萬名民眾,走上街頭向國防部抗議嗆聲。
當時不少民眾除了上街抗議,甚至還發起紀念活動,用實際行動力挺洪家家屬,現在網友又號召不排除進行第二波抗議。看到洪案事發至今,軍檢和國防部仍未給予真相,有網友呂冠緯,自行創作詞曲,還製作出一支《仲丘好走》的音樂紀念影片,網友看了都直呼感動,甚至看完都哭了。
網友呂冠緯提到,「我想仲丘用生命點醒這個社會,希望我們真能有所改革!」這段感想引發不少網友的熱烈支持,除了表示中肯外,也希望真相可以早日水落石出。姐姐洪慈庸看到這段影片後,也說整個影片串連的很棒,大家對於國防部的不滿、對洪仲丘的遺憾,真的製作很用心,讓她感動不已。
關鍵字:
洪仲丘
義務役
下士
洪慈庸
音樂
國防部
影片
呂冠緯
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
留言列表