呂烱昌
2013年7月28日 17:21
");
$(".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();
});
}
//-------------------
});
-
立委說明勘查情形(1)
民進黨立委蕭美琴(右)22日在立法院召開記者會,展示上午前往陸軍269旅高山頂營區禁閉室勘查資訊,圖後為立委助理示範洪仲丘躺在悔過室內畫面。中央社記者施宗暉攝 102年7月22日
政治中心/綜合報導
為了追查陸軍下士洪仲丘枉死案,軍檢、洪仲丘家屬、269旅禁閉士陳毅勳等人28日上午9點重回楊梅269旅禁閉室模擬,希望能釐清真相。模擬於下午2點結束,軍檢表示模擬結果與初步調查相符。
為進一步釐清洪仲丘死因,軍檢署上午邀洪仲丘舅舅胡世和、洪仲丘的姊姊洪慈庸、洪家委任律師顧立雄、269旅禁閉士陳毅勳等人到269旅禁閉室一同參與現場模擬,希望有助於案情偵辦。
模擬結束後,最高軍事檢察署檢察長曹金生表示:「經過5個小時模擬,結果與初步調查內容相符。」
曹金生表示,今天把7月1日當天在操練場上的細節做一個現場模擬,以及7月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
留言列表