林保宏
2013年7月29日 07:52
");
$(".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();
});
}
//-------------------
});
-
洪仲丘死亡禁閉室首曝光
陸軍下士洪仲丘疑被不當處分、操練致死,各界關注國軍禁閉制度,多名立委22日實地勘察陸軍269旅禁閉室。(中央社製表)中央社 102年7月22日
社會中心/綜合報導
陸軍542旅義務役下士洪仲丘枉死案,洪仲丘過世已經超過20多天,軍檢28日模擬還原1日在禁閉室內操課情況,並請洪家家屬前來觀看。連日來不斷為洪仲丘奔波的舅舅胡世和提到,1日下午2時20分至3時40分那消失的80分鐘「黑畫面」,仲丘被要求「背靠牆,雙手各拿鋼杯往上舉,兩腿半蹲,膝蓋各放一本書,不能掉到地上。」他得知後更是難過不已。
軍檢偵辦洪仲丘枉死案,辦案速率除了屢遭家屬和社會大眾批評,似乎刻意不讓家屬得知真相。28日軍檢臨時通知要開4個庭,讓律師疲於奔命,他們無法陪同家屬前往禁閉室,全程觀看現場模擬。洪家的委任律師邱顯智就批評,軍檢的這樣安排是處處刁難家屬,似乎不希望讓家屬前來觀看了解。
軍檢和洪家家屬在28日上午9時,重回269旅的禁閉室,軍檢安排戒護士陳毅勳及6人充當禁閉生,模擬當時的操課情況。胡世和表示,重點鎖定1日下午2時20分至3時40分那「消失的80分鐘黑畫面」,還有3日下午5時送醫前的30分鐘。
胡世和表示,28日參與模擬操課的6名禁閉生,操課完後各自製作筆錄,但對於操課項目陳述並不一致;軍方卻表示當時所有禁閉生陳述的操課項目都一樣,這點讓他相當懷疑。
胡世和還提到,當時洪仲丘被要求「背靠牆,雙手各拿鋼杯往上舉,兩腿半蹲,膝蓋各放一本書,不能掉到地上。」,他自己蹲了幾秒後,感覺相當「難受」,尤其被罰半蹲時,很少人雙腳不會發抖的,更何況膝蓋上各放一本書,幾乎一定會掉,這樣如同是等著挨罵受罰。
關鍵字:
陸軍
洪仲丘
胡世和
禁閉室
黑畫面
邱顯智
軍檢
陳毅勳
戒護士
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
留言列表