楊伶雯
2013年9月17日 11:18
");
$(".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();
});
}
//-------------------
});
-
中鋼獲頒世界級氣候變遷行動鋼廠認證,由
中鋼董事長鄒若齊(右)接受。(圖/中鋼提供)
記者楊伶雯/台北報導
中鋼獲選為道瓊永續指數(Dow Jones Sustainability Indexes,DJSI)「DJSI世界(DJSI - World)」及「DJSI新興市場(DJSI - Emerging Markets)」企業,名列DJSI – World鋼鐵業的產業領袖(Industry Leader)。
中鋼指出,去年首度參與素有國際企業社會責任CSR(Corporate Social Responsibility)奧運賽美譽的道瓊永續指數評比,便入選為「DJSI亞太」及「DJSI新興市場」企業,成為全國首度鋼鐵業入選的企業。
中鋼說,今年再度參與道瓊永續指數評比,獲選為「DJSI - World)」及「DJSI - Emerging Markets」企業,顯示中鋼在企業永續經營,公司治理透明度等面向獲得國際社會、及相關SRI投資機構的高度肯定。
中鋼表示,道瓊永續指數成立於1999年,由美國道瓊公司、歐洲STOXX公司與瑞士蘇黎士永續資產管理公司(SAM, Sustainable Asset Management)共同推出,為全球首家評估標竿企業的社會與環境責任指數,也是現今國際間主要的企業社會責任評比工具之一。
目前道瓊永續指數之永續性系列指數,區分7大類,包括道瓊世界永續指數(DJSI-World)、道瓊亞太永續指數 (DJSI-Asia Pacific)、道瓊北美永續指數(DJSI- North America)、道瓊歐洲永續指數(DJSI- Europe)、道瓊澳洲永續指數(DJSI- Australia)、道瓊新興市場永續指數(DJSI- Emerging Markets)及道瓊韓國永續指數 (DJSI-Korea)。
今年道瓊世界永續指數由全球大型企業中挑選前3300家企業參加評比,道瓊新興市場永續指數則挑選新興市場中800家企業參加評比,最後遴選出333家企業入選道瓊世界永續指數,81家企業入選道瓊新興市場永續指數。全球鋼鐵業則僅有3家入選道瓊世界永續指數,中鋼被列為產業領袖(Industry Leader),顯示在永續經營的成果已達國際標竿廠的頂級水準。
關鍵字:
中鋼
高雄市政府
陳菊
鄒若齊
中鴻
股東會紀念品
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:
留言列表