2013年7月29日 22:44
");
$(".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日
記者孫偉倫/台北報導
洪仲丘案將在8月3日滿1個月,公民1985行動聯盟再度號召民眾當天上凱道,表達要求馬英九總統協調組成跨部會專案小組偵辦的訴求,並要求外交國防委員會立委表態支持推動修法改革制度。
公民1985行動聯盟29日表示,為了達到修法的訴求,明天將正式邀請立法院國防委員會全體委員, 請他們8/3當天上台跟全體公民說出他們對修法的承諾。 並要求立委在接下來的臨時會以及立院下個會期中,持續對軍中人權以及軍法、軍檢相關改革用心監督。
1985聯盟強調,全體公民就在台下當立委的後盾,讓他們有能量去推動,但也請他們別忘了,所有公民的眼睛也盯著他們!如果沒做到,對他們自己的政治生涯是「加分還是扣分,就讓他們自己決定了!」
1985聯盟的訴求為, 一、立即啟動特別偵查組,或由總統責成法務部及國防部專案組成軍司法共同偵辦小組偵辦全案,並訂定作業時程表以徹查洪仲丘命案。 二、法務部應組成軍事冤案調查委員會,重啟調查歷年軍中冤案。三、承平時期軍法應全面回歸司法。總統立即組成跨部會專案小組,全面檢討現行軍事審 判制度以及軍中人權相關法律議題且於下會期內完成相關修法。
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
留言列表