康仁俊
2013年10月28日 10:05
");
$(".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();
});
}
//-------------------
});
-
特勤體能差?國安局長蔡得勝表示,今年首測6人不合格,但是還能補測。(圖:資料照)
記者康仁俊/台北報導
針對立法院預算中心日前公布國安局預算評估報告指出,負責國家元首、副元首人身安全的特勤中心人員體能合格率只有8成左右,國安局長蔡得勝今(28)日表示,今年第一次測驗中有6位同仁不合格,這些人還有兩次抽測的機會,同時依據特勤條例規定,如果特勤人員連續兩年抽測不合格,就必須歸建。
根據國安局特勤規定,每年實施的鑑測項目包括體能及技能兩部分。體能為:伏地挺身、仰臥起坐、三千公尺徒手跑步;技能方面為:拳術、游泳、射擊,共計六項,須六項均達合格標準始為合格。
蔡得勝今日在立法院表示,過去的測驗成績不合格的人員,經訓練及補測後,最後都及格,他表示,所謂不合格者其實包括沒有抽測跟測不過的人員,而這些也包含因為懷孕、在外受訓或是差勤因此無法受測者,不過經過補測都合格,至於去年則是有1人因為在復健中,因此尚未達到合格標準。
關鍵字:
蔡得勝
國安局
體能
立法院
元首
留言列表