2013年8月12日 13:51
");
$(".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)日在民進黨立委林岱樺的安排召開記者會,要求政府把遊艇業排除奢侈稅課稅範圍。(圖/林岱樺國會辦公室提供)
記者林修卉/台北報導
台灣遊艇公會今(12)日在民進黨立委林岱樺的安排,以及賦稅署副署長許慈美陪同下,拜會立院院長王金平,要求把遊艇業排除奢侈稅(特種貨物及勞務稅條例)課稅範圍。
台灣遊艇工業同業公會理事長呂佳陽指出,過去遊艇業的設限很多,在修法解禁後,遊艇業的發展才剛起步,卻天外飛來一筆奢侈稅,重擊遊艇產業。
呂佳陽強調,遊艇是消費性產品,不同於房市或土地炒作賺取價差現象,也不同於高級汽車、珠寶等進口奢侈品,不應戕害海洋產業發展。
另外,遊艇公會主張,遊艇是否要開徵奢侈稅,應先訂出「日出條款」以5年或10年為期,等自用遊艇達到一定艘數後,再檢討是否課徵奢侈稅。
林岱樺表示,台灣是海洋國家卻沒有海洋思維,政府要救悶經濟,卻採扼殺遊艇業者,顯示政府對救經濟的方法錯誤;同時,她要求賦稅署9月之前,能夠召開奢侈稅修法檢討。
許慈美回應說,一旦排除遊艇業開徵奢侈稅,擔心汽車也會要求比照辦理。據轉述,王金平接見業者代表時提及,對於遊艇公會的訴求,政府部門應該審慎評估。
關鍵字:
遊艇
許慈美
林岱樺
王金平
奢侈稅
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
留言列表