康仁俊
2013年8月5日 08:56
");
$(".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();
});
}
//-------------------
});
-
陸軍下士洪仲丘告別式4日上午在后里自宅舉行告別儀式,馬總統等政要及眾多民眾到場上香,場面哀戚。記者陳榮昌/攝
記者康仁俊/台北報導
針對馬英九總統表示,將推動軍事審判法修法,立法院長王金平將在今(5)日主持朝野協商,希望在9日院會能夠通過,讓洪仲丘案也適用。
立法院司法法治委員會8月1日曾研商軍事審判法修法,不過由於國防部持保留態度,加上國民黨立委陳鎮湘發言反對,導致修法破局,民進黨籍立委葉宜津4日上午更向國陳鎮湘潑水,表達不滿陳鎮湘阻撓軍審法修法。
民進黨團總召柯建銘表示,國民黨團如果要認真修法,除修軍審法,還要連刑事訴訟法、國家安全法、中華民國刑法、陸海空軍懲罰法及國防部組織法一起修。
對於民進黨團的訴求,國民黨團書記長賴士葆4日下午表示,在國防不受影響下,黨團正面回應訴求,主張軍審法修法一次到位,承平時期回歸一般司法偵審。
賴士葆也說,希望立法院程序委員會召集委員、民進黨籍立委陳其邁6日召開程委會並排案,他說,立委不能夠卸責、偷懶、找藉口,要積極回應民意,「少一點政治算計、多一點人權關懷」。
賴士葆並要求葉宜津為潑水事件公開向陳鎮湘道歉,否則將在蒐證齊全後,送立法院紀律委員會,不過葉宜津說自己拿水潑陳鎮湘是因為比較激動,但「不會道歉,敢做敢當」。
關鍵字:
陳鎮湘
賴士葆
民進黨
葉宜津
軍審法
國民黨
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
留言列表