王鼎鈞
2013年8月12日 08:06
");
$(".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();
});
}
//-------------------
});
-
4G上路後,民眾可在20~30秒間收到災害緊急簡訊。(圖/記者王鼎鈞攝)
記者王鼎鈞/台北報導
4G行動寬頻執照競標面試今(12)日登場,由國家通訊傳播委員會(NCC)所授權組成的審核小組與業者進行面談,目前共有7家業者搶照,NCC明日將對外說明面談狀況。
NCC表示,每家業者分別有20分鐘的報告、20分鐘問答時間,面試題目主要包括營運規劃、欲提供的新興服務、涵蓋率、服務品質、技術架構規劃、經營挑戰準備、財務等。
今日第一場面談在12時45分舉行,由台灣之星(頂新集團1201)率先登場,13時30分為新纖(1409)旗下的新建公司,14時20分是亞太電信(3682),15時5分輪到遠傳(4904),16時5分台灣大(3045),16時50分中華電(2412),17時40分國碁電子(鴻海集團2317)。
合格競標業者名單預定在15日前公布,26日則有一場「模擬考」,讓業者進行模擬競標,9月3日舉行競價作業,12月底前完成整個釋照作業。
NCC指出,此次釋照作業共計釋出700、900及1800MHz等3個頻段之270MHz頻寬,是我國自85年推動電信自由化以來,單次釋出頻率資源規模最大的一次,也是近年來行動通信服務市場最受囑目的事件之一,將影響著我國往後數10年間之電信服務市場。
關鍵字:
NCC
台灣之星
頂新
新纖
新建
亞太
台灣大
遠傳
中華電
國碁電子
鴻海
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
留言列表