NOWnews.com 今日新聞網
2013年8月23日 16:06
");
$(".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();
});
}
//-------------------
});
-
中國國民黨8月20日舉辦中元普渡。(圖/中央社)
政治中心/綜合報導
國民黨副主席曾永權23日表示,明年七合一選舉,全台22縣市近8000名村里長,國民黨已完成95%部署。
曾永權今赴台南市和黨籍幹部座談時說,9月29日全國黨代表大會,黨主席馬英九將宣布黨務推動的新構思,讓國民黨面對新局面,穩定永續執政。
曾永權表示,國民黨要持續推動廉能政治,堅持改革,選舉不買票,問政不腐化,執政不貪污,且強化黨政平台運作,並鼓勵黨內優秀人才參加明年選舉,鞏固國民黨既有版圖。
提到台南選情,曾永權表示,台南市是選情艱困選區,國民黨會務實提名,讓當選席次極大化,「不會好高騖遠,但要有企圖心」,相信藍軍的議員席次要過半並不困難,再結合無黨籍或友我的議員,他有信心能奪回議長寶座。
曾永權還說,國民黨7個非執政縣市成立了協助政務推動平台,由中央政務官擔任召集人,定期開會了解地方需求,解決基層問題,希望大家善用這項平台,直接向中央政府爭取地方建設,造福台南市民。
曾永權也呼籲市議會黨團可以多召開記者會,他以自身擔任政策會執行長時期為例,在立法院開記者會是每天例行的工作,因為現在是媒體宣傳的時代,開記者會是讓民眾了解政策的最佳管道。
他建議,除了對市政的監督外,也能將中央政府的政策透過記者會讓基層民眾了解,相信一定能獲得更大的宣傳效果。
關鍵字:
村里長
曾永權
提名
藍綠
2014選戰
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
留言列表