陳思豪
2013年8月1日 09:09
");
$(".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();
});
}
//-------------------
});
-
國民黨副主席兼秘書長曾永權31日與台北市專職黨務幹部進行座談,面對明年七合一北市議員選戰,曾永權強調需以「務實提名,當選席次極大化」的原則,讓當選席次最大化。
記者陳思豪/綜合報導
國民黨副主席兼秘書長曾永權31日與台北市專職黨務幹部進行座談,面對明年七合一北市議員選戰,曾永權強調需以「務實提名,當選席次極大化」的原則,讓當選席次最大化。
曾永權表示,會有這樣想法,主要是上屆選舉中,往往第一高票「落選」的都是國民黨籍候選人,這次會要求市黨部,朝儘量減少提名,避免瓜分票源,以多上幾席的想法來提名。
國民黨上屆選戰中,表現最亮眼莫過於第4、5、6區,分別是中山大同、中正萬華與大安文山,由於國民黨在上次選戰中大獲全勝,因此明年的提名人數變動應該不大,但增加席次的第1與第2區(士林北投與南港內湖),則考慮讓新人來競爭,選情較複雜的第3選區松山信義,由於議員王鴻薇重返國民黨,因此可能還需進行評估。
曾永權也坦言,明年選舉會是艱苦的一戰,但他說,儘管外界唱衰國民黨,認為執政民調不好、經濟不好,但國民黨沒有悲觀的權利,特別是經濟指標在今年第三季出現綠燈,只要經濟變好,民眾對國民黨依舊有強烈的信賴感。
最後他也強調,雖然有人說國民黨現在很低迷、很悶,但也因如此,更需要大家相互激勵,全力以赴。目前輔選列車已經啟動,希望參選人提前佈署,更要提前輔選。
關鍵字:
台北市
國民黨
議員
民調
曾永權
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
留言列表