");
$(".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();
});
}
//-------------------
});
-
朝陽科大的托老所和小朋友一起玩,是少見幼老園。記者林重鎣攝
記者林重鎣/台中報導
台中市第一所由學校經營的日間托老所「霧峰長青快樂學堂」,30日上午在朝陽科技大學開幕,未來課程將安排代間教育活動,讓來讀冊的阿公阿嬤可以跟孫子一起互動,學校還備有公務車接送遠地來的長輩。
朝陽科技大學也曾試辦「幼老園」,讓長者與幼兒園的小朋友進行跨世代的「代間活動」,這次承接「長青快樂學堂」,利用學校空間且豐富的資源讓更多長者一起上課,長輩和小朋友還能一起校外教學,幾位從北柳、四德社區來的阿嬤都開心表示,在家裡沒什麼事情,和大學生一起活動很好玩,感覺找回年輕的感覺了。
社會局副局長廖素玲表示,由學校成立托老所與在地社區的經營特色十分不同,目前成立的6家托老所中,只有這1所是由學校來經營,可以提供長者與家屬多元化的選擇性,並透過代間教育活動的安排,還能夠強化長輩與家庭。
霧峰長青快樂學堂每月收費三千元,提供設籍或實際居住台中市屯區65歲以上健康、行動方便長輩,每週一至週五上午8時至下午5時,未來若長輩有接送需求,學校備有公務車,採另予酌收費用,協助接送居住在較遠地區的長輩。
朝陽科大銀髮管理系主任張華南說,學校及系上擁有具備不同專業的師資及豐富的資源,也將持續與在地社區連結,建立彼此資源共享的關係,這次能於霧峰區先設立托老所,可以提升霧峰區的照顧服務品質。
關鍵字:
朝陽科技大學
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
留言列表