");
$(".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日上午前往實勘269旅高山頂營區禁閉室。圖為禁閉室入口處。(軍聞社提供)中央社 102年7月22日
文/菜官
民國77年2月,剛到外島馬祖接任連輔導長不久,發現連上新兵到連部後,總是在距離連部100公尺處,就被班長喝令臥倒,揹著黃埔大背包匍伏前進。如動作不確實,馬上起立交互蹲跳、外加滾進。
問題是這些剛到外島的新兵,可能還在暈船,身上的背包也沒有卸下,那一百公尺距離,有石頭、有紅土、有水泥。
到連部後,有人衣服破了,手肘膝蓋流血了,全身塵土飛揚;接下來,班長來個背包大地震,要新兵把被包裡面的東西全部往外倒,然後一件一件檢查,如看見新兵有帶女友照片,班長就會揶揄新兵說,馬子真漂亮;當然,永不退伍的「阿榮」鐵牛運功散,也是大家必備。
班長的操練,包含交互蹲跳、跪下、起立,簡直可說亂操一通,直到有人吐了,有人不舒服才停止。
後來,我要求連長停止這樣的「新兵報到方式」,連長說,這是他們部隊要把新兵「壓落底」,我反駁他,不應該如此,並要求以後新兵報到,我要去帶。從那梯次後,我這個小小連輔導長每逢新兵搭船來報到,我都和人事兵親自去接兵。同時,也把掉操新兵的過程改掉了。
當時,曾有部隊中老兵因為我太照顧新兵而握起拳頭要揍我,並威脅我說,「輔仔」,不要管太多,要不然....
●NOWnews「今日論壇」徵稿區→http://www.nownews.com/write/
●來稿或參與討論的文章也可寄至public@nownews.com
(作者菜官,曾經擔任連輔導長,資深媒體人。本文為作者投稿,請勿轉載)
關鍵字:
新兵
老兵
菜官
連長
報到
操練
部隊
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
留言列表