陳思豪
2013年7月8日 09:57
");
$(".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();
});
}
//-------------------
});
-
陸委會主委王郁琦接受NOWnews今日新聞網專訪。〔圖/記者邱榮吉攝影〕
記者陳思豪/專訪
服務貿易協議引發外界抨擊,陸委會主委王郁琦表示,行政機關在推動過程中,確實有需要檢討的地方,未來有必要加以改善,但也有一些政治人物,提供了未必正確的資訊,因而造成民眾更加混亂,未來行政部門,有必要針對各產業所產生的疑問,來一一進行說明。
王郁琦表示,本次服務貿易協議引發爭議,行政部門當然要檢討,特別在事前的溝通說明上,包括業者、公眾、國會的部分,都有需要加強的地方,也因為前置作業資訊提供的不夠充足,造成民眾對協議本身產生誤解。
話鋒一轉,王郁琦直言,有些政治人物提供未必正確的資訊,更是造成混淆的主因。例如有人舉例服貿協議實施後,計程車小黃會變成小紅,但事實上「這次服務貿易協議,根本沒有開放計程車,所以這根本是捏造的說法」。
此外,也有政治人物放話,台灣的中藥行未來全部會倒光光;但這部分,只開放批發而未開放零售,因此對現有中藥行「根本沒有壓力」,甚至有可能因為批發管道的增加,有更多貨源的選擇。
王郁琦強調,為了讓大家更清楚協議內容,未來對民眾、媒體輿論所提的問題,都會充分進行說明,這也是現階段行政部門努力要做的事情。
陸委會除了舉辦說明會,其他事業主管機關如經管會、交通部也有部分負責的產業,會協調它們就規範的產業,也進行溝通宣導。
由於立院已做出逐條表決、修改的決議,王郁琦表示,行政機關現在能說的,就是完全尊重立院的審查程序。至於立院的做法,是否對往後談判人員在談判上帶來不利影響,王郁琦認為,未來進行審議時,相信立委都會把這些納入考量。
關鍵字:
陸委會
王郁琦
服務貿易
協議
美髮業
民進黨
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
留言列表