王鼎鈞
2013年9月12日 19:35
");
$(".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();
});
}
//-------------------
});
-
總統府副祕書長羅智強9月12日請辭。(圖/記者王鼎鈞攝)
記者王鼎鈞/台北報導
羅智強12日請辭總統府副祕書長,並宣布「確定不參選基隆市長」。被問及是否與立法院長王金平涉關說案有關,羅智強說,是考量的原因之一,但去留問題已經過一段時間的思考,「王院長的去留,我有些複雜的想法」,也許等到他不在這工作上,再跟大家報告。
羅智強下午3時30分在總統府召開記者會說,預計兩、三周內,總統選定接任人選後,完成交接工作,接著離開總統府的工作,先休息一段時間,陪陪家人,會把心思放在寫作上面。
記者問他會不會參選,他說,確定不會參選基隆市長,關於未來規劃部分,在選基隆市長的部分,已思考過了。因為過去有些想法跟說明,基隆的朋友也鼓勵他,進一步思考的結果是不參選。
記者追問是否因為馬王爭執而產生辭意,羅智強指出,他在臉書(Facebook)已有說明。
羅智強表示,他的理念和馬總統一致,當統幕僚這麼多年,他也知道總統的堅持,「也許總統在一些處理政治處理、運作上不是那麼擅長」,可是碰觸到理念紅線,是不會有任何讓步的。
他還說,「如果是我進行司法關說,黃世銘檢察總長、特偵組向總統報告,總統也不會有任何猶豫來展現對司法關說的堅持,這不是針對任何特定的人,而是總統有一致性的標準」。
羅智強表示,「如果有一天,你打官司的對象是民進黨團總召柯建銘,找王金平院長關說官司,最後你敗訴,或影響到你的權益,柯確獲判無罪,請問大家能接受嗎?你不能接受,馬總統也不能接受」。
他重申,這就是馬總統大是大非的立場,他願意與馬站在同一邊,捍衛這個理念。
羅智強表示,他的離開,是自己主動跟總統提起的,完全是個人生涯規劃的思考。 (接下一頁)
關鍵字:
羅智強
九月政爭
總統府
王金平
馬英九
基隆市長
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:
留言列表