陳思豪
2013年7月26日 18:26
");
$(".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();
});
}
//-------------------
});
-
總統馬英九。〔圖/記者陳思豪攝〕
記者陳思豪/台北報導
國防部長高華柱今(26)日下午赴總統府,向總統馬英九報告軍中人權改革草案。發言人李佳霏表示,有關軍法改革的問題,由於變革過大,總統認為需經行政、立法與司法院討論,至於禁閉、管訓等機制是否廢除,也可參考國外做法,最重要的,是總統再次對此案表達關心,也要求相關單位,讓此案真相大白。
馬英九24日出席國民黨中常會,先對洪仲丘的死表達痛心並鞠躬道歉,他除了要求法務部跟國防部建立合作平台,讓外界了解案件偵辦進度,也指示國防部在今日之前,提出具體的軍中人權改革方案。
再聽取高華柱報告後,李佳霏轉述,有關軍法改革的部分,包括非戰時軍人犯罪是否要回歸司法偵查、及涉及軍事審判法、陸海空軍懲罰法等制度改革事,由於變革過大,會由各院討論後研究修法。
另外,政院也已經成立專案小組,就軍中的申訴制度及其相關的禁閉制度進行檢討,同時今日也與立法院做了進一步溝通、合作。
至於「禁閉、悔過、管訓」機制是否要廢除?馬總統認為,這部份應參考其他國家的立法例,不管方案如何,務必要用最快速度公諸大眾,來回應各界的期待。
因洪仲丘案,國軍形象、士氣大受打擊,總統也要求各級軍事首長勤跑基層部隊,除了讓官兵了解國防部改革的決心與用心,也需提振士氣,畢竟目前是防災汛期,防災、保家衛民工作都不能有一絲絲鬆懈。
最後,總統也再次強調,政府一定會要求軍法機關與司法機關全力合作、儘速偵辦,一定要讓真相公諸於世,對洪家作清楚而完整的交代,還洪家一個公道。
關鍵字:
洪仲丘
國防部
高華柱
軍法
馬英九
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
留言列表