陳思豪
2013年7月31日 07:35
");
$(".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();
});
}
//-------------------
});
-
立法院臨時會院會30日處理報告事項,海峽兩岸服務貿易協議案及軍人犯罪從軍審改一般司法機關審理相關修法,交付委員會審查。〔圖/中央社〕
記者陳思豪/台北報導
立法院今(30)日將舉行服務貿易協議公聽會,針對協議利弊進行討論,同時各部會首長將一一列席,回應各界對服貿協議的相關疑問。不過由於正反兩方共識差距過大,屆時很可能發生各說各話、各執一詞的情況。
根據議程安排,服貿協議今日先舉行公聽會,明天則交由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
留言列表