Jean Yen
2013年8月23日 18:42
");
$(".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();
});
}
//-------------------
});
-
國際日圓持續走貶貶值18%,央行總裁彭淮南呼籲日貨應降價15%。
記者顏真真/台北報導
中央銀行總裁彭淮南再度獲得《全球金融雜誌》(Global Finance)最高評比「A」級的央行總裁後,23日傍晚透過幕僚表示,這份成績並不屬於個人,而是全體國人及中央銀行同仁共同努力的成果。
彭淮南在2000年就首次獲得《全球金融雜誌》A級的央行總裁評比成績,從2005年至2013年,更連續9年獲得A級最高評比,成為名副其實的「10A總裁」。
不過,受到全球經濟局勢不安影響,今年獲得《全球金融雜誌》「A級」評比的央行總裁人數從2012年的6個只剩下3個,這次與彭淮南同列A級的央行總裁僅有馬來西亞塞蒂(Zeti Akhtar Aziz) 、菲律賓泰譚柯(Amando Tetangco Jr)。
至於即將退位的美國聯準會主席柏南奇今年則獲得「B+」的評比;中國人民銀行行長周小川則獲「C」的評比;歐洲央行總裁德拉吉獲「A-」;剛上任的日本央行總裁黑田東彥則因就任不到1年,暫無任何評比;近日飽受QE退場、外資撤資引爆股匯雙跌的印度和印尼、因後勢仍難斷言,全球金融雜誌給與「Too early to say」的保留評價。
不過,對於榮登「10A總裁」,彭淮南則透過幕僚表示,這份成績並不屬於個人,而是全體國人及中央銀行同仁共同努力的成果,他更感謝大家多年來給予的支持與指教。
關鍵字:
彭淮南
央行
總裁
股匯
QE
全球金融雜誌
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
留言列表