呂烱昌
2013年8月24日 14:42
");
$(".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日審理陸軍下士洪仲丘疑遭虐死案,對前542旅旅部連連長徐信正、副旅長何江忠重開羈押庭裁定羈押,徐信正弟弟(左起)與妻子,何江忠妻子(右)難過離去。中央社記者施宗暉桃園攝 102年8月23日
社會中心/綜合報導
陸軍下士洪仲丘枉死案,全案由軍法轉交司法後,桃園地方法院23日晚裁定前542旅副旅長何江忠542旅、連長徐信正和上士范佐憲等3人羈押,引起外界質疑當初軍法在偵辦洪案時,是否有意包庇嫌犯,因而遲不收押。
針對外界質疑,國防部高等軍事法院發言人倪運喜表示,軍高院與桃園地院對洪案被告何江忠等3人有無串證之虞看法一致,只是對羈押必要的見解不同。
倪運喜指出,軍高院合議庭在偵查階段裁准3人羈押,是因當時事證不明朗,且許多證人尚未傳喚,不過全案在起訴後,因3人筆錄都已作成,且證據查扣確實,即便被告翻供,仍無礙合議庭後續訴究,認為可以交保代替羈押。對於桃園地院評議結果,軍高院只能表示尊重。
何江忠等3人在桃園看守所第一夜,心情低落平靜,3人被分配到不同房舍,早餐吃清淡的稀飯小菜。
根據規定,看守所周末不開放律師或家屬會面,因此今日並無三人家屬前往桃園看守所探視。
關鍵字:
洪仲丘
范佐憲
542旅
桃園
看守所
軍法
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
留言列表