2013年9月14日 12:22
");
$(".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日在假處分獲准後,暫時保住院長職務。總統府發言人李佳霏今(14)日表示,馬英九總統無法接受立法院長關說司法個案,這個立場絕對不會改變,但地方法院做出了裁定,總統表示尊重。另外,總統府也宣布,每周一舉行的五人小組將停開。
總統府以新聞稿表示,基於馬總統不能接受國會議長關說司法個案的事實,除了維持政府順利運作,例如行政院到立法院報告,以及部分牽涉憲政意義的活動,如總統府月會、國慶大會邀立法院長參與或主持的慣例外,其他的活動則會做出必要的調整,包括每周一舉行的五人小組將停開。
至於往例總統在立法院開議前,邀請包括立法院長在內的立委聯誼的活動,李佳霏表示,總統府將另外規劃與立委互動的型態,下周起會分批邀請立委,以小規模座談的形式,讓總統與立委們就本會期推動法案等議題,深入交換意見。
李佳霏也說,其他活動,則視情況加以調整,總統不會刻意迴避,一切順其自然。
李佳霏指出,馬總統堅持捍衛司法獨立與司法紀律的立場從未改變,為了台灣的民主法治發展,無法接受立法院長為了在野黨黨鞭的司法案件,關說法務部長及臺高檢檢察長,這是全民都應該堅守的紅線。
她說,在抗拒政治力量關說司法案件這件事情上,沒有任何灰色地帶,也不容猶豫妥協。
關鍵字:
李佳霏
總統府
王金平
九月政爭
馬英九
5人小組會議
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:
留言列表