");
$(".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)上午八時於高雄市鼓山區的長春協會外舉辦一場「愛心接力 讓愛飛揚」公益園遊會,主辦單位希望用接力的方式,將愛串連,一同點亮長輩的心,鼓勵長輩走出戶外同歡,找回生命的價值與尊嚴。
活動當天除有園遊會,亦將邀請表演團體參與演出,並有免費義診、義剪與推拿等服務。主辦單位當日並提供100張園遊券供弱勢長者消費,期望藉此能夠拋磚引玉,與大眾一同伸出雙手幫助失能、失智、失依的長輩,發揮取之社會用之社會的互助精神。
華山.創世基金會成立於1999年,針對失能、失智、失依的老人,提供許多關懷老人的服務。此次由高視文化科技公司所主辦的「愛心接力 讓愛飛揚」公益園遊會,當天的收入將全數捐作華山.創世基金會的服務經費。活動目的希望推動敬老關懷議題,結合社會大眾力量,共同關懷弱勢獨居老人,使長輩感受社會溫暖,並增加社區、鄰里互動的機會。若有善心人士樂捐善款,可捐入華山.創世基金會,期盼此次活動引起社會對弱勢長輩的關注。
關鍵字:
高雄
長春協會
公益
園遊會
附註:
活動時間:102年7月13日8:00-12:00
活動地點:長春協會(高雄市鼓山區九如四路1988號)
華山.創世基金會愛心專線:07-5312575黃先生
華山.創世基金會劃撥帳號:42182258(備註:鼓山站) 戶名:華山基金會
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
留言列表