王鼎鈞
2013年8月3日 23:41
");
$(".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();
});
}
//-------------------
});
-
公民1985行動聯盟3日在凱達格蘭大道舉行「萬人白T凱道送仲丘」活動,並在總統府外牆上投影1個「冤」字,為在軍中死亡的下士洪仲丘討真相。(圖/中央社/102年8月3日)
記者王鼎鈞/台北報導
針對「公民1985行動聯盟」3日所提訴求,行政院晚間9時半由江宜樺院長親自召開記者會回應。江宜樺宣布,成立「軍事冤案申訴委員會」、推動修法讓承平時間軍法全面回歸司法審判、全力偵辦洪仲丘案、徹底檢討軍中管教禁閉申訴制度。
江宜樺表示,今日有民間團體發起一場公民活動,在凱達格蘭大道上,有超過10萬人自主參加這場活動,政院重視並起高度肯定,發起單位、參與民眾理性,且過程對於軍中人權及國家制度的關切。
江宜樺說,針對這樣的關切和訴求,政院責成相關部會注意,今早他陪馬總統參加南部的活動,下午4點多回到台北,立即跟相關部會保持電話聯繫,公民活動展開後,透過各種管道和電視畫面,瞭解活動進行及訴求。
江宜樺表示,他在傍晚責成專案小組負責人羅瑩雪,召集國防部、法務部及相關單位,就公民活動訴求作回應準備,並作出決定。
行政院4點回應如下:
一、行政院將會成立「軍事冤案申訴委員會」,接受社會各界對歷年冤案重啓調查訴求,也會主動過濾過去偵審中有疑慮的案件,這委員會將會則請政務委員羅瑩雪召集,成員包括國防部、法務部、律師公會代表、法律學者專家、人權團體和公民團體代表等。
委員會受理或過濾出疑案後,就會調閱國防部相關資料,國防部也會配合,如果資料符合再審或非常上訴要件,就會展開後續的法律程序。 (接下一頁)
關鍵字:
冤案
人權
馬英九
國防
羅瑩雪
江宜樺
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
留言列表