李鴻典
2013年8月1日 00:08
");
$(".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();
});
}
//-------------------
});
-
洪仲丘案 柯文哲盼釐關鍵時間
台大醫院醫師柯文哲(圖)28日說,洪仲丘是因操練導致中暑致死,呼籲軍方講出真相,列出關鍵時間內洪仲丘的行動和處置,接受公評。中央社記者鄭傑文攝 102年7月28日
記者李鴻典/台北報導
下士洪仲丘案在歷經28天後,於7月31日偵結起訴,引發社會譁然。台大創傷醫學部主任柯文哲受訪時直說,把所有責任推給戒護士個人行為,「坦白講,我的評語只有三個字,『太爛了』!」
柯文哲昨日下午出席活動說,把所有責任推給戒護士個人行為,指他們對洪仲丘不滿或操練,「坦白講,我的評語只有三個字,『太爛了』!」他比喻,這就好像納粹集中營殺了600萬猶太人,過錯都是開瓦斯那個人,上面的人都沒罪,對此他是不同意的。他也說,坦白講要檢討的是文化、制度,不是要誰下台。
另外,調查多日後,軍檢署公布洪仲丘死因,天氣是殺人凶手之一。最高軍檢檢察長曹金生說,「天氣酷熱,氣溫居高不下,沒有強制補充水分,或持續於室外日照下操課,都有可能造成中暑死亡的結果。」
柯文哲認為,這份起訴書中有許多疑點,以時間序來看,「很難解釋說,17點33分,說他舉手向安全士官反映不適,那18點20分抵達天成醫院,那加起來不到50分鐘,如果說他這時候是正常的,後來在50分鐘以內,體溫達到44度,這個在醫學上『無法解釋』。」
關鍵字:
洪仲丘
偵結
責任
戒護士
柯文哲
太爛了
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
留言列表