<%@ page contentType="text/html;charset=big5" session="true" import="tw.com.autotools.html.*" %> <%@ page import="tw.com.autotools.misc.*" %> <%@ page import="tw.com.autotools.database.*" %> <%@ page import="tw.com.autotools.search.*" %> <%@ page import="tw.com.f1.activity.*,tw.com.f1.util.*" %> <%@ page import="java.util.Vector" %> <%@ page import="java.util.*,java.io.*" %> <%@ include file="../message_include.jsp" %> <%//@ page errorPage="../ErrorPage.jsp" buffer="none"%> <% /* 最新公告 */ ServletContext sc = getServletContext(); SerialTable tableBulletin = (SerialTable) sc.getAttribute("tableBulletin"); Encoder encoder = tableBulletin.getEncoder(); Vector BulletinList = null; BulletinList = tableBulletin.select("date_start<="+encoder.encode( getCurrDate())+" and date_end >= "+encoder.encode(getCurrDate())+"","sn desc"); /* 最新公告 */ //ServletContext sc = getServletContext(); //SerialTable tableActivity = (SerialTable) sc.getAttribute("tableActivity"); /**\u6D3B\u52D5**/ //SerialTable tableActivity = (SerialTable) sc.getAttribute("tableActivity"); Vector ActivityList = null; String sql="date_sact <='"+new java.sql.Date(System.currentTimeMillis()).toString().replace('-','/')+"' and date_eact >='"+new java.sql.Date(System.currentTimeMillis()).toString().replace('-','/')+"'"; ActivityList = tableActivity.select(sql); %> 遠雄航空自由貿易港區
 

 

 

 
 

第六章  入出境及入出區許可

第三十二條  外籍商務人士得經自由港區事業代向自由港 區管理機關申請核轉許可,於抵達中華民國時申請簽證。大陸地區或香港、澳門商務人士得依兩岸關係相關法規辦理申請進入自由港區從事商務活動,其辦法另定之

 

第三十三條  自由港區內,除管理人員、警衛人員、自由港區內之事業值勤員工、進入自由港區之商務人士及有正當事由經自由港區管理機關同意者外,不得在區內居住。自由港區內之事業應將所屬員工名冊、照片,報請自由港區管理機關核發長期入出許可證。其他人員應向自 由港區管理機關申請臨時入出許可證,憑以入出自由港區進出自由港區之人員、車輛及物品,應憑相關許可放行文件循管理機關指定之地點入出,並接受警衛人員所為必要之檢查。前三項所定人員、車輛與物品之入出及居住規定之管理辦法,由自由港區管理機關定之。

 

 

管理條例第五章管理條例第七章回港區管理條例

   
   
   
   
   
   
   
   

 

<%! public String getCurrDate() { String currDate = new java.sql.Date(System.currentTimeMillis()).toString(); currDate = currDate.replace('-', '/'); return currDate; } %>