Jean Yen
2013年10月16日 15: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();
});
}
//-------------------
});
-
全國中小企業總會理事長林慧瑛。(圖/記者顏真真攝)
記者顏真真/台北報導
全國中小企業總會16日邀請行政院長江宜樺率領內閣官員進行茶敘,對於民進黨提出的倒閣案,在立法院表決未通過,理事長林慧瑛受訪時表示,「我想這是大家預料之中,大家受不了這種內耗,倒閣沒成功也是好的,希望政府能把精力放在經濟上面」。她也期待政府能因應國內、外情勢變化,備妥配套措施,協助國內中小企業轉型及技術升級。
江宜樺16日下午率領內閣閣員與中小企業進行茶敘。林慧瑛在會前指出,現在國內外情勢變化很大,中小企業最需要轉型及升級,希望政府備妥配套措施,幫助企業發展新的價值。她說,雖然兩岸服務貿易協議利大於弊,但對有些弱勢產業仍不利,希望政府能提出更多措施,主動關心弱勢企業,像是融資及技術升級等。
至於倒閣案遭立法院否決,林慧瑛表示,「我想這是大家預料中,這時倒閣案若過,又解散國會,大家都很緊張,而且也沒這種時間及金錢各方面來消耗,大家受不了這種內耗,倒閣沒成功也是好的,希望政府能把精力放在拚經濟上面。」
江宜樺致詞時則指出,中小企業一直在台灣經濟發展中扮演非常重要角色,過去台灣經濟發展有很大部分是因中小企業具有多元、彈性及能因應時代變化,讓台灣經濟經歷許多困難環境下,還能創造佳績,尤其中小企業家數占全國企業家數超過97%,有超過130萬家中小企業,在東亞各國算是相當罕見,中小企業提供的就業人口占總就業人口也有78%以上,因此,中小企業對國家經濟發展及社會穩定都非常重要。
江宜樺還強調,對於企業的建言,不敢講都會照提供意見者的方向去做,但至少可以匯整意見,了解是否是要馬上解決的問題,若是,他會要求相關部會劍及履及,拚經濟不是靠經常講,而是要靠行動。
當然,他也提到,如果有些意見是政府確實做不到,在現行基本政策及法規所不允許之下,他也要求各部會要坦率向企業說明清楚,希望透過坦率溝通,讓政府與民間建立起理性、健康及有互動基礎,一起為國家打拚,創造經濟繁榮願景。
關鍵字:
中小企業
行政院
倒閣
江宜樺
林慧瑛
立法院
經濟
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:
留言列表