公告版位
Nownews政治新聞
www.nownews.com 
立委22日勘察禁閉室 盼揭案發現場真相、檢討禁閉制度
Jul 21st 2013, 08:19

王鼎鈞

2013年7月21日 15: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(); }); } //------------------- });
  • 民進黨立委蕭美琴7月16日說,將邀立法院外交及國防委員會考察國軍禁閉室。圖為禁閉室外觀。(圖/民進黨立委薛凌辦公室提供/中央社)

aploks 發表在 痞客邦 留言(0) 人氣()

Nownews政治新聞
www.nownews.com 
七二一空戰大捷 痛殲共軍確保臺海空防安全
Jul 21st 2013, 08:19

(軍聞社記者莊家宏臺北廿一日電)民國四十五年七月二十一日,在馬祖高登島至三都澳之間上空,我空軍健兒分別駕駛F-86軍刀式戰機、F-84雷霆式戰機與共軍的米格十七型戰機發生激戰,先後擊落兩架、擊傷兩架共機,締造「七二一」馬祖空戰大捷,振奮當時全國軍民士氣。

 四十五年七月初,空軍總司令部情報署獲知中共空軍已將大批飛機部署在江西南昌基地,為能詳細掌握情報,空軍作戰司令部派遣戰術偵察機深入大陸境內實施偵照,由第六大隊十二中隊戚榮春中校、田建南上尉駕駛RF-86F執行任務。

 為確保偵察機安全完成任務,空軍另派第五大隊負責掩護,由大隊長冷培澍率領彭傳樑、霍懋新、梁國俊等人駕駛四架F-86F軍刀式戰鬥機,飛往福建外海接應,嚴防共機追擊;同時駐防臺南基地第一大隊與駐防嘉義第四大隊各出動四架F-84G雷霆式戰機,針對三都澳及羅源灣共軍水面艦艇進行轟炸,藉以擾亂共軍指揮系統的判斷,策應偵察任務。因戰術配合得當,兩架偵察機順利飛抵江西南昌偵照,返航時遭共軍米格機群追趕。

aploks 發表在 痞客邦 留言(0) 人氣()

Nownews政治新聞
www.nownews.com 
好男不當兵? 預定招募2.8萬只來462人
Jul 21st 2013, 08:19

呂烱昌

2013年7月21日 15:44

"); $(".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(); }); } //------------------- });
  • 陸戰隊特勤隊出現在信義區街頭。(記者邱榮吉/攝影)

aploks 發表在 痞客邦 留言(0) 人氣()

批踢踢實業坊 Salary 板
 
Re: [討論] 要提離職了,怎樣才能不被留
Jul 21st 2013, 16:15, by vecstar

作者vecstar (星艦迷航)

看板Salary

標題Re: [討論] 要提離職了,怎樣才能不被留

aploks 發表在 痞客邦 留言(0) 人氣()