2013年8月3日 12:48
");
$(".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行動聯盟20日發動「公民教召」包圍國防部,群眾靜坐向國防部表達「追真相、還公道、嚴懲失職人員、彰顯軍中人權、確保申訴制度安全」等訴求。中央社資料照102年7月20日
記者孫偉倫/台北報導
洪仲丘在軍中受操練致死,網友組成「公民1985行動聯盟」今(3)日二度號召上街,質疑軍檢與軍審的公正性,他們要求「真相、懲兇、修法一事無成」的馬英九總統出面負責,並且廢除軍檢制度,軍法審判全面回歸司法。
繼7月20日超過萬人包圍國防部,以及立院旁的晚會活動後,公民1985行動聯盟將於今晚6點再在凱道舉辦活動,聯盟強調活動「僅有8月3號一日」,在當天晚上就會結束,並請參與者穿著象徵要「真相大白」的白T,並保持和平理性,現場也不再接受金錢與物資的捐贈。
1985聯盟強調,「承平時期軍人犯罪以司法審判」的軍法改革訴求,在立院遭執政黨團封殺,宣稱「管定了」的三軍統帥馬英九,現在讓真相、懲兇、修法三項承諾全部跳票,完全漠視台灣公民的期許,今日公民將上凱道給予「三無」統帥最後通牒「不要摸頭、不要做秀、不要代罪羔羊」。
他們指出,軍檢並未釐清洪仲丘生前遭灌水的質疑,16支監視器的80分鐘斷訊,洪仲丘之死是出於一人還是集體凌虐,或是背後有人操控,目前軍官「安全下莊」,刑責只由小兵扛的結果,令人無法苟同。
1985聯盟說,8月1日深夜軍方羈押庭裁判四名被告全數交保,被起訴罪刑最重的戒護士陳毅勳僅新台幣15萬元交保,而四人還有串證的可能性,軍方竟宣稱四人分調不同單位,無串證可能──如此草率而為,完全違背基本法律常識。
公民1985行動聯盟要求,總統必須落實修法,與立法院協力,師法先進國家,廢除軍檢,軍法全面回歸司法。
關鍵字:
洪仲丘
1985
軍檢
軍法
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
留言列表