王鼎鈞
2013年8月13日 12:38
");
$(".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();
});
}
//-------------------
});
-
鴻海董事長郭台銘(圖)12日出席國家通訊傳播委員會(NCC)4G投標業者最後資格審查面試會。(圖/中央社/102年8月12日)
記者王鼎鈞/綜合報導
鴻海集團董事長郭台銘搶攻4G行動寬頻業務再過一關,國家通訊傳播委員會(NCC)今(13)日宣布,4G行動寬頻業務7家申請業者第1階段資格審查全過關,9月3日競價。
鴻海集團由國碁電子團隊參與4G競標,郭台銘相當重視加入4G產業的機會,他日前表示,4G是科技服務業,提供除了語音之外,還包括資訊、影音等的服務,這正是鴻海的優勢,進軍4G產業,戰場並不侷限在台灣,未來目標是在全球的市場。
郭台銘說,因應發展4G,預計2年內將在台灣興建6000個基地台,另外,未來將有3成的設備會在台灣生產,在發展規劃上將會跟同業有很大的區隔,發展不同技術的創意及創新。
郭台銘也向NCC喊話,如果要改善現有的電信環境,就要給新業者機會,協助排除障礙,輔導新業者加入4G,他強調,跟已經有基礎的業者相比,新業者很辛苦,例如NCC可以協助讓新業者租用現有業者的網路,可以更快速的提供服務,否則就讓現有3家業者投入4G就好了。
7家通過資格審的業者(代表人)分別是:中華電信股份有限公司(李炎松)、台灣大哥大股份有限公司(蔡明興)、台灣之星移動電信股份有限公司(魏應交)、亞太電信股份有限公司(邱純枝)、國碁電子股份有限公司(郭台銘)、新建股份有限公司(楊志民)、遠傳電信股份有限公司(徐旭東)。
NCC表示,這次共計要釋出700、900、1800MHz等3個頻段的270MHz頻寬,是自1996年推動電信自由化之後,單次釋出頻率資源規模最大的一次,26日讓業者進行模擬競標,9月3日舉行競價作業,12月底前完成整個釋照作業。
關鍵字:
台灣大
郭台銘
遠傳
台灣之星
中華電
新建
國碁
亞太
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
留言列表