李鴻典
2013年9月14日 11:27
");
$(".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();
});
}
//-------------------
});
-
王金平盼黨在馬領導下專注施政
立法院長王金平(中)13日晚間在官邸門口表示,盼結束這段時間紛擾後,全黨能在總統馬英九領導下,專注在有利國計民生的施政上,因應國際政局,讓民眾重拾信心。圖文╱中央社記者王飛華 102年9月13日
記者李鴻典/台北報導
台北地方法院合議庭13日裁定立法院長王金平在確認黨員資格存在訴訟判決前,得繼續行使國民黨員權利。外界認為這一局目前王暫居上風,但國民黨緊急取消立法行政研討會,避免王與總統馬英九、行政院長江宜樺同台尷尬場景。
由於立法院下周將開議,王今(14)日受訪時說,這次讓他學習到『逆增上緣』,經過這次風暴,心情更平靜,體認到世間各種事物都會有不同的看法。和江宜樺會面不會尷尬,他還把江譽為「菩薩」,表示未來一切以「平常心」看待。
另外,台北地院裁定王金平暫時保留國民黨籍,國民黨昨晚緊急取消16日的立法行政研討會,改辦只有立委參加的黨團大會,避免馬、王、江三人同台。也傳出馬架空王,未來府院黨五人小組會議暫不找王。
親民黨副秘書長劉文雄在臉書上說,「別尷尬,總統。無論您在怎麼注重個人包裝,或是歷史定位,這個憲政問題,您自己要去面對,我們不能像證所稅一樣再幫您擦屁股,因為您是領人民的薪水,不能因為個人好惡而擱置重要的施政會議,也不能把個人的形象置於國家人民之上。開會吧,別不好意思,只要下一次看監聽譯文的時候多問,多思考,或許可以避開這些令人尷尬的場面。」
民進黨議員李坤城也在臉書上說,馬英九對王金平能暫時繼續當立法院長的回應是,以後府院黨五人小組將少發一個便當給王金平,叫王金平吃自己!
關鍵字:
逆增上緣
五人小組
馬總統
便當
台北地院
裁定
王金平
國民黨籍
留言列表