王鼎鈞
2013年7月22日 11:53
");
$(".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();
});
}
//-------------------
});
-
身兼國民黨主席的總統馬英九,行政院長江宜樺,將啓動府院黨人事調整工程。(資料照片/記者王鼎鈞攝)
記者王鼎鈞/台北報導
馬英九總統順利連任黨主席後,總統府、行政院和國民黨人事調整即將起動。最新傳聞是,府院黨發言系統可能會異動;在「廣大興案」飽受批評的林永樂仍處於換將之列,而且不斷有新接任人選浮現。
在總統府、國安會人事方面,國安會副祕楊永明已請辭獲准,總統府副祕書長羅智強也可能跟進,爭取參選基隆市長,國民黨文傳會主委蕭旭岑是繼任人選之一。
內閣新人事也將分批發布,楊永明職缺由現任駐美副代表張大同接任,外交官是否會因此連動,有待觀察。
外傳退輔會主委曾金陵因「榮電案」萌生辭意,但行政院長江宜樺並沒有點頭,榮電員工退休金和資遣費約1.9億元解決與否,成為退輔會組織法修正後,曾金陵是不是會被重新任命的關鍵。
國防部長高華柱因洪仲丘案請辭,雖府院已慰留,在真相未明、輿論壓力之下,仍列內閣調整觀察之列。
衛生福利部7月23日掛牌運作,內定首任部長將由衛生署長邱文達轉任,其中一位次長安排內政部次長曾中明轉任。
身兼行政院政務委員、公共工程委員會主委、莫拉克颱風災後重建推動委員會執行長、及行政院雲嘉南區聯合服務中心主任4職務的陳振川,將於月底卸下職務、返校任教。遺缺目前看好工程會前副主委、現任中華顧問工程董事長李建中,另一位可能人選是已轉任交通部政次的陳純敬。
原民會主委孫大川亦將返校任教,副主委林江義升任機會頗大。 (接下一頁)
關鍵字:
李佳霏
鄭麗文
殷瑋
國安
府院黨
人事
內閣
江宜樺
郝龍斌
朱立倫
胡志強
馬英九
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
留言列表