王鼎鈞
2013年8月1日 14:00
");
$(".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();
});
}
//-------------------
});
-
教育部長蔣偉寧(圖)日前參加馬來西亞台灣高等教育展,行政院長江宜樺認為,展出極為成功,對蔣及相關同仁的努力與成果,表示肯定及感謝。(圖/記者王鼎鈞攝)
記者王鼎鈞/台北報導
為因應我國人口變遷的挑戰,並吸引台灣在全球經濟競爭態勢中所需的人才,行政院長江宜樺今(1)日表示,近期將親自主持行政院「人才會報」,請內閣成員對此議題提供進一步的見解及建議,以利在此議題上有更佳的突破。
江宜樺在行政院會聽取教育部「高等教育輸出推動現況與展望」報告後,作上述表示。
江宜樺還說,前教育部長吳清基在99年積極規劃該計畫,並自100年起推動,從改善留學友善環境、行銷留學台灣優勢雙管齊下,擴大招收境外學生來台留學,已陸續看到成果。
江宜樺指出,東南亞目前是我國擴大招收境外學生的主要來源,為增進東南亞學生對我國高等教育的認識,請教育部結合外交部、經濟部、僑委會、國科會等相關部會資源,加強與東南亞國家的教育交流及學術合作,並積極規劃吸引東南亞學生來臺就讀的鼓勵措施,以逐步實現打造台灣成為東亞高等教育中心的願景。
教育部表示,「高等教育輸出-擴大招收境外學生行動計畫」以「精進在台留學友善環境」及「強化台灣高等教育優勢行銷」為兩大主軸,推動我國各項高教輸出工作,期盼協助國內大學校院營造國際化學習環境、吸引新興市場國家優秀學子來臺研習華語或留學,並持續提高境外學生人數,朝質量並進方向努力。
關鍵字:
江宜樺
教育
人才
人口
高教
蔣偉寧
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
留言列表