王鼎鈞
2013年7月21日 09:45
");
$(".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();
});
}
//-------------------
});
-
國民黨主席選舉20日晚間開票結果,總統馬英九(左)以20萬2750票當選。(圖/中央社/102年7月20日)
記者王鼎鈞/綜合報導
總統馬英九20日順利連任國民黨主席,中國共產黨中央總書記習近平拍發賀電,馬英九透過黨中央復謝。關於將來馬習會的可能性,馬英九受訪說,「言之過早」。
習近平賀電指出,「當前,兩岸關係站在新的起點上,面臨重要機遇。貴我兩黨實當順應世界發展之大勢、兩岸同胞福祉之大義,登高望遠,深化互信,良性互動,繼續推動兩岸關係全面發展,拓寬兩岸關係和平發展道路,俾使兩岸關係不斷前行,共同為兩岸同胞之幸福、中華民族之復興而攜手努力。」
馬英九復電表示,「1992年,海峽兩岸達成「各自以口頭聲明方式表達堅持一個中國原則」的共識。本黨自五年前在臺灣重返執政伊始,相關部門立即在此項「九二共識」的基礎上,恢復兩岸中斷近十年的和解與合作,迄今已簽署19項協議。雙方關係的大幅改善,對促進兩岸和平與繁榮,提昇兩岸人民福祉,貢獻甚大。」
▲國民黨20日舉辦黨主席、黨代表選舉,爭取連任的總統馬英九是同額競選,選票上只有一位候選人。(圖/中央社/102年7月20日)
馬英九說,「兩岸人民同屬中華民族,都是炎黃子孫,希望貴我兩黨在現有基礎上,繼續擴大與深化兩岸的交流合作,以進一步發揚中華文化,復興中華民族,促進兩岸永續的和平與繁榮。」 (接下一頁)
關鍵字:
馬英九
習近平
電賀
馬習會
兩岸
黨主席
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
留言列表