Jean Yen
2013年9月16日 19:22
");
$(".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();
});
}
//-------------------
});
-
中國信託慈善基金會董事長辜仲諒(左五)與中國信託商業銀行董事長童兆勤(右四)與中國信託培育選手共同啟動「2013中國信託女子公開賽」開幕式。(圖/記者顏真真攝)
記者顏真真/台北報導
中國信託慈善基金會董事長辜仲諒16日出席「2013中國信託女子公開賽」開幕記者會,對於因紅火案遭判刑9年8個月,他坦言,當然是很失望,「我沒有拿到一毛錢,判這麼重,而且除了我之外,還有3位同仁,我也非常同情他們。」
「2013中國信託女子公開賽」將在9月19日起連續舉辦3天,16日在辜仲諒高舉冠軍獎盃,並與中國信託長期贊助培育的選手同時將球桿舉起形成V字勝力字型,高喊「齊揮捍,創佳績」之下,正式啟動賽事。
「2013中國信託女子公開賽」總獎金達新台幣300萬元,冠軍獨得新台幣60萬元,比賽採三回合54洞方式,取前兩回前50名進入最終回合決賽,目前報名計有89位選手,包括台灣、泰國、美國、韓國、日本等9個國家,國內參賽選手前三名,並將取得2013揚昇LPGA台灣錦標賽外卡資格,與LPGA國際好手同場競技。
雖然辜仲諒在記者會上並沒有上台致詞,不過,在會後受訪時,他被媒體問到最近最受關注的9月政爭問題時,他一開始表示,「這很敏感,我沒辦法回答」,不過,隨後他又說,「不論是馬或王,都要互相尊重,我只能這樣講。」
對於自己因紅火案被判重刑,辜仲諒則說,司法程序仍在進行中,也只能尊重台灣司法,然而就他個人來講,當然是很失望,「我也沒拿到一毛錢,判這麼重,除了我之外,還有3位同仁,我也非常同情他們。」
至於妹妹辜仲玉與丈夫陳俊哲驚傳婚變,辜仲諒則說,這是妹妹私事現在不方便談,但做為哥哥是有點難過,「我不便講太多」,尤其陳俊哲還算是他學弟,「今天事情到現在這樣,我能講什麼呢?」
雖然父親過世,不過,辜仲諒透露,今年中秋節還是會跟家人兄弟一起過,大家一起聚餐、聊天、喝紅酒,妹妹則因人在國外,而且小孩還在唸書,不方便回國。
對於外傳父親辜濓松遺產稅要繳20億元,辜仲諒說,「這問題很尖銳,我不知如何回答,我也不太清楚」,因為都是專業人事在辦理。
關鍵字:
辜仲諒
中國信託
紅火案
高爾夫球
董事長
辜濓松
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:
留言列表