Linda
2013年7月21日 10:45
");
$(".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();
});
}
//-------------------
});
-
技職人才出路廣 香港也來搶
國際人才競爭已蔓延到技職體系,大學校院博覽20日舉辦,香港職業訓練局轄下教育機構也來台設攤,爭取技職生赴港進修,吸引台灣學生家長駐足詢問。中央社記者陳至中台北攝 102年7月20日
記者簡怡欣/綜合報導
大學新鮮人,你要選哪一間?在南、北同登場的大學博覽會,各大學祭出高額獎學金爭搶優秀學子,香港技職體系學校總獎學金高達2313萬元,更以9成就業成功率跨海搶人;而金門大學也提供7600萬元獎學金,等著頂尖學生來領取。
人才不分國界,國內外知名大學展開搶人大作戰,香港技職學校以高額獎學金來台搶人,校方更結合香港職業訓練局,不怕畢業就失業,就業率高達9成,希望吸引台灣設計、旅遊、商業類人才,只要各科成績符合規定,就能有機會到香港就學,體驗港式生活。
而國內大學也不輸人後,金門大學以7600萬元獎學金吸引學生就讀,開出6種申請獎學金條件,每人最高可領360萬元,甚至不論成績高低,只要以第一志願上榜,註冊就能得到獎學金1萬元,希望能藉此吸往學生到金門大學就讀,目前已有10多位成績優秀的台生確定入學。
另亞洲大學也加碼到360萬元,其他各間私立大學都喊出100萬到300萬元的高額獎學金,力拼少子化,吸引尖端學生就讀,而國立大學則針對經濟弱勢的學生,以獎學金鼓勵學生就學。
下周就是新鮮人選填志願的重要時刻,國內外各大學利用這周末搶人,以高額獎學金搶攻大學生,然而,至於能不能以獎學金吸引學生就讀,就要看學子要如何選填符合自己優勢的學校志願。
關鍵字:
大學就業博覽會
台北
高雄
獎學金
志願
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
留言列表