2013年10月17日 17:49
");
$(".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();
});
}
//-------------------
});
-
民進黨立委劉建國今(17)日舉行記者會表示,一名女下士從軍三年多,在542旅從軍服役,原本可以報效國家,但卻被上士官長多次性騷擾,甚至在女下士反抗時進行掐脖子的行為,造成當事人心生恐懼,失望想離開542旅。(圖:資料照片)
記者邱明玉/台北報導
民進黨立委劉建國今(17)日舉行記者會表示,一名女下士從軍三年多,在542旅從軍服役,原本可以報效國家,但卻被上士官長多次言語騷擾,甚至摳耳朵,肢體上騷擾,甚至在女下士反抗時進行掐脖子的行為,造成當事人心生恐懼,失望想離開542旅。
出面指控暴行的是女下士的陳姓男友,據了解,這名姚姓女下士年約23歲,個性相當乖巧,從軍三年多,到542旅任職一年多的時間,騷擾她的是上士官長,在542旅服役十多年。
陳姓男友表示,上士官長騷擾他女友已經有三個多月的時間,他的女友多次迴避上士騷擾行為不敢面對,但上士官長卻不知悔改,還多次向他女友進行性騷擾。
陳姓男友指出,就在10月8日晚上,這名上士官長跑來找他女友,質問她為什麼不接電話,還掐她脖子,造成女士官頸部挫扭傷,隔天女友放假,他去車站接她時,女友崩潰痛哭,才道出始末。
爆發性騷擾案後,姚姓女軍官心生恐懼,家人也擔心軍中壓力,今(17)日早上前往憲兵隊備案,約詢約五個小時,不過陳姓男友表示,原以為洪仲丘案,能讓軍中徹底反省,進行真正改革,但聲名遠播的542旅,卻不知悔改,行為讓人不齒,他女友心生失望,打算申請退役,離開542旅。
對於這件性騷擾案,國防部儘表示,還在調查當中。立委劉建國則呼籲,女性從軍應該要被受尊重與保障,國民黨應該要對性騷擾案件重視,不要再讓國軍有負面醜聞發生。
關鍵字:
女軍官
性騷擾
542旅
劉建國
立法院
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:
留言列表