");
$(".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();
});
}
//-------------------
});
-
16位特教生完成騎獨輪車環島壯舉。(圖/記者黃志政攝)
記者黃志政/台中報導
帶著三太子、踩踏獨輪車,成功挑戰環島的臺中特殊教育學校16位學生19日平安歸來。他們從6月27日開始歷經23天的環島路程,途中也協助北、中、南三個社福機構募款與表演,完成不可能的任務,藉此告訴所有的身障者,「只要願意,就可以超越障礙,創造無限價值」!
還記得6月26日的行前授旗會,副市長蔡炳坤到校幫學生掛上大甲媽祖的平安符,希望學生一路平安,而今學生們成功挑戰自我,不負眾望平安歸來。
蔡炳坤表示,出發時有16位學生,回來也16位,學生都安全平安歸來,也都成功挑戰自我,中途還有蘇力颱風來挑戰,有時天氣也熱到達37度,但是學生都不畏苦,用心來騎獨輪車,家長都以孩子們為榮,孩子們更是臺中驕傲。
特教學校實習輔導主任兼教練王志全說,孩子們環島到每一個地方的單純喜悅是最值得讚賞,而騎獨輪車最困難的地方是疼痛,因為重心都在胯下,孩子們會受傷破皮,雖然很痛還是肯堅持下去,所以說智能障礙者有無限潛能,只要肯給他們機會,他們就可以把事情做的很棒。
王志全指出,學生在騎獨輪車最危險的路段在北部濱海公路,因為颱風來襲,很多漂流木打到路面,有學生被絆倒,還擔心自己的獨輪車壞掉,為了顧及學生安全,後來三公里都沒騎,其次則是在都會地區,因為交通最繁忙。
榮獲2013年總統教育獎的葉家銘代表所有的學生感謝所有支持的人,他說,感謝蔡副市長送給他們媽祖平安符,讓他們不畏艱苦平安歸來,在臺灣各地也有很多朋友支持他們,幫助他們圓夢。
張姓特教生也說,他最擔心路不平跟陡坡,遇到陡坡時,心裡想著一定要出力,要努力往上爬,不要從獨輪車上掉下來,挑戰自己的耐力。
關鍵字:
特教
獨輪車
三太子
環島
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
留言列表