康仁俊
2013年6月6日 13:56
");
$(".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();
});
}
//-------------------
});
-
政府缺錢,國民黨立委賴士葆擬推動廢除兩稅合一。(圖:資料照)
記者康仁俊/台北報導
針對政府計畫明年度總預算經常性支出砍8%,就連公共建設、科技支出都可能減列,國民黨立院黨團書記長賴士葆今(6)日表示,減列經常性支出會造成民間消費緊縮,他強調,如果政府要找錢,他會在下會期全力推動廢除兩稅合一制,公共建設及科技預算更不能減列。
主計總處日前正式發文各部會編列明年度中央政府總預算時,一般經常性支出先大砍8%,不僅減幅創史上新高,包括公共建設、科技相關預算都受到衝擊,行政院政務委員陳振川則在今天表示,今年公共建設預算是10年最低,若再漠視,將影響景氣振興,且若預算再降,會產生社會問題。
賴士葆今日表示,政府如果要減少經常性支出,必須顧慮是否會造成民間消費的緊縮,最後會掉入節約的惡性循環,就更沒GDP。
他強調,公共建設及科技預算都是為明天做投資,不能有一絲絲減列的念頭,連零成長都很傷。
賴士葆說,全世界曾實施兩稅合一的國家,已經有9成廢除,國民黨立院黨團曾經決議要求財政部檢討讓兩稅合一減半扣抵,既然政府現在要找錢,乾脆全部廢除,每年就能幫助國庫進帳600億,也讓相對富有者減少最多一成的股利收入。
關鍵字:
總預算
賴士葆
國民黨
主計處
GDP
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
留言列表