");
$(".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();
});
}
//-------------------
});
-
台南市102年環保志工趣味運動會,賴清德市長為義工中隊授旗。〔圖/記者吳順永攝〕
記者吳順永/台南報導
臺南市102年環保志工趣味運動會,8/17在成功大學中正堂舉行,市長賴清德感謝2萬5000名環保志義工的辛勞奉獻,並為37個義工中隊授旗,期勉志義工伙伴繼續協助維護環境,打造臺南市成為低碳城市。
臺南市的環保志義工隊在臺南市政府環保局的積極輔導下,隊數及人數快速擴增,目前已達597隊、2萬5000名志義工。
環保局為提供更及時的服務與協助,調整志(義)工組織編制,成立臺南市環保志(義)工大隊,由張皇珍局長出任大隊長,並以行政區為單位下設37個環保志(義)工中隊,由各區區長出任中隊長,全市597環保義工隊編為小隊,分由37個環保志義工中隊輔導管理。
賴市長說,臺南市能夠成為一個適合做夢、幹活、戀愛、結婚、悠然過生活的地方,主要是臺南有一群默默付出的環境魔術師,就是我們的環保志(義)工。在環保志(義)工的努力及付出下,我們的環境愈來愈好,並將低碳生活及愛護地球的觀念推展到每個家庭及角落,讓市民都瞭解節能減碳與環境保護的重要性。
環保局長張皇珍強調,臺南市政府環保局蟬聯環保署101年度地方環保機關績效考核優等獎,除了環保局同仁的努力,環保志義工的奉獻更是一大助力,今後有各區區長協助帶領環保志義工隊,環保工作定能深入社區及全市各角落,繼續開花結果。
趣味運動會有「環保精神啦啦隊」、「眼明手快回收讚」、「捍衛臺南環保大作戰」、「我愛環保推推GO」、「推廣環保我最行」5項競賽項目,參賽志(義)工使出渾身解數爭取佳績,義工伙伴仍大聲為隊友加油,充分展現團隊精神、默契及創意,過程趣味橫生,笑聲不斷,達到增進志(義)工情誼的目的。
新市區的環保志義工隊奪得冠軍,將代表臺南市參加環保署舉辦的「102年全國環保志工環境知識競賽」,亞軍、季軍分別由東山區及永康區奪得。
關鍵字:
張皇珍
志工
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
留言列表