Jean Yen
2013年8月1日 12:21
");
$(".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();
});
}
//-------------------
});
-
金管會新、卸任主委交接,由行政院秘書長陳威仁(中)監交,左為卸任主委陳裕璋,右為新主委曾銘宗。(圖/記者顏真真攝)
記者顏真真/台北報導
金管會新任主委曾銘宗1日正式就任,不過,在交接典禮上,監交人行政院秘書長陳威仁及曾銘宗都不忘為卸任主委陳裕璋抱屈。曾銘宗更3次提及,媒體報導對陳裕璋真的不盡公平,他在任內做了很多事。
金管會1日舉行新、卸任主委交接,並由陳威仁監交。陳裕璋一向被視為國王人馬,這次卻意外中箭落馬,引發市場不少討論,除了與陳裕璋保守及溝通不夠,第三方支付政策推動不利有關外,媒體暗示陳裕璋偏坦富邦金也可能是陳裕璋下台的因素之一。
雖然陳裕璋不曾針對媒體報導提出說明,不過,在交接典禮上,陳威仁及曾銘宗都替陳裕璋抱屈。陳威仁在致詞時就直接表示,媒體報導對陳裕璋不盡公平,在有所為與有所不為之下,他對於金融穩定做的非常好,3年半任內在金融監理的成績斐然。
不僅陳威仁為陳裕璋抱屈,曾銘宗在交接典禮上及會後也同樣為陳谷璋抱不平。曾銘宗在致詞時前,還不忘先主動跟陳裕璋握手,而且致詞一開始就表示,過去一段時間媒體對陳裕璋的報導,真的不盡公平,他深有同感。
曾銘宗還說,很感謝陳裕璋任內的貢獻,例如兩岸金融開放、人民幣業務開放,OSU(國際證券業務分公司)相關業務推動,還有問題保險業公司處理,大家都很清楚,陳裕璋做了很多事情,他並再次提及,過去媒體報導,對他真的不盡公平。
此外,在交接典禮結束後,曾銘宗接受媒體訪問時,他又再次提到,陳裕璋任內做了很多事情,對金融業有很多貢獻,媒體對陳裕璋的報導真的不公平。
關鍵字:
陳裕璋
曾銘宗
金管會
主委
行政院
交接典禮
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
留言列表