呂烱昌
2013年7月21日 15: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();
});
}
//-------------------
});
-
陸戰隊特勤隊出現在信義區街頭。(記者邱榮吉/攝影)
記者呂炯昌/綜合報導
馬政府預備在民國104年實施募兵制,國防部預定招募2.8萬名新兵,但是只來462人,募兵情況相當不理想。尤其是洪仲丘案爆發後,許多原先有意投身軍旅的青年恐怕望之卻步。
民進黨立委薛凌指出,國防部今年原定招募2萬8千多名志願役士兵,其中有9千名員額是由新訓旅招募、2千名從在營義務役士兵中招募,但是截至6月底為止,只來462名新兵,其中女性還占大部分。
馬英九總統2008年競選總統時,提出志願役士兵薪資為基本工資的2倍,以吸引有志青年從軍,以民國101年核定基本工資18780元來算,二等兵待遇應至少為36000多元。
但是由於財政困難,行政院卻只核定二等兵待遇新台幣2萬9625元、一等兵待遇3萬1230元、上等兵待遇3萬3845元。這項薪資數額,已經包括本俸、專業加給、志願役加給等總額,如果再扣除保險、退撫、主副食及健保等費用,每月薪資所剩不多,難怪吸引不到青年從軍。
內政部海巡署在南沙太平島、東沙島的募兵數字同樣慘澹無比,雖然也將大幅提高兩地所需的外島加給,但行政院至今都沒有回應。
洪仲丘案爆發後,軍中黑幕一再被放大檢視,更將使許多原先有意投身軍旅的青年恐怕望之卻步。
關鍵字:
洪仲丘
馬英九
國防部
募兵
軍方
薪資
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
留言列表