Linda
2013年8月1日 21:38
");
$(".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();
});
}
//-------------------
});
-
冬山教會小朋友帶來輕鬆活潑的烏克麗麗表演,民眾只要報名參加健行活動,小象仔就能得到夢想基金。
記者簡怡欣/台北報導
小象仔要起飛,幫助孩童向上飛!以參與健行活動,幫助伊甸基金會「象圈工程計畫」,只要報名參加仙跡岩健行,小象仔就能得到夢想基金,幫助宜蘭冬山教會的小朋友,繼續學習烏克麗麗演奏,以輕鬆活潑的旋律,加上宏亮充滿朝氣的歌聲,帶來向上的力量。
伊甸基金會結合建築業集團,走向台北景美仙跡岩,只要一人現場報名參加健行活動,建築業者就捐出百元做公益,目標號召萬人健走,達成百萬捐款,支持「象圈工程計畫」,幫助偏鄉弱勢學童可以快樂學習,爬上仙跡岩尋找神仙的足跡,鳥瞰台北101,還能順便勘查跨年煙火的絕佳景點。
伊甸基金會董事王剴鏘表示,以健行支持伊甸「象圈工程計畫」,幫助偏鄉學童擁有快樂早餐和課後照顧服務,讓偏鄉孩子不受環境物資缺乏因素,而面臨學習窘境,「象圈工程計畫」持續推動「小象展翼」,透過經費補助及多元才藝訓練計畫,提供孩子學習的機會與舞台,儲備夢想的勇氣。
宜蘭縣冬山鄉的冬山教會,在2006年加入伊甸「象圈工程計畫」,透過課後照顧,提供多元才藝學習,幫助失能的家庭小孩,讓孩子從興趣中培養成就感,建立信心得到自我肯定價值。
冬山教會的孩子經過無數次的練習,努力彈出活潑的旋律,累積感動的果實,更經常受邀表演,透過大家熱烈的掌聲,再次肯定他們的努力與才能,支持伊甸「象圈工程計畫」,幫助孩子能有學習的機會,達成百萬捐款的目標。
關鍵字:
伊甸基金會
象圈工程計畫
冬山教會
景美仙跡岩
健行
「景美美景登山季,你健行我捐款」健行活動
第一梯次日期:8/3~9/8的每周六日
時間:07:00~12:00
第二梯次日期:9/10~10/30的每周六日
時間:9:30-17:30
地點:景美仙跡岩登山口(臺北市文山區景興路243巷仙跡岩牌樓前)
電話:(02)2230-7715轉265
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
留言列表