Jean Yen
2013年9月13日 19: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();
});
}
//-------------------
});
-
台灣金控暨台灣銀行董事長李紀珠。(圖/記者顏真真攝)
記者顏真真/台北報導
銀行公會13日舉行會員代表大會,並選出新任理事長,如外界預期,由台灣金控暨台灣銀行董事長李紀珠順利當選,也成為銀行公會歷任最年輕的理事長。李紀珠表示,就任後將從6大面著手,包括與主管機關及相關部會取得更好溝通和互動,強化銀行業者自律,增進主管機關及民眾的信任,爭取更大的揮空間及減少消費者爭議,培訓金融人才及善盡社會責任。
過去銀行公會的理事長,多由台銀董事長接任,今年7月原銀行公會理事長劉燈城由台灣金暨台銀董事長轉任華南金董事長,因此,卸下銀行公會理事長一職,由第一金董事長蔡慶年暫代,銀行公會13日舉行會員大會,選出33位新理事、11位監事,再選出7位常務理事及1位常務監事,最後推選理事長,並由李紀珠當選。
李紀珠在獲選為銀行公會最年輕的理事長後表示,感謝同業先進的支持與愛護,讓她有機會在銀行公會的平台上,為金融產業及同業們貢獻心力。由於過去曾在大學任教,講授金融理論與實務的課程,也曾在立法院參與金融法規的訂定,並曾在金融主管機關金管會為金融產業服務,還有擔任合庫及兆豐金控的常務監察人及董事,李紀珠說,「不同角色能幫助我用不同角度,更周延地思考如何協助金融產業發展,但協助台灣金融產業發展及提供民眾優質的金融服務的理想,始終不變。」
李紀珠更提到,金融業對台灣的重要性不言可喻,金融產業不但對台灣GDP的貢獻相當大,而金融業也是支持其他產業發展及提供民眾理財和提升生活品質非常重要的要素。只可惜,過去10年間,台灣金融產業佔GDP比例,從2002年的8.02%降到2011年的6.51%,其中扮演重要金融中介角色的銀行業,其產值佔比也從5.8%跌到4.14%;尤有甚者,金融業佔台灣服務業出口的比例,也從2002年的6.1%,下降至2011年的3.1%。
展望未來,李紀珠說,希望在銀行公會的平台上,就6大面向發揮功能,包括一、配合及協助金融主管機關及相關政府部門,建構一個益於金融業者發展的友善環境,包含法規制定、政策建議及落實等;二、強化銀行業者自律,增進主管機關及民眾的信任,發揮良性互動,以爭取更大的發揮空間及減少消費者爭議。 (接下一頁)
關鍵字:
台灣金控
台灣銀行
銀行公會
理事長
李紀珠
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:
留言列表