2013年7月22日 16:01
");
$(".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();
});
}
//-------------------
});
-
民進黨立委蕭美琴、趙天麟、陳歐珀、黃偉哲、蔡煌瑯等人,22日上午赴高山頂營區考察禁閉室,下午在民進黨團召開記者會。(圖/記者林修卉攝)
記者林修卉/台北報導
朝野立委今(22)日上午赴陸軍269旅高山頂營區,考察禁閉室。民進黨立委蔡煌瑯下午表示,16支監視器的分割畫面,有5個軍士官監看,只要看到黑畫面就要通報,怎麼可能有80分鐘的黑畫面呢?他認為百分之百是人為刪除。
民進黨立委蕭美琴、趙天麟、陳歐珀、黃偉哲、蔡煌瑯等人,今日上午赴高山頂營區考察禁閉室,下午在民進黨團召開記者會。
蔡煌瑯指出,今天到禁閉室走了一趟,更確切認知洪仲丘是被集體暴力凌虐致死!他說,整個禁閉室管理違規違法、賤踏人權,洪仲丘待的悔過室是比監獄還不如的地獄,完全沒有按照陸軍頒布的悔過室執行辦法。
蔡煌瑯還說,根據規定,禁閉室的操作二分之一要以心理輔導為主、體能訓練為輔,但禁閉室連最起碼的教化教育器材都沒有,所以這是煉獄、地獄,不是禁閉室。
蔡煌瑯表示,一坪大的空間,兩個合起來180公斤的大男生擠在裡面,洪仲丘睡覺時,雙腳伸直都不可得,要捲曲著睡覺,這不是折磨虐待嗎?
蔡煌瑯說,4個禁閉室、2個悔過室,當天只有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
留言列表