李鴻典
2013年10月3日 09:29
");
$(".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();
});
}
//-------------------
});
-
歐晉德出席交通委員會
交通部政務次長陳純敬(左起)、台灣高鐵公司董事長歐晉德2日在立法院交通委員會,出席「高鐵票價、航空票價與台鐵票價調漲案」專案報告並備詢。中央社記者施宗暉攝 102年10月2日
記者李鴻典/台北報導
高鐵票價即將在10月8日調漲,高鐵董事長歐晉德昨(2)日表示,將評估推出離峰班次2折超級早鳥優惠,以北高票價計算,票價可望降至325元。
上次因歐晉德未列席交委會,前沒有請假,也沒告知交通部,交委會8名立委均譴責交通部和高鐵不尊重立院。立委們氣得要求會議延後,甚至要求撤換歐晉德。立法院交通委員會昨日再度進行「高鐵票價、航空機票與臺鐵票價調漲案」報告案,民進黨籍立委李昆澤砲轟高鐵漲價跑得比安全還要快,這是要錢不要命!
歐晉德在立委開始質詢前表示,先對9月30日為列席一事道歉,他說,高鐵已盡最大努力,體諒大眾需求,這是營運近七年進行的局部調整,他說,配合票價調整,優惠大幅度擴大,10月8日前預售票狀況比以前增加近兩成,維持安全的營運,他說,希望繼續領軍高鐵。
召委管碧玲則說,委員的話,希望歐董事長聽得進去。李昆澤質詢時指出,高鐵應該跟人民一起呼吸!他直轟高鐵漲價跑得比安全還要快,這是要錢不要命!他強調,高鐵營運是運量的問題,不是漲價的問題。他建議提升運量計畫、加強離峰優惠措施。他形容,這是漲價的土石流,以前是光輝的十月,現在則是黑暗的十月,暴雨型的漲價,會沖垮人民的生活。
國民黨籍立委林國正質詢時也大罵,若不是政府居中協調,調降高鐵貸款利息和折舊,高鐵早就破產了,根本沒有資格要漲價。
對於質疑,歐晉德回應,高鐵漲價是個「痛苦和不討好」的決定,但為確保安全穩定服務,8日起還是會按照合約調整票價。另外,為了不衝擊載客量,他說,將評估推出離峰班次2折早鳥優惠,這部分必須經修法後才能推出。
以北高票價計算,單程票價將從1630元大降至325元,離峰班次若2或3個月前預購,最低2折,但不可退票,最快明年上路。
關鍵字:
票價
高鐵
離峰2折
超級早鳥
北高
高鐵董事長歐晉德
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:
留言列表