康仁俊
2013年9月17日 16:52
");
$(".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();
});
}
//-------------------
});
-
![](https://imageproxy.pixnet.cc/imgproxy?url=&width=320&height=240)
國考103年期程 7/4高普考
考選部說,103年度國家考試期程已敲定,明年將辦18次考試,其中,最大規模的公務員高普考預定7月4日至7月8日登場。(中央社製表)中央社 102年8月29日
記者康仁俊/台北報導
考選部今(17)日公布公務人員高普考放榜,今年錄取6235人,創下20年新高,其中高考錄取者年齡最大的是46年次考生(56歲),普考年齡最大的是44年次考生(58歲)。
考選部表示,今年高普考報考人數總計14萬6209人,全程到考10萬280人,錄取6235人,平均錄取率為6.22%;其中,高考三級考試錄取率7.51%、普通考試5.22%。
根據考選部統計資料,今年錄取人員年齡平均29.32歲。高考錄取年齡最大的是46年次的考生,考取經建行政類科,年齡最小的是80年次的考生,錄取法制類科。
今年普考錄取年齡最大的是44年次的考生,錄取會計類科,年齡最小的是83年次考生錄取電力工程類科。
今年錄取的6235人當中,博士有28人、碩士2226人、學士3844人、專科59人、高中職則有78人。
關鍵字:
考選部
高普考
博士
會計
碩士