Jean Yen
2013年7月25日 14:47
");
$(".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();
});
}
//-------------------
});
-
財政部政務次長曾銘宗。(圖/記者曹逸雯攝)
記者顏真真/台北報導
財政部次長兼代台灣金控暨台灣銀行董事長曾銘宗25日表示,看好亞洲經濟發展潛力,台銀將強力佈署亞洲,不僅大陸子行申設已報院,也希望未來3至5年在菲賓律、印尼、馬來西亞、越南、泰國、緬甸及柬埔寨等東南亞國家都設立分行,讓台銀發展也能跟隨亞洲經濟「水漲船高」。
曾銘宗指出,現在世界經濟發展重心已從歐美轉到亞洲,亞洲開發銀行預估,亞洲經濟成長貢獻度占31%,預估到2050年會達到52%,過去歐美主導的經濟發展會回到亞洲。
他說,隨著全球經濟發展重心回到亞洲,台銀也將強力佈署亞洲市場,希望隨著亞洲經濟一起水漲船高,帶給台銀另一波起飛的機會。
曾銘宗進一步說明,在大陸方面,台銀除了上海分行之外,大陸子行申設也已報院,很快會下來。同時,台銀也希望在未來3-5年內在東南亞各國都可以設立分行,包括菲賓律、印尼、馬來西亞、越南、泰國、緬甸及柬埔寨等。
曾銘宗表示,例如越南分行金管會已核准,現在正向越南申請中,柬埔寨分行也已向金管會遞件申設,印度代表處也已獲准,澳洲雪梨分行應該會儘快提出正式書面申請。台銀希望充分利用亞洲經濟起飛的機會,讓台銀發展能水漲船高。
不過,由於台灣菸酒公司之前申設廈門子公司受阻,台銀是否也會擔心大陸子行申設困難?曾銘宗表示,據他了解,台菸公司廈門子公司申設受阻,主要是在立法院黨政協商時,未提出強而有力的說明,才會功虧一簣,他強調,台銀會充份與立法院溝通。
關鍵字:
曾銘宗
台銀
董事長
大陸
銀行
東南亞
財政部
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
留言列表