王鼎鈞
2013年8月26日 14: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();
});
}
//-------------------
});
-
1111副總何啟聖在臉書(Facebook)分享他8年前在桃機緊急換護照的經驗。(圖/截取自何啟聖臉書)
記者王鼎鈞/台北報導
副總統吳敦義外孫在機場快速補辦新護照,引發爭議。資深媒體人、現任1111人力銀行副總何啟聖26日凌晨在臉書(Facebook)分享他的經驗說,「在外交部機場櫃檯申辦新護照,我8年前也曾有過!」
吳副總統外孫因護照效期不夠,外交部緊急為其辦理新護照,被質疑是特權服務,而且外交部桃機辦事處官網公告,不受理國人臨櫃申請護照業務。
外交部發言人高安解釋說,機場辦事處提供的是緊急救援服務,受理民眾「緊急申辦護照」,便民服務行之有年,相關程序也經過公告。
外交部建議民眾出國前應備齊證件、檢視護照是否有足夠效期;位於台北的外交部領事事務局也有提供緊急申辦新護照的服務,民眾需依照護照申請規費,並加收急辦程序費用。
何啟聖在網路上分享他的經驗說,「先不要問我對執政政府的好惡,也不用知道我對副總統的評價,就事論事,在外交部機場櫃檯申辦新護照,這經驗我8年前也曾有過!」
何啟聖表示,那次是朋友臨時約去免簽國旅遊,這才發現效期不足,又適逢周日,無法到領事局辦。經過多方打聽,得知外交部機場櫃檯可以申辦,就驅車前往機場。大約1個小時多就辦妥了,使他得以順利出國旅遊。
他還說:「我不需要為副總統辯白什麼,只是說出8年前曾經有過的相同經驗而已!」
關鍵字:
何啟聖
免簽
副總統
吳敦義
護照
緊急救援
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
留言列表