2013年8月20日 17:01
");
$(".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();
});
}
//-------------------
});
-
憲法133實踐聯盟發起人馮光遠今(20)日親赴立法院,拜訪朝野各黨團。(圖/記者林修卉攝)
記者林修卉/台北報導
憲法133實踐聯盟發起人馮光遠今(20)日親赴立法院,拜訪朝野各黨團,希望各黨立委公開宣示停建核四、修正土地徵收條例,以及重啟服貿談判等訴求,僅民進黨團與台聯黨團出面簽署承諾書,國民黨團拒見,也無人出面回應。
馮光遠眼看沒有任何一位國民黨立委出面,只好把承諾書投進國民黨團的收發信箱。
憲法133實踐聯盟今日向朝野各黨團,要求公開宣示4大承諾,一、要求行政部門停建核四,承諾反對鳥籠核四公投;二、承諾否決兩岸服務貿易協議,要求行政部門重啟服貿談判;三、修正土地徵收條例,要求行政部門不再濫權徵收;四、保證不依馬英九的意志或命令行使職權,以民意為依歸。
民進黨團總幹事高志鵬、立委鄭麗君、葉宜津、黃偉哲、李俊俋等人,均出面簽署承諾書。高志鵬表示,民進黨團對承諾書中的四項承諾,絕對會堅持到底,也堅決與人民站在一起!
台聯黨團總召許忠信則表示,核四不能續建、土地徵收條例修法,台聯絕對會堅守到底!至於服務貿易協議,連談判都不應該重啟,因為這項協議對於台灣的服務業來說無疑是一大衝擊與傷害。
對於國民黨團無人願意出面,馮光遠說,連公民團體都不願意接見的政黨,他們又怎敢將監督政府的大權交至他們手中?
馮光遠表示,立委是人民的公僕,僕人本來就應該要從主人的話,不聽話的僕人,主人有權把他換掉、叫他走人!若本週五下午5時前,未回覆承諾書的立委,將公布名單,並列入考慮推動罷免的對象。
關鍵字:
憲法
馮光遠
國民黨
立法院
承諾書
罷免
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
留言列表