NOWnews.com 今日新聞網
2013年8月26日 08:57
");
$(".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();
});
}
//-------------------
});
-
大埔自救會等團體在18日舉行「818拆政府行動」晚會,隨後又轉往內政部靜坐抗議。〔圖/記者陳思豪攝影〕
政治中心/綜合報導
針對苗栗縣前竹南地政事務所主任賴紹本自殺身亡,家屬卻質疑死因不單純,並懷疑賴紹本的死亡與大埔案有關,對此,苗栗縣政府發布聲明,賴紹本死亡案件皆由苗栗地檢署調查認定,縣府無從置喙,苗栗縣政府並希望法務部適時說明、釐清。
前竹南地政事務所主任賴紹本在100年5月31日遭發現陳屍竹南龍鳳漁港,檢警在他車上找到遺書,研判為自殺,不過家屬質疑賴紹本退休在即,生前無異狀,沒有自殺理由,且根據賴紹本手機收發話訊號顯示,死者被發現後手機位置仍不斷移動,加上遺書錯字連篇、遺囑錯字修改處非死者筆跡等,因此懷疑死因不單純。
苗栗縣政府25日發表聲明,強調賴紹本死亡案件皆由苗栗地檢署調查認定,縣府無從置喙。
此外,對於家屬所提對死因鑑定疑義部分,法務部也籲請法務部適時說明或釐清,如有重啟調查須縣府配合調查事項,縣府定當全力配合。
至於苗栗地檢署則表示,此案經檢察官調閱案發當日死者經過路線監視器影像,皆未發現有被跟監或被非法挾持情形。至於通聯記錄部分,清查賴紹本死亡前後數日,也未發現發話、受話地點、對象有何可疑之處。
檢方指出,死者所立遺囑,經刑事局鑑定確認為死者筆跡,車上僅留有死者指紋,遺體經解剖鑑定為生前落水,無外傷或打鬥痕跡,認定無他殺嫌疑,送請台中高分檢審核調查結果無誤結案。
關鍵字:
法務部
賴紹本
苗栗縣
竹南
法務部
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
留言列表