楊伶雯
2013年10月11日 02:14
");
$(".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();
});
}
//-------------------
});
-
遠傳將推出新型態平台「點圈新經濟」。(圖/遠傳提供)
記者楊伶雯/台北報導
上市櫃公司9月營收公布,三大電信累計前9月自結獲利也出爐,台灣大以EPS4.47元拿下獲利冠軍、第二名則是中華電的3.93元、遠傳2.79元居第三。
台灣大哥大公布9月自結合併營收為88.3億元,EBITDA為26.7億元,營業利益18.4億元,稅後淨利14.5億元,EPS為0.53元。自結前9個月合併營收805.9億元,EBITDA為232.2億元,營業利益157.8億元,稅後淨利為120.3億元,EPS為4.47元。
台灣大哥大財務長兼發言人俞若奚表示,9月各事業群營收都成長且在費用控制得宜下,合併EBITDA較去年上升6%。累計至前9月合併EBITDA和稅後淨利分別達成全年財測的76%及78%。
中華電9月合併營收189.8億元,年成長7.8%;營業利益為43.4億元,成長14.7%;稅前淨利為45.1億元,成長15.8%;歸屬於母公司業主之淨利為37億元,成長17.4%;EPS0.48元。
在財務預測達成方面,累計前9月營收達成全年財務預測77.7%;營業利益達成財測81.3%;稅前淨利達成財測81.6%;每股盈餘達成財測81%;累計前9月EPS3.93元。
中華電指出,9月光世代寬頻用戶數達289.9萬戶,60Mbps以上的客戶數共108.6萬戶。1至9月累積行動加值收入年成長率38%,主要是行動上網客戶持續成長,達357.4萬戶,行動加值占行動服務營收比重為36.1%。另外,MOD客戶數122.5萬戶。
遠傳9月合併總營收為71.54億元,合併EBITDA與稅後淨利分別為23.1億元與10.51億元,9月EPS為0.32元;累計前9月,遠傳合併總營收為663.11億元,累計合併EBITDA與稅後淨利為194.08億元與90.96億元,EPS 2.79元,較去年同期成長11%。
關鍵字:
中華電
遠傳
行動上網
3G
台灣大
智慧型手機
馬英九
高捷
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:
留言列表