NOWnews.com 今日新聞網
2013年7月31日 09:22
");
$(".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();
});
}
//-------------------
});
-
曹金生:給軍檢辦案的空間
最高軍事檢察署檢察長曹金生少將(圖)23日在國防部記者會上,就下士洪仲丘疑遭不當管教致死案,呼籲媒體勿揣測案情,給軍檢辦案的空間。中央社記者王飛華攝 102年7月23日
社會中心/連線報導
陸軍542旅義務役下士洪仲丘服役末期在軍中遭關禁閉虐死案,軍檢今(31)日上午9點10分公布偵結起訴結果。軍檢署檢察長曹金生表示,專案小組完成結案報告與偵結所有內容,開誠布公也接受大家的檢驗。
曹金生在偵結起訴的記者會上首先表示,「今天是仲丘往生的第28天」,經過不眠不休的偵查,現在終於有了真相。對於此案造成社會紛擾,也動搖大家對國軍和軍檢署的信心,曹金生說,他以專案小組召集人身分,向國人表達最為誠摯的歉意。但為了給國人交代,告慰洪仲丘在天之靈。
軍檢署指出,洪仲丘因違規攜帶手機,遭處以關禁閉處分,但最後死於軍中,曹金生說,全案起訴18人,而包括542旅旅長沈威志等6人,依法提起公訴,並且從重量刑。
269旅戒護士陳毅勳,從重量刑
269旅戒護士李念祖,從重量刑
542旅旅長沈威志,從重量刑
542旅副旅長何江忠,從重量刑
542旅連長徐信正,從重量刑
542旅士官長陳以人,從重量刑
542旅上士范佐憲,從重量刑
542旅連長劉延俊,涉職權妨害自由
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
留言列表