王鼎鈞
2013年8月27日 17:38
");
$(".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();
});
}
//-------------------
});
-
「電價合理化」政策勢在必行,馬英九總統要求台電要積極拿出改革成效,爭取民眾支持。(圖/記者王鼎鈞攝)
記者王鼎鈞/台北報導
經濟部27日在總統府提出「台電經營改革與電價合理化方案」報告。總統府發言人李佳霏會後轉述,馬英九總統表示,電價合理化必須考慮對民生及物價衝擊最小方案,同時照顧弱勢族群,最重要的是絕對不能用稅金補貼用電大戶,違反「使用者付費」原則的公平性,台電也必須積極拿出改革成效,爭取民眾支持。
經濟部長張家祝中午在總統府提出簡報,包括副總統吳敦義、行政院長江宜樺、立法院長王金平及黨團幹部、國民黨副主席兼秘書長曾永權,以及台電公司董事長黃重球等人,針對電價合理化議題,廣泛交換意見。
李佳霏說,包括選擇調整電價時機、住宅與小商家不調漲的用電量範圍、住宅用電成本為何高於工業用電成本、台電經營績效改革成果,與會人士均充分表達意見。
李佳霏表示,馬總統與江院長都要求經濟部要向黨籍立委及社會各界全面溝通,例如住宅用電的500度方案、小商家的1500度方案等,要把不調漲的範圍用「實際電費」,而不是只用「用電度數」來向民眾說明,讓民眾一聽就能了解。
李佳霏指出,馬總統也請台電公司必須就外界疑慮的事項,提出具體的宣導計畫,在最短時間對外說明,讓外界了解發電燃料成本高漲的趨勢,以及電價調整對經濟成長率及物價的實際衝擊等。
關鍵字:
李佳霏
馬英九
電價
經濟
電費
台電
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
留言列表