commit 145c7afd592bb17150098068abe6c8512cf80d5e Author: nhj Date: Mon Aug 11 18:05:26 2025 +0900 최초반영 diff --git a/.classpath b/.classpath new file mode 100644 index 00000000..36064bc1 --- /dev/null +++ b/.classpath @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..61793db4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# +# https://help.github.com/articles/dealing-with-line-endings/ +# +# These are explicitly windows files and should use crlf +*.bat text eol=crlf + diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..c75f3c2c --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Ignore Gradle project-specific cache directory +.gradle + +# Ignore Gradle build output directory +build diff --git a/.project b/.project new file mode 100644 index 00000000..2bdaa1ed --- /dev/null +++ b/.project @@ -0,0 +1,41 @@ + + + urpItms_20_Front + Project lib created by Buildship. + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.wst.common.project.facet.core.builder + + + + + org.eclipse.wst.validation.validationbuilder + + + + + org.eclipse.buildship.core.gradleprojectbuilder + + + + + org.springframework.ide.eclipse.boot.validation.springbootbuilder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.wst.common.project.facet.core.nature + org.eclipse.wst.common.modulecore.ModuleCoreNature + org.eclipse.jem.workbench.JavaEMFNature + org.eclipse.buildship.core.gradleprojectnature + + diff --git a/.settings/org.eclipse.buildship.core.prefs b/.settings/org.eclipse.buildship.core.prefs new file mode 100644 index 00000000..7b8f9727 --- /dev/null +++ b/.settings/org.eclipse.buildship.core.prefs @@ -0,0 +1,13 @@ +arguments= +auto.sync=false +build.scans.enabled=false +connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER) +connection.project.dir= +eclipse.preferences.version=1 +gradle.user.home= +java.home= +jvm.arguments= +offline.mode=false +override.workspace.settings=false +show.console.view=false +show.executions.view=false diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs new file mode 100644 index 00000000..7938522f --- /dev/null +++ b/.settings/org.eclipse.jdt.core.prefs @@ -0,0 +1,4 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=16 +org.eclipse.jdt.core.compiler.compliance=16 +org.eclipse.jdt.core.compiler.source=16 diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component new file mode 100644 index 00000000..4e2b3546 --- /dev/null +++ b/.settings/org.eclipse.wst.common.component @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/.settings/org.eclipse.wst.common.project.facet.core.xml b/.settings/org.eclipse.wst.common.project.facet.core.xml new file mode 100644 index 00000000..3d08c3f6 --- /dev/null +++ b/.settings/org.eclipse.wst.common.project.facet.core.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/.settings/org.springframework.ide.eclipse.prefs b/.settings/org.springframework.ide.eclipse.prefs new file mode 100644 index 00000000..e587c651 --- /dev/null +++ b/.settings/org.springframework.ide.eclipse.prefs @@ -0,0 +1,2 @@ +boot.validation.initialized=true +eclipse.preferences.version=1 diff --git a/bin/main/application-hpnote.yml b/bin/main/application-hpnote.yml new file mode 100644 index 00000000..2d07fbe5 --- /dev/null +++ b/bin/main/application-hpnote.yml @@ -0,0 +1,40 @@ + # Service port + server: + port: 11020 + servlet: + session: + timeout: 120m + cookie: + name: BASEJSP_JSESSIONID + +# JSP 설정 + spring: + mvc: + view: + prefix: /WEB-INF/jsp/ + suffix: .jsp + static-patn-pattern: /static/** + + devtools: + livereload: + enabled: true + +# custom 설정 + custom: + path: + phy_svy: D:/z_temp_pro/itsm_exec/svy/ + loc_svy: /svy/image/ + file_store: D:/z_temp_pro/itsm_exec/itsm_file_upload + auth_server: http://localhost:11000 + api_server: http://localhost:11010 + sendmail: + id: tW9kMpd3SiAnf3RQBOZapw== + password: Tkkj8p2PYfZ+AmpQMPLHF8ksj8vrtJouj6xczU8ShM8= + port: 587 + host: smtp.gmail.com + sendEmail: hhjj0701@gmail.com + senderName: 나혁제 + socketFactory-class: javax.net.ssl.SSLSocketFactory + supplier: gmail.com + + \ No newline at end of file diff --git a/bin/main/application-infra_server.yml b/bin/main/application-infra_server.yml new file mode 100644 index 00000000..3723b240 --- /dev/null +++ b/bin/main/application-infra_server.yml @@ -0,0 +1,42 @@ + # Service port + server: + port: 11020 + servlet: + session: + timeout: 120m + cookie: + name: BASEJSP_JSESSIONID + +# JSP 설정 + spring: + mvc: + view: + prefix: /WEB-INF/jsp/ + suffix: .jsp + static-patn-pattern: /static/** + + devtools: + livereload: + enabled: true + +# custom 설정 + custom: + path: + phy_svy: /Data/svy/ + loc_svy: /svy/image/ + file_store: /Data/itsm_file_upload + auth_server: http://localhost:11000 + api_server: http://localhost:11010 + api_search_server: http://109.26.11.21:48381 +# api_search_server: http://192.168.8.138:48381 + sendmail: + id: tW9kMpd3SiAnf3RQBOZapw== + password: Tkkj8p2PYfZ+AmpQMPLHF8ksj8vrtJouj6xczU8ShM8= + port: 587 + host: smtp.gmail.com + sendEmail: hhjj0701@gmail.com + senderName: 나혁제 + socketFactory-class: javax.net.ssl.SSLSocketFactory + supplier: gmail.com + + \ No newline at end of file diff --git a/bin/main/application-kic_dev.yml b/bin/main/application-kic_dev.yml new file mode 100644 index 00000000..24d716b0 --- /dev/null +++ b/bin/main/application-kic_dev.yml @@ -0,0 +1,42 @@ + # Service port + server: + port: 11020 + servlet: + session: + timeout: 120m + cookie: + name: BASEJSP_JSESSIONID + +# JSP 설정 + spring: + mvc: + view: + prefix: /WEB-INF/jsp/ + suffix: .jsp + static-patn-pattern: /static/** + + devtools: + livereload: + enabled: true + +# custom 설정 + custom: + path: + phy_svy: /app/itsm_data/svy/ + loc_svy: /svy/image/ + file_store: /app/itsm_data/itsm_file_upload + auth_server: http://localhost:11000 + api_server: http://localhost:11010 +# api_search_server: http://109.26.11.21:48381 + api_search_server: http://192.10.10.203:48381 + sendmail: + id: tW9kMpd3SiAnf3RQBOZapw== + password: Tkkj8p2PYfZ+AmpQMPLHF8ksj8vrtJouj6xczU8ShM8= + port: 587 + host: smtp.gmail.com + sendEmail: hhjj0701@gmail.com + senderName: 나혁제 + socketFactory-class: javax.net.ssl.SSLSocketFactory + supplier: gmail.com + + \ No newline at end of file diff --git a/bin/main/application-kic_rel.yml b/bin/main/application-kic_rel.yml new file mode 100644 index 00000000..9e90b25e --- /dev/null +++ b/bin/main/application-kic_rel.yml @@ -0,0 +1,41 @@ + # Service port + server: + port: 12020 + servlet: + session: + timeout: 120m + cookie: + name: BASEJSP_JSESSIONID + +# JSP 설정 + spring: + mvc: + view: + prefix: /WEB-INF/jsp/ + suffix: .jsp + static-patn-pattern: /static/** + + devtools: + livereload: + enabled: true + +# custom 설정 + custom: + path: + phy_svy: /app/itsm_data_rel/svy/ + loc_svy: /svy/image/ + file_store: /app/itsm_data_rel/itsm_file_upload + auth_server: http://localhost:12000 + api_server: http://localhost:12010 + api_search_server: http://192.10.10.203:49381 + sendmail: + id: tW9kMpd3SiAnf3RQBOZapw== + password: Tkkj8p2PYfZ+AmpQMPLHF8ksj8vrtJouj6xczU8ShM8= + port: 587 + host: smtp.gmail.com + sendEmail: hhjj0701@gmail.com + senderName: 나혁제 + socketFactory-class: javax.net.ssl.SSLSocketFactory + supplier: gmail.com + + \ No newline at end of file diff --git a/bin/main/application-local.yml b/bin/main/application-local.yml new file mode 100644 index 00000000..9dd49089 --- /dev/null +++ b/bin/main/application-local.yml @@ -0,0 +1,42 @@ + # Service port + server: + port: 11020 + servlet: + session: + timeout: 120m + cookie: + name: BASEJSP_JSESSIONID + +# JSP 설정 + spring: + mvc: + view: + prefix: /WEB-INF/jsp/ + suffix: .jsp + static-patn-pattern: /static/** + + devtools: + livereload: + enabled: true + +# custom 설정 + custom: + path: + phy_svy: D:/z_temp_pro/svy/ + loc_svy: /svy/image/ + file_store: D:/z_temp_pro/itsm_file_upload + auth_server: http://localhost:11000 + api_server: http://localhost:11010 +# api_search_server: http://192.168.8.138:48381 # 개발 + api_search_server: http://192.168.8.138:49381 # 운영 + sendmail: + id: tW9kMpd3SiAnf3RQBOZapw== + password: Tkkj8p2PYfZ+AmpQMPLHF8ksj8vrtJouj6xczU8ShM8= + port: 587 + host: smtp.gmail.com + sendEmail: hhjj0701@gmail.com + senderName: 나혁제 + socketFactory-class: javax.net.ssl.SSLSocketFactory + supplier: gmail.com + + \ No newline at end of file diff --git a/bin/main/application-vmware.yml b/bin/main/application-vmware.yml new file mode 100644 index 00000000..2a576c6b --- /dev/null +++ b/bin/main/application-vmware.yml @@ -0,0 +1,42 @@ + # Service port + server: + port: 11020 + servlet: + session: + timeout: 120m + cookie: + name: BASEJSP_JSESSIONID + +# JSP 설정 + spring: + mvc: + view: + prefix: /WEB-INF/jsp/ + suffix: .jsp + static-patn-pattern: /static/** + + devtools: + livereload: + enabled: true + +# custom 설정 + custom: + path: + phy_svy: /Data/svy/ + loc_svy: /svy/image/ + file_store: /Data/itsm_file_upload + auth_server: http://localhost:11000 + api_server: http://localhost:11010 +# api_search_server: http://109.26.11.21:48381 + api_search_server: http://192.168.8.138:48381 + sendmail: + id: tW9kMpd3SiAnf3RQBOZapw== + password: Tkkj8p2PYfZ+AmpQMPLHF8ksj8vrtJouj6xczU8ShM8= + port: 587 + host: smtp.gmail.com + sendEmail: hhjj0701@gmail.com + senderName: 나혁제 + socketFactory-class: javax.net.ssl.SSLSocketFactory + supplier: gmail.com + + \ No newline at end of file diff --git a/bin/main/com/urpsys/basefront/Aes256Test.class b/bin/main/com/urpsys/basefront/Aes256Test.class new file mode 100644 index 00000000..8cb8796b Binary files /dev/null and b/bin/main/com/urpsys/basefront/Aes256Test.class differ diff --git a/bin/main/com/urpsys/basefront/Aes256Test2.class b/bin/main/com/urpsys/basefront/Aes256Test2.class new file mode 100644 index 00000000..b0076a7b Binary files /dev/null and b/bin/main/com/urpsys/basefront/Aes256Test2.class differ diff --git a/bin/main/com/urpsys/basefront/common/controller/EgovComUtlController.class b/bin/main/com/urpsys/basefront/common/controller/EgovComUtlController.class new file mode 100644 index 00000000..1dc22c93 Binary files /dev/null and b/bin/main/com/urpsys/basefront/common/controller/EgovComUtlController.class differ diff --git a/bin/main/com/urpsys/basefront/common/crypto/Aes256Cipher.class b/bin/main/com/urpsys/basefront/common/crypto/Aes256Cipher.class new file mode 100644 index 00000000..bea4216c Binary files /dev/null and b/bin/main/com/urpsys/basefront/common/crypto/Aes256Cipher.class differ diff --git a/bin/main/com/urpsys/basefront/common/egov/util/EgovBrowserUtil.class b/bin/main/com/urpsys/basefront/common/egov/util/EgovBrowserUtil.class new file mode 100644 index 00000000..99fc2555 Binary files /dev/null and b/bin/main/com/urpsys/basefront/common/egov/util/EgovBrowserUtil.class differ diff --git a/bin/main/com/urpsys/basefront/common/egov/util/EgovClntInfo.class b/bin/main/com/urpsys/basefront/common/egov/util/EgovClntInfo.class new file mode 100644 index 00000000..94062aa2 Binary files /dev/null and b/bin/main/com/urpsys/basefront/common/egov/util/EgovClntInfo.class differ diff --git a/bin/main/com/urpsys/basefront/common/egov/util/EgovDateUtil.class b/bin/main/com/urpsys/basefront/common/egov/util/EgovDateUtil.class new file mode 100644 index 00000000..7a4716b7 Binary files /dev/null and b/bin/main/com/urpsys/basefront/common/egov/util/EgovDateUtil.class differ diff --git a/bin/main/com/urpsys/basefront/common/egov/util/EgovFileMngUtil.class b/bin/main/com/urpsys/basefront/common/egov/util/EgovFileMngUtil.class new file mode 100644 index 00000000..fe8d6cbb Binary files /dev/null and b/bin/main/com/urpsys/basefront/common/egov/util/EgovFileMngUtil.class differ diff --git a/bin/main/com/urpsys/basefront/common/egov/util/EgovStringUtil.class b/bin/main/com/urpsys/basefront/common/egov/util/EgovStringUtil.class new file mode 100644 index 00000000..0557f950 Binary files /dev/null and b/bin/main/com/urpsys/basefront/common/egov/util/EgovStringUtil.class differ diff --git a/bin/main/com/urpsys/basefront/common/egov/util/EgovWebUtil.class b/bin/main/com/urpsys/basefront/common/egov/util/EgovWebUtil.class new file mode 100644 index 00000000..e0cc7868 Binary files /dev/null and b/bin/main/com/urpsys/basefront/common/egov/util/EgovWebUtil.class differ diff --git a/bin/main/com/urpsys/basefront/common/egov/util/ImagePaginationRenderer.class b/bin/main/com/urpsys/basefront/common/egov/util/ImagePaginationRenderer.class new file mode 100644 index 00000000..c76108ad Binary files /dev/null and b/bin/main/com/urpsys/basefront/common/egov/util/ImagePaginationRenderer.class differ diff --git a/bin/main/com/urpsys/basefront/common/exception/CustomException.class b/bin/main/com/urpsys/basefront/common/exception/CustomException.class new file mode 100644 index 00000000..c70120e9 Binary files /dev/null and b/bin/main/com/urpsys/basefront/common/exception/CustomException.class differ diff --git a/bin/main/com/urpsys/basefront/common/service/CommonService.class b/bin/main/com/urpsys/basefront/common/service/CommonService.class new file mode 100644 index 00000000..f191dedc Binary files /dev/null and b/bin/main/com/urpsys/basefront/common/service/CommonService.class differ diff --git a/bin/main/com/urpsys/basefront/common/service/LoginService.class b/bin/main/com/urpsys/basefront/common/service/LoginService.class new file mode 100644 index 00000000..6b5f67ec Binary files /dev/null and b/bin/main/com/urpsys/basefront/common/service/LoginService.class differ diff --git a/bin/main/com/urpsys/basefront/common/util/CommonUtil.class b/bin/main/com/urpsys/basefront/common/util/CommonUtil.class new file mode 100644 index 00000000..fb5a270d Binary files /dev/null and b/bin/main/com/urpsys/basefront/common/util/CommonUtil.class differ diff --git a/bin/main/com/urpsys/basefront/common/util/ConvertUtils.class b/bin/main/com/urpsys/basefront/common/util/ConvertUtils.class new file mode 100644 index 00000000..857a973c Binary files /dev/null and b/bin/main/com/urpsys/basefront/common/util/ConvertUtils.class differ diff --git a/bin/main/com/urpsys/basefront/common/util/HtmlEmailUtil.class b/bin/main/com/urpsys/basefront/common/util/HtmlEmailUtil.class new file mode 100644 index 00000000..6c616fea Binary files /dev/null and b/bin/main/com/urpsys/basefront/common/util/HtmlEmailUtil.class differ diff --git a/bin/main/com/urpsys/basefront/common/util/MultiPartEmailUtil.class b/bin/main/com/urpsys/basefront/common/util/MultiPartEmailUtil.class new file mode 100644 index 00000000..45b37fff Binary files /dev/null and b/bin/main/com/urpsys/basefront/common/util/MultiPartEmailUtil.class differ diff --git a/bin/main/com/urpsys/basefront/common/util/RestApiCallUtil.class b/bin/main/com/urpsys/basefront/common/util/RestApiCallUtil.class new file mode 100644 index 00000000..35d36364 Binary files /dev/null and b/bin/main/com/urpsys/basefront/common/util/RestApiCallUtil.class differ diff --git a/bin/main/com/urpsys/basefront/config/EgovConfigAppCommon.class b/bin/main/com/urpsys/basefront/config/EgovConfigAppCommon.class new file mode 100644 index 00000000..3f88d0f2 Binary files /dev/null and b/bin/main/com/urpsys/basefront/config/EgovConfigAppCommon.class differ diff --git a/bin/main/com/urpsys/basefront/config/EgovConfigAppProperties.class b/bin/main/com/urpsys/basefront/config/EgovConfigAppProperties.class new file mode 100644 index 00000000..3a934acf Binary files /dev/null and b/bin/main/com/urpsys/basefront/config/EgovConfigAppProperties.class differ diff --git a/bin/main/com/urpsys/basefront/config/EgovConfigAppValidator.class b/bin/main/com/urpsys/basefront/config/EgovConfigAppValidator.class new file mode 100644 index 00000000..d0e63436 Binary files /dev/null and b/bin/main/com/urpsys/basefront/config/EgovConfigAppValidator.class differ diff --git a/bin/main/com/urpsys/basefront/config/EgovConfigAppWhitelist.class b/bin/main/com/urpsys/basefront/config/EgovConfigAppWhitelist.class new file mode 100644 index 00000000..0af72cf4 Binary files /dev/null and b/bin/main/com/urpsys/basefront/config/EgovConfigAppWhitelist.class differ diff --git a/bin/main/com/urpsys/basefront/config/EgovMessageSource.class b/bin/main/com/urpsys/basefront/config/EgovMessageSource.class new file mode 100644 index 00000000..266ac63c Binary files /dev/null and b/bin/main/com/urpsys/basefront/config/EgovMessageSource.class differ diff --git a/bin/main/com/urpsys/basefront/config/EncryptConfig.class b/bin/main/com/urpsys/basefront/config/EncryptConfig.class new file mode 100644 index 00000000..70e2ee39 Binary files /dev/null and b/bin/main/com/urpsys/basefront/config/EncryptConfig.class differ diff --git a/bin/main/com/urpsys/basefront/config/ErrorConfig.class b/bin/main/com/urpsys/basefront/config/ErrorConfig.class new file mode 100644 index 00000000..7a216783 Binary files /dev/null and b/bin/main/com/urpsys/basefront/config/ErrorConfig.class differ diff --git a/bin/main/com/urpsys/basefront/config/JsonViewConfig.class b/bin/main/com/urpsys/basefront/config/JsonViewConfig.class new file mode 100644 index 00000000..1fffcdc1 Binary files /dev/null and b/bin/main/com/urpsys/basefront/config/JsonViewConfig.class differ diff --git a/bin/main/com/urpsys/basefront/config/MailConfig.class b/bin/main/com/urpsys/basefront/config/MailConfig.class new file mode 100644 index 00000000..bf350603 Binary files /dev/null and b/bin/main/com/urpsys/basefront/config/MailConfig.class differ diff --git a/bin/main/com/urpsys/basefront/config/MessageConfig.class b/bin/main/com/urpsys/basefront/config/MessageConfig.class new file mode 100644 index 00000000..5ac1ee43 Binary files /dev/null and b/bin/main/com/urpsys/basefront/config/MessageConfig.class differ diff --git a/bin/main/com/urpsys/basefront/config/SecurityConfig.class b/bin/main/com/urpsys/basefront/config/SecurityConfig.class new file mode 100644 index 00000000..3fe42fe8 Binary files /dev/null and b/bin/main/com/urpsys/basefront/config/SecurityConfig.class differ diff --git a/bin/main/com/urpsys/basefront/config/TilesConfig.class b/bin/main/com/urpsys/basefront/config/TilesConfig.class new file mode 100644 index 00000000..60972e80 Binary files /dev/null and b/bin/main/com/urpsys/basefront/config/TilesConfig.class differ diff --git a/bin/main/com/urpsys/basefront/config/UrpPortalFrontInterceptor.class b/bin/main/com/urpsys/basefront/config/UrpPortalFrontInterceptor.class new file mode 100644 index 00000000..f04d169c Binary files /dev/null and b/bin/main/com/urpsys/basefront/config/UrpPortalFrontInterceptor.class differ diff --git a/bin/main/com/urpsys/basefront/config/WebConfig.class b/bin/main/com/urpsys/basefront/config/WebConfig.class new file mode 100644 index 00000000..20681b48 Binary files /dev/null and b/bin/main/com/urpsys/basefront/config/WebConfig.class differ diff --git a/bin/main/com/urpsys/basefront/config/handler/CustomFailHandler.class b/bin/main/com/urpsys/basefront/config/handler/CustomFailHandler.class new file mode 100644 index 00000000..62c8eab4 Binary files /dev/null and b/bin/main/com/urpsys/basefront/config/handler/CustomFailHandler.class differ diff --git a/bin/main/com/urpsys/basefront/config/handler/CustomSuccessHandler.class b/bin/main/com/urpsys/basefront/config/handler/CustomSuccessHandler.class new file mode 100644 index 00000000..e7c2f45b Binary files /dev/null and b/bin/main/com/urpsys/basefront/config/handler/CustomSuccessHandler.class differ diff --git a/bin/main/com/urpsys/basefront/config/provider/CustomAuthenticationProvider.class b/bin/main/com/urpsys/basefront/config/provider/CustomAuthenticationProvider.class new file mode 100644 index 00000000..56978f3d Binary files /dev/null and b/bin/main/com/urpsys/basefront/config/provider/CustomAuthenticationProvider.class differ diff --git a/bin/main/com/urpsys/basefront/controller/MainController.class b/bin/main/com/urpsys/basefront/controller/MainController.class new file mode 100644 index 00000000..2d3345ca Binary files /dev/null and b/bin/main/com/urpsys/basefront/controller/MainController.class differ diff --git a/bin/main/com/urpsys/basefront/controller/UrpErrorController.class b/bin/main/com/urpsys/basefront/controller/UrpErrorController.class new file mode 100644 index 00000000..ca386a44 Binary files /dev/null and b/bin/main/com/urpsys/basefront/controller/UrpErrorController.class differ diff --git a/bin/main/com/urpsys/basefront/controller/urpBaseJspController.class b/bin/main/com/urpsys/basefront/controller/urpBaseJspController.class new file mode 100644 index 00000000..bdb8a96d Binary files /dev/null and b/bin/main/com/urpsys/basefront/controller/urpBaseJspController.class differ diff --git a/bin/main/com/urpsys/basefront/controller/urpBaseRestController.class b/bin/main/com/urpsys/basefront/controller/urpBaseRestController.class new file mode 100644 index 00000000..8f9e8416 Binary files /dev/null and b/bin/main/com/urpsys/basefront/controller/urpBaseRestController.class differ diff --git a/bin/main/com/urpsys/basefront/controller/urpCommonController.class b/bin/main/com/urpsys/basefront/controller/urpCommonController.class new file mode 100644 index 00000000..c7790cb2 Binary files /dev/null and b/bin/main/com/urpsys/basefront/controller/urpCommonController.class differ diff --git a/bin/main/com/urpsys/basefront/domain/ComDefaultVO.class b/bin/main/com/urpsys/basefront/domain/ComDefaultVO.class new file mode 100644 index 00000000..813d3519 Binary files /dev/null and b/bin/main/com/urpsys/basefront/domain/ComDefaultVO.class differ diff --git a/bin/main/com/urpsys/basefront/domain/CommonVO.class b/bin/main/com/urpsys/basefront/domain/CommonVO.class new file mode 100644 index 00000000..3de4133f Binary files /dev/null and b/bin/main/com/urpsys/basefront/domain/CommonVO.class differ diff --git a/bin/main/com/urpsys/basefront/domain/FileVO.class b/bin/main/com/urpsys/basefront/domain/FileVO.class new file mode 100644 index 00000000..021a12c6 Binary files /dev/null and b/bin/main/com/urpsys/basefront/domain/FileVO.class differ diff --git a/bin/main/com/urpsys/basefront/domain/MemberVO$AuthorityComparator.class b/bin/main/com/urpsys/basefront/domain/MemberVO$AuthorityComparator.class new file mode 100644 index 00000000..9dbd7fe1 Binary files /dev/null and b/bin/main/com/urpsys/basefront/domain/MemberVO$AuthorityComparator.class differ diff --git a/bin/main/com/urpsys/basefront/domain/MemberVO.class b/bin/main/com/urpsys/basefront/domain/MemberVO.class new file mode 100644 index 00000000..e603cf27 Binary files /dev/null and b/bin/main/com/urpsys/basefront/domain/MemberVO.class differ diff --git a/bin/main/com/urpsys/basefront/domain/TokenInfo.class b/bin/main/com/urpsys/basefront/domain/TokenInfo.class new file mode 100644 index 00000000..63bc9499 Binary files /dev/null and b/bin/main/com/urpsys/basefront/domain/TokenInfo.class differ diff --git a/bin/main/com/urpsys/basefront/urpBaseJspApplication.class b/bin/main/com/urpsys/basefront/urpBaseJspApplication.class new file mode 100644 index 00000000..a350e784 Binary files /dev/null and b/bin/main/com/urpsys/basefront/urpBaseJspApplication.class differ diff --git a/bin/main/com/urpsys/itmsfront/bbs/controller/ArticleCommentController.class b/bin/main/com/urpsys/itmsfront/bbs/controller/ArticleCommentController.class new file mode 100644 index 00000000..d713ffcf Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/bbs/controller/ArticleCommentController.class differ diff --git a/bin/main/com/urpsys/itmsfront/bbs/controller/BBSAdminManageController.class b/bin/main/com/urpsys/itmsfront/bbs/controller/BBSAdminManageController.class new file mode 100644 index 00000000..f915c67f Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/bbs/controller/BBSAdminManageController.class differ diff --git a/bin/main/com/urpsys/itmsfront/bbs/controller/BBSAttributeManageController.class b/bin/main/com/urpsys/itmsfront/bbs/controller/BBSAttributeManageController.class new file mode 100644 index 00000000..82800a33 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/bbs/controller/BBSAttributeManageController.class differ diff --git a/bin/main/com/urpsys/itmsfront/bbs/controller/BBSUseInfoManageController.class b/bin/main/com/urpsys/itmsfront/bbs/controller/BBSUseInfoManageController.class new file mode 100644 index 00000000..71798e81 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/bbs/controller/BBSUseInfoManageController.class differ diff --git a/bin/main/com/urpsys/itmsfront/bbs/domain/Board.class b/bin/main/com/urpsys/itmsfront/bbs/domain/Board.class new file mode 100644 index 00000000..fca0d436 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/bbs/domain/Board.class differ diff --git a/bin/main/com/urpsys/itmsfront/bbs/domain/BoardMaster.class b/bin/main/com/urpsys/itmsfront/bbs/domain/BoardMaster.class new file mode 100644 index 00000000..b7728f09 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/bbs/domain/BoardMaster.class differ diff --git a/bin/main/com/urpsys/itmsfront/bbs/domain/BoardMasterVO.class b/bin/main/com/urpsys/itmsfront/bbs/domain/BoardMasterVO.class new file mode 100644 index 00000000..e3b6aebd Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/bbs/domain/BoardMasterVO.class differ diff --git a/bin/main/com/urpsys/itmsfront/bbs/domain/BoardUseInf.class b/bin/main/com/urpsys/itmsfront/bbs/domain/BoardUseInf.class new file mode 100644 index 00000000..5bdfa560 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/bbs/domain/BoardUseInf.class differ diff --git a/bin/main/com/urpsys/itmsfront/bbs/domain/BoardUseInfVO.class b/bin/main/com/urpsys/itmsfront/bbs/domain/BoardUseInfVO.class new file mode 100644 index 00000000..42edd4b8 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/bbs/domain/BoardUseInfVO.class differ diff --git a/bin/main/com/urpsys/itmsfront/bbs/domain/BoardVO.class b/bin/main/com/urpsys/itmsfront/bbs/domain/BoardVO.class new file mode 100644 index 00000000..8ad4150d Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/bbs/domain/BoardVO.class differ diff --git a/bin/main/com/urpsys/itmsfront/bbs/domain/Comment.class b/bin/main/com/urpsys/itmsfront/bbs/domain/Comment.class new file mode 100644 index 00000000..77956da1 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/bbs/domain/Comment.class differ diff --git a/bin/main/com/urpsys/itmsfront/bbs/domain/CommentVO.class b/bin/main/com/urpsys/itmsfront/bbs/domain/CommentVO.class new file mode 100644 index 00000000..aef8090e Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/bbs/domain/CommentVO.class differ diff --git a/bin/main/com/urpsys/itmsfront/cmm/controller/FileDownloadController.class b/bin/main/com/urpsys/itmsfront/cmm/controller/FileDownloadController.class new file mode 100644 index 00000000..3b357fa6 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/cmm/controller/FileDownloadController.class differ diff --git a/bin/main/com/urpsys/itmsfront/cmm/controller/FileMngController.class b/bin/main/com/urpsys/itmsfront/cmm/controller/FileMngController.class new file mode 100644 index 00000000..1b3e3c31 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/cmm/controller/FileMngController.class differ diff --git a/bin/main/com/urpsys/itmsfront/cmm/controller/UserSearchController.class b/bin/main/com/urpsys/itmsfront/cmm/controller/UserSearchController.class new file mode 100644 index 00000000..1947b778 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/cmm/controller/UserSearchController.class differ diff --git a/bin/main/com/urpsys/itmsfront/cmm/domain/ComDefaultCodeVO.class b/bin/main/com/urpsys/itmsfront/cmm/domain/ComDefaultCodeVO.class new file mode 100644 index 00000000..71b79f88 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/cmm/domain/ComDefaultCodeVO.class differ diff --git a/bin/main/com/urpsys/itmsfront/comm/SendMailUtil.class b/bin/main/com/urpsys/itmsfront/comm/SendMailUtil.class new file mode 100644 index 00000000..69ea6a6b Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/comm/SendMailUtil.class differ diff --git a/bin/main/com/urpsys/itmsfront/pot/controller/PortletManageController.class b/bin/main/com/urpsys/itmsfront/pot/controller/PortletManageController.class new file mode 100644 index 00000000..d5e41e26 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/pot/controller/PortletManageController.class differ diff --git a/bin/main/com/urpsys/itmsfront/rem/controller/AdminCategoryController.class b/bin/main/com/urpsys/itmsfront/rem/controller/AdminCategoryController.class new file mode 100644 index 00000000..a68048cb Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/rem/controller/AdminCategoryController.class differ diff --git a/bin/main/com/urpsys/itmsfront/rem/controller/AdminServiceController.class b/bin/main/com/urpsys/itmsfront/rem/controller/AdminServiceController.class new file mode 100644 index 00000000..3c558a74 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/rem/controller/AdminServiceController.class differ diff --git a/bin/main/com/urpsys/itmsfront/rem/controller/ReportController.class b/bin/main/com/urpsys/itmsfront/rem/controller/ReportController.class new file mode 100644 index 00000000..608d01d2 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/rem/controller/ReportController.class differ diff --git a/bin/main/com/urpsys/itmsfront/rem/controller/ResourceManagerController.class b/bin/main/com/urpsys/itmsfront/rem/controller/ResourceManagerController.class new file mode 100644 index 00000000..8c6c2717 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/rem/controller/ResourceManagerController.class differ diff --git a/bin/main/com/urpsys/itmsfront/rem/controller/ResourceMutilManagerController.class b/bin/main/com/urpsys/itmsfront/rem/controller/ResourceMutilManagerController.class new file mode 100644 index 00000000..596db6de Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/rem/controller/ResourceMutilManagerController.class differ diff --git a/bin/main/com/urpsys/itmsfront/rem/domain/AdminCategoryManage.class b/bin/main/com/urpsys/itmsfront/rem/domain/AdminCategoryManage.class new file mode 100644 index 00000000..45208c63 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/rem/domain/AdminCategoryManage.class differ diff --git a/bin/main/com/urpsys/itmsfront/rem/domain/AdminServiceManage.class b/bin/main/com/urpsys/itmsfront/rem/domain/AdminServiceManage.class new file mode 100644 index 00000000..72612d23 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/rem/domain/AdminServiceManage.class differ diff --git a/bin/main/com/urpsys/itmsfront/rem/domain/AdminServiceVo.class b/bin/main/com/urpsys/itmsfront/rem/domain/AdminServiceVo.class new file mode 100644 index 00000000..e762ac00 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/rem/domain/AdminServiceVo.class differ diff --git a/bin/main/com/urpsys/itmsfront/rem/domain/AssetVo.class b/bin/main/com/urpsys/itmsfront/rem/domain/AssetVo.class new file mode 100644 index 00000000..0258f93f Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/rem/domain/AssetVo.class differ diff --git a/bin/main/com/urpsys/itmsfront/rem/domain/InResourceManage.class b/bin/main/com/urpsys/itmsfront/rem/domain/InResourceManage.class new file mode 100644 index 00000000..79fb94f7 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/rem/domain/InResourceManage.class differ diff --git a/bin/main/com/urpsys/itmsfront/rem/domain/ReportVo.class b/bin/main/com/urpsys/itmsfront/rem/domain/ReportVo.class new file mode 100644 index 00000000..3e3983a9 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/rem/domain/ReportVo.class differ diff --git a/bin/main/com/urpsys/itmsfront/rem/domain/ResourceManage.class b/bin/main/com/urpsys/itmsfront/rem/domain/ResourceManage.class new file mode 100644 index 00000000..447dfefb Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/rem/domain/ResourceManage.class differ diff --git a/bin/main/com/urpsys/itmsfront/search/controller/TotalSearchController.class b/bin/main/com/urpsys/itmsfront/search/controller/TotalSearchController.class new file mode 100644 index 00000000..d331abf6 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/search/controller/TotalSearchController.class differ diff --git a/bin/main/com/urpsys/itmsfront/srm/controller/ReportCheckController.class b/bin/main/com/urpsys/itmsfront/srm/controller/ReportCheckController.class new file mode 100644 index 00000000..7ab945aa Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/srm/controller/ReportCheckController.class differ diff --git a/bin/main/com/urpsys/itmsfront/srm/controller/ReportErrorController.class b/bin/main/com/urpsys/itmsfront/srm/controller/ReportErrorController.class new file mode 100644 index 00000000..8ede3b73 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/srm/controller/ReportErrorController.class differ diff --git a/bin/main/com/urpsys/itmsfront/srm/controller/ReportIssueController.class b/bin/main/com/urpsys/itmsfront/srm/controller/ReportIssueController.class new file mode 100644 index 00000000..79a9e4e0 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/srm/controller/ReportIssueController.class differ diff --git a/bin/main/com/urpsys/itmsfront/srm/controller/SvcDeskController.class b/bin/main/com/urpsys/itmsfront/srm/controller/SvcDeskController.class new file mode 100644 index 00000000..dcc61f5a Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/srm/controller/SvcDeskController.class differ diff --git a/bin/main/com/urpsys/itmsfront/srm/domain/IncidentVo.class b/bin/main/com/urpsys/itmsfront/srm/domain/IncidentVo.class new file mode 100644 index 00000000..1d943408 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/srm/domain/IncidentVo.class differ diff --git a/bin/main/com/urpsys/itmsfront/srm/domain/ReportCheckListVo.class b/bin/main/com/urpsys/itmsfront/srm/domain/ReportCheckListVo.class new file mode 100644 index 00000000..2391e9fc Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/srm/domain/ReportCheckListVo.class differ diff --git a/bin/main/com/urpsys/itmsfront/srm/domain/ReportCheckVo.class b/bin/main/com/urpsys/itmsfront/srm/domain/ReportCheckVo.class new file mode 100644 index 00000000..fe8b16f6 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/srm/domain/ReportCheckVo.class differ diff --git a/bin/main/com/urpsys/itmsfront/srm/domain/ReportErrorListVo.class b/bin/main/com/urpsys/itmsfront/srm/domain/ReportErrorListVo.class new file mode 100644 index 00000000..3f359287 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/srm/domain/ReportErrorListVo.class differ diff --git a/bin/main/com/urpsys/itmsfront/srm/domain/ReportErrorVo.class b/bin/main/com/urpsys/itmsfront/srm/domain/ReportErrorVo.class new file mode 100644 index 00000000..4fe691c8 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/srm/domain/ReportErrorVo.class differ diff --git a/bin/main/com/urpsys/itmsfront/srm/domain/ReportIssueListVo.class b/bin/main/com/urpsys/itmsfront/srm/domain/ReportIssueListVo.class new file mode 100644 index 00000000..6d353a83 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/srm/domain/ReportIssueListVo.class differ diff --git a/bin/main/com/urpsys/itmsfront/srm/domain/ReportIssueVo.class b/bin/main/com/urpsys/itmsfront/srm/domain/ReportIssueVo.class new file mode 100644 index 00000000..6bf11ec8 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/srm/domain/ReportIssueVo.class differ diff --git a/bin/main/com/urpsys/itmsfront/srm/domain/SvcDeskListVo.class b/bin/main/com/urpsys/itmsfront/srm/domain/SvcDeskListVo.class new file mode 100644 index 00000000..9e890a5a Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/srm/domain/SvcDeskListVo.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/controller/AuthorGroupController.class b/bin/main/com/urpsys/itmsfront/sys/controller/AuthorGroupController.class new file mode 100644 index 00000000..8e896df8 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/controller/AuthorGroupController.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/controller/AuthorManageController.class b/bin/main/com/urpsys/itmsfront/sys/controller/AuthorManageController.class new file mode 100644 index 00000000..b038cb31 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/controller/AuthorManageController.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/controller/AuthorRoleController.class b/bin/main/com/urpsys/itmsfront/sys/controller/AuthorRoleController.class new file mode 100644 index 00000000..79f953be Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/controller/AuthorRoleController.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/controller/CcmCmmnClCodeManageController.class b/bin/main/com/urpsys/itmsfront/sys/controller/CcmCmmnClCodeManageController.class new file mode 100644 index 00000000..2712e4b4 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/controller/CcmCmmnClCodeManageController.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/controller/CcmCmmnCodeManageController.class b/bin/main/com/urpsys/itmsfront/sys/controller/CcmCmmnCodeManageController.class new file mode 100644 index 00000000..622aa788 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/controller/CcmCmmnCodeManageController.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/controller/CcmCmmnDetailCodeManageController.class b/bin/main/com/urpsys/itmsfront/sys/controller/CcmCmmnDetailCodeManageController.class new file mode 100644 index 00000000..4e225909 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/controller/CcmCmmnDetailCodeManageController.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/controller/DeptAuthorController.class b/bin/main/com/urpsys/itmsfront/sys/controller/DeptAuthorController.class new file mode 100644 index 00000000..0f90cd41 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/controller/DeptAuthorController.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/controller/DeptManageController.class b/bin/main/com/urpsys/itmsfront/sys/controller/DeptManageController.class new file mode 100644 index 00000000..6a5655df Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/controller/DeptManageController.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/controller/GroupManageController.class b/bin/main/com/urpsys/itmsfront/sys/controller/GroupManageController.class new file mode 100644 index 00000000..61816a9e Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/controller/GroupManageController.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/controller/MenuCreateManageController.class b/bin/main/com/urpsys/itmsfront/sys/controller/MenuCreateManageController.class new file mode 100644 index 00000000..4fd7abbd Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/controller/MenuCreateManageController.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/controller/MenuManageController.class b/bin/main/com/urpsys/itmsfront/sys/controller/MenuManageController.class new file mode 100644 index 00000000..ac9b8b17 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/controller/MenuManageController.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/controller/ProgrmManageController.class b/bin/main/com/urpsys/itmsfront/sys/controller/ProgrmManageController.class new file mode 100644 index 00000000..1f819bf0 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/controller/ProgrmManageController.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/controller/PrsnlPortletCreateManageController.class b/bin/main/com/urpsys/itmsfront/sys/controller/PrsnlPortletCreateManageController.class new file mode 100644 index 00000000..f669871d Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/controller/PrsnlPortletCreateManageController.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/controller/PrsnlPortletManageController.class b/bin/main/com/urpsys/itmsfront/sys/controller/PrsnlPortletManageController.class new file mode 100644 index 00000000..3c944098 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/controller/PrsnlPortletManageController.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/controller/RoleManageController.class b/bin/main/com/urpsys/itmsfront/sys/controller/RoleManageController.class new file mode 100644 index 00000000..b83bf467 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/controller/RoleManageController.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/controller/UserManageController.class b/bin/main/com/urpsys/itmsfront/sys/controller/UserManageController.class new file mode 100644 index 00000000..3af32603 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/controller/UserManageController.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/AuthorGroup.class b/bin/main/com/urpsys/itmsfront/sys/domain/AuthorGroup.class new file mode 100644 index 00000000..dfa96254 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/AuthorGroup.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/AuthorGroupVO.class b/bin/main/com/urpsys/itmsfront/sys/domain/AuthorGroupVO.class new file mode 100644 index 00000000..19b5e6ed Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/AuthorGroupVO.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/AuthorManage.class b/bin/main/com/urpsys/itmsfront/sys/domain/AuthorManage.class new file mode 100644 index 00000000..16a64ae0 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/AuthorManage.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/AuthorManageVO.class b/bin/main/com/urpsys/itmsfront/sys/domain/AuthorManageVO.class new file mode 100644 index 00000000..d8da7a7d Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/AuthorManageVO.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/AuthorRoleManage.class b/bin/main/com/urpsys/itmsfront/sys/domain/AuthorRoleManage.class new file mode 100644 index 00000000..63e05943 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/AuthorRoleManage.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/AuthorRoleManageVO.class b/bin/main/com/urpsys/itmsfront/sys/domain/AuthorRoleManageVO.class new file mode 100644 index 00000000..f07d4185 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/AuthorRoleManageVO.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/CmmnClCode.class b/bin/main/com/urpsys/itmsfront/sys/domain/CmmnClCode.class new file mode 100644 index 00000000..2bdb7eac Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/CmmnClCode.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/CmmnClCodeVO.class b/bin/main/com/urpsys/itmsfront/sys/domain/CmmnClCodeVO.class new file mode 100644 index 00000000..51d9501f Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/CmmnClCodeVO.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/CmmnCode.class b/bin/main/com/urpsys/itmsfront/sys/domain/CmmnCode.class new file mode 100644 index 00000000..869ba0fc Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/CmmnCode.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/CmmnCodeVO.class b/bin/main/com/urpsys/itmsfront/sys/domain/CmmnCodeVO.class new file mode 100644 index 00000000..ad198b60 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/CmmnCodeVO.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/CmmnDetailCode.class b/bin/main/com/urpsys/itmsfront/sys/domain/CmmnDetailCode.class new file mode 100644 index 00000000..af47a378 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/CmmnDetailCode.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/CmmnDetailCodeVO.class b/bin/main/com/urpsys/itmsfront/sys/domain/CmmnDetailCodeVO.class new file mode 100644 index 00000000..fedf0e7d Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/CmmnDetailCodeVO.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/DeptAuthor.class b/bin/main/com/urpsys/itmsfront/sys/domain/DeptAuthor.class new file mode 100644 index 00000000..1e78557b Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/DeptAuthor.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/DeptAuthorVO.class b/bin/main/com/urpsys/itmsfront/sys/domain/DeptAuthorVO.class new file mode 100644 index 00000000..26669122 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/DeptAuthorVO.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/DeptManageVO.class b/bin/main/com/urpsys/itmsfront/sys/domain/DeptManageVO.class new file mode 100644 index 00000000..f4027a5d Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/DeptManageVO.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/GroupManage.class b/bin/main/com/urpsys/itmsfront/sys/domain/GroupManage.class new file mode 100644 index 00000000..39ecefb8 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/GroupManage.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/GroupManageVO.class b/bin/main/com/urpsys/itmsfront/sys/domain/GroupManageVO.class new file mode 100644 index 00000000..436ca486 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/GroupManageVO.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/MenuCreatVO.class b/bin/main/com/urpsys/itmsfront/sys/domain/MenuCreatVO.class new file mode 100644 index 00000000..6cde07ed Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/MenuCreatVO.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/MenuManageVO.class b/bin/main/com/urpsys/itmsfront/sys/domain/MenuManageVO.class new file mode 100644 index 00000000..dab961f7 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/MenuManageVO.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/MenuSiteMapVO.class b/bin/main/com/urpsys/itmsfront/sys/domain/MenuSiteMapVO.class new file mode 100644 index 00000000..533a8196 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/MenuSiteMapVO.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/ProgrmManageVO.class b/bin/main/com/urpsys/itmsfront/sys/domain/ProgrmManageVO.class new file mode 100644 index 00000000..82717571 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/ProgrmManageVO.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/PrsnlPortletCreateVO.class b/bin/main/com/urpsys/itmsfront/sys/domain/PrsnlPortletCreateVO.class new file mode 100644 index 00000000..542f21ee Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/PrsnlPortletCreateVO.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/PrsnlPortletManageVO.class b/bin/main/com/urpsys/itmsfront/sys/domain/PrsnlPortletManageVO.class new file mode 100644 index 00000000..7d723956 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/PrsnlPortletManageVO.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/RoleManage.class b/bin/main/com/urpsys/itmsfront/sys/domain/RoleManage.class new file mode 100644 index 00000000..0143c818 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/RoleManage.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/RoleManageVO.class b/bin/main/com/urpsys/itmsfront/sys/domain/RoleManageVO.class new file mode 100644 index 00000000..9d11d1a4 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/RoleManageVO.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/UserDefaultVO.class b/bin/main/com/urpsys/itmsfront/sys/domain/UserDefaultVO.class new file mode 100644 index 00000000..9ad10292 Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/UserDefaultVO.class differ diff --git a/bin/main/com/urpsys/itmsfront/sys/domain/UserManageVO.class b/bin/main/com/urpsys/itmsfront/sys/domain/UserManageVO.class new file mode 100644 index 00000000..6eb5cb4b Binary files /dev/null and b/bin/main/com/urpsys/itmsfront/sys/domain/UserManageVO.class differ diff --git a/bin/main/log4jdbc.log4j2.properties b/bin/main/log4jdbc.log4j2.properties new file mode 100644 index 00000000..85d1ede9 --- /dev/null +++ b/bin/main/log4jdbc.log4j2.properties @@ -0,0 +1,2 @@ +log4jdbc.spylogdelegator.name = net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator +log4jdbc.dump.sql.maxlinelength=0 \ No newline at end of file diff --git a/bin/main/logback-spring.xml b/bin/main/logback-spring.xml new file mode 100644 index 00000000..4d0f40c5 --- /dev/null +++ b/bin/main/logback-spring.xml @@ -0,0 +1,98 @@ + + + ${HOSTNAME} + + + + %d{yyyy-MM-dd HH:mm:ss.SSS} %-5level %logger{36} - %msg%n + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/bin/main/messages/message-common.properties b/bin/main/messages/message-common.properties new file mode 100644 index 00000000..fc3577a6 --- /dev/null +++ b/bin/main/messages/message-common.properties @@ -0,0 +1,467 @@ +fail.common.msg=\uc5d0\ub7ec\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4! +fail.common.sql=sql \uc5d0\ub7ec\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4! error code: {0}, error msg: {1} +info.nodata.msg=\ud574\ub2f9 \ub370\uc774\ud130\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. + +#UI Common resource# +table.num=\ubc88\ud638 +table.regdate=\ub4f1\ub85d\uc77c +table.reger=\ub4f1\ub85d\uc790 +table.select=\uc120\ud0dd +title.html=egovframe common component +title.detail=\uc0c1\uc138\uc870\ud68c +title.inquire=\uc870\ud68c +title.update=\uc218\uc815 +title.create=\ub4f1\ub85d +title.delete=\uc0ad\uc81c +title.save=\uc800\uc7a5 +title.list=\ubaa9\ub85d +title.searchCondition=\uac80\uc0c9\uc870\uac74 +title.search=\uac80\uc0c9\uc5b4 +title.reply=\ub2f5\uae00 +title.scrap=\uc2a4\ud06c\ub7a9 +title.comment=\ub313\uae00 +title.attachedFileSelect=\ud30c\uc77c\uc120\ud0dd +title.attachedFileDelete=\ud30c\uc77c\uc0ad\uc81c +title.link=\ub9c1\ud06c +title.management=\uad00\ub9ac +title.all=\uc804\uccb4 + +input.select=\uc120\ud0dd\ud558\uc138\uc694 +input.cSelect=\uc120\ud0dd +input.input=\uc785\ub825 +input.button=\ubc84\ud2bc +input.selectAll.title=\uc804\uccb4\uc120\ud0dd\uccb4\ud06c\ubc15\uc2a4 +input.yes=\uc608 +input.no=\uc544\ub2c8\uc624 + +select.searchCondition=\uc870\ud68c\uc870\uac74 \uc120\ud0dd + +button.select=\uc120\ud0dd +button.search=\uac80\uc0c9 +button.use=\uc0ac\uc6a9 +button.notUsed=\uc0ac\uc6a9\uc911\uc9c0 +button.inquire=\uc870\ud68c +button.update=\uc218\uc815 +button.create=\ub4f1\ub85d +button.delete=\uc0ad\uc81c +button.deleteDatabase=\uc644\uc804\uc0ad\uc81c +button.close=\ub2eb\uae30 +button.save=\uc800\uc7a5 +button.list=\ubaa9\ub85d +button.reset=\ucde8\uc18c +button.passwordUpdate=\uc554\ud638\ubcc0\uacbd +button.subscribe=\uac00\uc785\uc2e0\uccad +button.realname=\uc2e4\uba85\ud655\uc778 +button.moveToGpin=GPIN\uc2e4\uba85\ud655\uc778\uc73c\ub85c \uc774\ub3d9 +button.moveToIhidnum=\uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638 \uc2e4\uba85\ud655\uc778\uc73c\ub85c \uc774\ub3d9 +button.agree=\ub3d9\uc758 +button.disagree=\ube44\ub3d9\uc758 +button.possible=\uac00\ub2a5 +button.impossible=\ubd88\uac00\ub2a5 +button.qnaregist=Q&A\ub4f1\ub85d +button.cnsltregist=\uc0c1\ub2f4\ub4f1\ub85d +button.preview=\ubbf8\ub9ac\ubcf4\uae30 +button.next=\ub2e4\uc74c +button.add=\ubc14\ub85c\ucd94\uac00 +button.confirm=\ud655\uc778 +button.back = \ub4a4\ub85c +button.yes = \uc608 +button.no = \uc544\ub2c8\uc624 +button.home = \ud648 +button.user = \uc0ac\uc6a9\uc790\uc9c0\uc6d0 +button.cop = \ud611\uc5c5 +button.wrkstart = \ucd9c\uadfc +button.wrkend = \ud1f4\uadfc +button.reply = \ub2f5\uae00 +button.scrap = \uc2a4\ud06c\ub7a9 +button.comment = \ub313\uae00 +button.excel = \uc5d1\uc140 +button.init=\ucd08\uae30\ud654 +button.acknowledgment=\uc2b9\uc778 +button.cancelAcknowledgment=\uc2b9\uc778\ucde8\uc18c +button.bulkUpload=\uc77c\uad04\ub4f1\ub85d +button.log = \ub85c\uadf8 +button.set = \uc124\uc815 +button.move = \uc774\ub3d9 +button.answer = \ub2f5\ubcc0 + +#UI Common Message# +common.noScriptTitle.msg=\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8\ub97c \uc9c0\uc6d0\ud558\uc9c0 \uc54a\ub294 \ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c\ub294 \uc77c\ubd80 \uae30\ub2a5\uc744 \uc0ac\uc6a9\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +common.searchCondition.msg=\uc774 \ub808\uc774\uc544\uc6c3\uc740 \ud558\ub2e8 \uc815\ubcf4\ub97c \ub300\ud55c \uac80\uc0c9 \uc815\ubcf4\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. + +common.summary.list={0}\uc758 \ub0b4\uc5ed\uc5d0 \ub300\ud55c \ubaa9\ub85d\uc744 \ucd9c\ub825\ud569\ub2c8\ub2e4. +common.summary.regist={0}\uc758 \ub4f1\ub85d \uac00\ub2a5\ud55c \ub0b4\uc6a9\uc744 \uc785\ub825\ud558\uc5ec \ub4f1\ub85d \ubc84\ud2bc\uc744 \ud074\ub9ad\ud558\uc5ec \ub4f1\ub85d\ud55c\ub2e4. +common.summary.update={0}\uc758 \ub4f1\ub85d \uac00\ub2a5\ud55c \ub0b4\uc6a9\uc744 \uc785\ub825\ud558\uc5ec \ub4f1\ub85d \ubc84\ud2bc\uc744 \ud074\ub9ad\ud558\uc5ec \uc218\uc815\ud55c\ub2e4. +common.summary.inqire={0}\uc758 \ub0b4\uc5ed\uc5d0 \ub300\ud55c \uc0c1\uc138\uc870\ud68c \ub0b4\uc5ed\uc744 \ucd9c\ub825\ud569\ub2c8\ub2e4. + +common.save.msg=\uc800\uc7a5\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +common.regist.msg=\ub4f1\ub85d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +common.delete.msg=\uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +common.update.msg=\uc218\uc815\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +common.nodata.msg=\uc790\ub8cc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \ub2e4\ub978 \uac80\uc0c9\uc870\uac74\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694 +common.required.msg=(\uc740)\ub294 \ud544\uc218\uc785\ub825\ud56d\ubaa9\uc785\ub2c8\ub2e4. +common.acknowledgement.msg=\uc2b9\uc778\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +common.acknowledgementcancel.msg=\uc2b9\uc778\ucde8\uc18c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +common.nocomment.msg=\ub313\uae00\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. +common.noguest.msg=\uc791\uc131\ub41c \ubc29\uba85\ub85d\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. + +success.request.msg = \uc694\uccad\ucc98\ub9ac\uac00 \uc131\uacf5\uc801\uc73c\ub85c \uc218\ud589\ub418\uc5c8\uc2b5\ub2c8\ub2e4. +success.common.select=\uc815\uc0c1\uc801\uc73c\ub85c \uc870\ud68c\ub418\uc5c8\uc2b5\ub2c8\ub2e4. +success.common.insert=\uc815\uc0c1\uc801\uc73c\ub85c \ub4f1\ub85d\ub418\uc5c8\uc2b5\ub2c8\ub2e4. +success.common.update=\uc815\uc0c1\uc801\uc73c\ub85c \uc218\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4. +success.common.delete=\uc815\uc0c1\uc801\uc73c\ub85c \uc0ad\uc81c\ub418\uc5c8\uc2b5\ub2c8\ub2e4. + +common.imposbl.fileupload = \ub354 \uc774\uc0c1 \ud30c\uc77c\uc744 \ucca8\ubd80\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +common.isConfmDe.msg=\uc2b9\uc778\uc77c\uc790\ub97c \ud655\uc778 \ubc14\ub78d\ub2c8\ub2e4. +common.isExist.msg = \uc774\ubbf8 \uc874\uc7ac\ud558\uac70\ub098 \uacfc\uac70\uc5d0 \ub4f1\ub85d\uc774 \ub418\uc5c8\ub358 \uc0c1\ud0dc\uc785\ub2c8\ub2e4. + +fail.common.insert = \uc0dd\uc131\uc774 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4. +fail.common.update = \uc218\uc815\uc774 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4. +fail.common.delete = \uc0ad\uc81c\uac00 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4. +fail.common.delete.upperMenuExist = \ucc38\uc870\ub418\ub294 \uba54\ub274\uac00 \uc788\uc5b4 \uc0ad\uc81c\uac00 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4. +fail.common.select = \uc870\ud68c\uc5d0 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4. +fail.common.login = \ub85c\uadf8\uc778 \uc815\ubcf4\uac00 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +fail.common.loginIncorrect = {0}\ud68c \uc774\uc0c1 \ub85c\uadf8\uc778 \uc811\uc18d\uc774 \uc2dc\ub3c4 \ub418\uc5b4 \uacc4\uc815\uc774 \uc7a0\uaca8\uc2b5\ub2c8\ub2e4! +fail.common.login.password = \ud328\uc2a4\uc6cc\ub4dc \uc790\ub9ac \uc218\uac00 \uc77c\uce58 \ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.(8\uc790\ub9ac \uc774\uc0c1 20\uc790\ub9ac \uc774\ud558) +fail.common.idsearch = \uc544\uc774\ub514\ub97c \ucc3e\uc744\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +fail.common.pwsearch = \ube44\ubc00\ubc88\ud638\ub97c \ucc3e\uc744\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +fail.request.msg = \uc694\uccad\ucc98\ub9ac\ub97c \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4. +fail.common.login.ip = \ub4f1\ub85d\ub41c IP\uac00 \uc544\ub2c8\ubbc0\ub85c \ub85c\uadf8\uc778\uc774 \uac70\ubd80\ub418\uc5c8\uc2b5\ub2c8\ub2e4. + +#UI User Message# +fail.user.passwordUpdate1=\ud604\uc7ac \ube44\ubc00\ubc88\ud638\uac00 \ub9de\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +fail.user.passwordUpdate2=\ube44\ubc00\ubc88\ud638\uc640 \ube44\ubc00\ubc88\ud638 \ud655\uc778\uc774 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +info.user.rlnmCnfirm=\uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc2e4\uba85\ud655\uc778\uc744 \ud558\uc2ed\uc2dc\uc624. +success.user.rlnmCnfirm=\ud589\uc815\uc548\uc804\ubd80\uc758 \uc8fc\ubbfc\ub4f1\ub85d\uc790\ub8cc\uc640 \uc77c\uce58\ud569\ub2c8\ub2e4. +fail.user.rlnmCnfirm=\ud589\uc815\uc548\uc804\ubd80\uc758 \uc8fc\ubbfc\ub4f1\ub85d\uc790\ub8cc\uc640 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +fail.user.connectFail=\uc2dc\uc2a4\ud15c \uc7a5\uc560\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.(\uc778\uc99d\uc11c\ubc84 \uc5f0\uacb0 \uc2e4\ud328) +info.user.rlnmPinCnfirm=\uacf5\uacf5 \uc544\uc774\ud540 \uc544\uc774\ub514\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc2e4\uba85\ud655\uc778\uc744 \ud558\uc2ed\uc2dc\uc624. +success.user.rlnmPinCnfirm=\uacf5\uacf5\uc544\uc774\ud540\uc758 \ub4f1\ub85d\uc790\ub8cc\uc640 \uc77c\uce58\ud569\ub2c8\ub2e4. +fail.user.rlnmPinCnfirm=\uacf5\uacf5\uc544\uc774\ud540\uc758 \ub4f1\ub85d\uc790\ub8cc\uc640 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. + +#Vlidator Errors# +errors.prefix=
+errors.suffix=

+ +errors.required={0}\uc740(\ub294) \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +errors.minlength={0}\uc740(\ub294) {1}\uc790 \uc774\uc0c1 \uc785\ub825\ud574\uc57c \ud569\ub2c8\ub2e4. +errors.maxlength={0}\uc740(\ub294) {1}\uc790 \uc774\uc0c1 \uc785\ub825\ud560\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +errors.invalid={0}\uc740(\ub294) \uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 \uac12\uc785\ub2c8\ub2e4. +errors.minInteger={0}\uc740(\ub294) \uc720\ud6a8\ud55c \uac12\uc774 \uc544\ub2d9\ub2c8\ub2e4. 1 \uc774\uc0c1\uc758 \uac12\uc744 \uc785\ub825\ud574\uc57c \ud569\ub2c8\ub2e4. +errors.byte={0}\uc740(\ub294) byte\ud0c0\uc785\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. +errors.short={0}\uc740(\ub294) short\ud0c0\uc785\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. +errors.integer={0}\uc740(\ub294) integer \ud0c0\uc785\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. +errors.long={0}\uc740(\ub294) long \ud0c0\uc785\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. +errors.float={0}\uc740(\ub294) float \ud0c0\uc785\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. +errors.double={0}\uc740(\ub294) double \ud0c0\uc785\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. + +errors.date={0}\uc740(\ub294) \ub0a0\uc9dc \uc720\ud615\uc774 \uc544\ub2d9\ub2c8\ub2e4. +errors.range={0}\uc740(\ub294) {1}\uacfc {2} \uc0ac\uc774\uc758 \uac12\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. +errors.creditcard={0}\uc740(\ub294) \uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 \uc2e0\uc6a9\uce74\ub4dc \ubc88\ud638\uc785\ub2c8\ub2e4. +errors.email={0}\uc740(\ub294) \uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 \uc774\uba54\uc77c \uc8fc\uc18c\uc785\ub2c8\ub2e4. + +errors.ihidnum=\uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638\uc785\ub2c8\ub2e4. +errors.korean={0}\uc740(\ub294) \ud55c\uae00\uc744 \uc785\ub825\ud558\uc154\uc57c \ud569\ub2c8\ub2e4. +errors.ip=\uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 IP\uc8fc\uc18c\uc785\ub2c8\ub2e4. +errors.english={0}\uc740(\ub294) \uc601\ubb38\ub9cc \uc0ac\uc6a9\ud558\uc2e4\uc218 \uc788\uc2b5\ub2c8\ub2e4. +errors.notKorean={0}\uc740(\ub294) \ud55c\uae00\uc744 \uc0ac\uc6a9\ud558\uc2e4\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + +errors.password1={0}\uc740(\ub294) 8~20\uc790 \ub0b4\uc5d0\uc11c \uc785\ub825\ud574\uc57c \ud569\ub2c8\ub2e4. +errors.password2={0}\uc740(\ub294) \ud55c\uae00,\ud2b9\uc218\ubb38\uc790,\ub744\uc5b4\uc4f0\uae30\ub294 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +errors.password3={0}\uc740(\ub294) \uc21c\ucc28\uc801\uc778 \uc22b\uc790\ub97c 4\uac1c\uc774\uc0c1 \uc5f0\uc18d\ud574\uc11c \uc0ac\uc6a9\ud560\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +errors.password4={0}\uc740(\ub294) \ubc18\ubcf5\ub418\ub294 \ubb38\uc790\ub098 \uc22b\uc790\ub97c 4\uac1c\uc774\uc0c1 \uc5f0\uc18d\ud574\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +errors.pwdcheckcomb3={0}\uc740(\ub294) \uc601\ubb38\uc790,\uc22b\uc790,\ud2b9\uc218\ubb38\uc790(~!@#$%^&*?)\uc758 \uc870\ud569\uc73c\ub85c \uc774\ub8e8\uc5b4 \uc838\uc57c \ud569\ub2c8\ub2e4. +errors.pwdcheckcomb4={0}\uc740(\ub294) \uc601\ubb38\ub300\ubb38\uc790,\uc601\ubb38\uc18c\ubb38\uc790,\uc22b\uc790,\ud2b9\uc218\ubb38\uc790(~!@#$%^&*?)\uc758 \uc870\ud569\uc73c\ub85c \uc774\ub8e8\uc5b4 \uc838\uc57c \ud569\ub2c8\ub2e4. +errors.pwdcheckseries={0}\uc740(\ub294) \uc21c\ucc28\uc801\uc778 \ubb38\uc790\ub098 \uc22b\uc790\ub97c 3\uac1c\uc774\uc0c1 \uc5f0\uc18d\ud574\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +errors.pwdcheckrepeat={0}\uc740(\ub294) \ubc18\ubcf5\ub418\ub294 \ubb38\uc790\ub098 \uc22b\uc790\ub97c 3\uac1c\uc774\uc0c1 \uc5f0\uc18d\ud574\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + +error.security.runtime.error = error + +info.password.rule.password1 = - 8\uc774\uc0c1 20\uc790\ub9ac \uc774\ud558 +info.password.rule.pwdcheckcomb3 = - \uc601\ubb38\uc790,\uc22b\uc790,\ud2b9\uc218\ubb38\uc790(~!@#$%^&*?)\uc758 \uc870\ud569 +info.password.rule.pwdcheckcomb4 = - \uc601\ubb38\ub300\ubb38\uc790,\uc601\ubb38\uc18c\ubb38\uc790,\uc22b\uc790,\ud2b9\uc218\ubb38\uc790(~!@#$%^&*?)\uc758 \uc870\ud569 +info.password.rule.pwdcheckseries = - 3\uc790\ub9ac \uc774\uc0c1 \ubc18\ubcf5 \ub610\ub294 \uc5f0\uc18d\ub41c \ubb38\uc790 \uc0ac\uc6a9 \uae08\uc9c0. \uc608)kkk , 321 \ub4f1 \uc0ac\uc6a9\uae08\uc9c0 + +#Xss Errors# +errors.xss.checkerUser=\ud574\ub2f9 \uae30\ub2a5\uc5d0 \ub300\ud55c \uc0ac\uc6a9 \ubc0f \ucc98\ub9ac \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. + +#File Upload / Download +errors.file.extension=\uc9c0\uc6d0\ub418\ub294 \ud30c\uc77c\uc720\ud615\uc774 \uc544\ub2d9\ub2c8\ub2e4. +errors.file.transfer=\ud30c\uc77c\uc804\uc1a1\uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. +success.file.transfer=\ud30c\uc77c\uc804\uc1a1\uc774 \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4. + +#common# +comCmmErr.button=\uc774\uc804 \ud398\uc774\uc9c0 + +#accessDenied# +comCmmErr.accessDenied.title=\ud604\uc7ac \ud398\uc774\uc9c0\uc5d0 \ub300\ud55c \uc811\uadfc\uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4! +comCmmErr.accessDenied.code=\uc0ac\uc6a9\uc790\uc811\uadfc\uad8c\ud55c \uc5d0\ub7ec + +#dataAccessFailure# +comCmmErr.dataAccessFailure.title=\ub370\uc774\ud130 \ucc98\ub9ac \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4! +comCmmErr.dataAccessFailure.code=\ub370\uc774\ud130\ucc98\ub9ac \uc5d0\ub7ec + +#bizException# +comCmmErr.bizException.title=\ube44\uc988\ub2c8\uc2a4 \ub85c\uc9c1 \ucc98\ub9ac \uc911 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4! +comCmmErr.bizException.code=\ube44\uc988\ub2c8\uc2a4\ub85c\uc9c1\ucc98\ub9ac \uc5d0\ub7ec + +#runtimeException# +comCmmErr.runtimeException.title=\uc54c \uc218 \uc5c6\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4! +comCmmErr.runtimeException.code=\uc2dc\uc2a4\ud15c \uc5d0\ub7ec + +#sessionException# +comCmmErr.sessionException.title=\uc138\uc158\uc774 \ub9cc\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4! +comCmmErr.sessionException.code=\uc138\uc158\ub9cc\ub8cc \uc5d0\ub7ec + + +#top# +comCmm.top.title=\uc804\uc790\uc815\ubd80 \ud45c\uc900\ud504\ub808\uc784\uc6cc\ud06c \uacf5\ud1b5\ucef4\ud3ec\ub10c\ud2b8 VERSION 4.0 +comCmm.top.leftSessionTime=\uc138\uc158\ub9cc\ub8cc \ub0a8\uc740\uc2dc\uac04 +comCmm.top.incSessionTime=\uc2dc\uac04\uc5f0\uc7a5 +comCmm.top.expiredSessionTime=\uc2dc\uac04\ub9cc\ub8cc +comCmm.top.expireSessionTimeInfo=\ub85c\uadf8\uc778 \uc138\uc158\uc2dc\uac04\uc774 \ub9cc\ub8cc \ub418\uc5c8\uc2b5\ub2c8\ub2e4. +comCmm.top.cantIncSessionTime=\uc2dc\uac04\uc744 \uc5f0\uc7a5\ud560\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + +#left# +comCmm.mai.title=\ud3ec\ud138(\uc608\uc81c) \uba54\uc778\ud654\uba74 +comCmm.uat.title=\uc0ac\uc6a9\uc790\ub514\ub809\ud1a0\ub9ac/\ud1b5\ud569\uc778\uc99d +comCmm.sec.title=\ubcf4\uc548 +comCmm.sts.title=\ud1b5\uacc4/\ub9ac\ud3ec\ud305 +comCmm.cop.title=\ud611\uc5c5 +comCmm.uss.title=\uc0ac\uc6a9\uc790\uc9c0\uc6d0 +comCmm.sym.title=\uc2dc\uc2a4\ud15c\uad00\ub9ac +comCmm.ssi.title=\uc2dc\uc2a4\ud15c/\uc11c\ube44\uc2a4\uc5f0\uacc4 +comCmm.dam.title=\ub514\uc9c0\ud138 \uc790\uc0b0 \uad00\ub9ac +comCmm.com.title=\uc694\uc18c\uae30\uc220 +comCmm.ext.title=\uc678\ubd80 \ucd94\uac00 \ucef4\ud3ec\ub10c\ud2b8 + +#component# +#\ud3ec\ud0c8 \uba54\uc778\ud654\uba74# +comCmm.left.1=\ud3ec\ud138(\uc608\uc81c) \uba54\uc778\ud654\uba74 + +#\uc0ac\uc6a9\uc790\ub514\ub809\ud1a0\ub9ac/\ud1b5\ud569\uc778\uc99d# +comCmm.left.10=\ub85c\uadf8\uc778 +comCmm.left.30=\ub85c\uadf8\uc778\uc815\ucc45\uad00\ub9ac + +#\ubcf4\uc548# +comCmm.left.60=\uad8c\ud55c\uad00\ub9ac +comCmm.left.70=\uad8c\ud55c\uadf8\ub8f9\uad00\ub9ac +comCmm.left.80=\uadf8\ub8f9\uad00\ub9ac +comCmm.left.90=\ub864\uad00\ub9ac +comCmm.left.100=\ubd80\uc11c\uad8c\ud55c\uad00\ub9ac + +#\ud1b5\uacc4/\ub9ac\ud3ec\ud305# +comCmm.left.120=\uac8c\uc2dc\ubb3c\ud1b5\uacc4 +comCmm.left.130=\uc0ac\uc6a9\uc790\ud1b5\uacc4 +comCmm.left.140=\uc811\uc18d\ud1b5\uacc4 +comCmm.left.150=\ud654\uba74\ud1b5\uacc4 +comCmm.left.160=\ubcf4\uace0\uc11c\ud1b5\uacc4 +comCmm.left.161=\uc790\ub8cc\uc774\uc6a9\ud604\ud669\ud1b5\uacc4 + +\ud611\uc5c5 +comCmm.left.170=\ube14\ub85c\uadf8\uad00\ub9ac +comCmm.left.180=\uac8c\uc2dc\ud310\uad00\ub9ac +comCmm.left.190=\uac8c\uc2dc\ud310\uc0ac\uc6a9\uc815\ubcf4 +comCmm.left.200=\ud15c\ud50c\ub9bf\uad00\ub9ac +comCmm.left.250=\uc2a4\ud06c\ub7a9 \ubaa9\ub85d +comCmm.left.270=\ucee4\ubba4\ub2c8\ud2f0\uad00\ub9ac +comCmm.left.310=\ubb38\uc790\uba54\uc2dc\uc9c0 +comCmm.left.320=\ubd80\uc11c\uc77c\uc815\uad00\ub9ac +comCmm.left.330=\uc77c\uc815\uad00\ub9ac +comCmm.left.340=\uc77c\uc9c0\uad00\ub9ac +comCmm.left.350=\uc804\uccb4\uc77c\uc815\uad00\ub9ac +comCmm.left.360=\uba54\uc77c\ubc1c\uc1a1 +comCmm.left.361=\ubc1c\uc1a1\uba54\uc77c\ub0b4\uc5ed +comCmm.left.370=\uba85\ud568\uad00\ub9ac +comCmm.left.371=\ub0b4\uba85\ud568\ubaa9\ub85d +comCmm.left.380=\uc8fc\uc18c\ub85d\uad00\ub9ac +comCmm.left.390=\uac04\ubd80\uc77c\uc815\uad00\ub9ac +comCmm.left.400=\ubd80\uc11c\uc5c5\ubb34\ud568\uad00\ub9ac +comCmm.left.401=\ubd80\uc11c\uc5c5\ubb34\uc815\ubcf4 +comCmm.left.410=\uc8fc\uac04/\uc6d4\uac04\ubcf4\uace0\uad00\ub9ac +comCmm.left.420=\uba54\ubaa8\ud560\uc77c\uad00\ub9ac +comCmm.left.430=\uba54\ubaa8\ubcf4\uace0 + +#\uc0ac\uc6a9\uc790\uc9c0\uc6d0# +comCmm.left.450=\uae30\uc5c5\ud68c\uc6d0\uad00\ub9ac +comCmm.left.460=\uc5c5\ubb34\uc0ac\uc6a9\uc790\uad00\ub9ac +comCmm.left.461=\ubd80\uc11c\uad00\ub9ac +comCmm.left.470=\uc77c\ubc18\ud68c\uc6d0\uad00\ub9ac +comCmm.left.480=\ub9c8\uc774\ud398\uc774\uc9c0\uad00\ub9ac +comCmm.left.490=\uc57d\uad00\uad00\ub9ac +comCmm.left.500=\uc800\uc791\uad8c\ubcf4\ud638\uc815\ucc45 +comCmm.left.510=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45\ud655\uc778 +comCmm.left.520=\ub3c4\uc6c0\ub9d0 +comCmm.left.530=\uc6a9\uc5b4\uc0ac\uc804 +comCmm.left.540=FAQ\uad00\ub9ac +comCmm.left.550=Q&A\uad00\ub9ac +comCmm.left.551=Q&A\ub2f5\ubcc0\uad00\ub9ac +comCmm.left.560=\ud589\uc815\uc804\ubb38\uc6a9\uc5b4\uc0ac\uc804 +comCmm.left.561=\ud589\uc815\uc804\ubb38\uc6a9\uc5b4\uc0ac\uc804\uad00\ub9ac +comCmm.left.570=\uc628\ub77c\uc778\ub9e4\ub274\uc5bc +comCmm.left.571=\uc0ac\uc6a9\uc790\uc628\ub77c\uc778\ub9e4\ub274\uc5bc +comCmm.left.580=\uc0c1\ub2f4\uad00\ub9ac +comCmm.left.581=\uc0c1\ub2f4\ub2f5\ubcc0\uad00\ub9ac +comCmm.left.590=\uc124\ubb38\uad00\ub9ac +comCmm.left.600=\uc124\ubb38\uc870\uc0ac +comCmm.left.610=\uc124\ubb38\ud15c\ud50c\ub9bf\uad00\ub9ac +comCmm.left.620=\uc751\ub2f5\uc790\uad00\ub9ac +comCmm.left.630=\uc9c8\ubb38\uad00\ub9ac +comCmm.left.640=\ud56d\ubaa9\uad00\ub9ac +comCmm.left.650=\ud68c\uc758\uad00\ub9ac +comCmm.left.660=\uc628\ub77c\uc778poll\uad00\ub9ac +comCmm.left.661=\uc628\ub77c\uc778poll\ucc38\uc5ec +comCmm.left.670=\ub274\uc2a4\uad00\ub9ac +comCmm.left.680=\uc0ac\uc774\ud2b8\uad00\ub9ac +comCmm.left.700=\ucd94\ucc9c\uc0ac\uc774\ud2b8\uad00\ub9ac +comCmm.left.710=\ud589\uc0ac/\uc774\ubca4\ud2b8/\ucea0\ud398\uc778 +comCmm.left.711=\uc678\ubd80\uc778\uc0ac\uc815\ubcf4 +comCmm.left.720=\ud31d\uc5c5\ucc3d\uad00\ub9ac +comCmm.left.730=\uc815\ubcf4\uc54c\ub9bc\uc774 +comCmm.left.740=\ubc30\ub108\uad00\ub9ac +comCmm.left.741=MYPAGE\ubc30\ub108\uad00\ub9ac +comCmm.left.750=\ub85c\uadf8\uc778\ud654\uba74\uc774\ubbf8\uc9c0\uad00\ub9ac +comCmm.left.760=\ucd5c\uadfc\uac80\uc0c9\uc5b4 \uc870\ud68c +comCmm.left.770=\uba54\uc778\uc774\ubbf8\uc9c0\uad00\ub9ac +comCmm.left.771=\uba54\uc778\uc774\ubbf8\uc9c0 \ubc18\uc601\uacb0\uacfc\ubcf4\uae30 +comCmm.left.780=\ud1b5\ud569\ub9c1\ud06c\uad00\ub9ac +comCmm.left.790=\uc0ac\uc6a9\uc790\ubd80\uc7ac\uad00\ub9ac +comCmm.left.800=\uc778\ud130\ub137\uc11c\ube44\uc2a4\uc548\ub0b4\ubc0f\uad00\ub9ac +comCmm.left.810=Wiki\uae30\ub2a5 +comCmm.left.820=RSS\ud0dc\uadf8\uad00\ub9ac +comCmm.left.822=RSS\ud0dc\uadf8\uc11c\ube44\uc2a4 +comCmm.left.830=Twitter\uc5f0\ub3d9 +comCmm.left.831=Facebook \uc5f0\ub3d9 +comCmm.left.840=\ucabd\uc9c0\uad00\ub9ac +comCmm.left.850=\ubc1b\uc740\ucabd\uc9c0\ud568\uad00\ub9ac +comCmm.left.860=\ubcf4\ub0b8\ucabd\uc9c0\ud568\uad00\ub9ac +comCmm.left.870=\ud68c\uc758\uc2e4\uad00\ub9ac +comCmm.left.871=\ud68c\uc758\uc2e4\uc608\uc57d\uad00\ub9ac +comCmm.left.890=\uc9c1\uc6d0\uacbd\uc870\uc0ac\uad00\ub9ac +comCmm.left.891=\uc9c1\uc6d0\uacbd\uc870\uc0ac\uc2b9\uc778\uad00\ub9ac +comCmm.left.900=\ud734\uac00\uad00\ub9ac +comCmm.left.901=\ud734\uac00\uc2b9\uc778\uad00\ub9ac +comCmm.left.902=\uac1c\uc778\uc5f0\ucc28\uad00\ub9ac +comCmm.left.910=\ub2f9\uc9c1\uad00\ub9ac +comCmm.left.911=\ub2f9\uc9c1\uccb4\ud06c\uad00\ub9ac +comCmm.left.920=\ud3ec\uc0c1\uad00\ub9ac +comCmm.left.921=\ud3ec\uc0c1\uc2b9\uc778\uad00\ub9ac +comCmm.left.930=\uae30\ub150\uc77c\uad00\ub9ac +comCmm.left.931=\uae30\ub150\uc77c\ubaa9\ub85d(\ud655\uc778\uc6a9) +comCmm.left.940=\ud589\uc0ac\uc2e0\uccad\uad00\ub9ac +comCmm.left.941=\ud589\uc0ac\uc811\uc218\uad00\ub9ac +comCmm.left.942=\ud589\uc0ac\uc811\uc218\uc2b9\uc778\uad00\ub9ac +comCmm.left.943=\uc57d\ub3c4 \uad00\ub9ac +comCmm.left.950=\ucd9c\ud1f4\uadfc\uad00\ub9ac + +#\uc2dc\uc2a4\ud15c\uad00\ub9ac# +comCmm.left.960=\uacf5\ud1b5\ubd84\ub958\ucf54\ub4dc +comCmm.left.970=\uacf5\ud1b5\uc0c1\uc138\ucf54\ub4dc +comCmm.left.980=\uacf5\ud1b5\ucf54\ub4dc +comCmm.left.1000=\uc6b0\ud3b8\ubc88\ud638\uad00\ub9ac +comCmm.left.1010=\ud589\uc815\ucf54\ub4dc\uad00\ub9ac +comCmm.left.1020=\uae30\uad00\ucf54\ub4dc\uc218\uc2e0 +comCmm.left.1030=\ub85c\uadf8\uad00\ub9ac +comCmm.left.1040=\uc0ac\uc6a9\ub85c\uadf8\uad00\ub9ac +comCmm.left.1050=\uc1a1/\uc218\uc2e0\ub85c\uadf8\uad00\ub9ac +comCmm.left.1060=\uc2dc\uc2a4\ud15c\uc774\ub825\uad00\ub9ac +comCmm.left.1070=\uc6f9\ub85c\uadf8\uad00\ub9ac +comCmm.left.1080=\uc811\uc18d\ub85c\uadf8\uad00\ub9ac +comCmm.left.1085=\uac1c\uc778\uc815\ubcf4\uc870\ud68c\ub85c\uadf8\uad00\ub9ac +comCmm.left.1090=\uba54\ub274\ub9ac\uc2a4\ud2b8\uad00\ub9ac +comCmm.left.1091=\uba54\ub274\uad00\ub9ac\ub9ac\uc2a4\ud2b8 +comCmm.left.1100=\uba54\ub274\uc0dd\uc131\uad00\ub9ac +comCmm.left.1101=\uc0ac\uc774\ud2b8\ub9f5 +comCmm.left.1110=\ubc14\ub85c\uac00\uae30\uba54\ub274\uad00\ub9ac +comCmm.left.1111=\ud504\ub85c\uadf8\ub7a8\uad00\ub9ac +comCmm.left.1112=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad\uad00\ub9ac +comCmm.left.1113=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad\ucc98\ub9ac +comCmm.left.1114=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc774\ub825 +comCmm.left.1120=\ubc30\uce58\uc791\uc5c5\uad00\ub9ac +comCmm.left.1130=\ubc30\uce58\uacb0\uacfc\uad00\ub9ac +comCmm.left.1140=\uc2a4\ucf00\uc904\ucc98\ub9ac +comCmm.left.1150=\ubc31\uc5c5\uad00\ub9ac +comCmm.left.1151=\ubc31\uc5c5\uacb0\uacfc\uad00\ub9ac +comCmm.left.1160=\ub124\ud2b8\uc6cc\ud06c\uad00\ub9ac +comCmm.left.1170=\uc11c\ubc84\uc815\ubcf4\uad00\ub9ac +comCmm.left.1171=\uc11c\ubc84(S/W)\ubaa9\ub85d +comCmm.left.1180=\uc7a5\uc560\uc2e0\uccad\uad00\ub9ac +comCmm.left.1190=\uc7a5\uc560\ucc98\ub9ac\uacb0\uacfc\uad00\ub9ac + +#\uc2dc\uc2a4\ud15c/\uc11c\ube44\uc2a4\uc5f0\uacc4# +comCmm.left.1210=\uc2dc\uc2a4\ud15c\uc5f0\uacc4\uad00\ub9ac +comCmm.left.1220=\uc5f0\uacc4\ud604\ud669\uad00\ub9ac +comCmm.left.1230=\uc5f0\uacc4\uba54\uc2dc\uc9c0\uad00\ub9ac +comCmm.left.1240=\uc5f0\uacc4\uae30\uad00\uad00\ub9ac + +#\ub514\uc9c0\ud138 \uc790\uc0b0 \uad00\ub9ac# +comCmm.left.1250=\uac1c\uc778\uc9c0\uc2dd\uad00\ub9ac +comCmm.left.1260=\uc9c0\uc2dd\ub9f5\uad00\ub9ac(\uc720\ud615) +comCmm.left.1261=\uc9c0\uc2dd\ub9f5\uad00\ub9ac(\uc870\uc9c1) +comCmm.left.1270=\uc9c0\uc2dd\uc804\ubb38\uac00\uad00\ub9ac +comCmm.left.1280=\uc9c0\uc2dd\uc815\ubcf4\uad00\ub9ac +comCmm.left.1290=\uc9c0\uc2dd\ud3c9\uac00\uad00\ub9ac +comCmm.left.1291=\uc9c0\uc2dd\uc815\ubcf4\uc81c\uacf5 + +#\uc694\uc18c\uae30\uc220# +comCmm.left.1300=\uacf5\ud734\uc77c\uad00\ub9ac(\ub2ec\ub825) +comCmm.left.2080=\uc1a1\uc218\uc2e0\ubaa8\ub2c8\ud130\ub9c1 +comCmm.left.2090=DB\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1 +comCmm.left.2100=HTTP\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1 +comCmm.left.2110=\ud504\ub85c\uc138\uc2a4\ubaa8\ub2c8\ud130\ub9c1 +comCmm.left.2120=\ub124\ud2b8\uc6cc\ud06c\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1 +comCmm.left.2130=\ud30c\uc77c\uc2dc\uc2a4\ud15c\ubaa8\ub2c8\ud130\ub9c1 +comCmm.left.2140=\ud504\ub85d\uc2dc\uc11c\ube44\uc2a4 +comCmm.left.2150=\ud30c\uc77c\ub3d9\uae30\ud654(\ub300\uc0c1\uc11c\ubc84) +comCmm.left.2160=\ub85c\uadf8\uc778\uc138\uc158\uc815\ubcf4\uccb4\ud06c +comCmm.left.2170=\uc11c\ubc84\uc790\uc6d0\ubaa8\ub2c8\ud130\ub9c1-\ub300\uc0c1\ubaa9\ub85d +comCmm.left.2180=\uc8fc\uc18c\uc815\ubcf4\uc5f0\uacc4 +comCmm.left.2200=\uc554\ud638\ud654/\ubcf5\ud638\ud654 + +#\uc678\ubd80 \ucd94\uac00 \ucef4\ud3ec\ub10c\ud2b8# +comCmm.left.3000=JFile \uac00\uc774\ub4dc +comCmm.left.3010=JFile \ud30c\uc77c \uc5c5\ub85c\ub4dc +comCmm.left.3020=JFile \ud30c\uc77c \ub2e4\uc6b4\ub85c\ub4dc +comCmm.left.3100=LDAP \uc870\uc9c1\ub3c4 \ud2b8\ub9ac +comCmm.left.3110=LDAP \uc870\uc9c1\ub3c4 \uadf8\ub798\ud504 +comCmm.left.3200=\uc6f9\uc18c\ucf13 \uba54\uc2e0\uc800 + +#EgovUnitContent(\ub85c\uadf8\uc778 \ud6c4 \ud398\uc774\uc9c0)# +comCmm.unitContent.1=\uacf5\ud1b5\ucef4\ud3ec\ub10c\ud2b8 +comCmm.unitContent.2=\ub2d8 \ud658\uc601\ud569\ub2c8\ub2e4. +comCmm.unitContent.3=\ub85c\uadf8\uc544\uc6c3 +comCmm.unitContent.4=\uc2e4\ud589 \uc2dc \uc624\ub958 \uc0ac\ud56d\uc774 \uc788\uc73c\uc2dc\uba74 \ud45c\uc900\ud504\ub808\uc784\uc6cc\ud06c\uc13c\ud130\ub85c \uc5f0\ub77d\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4. +comCmm.unitContent.5=\ud654\uba74 \uc124\uba85 +comCmm.unitContent.6=\uc67c\ucabd \uba54\ub274\ub294 \uba54\ub274\uc640 \uad00\ub828\ub41c \ucef4\ud3ec\ub10c\ud2b8(\uba54\ub274\uad00\ub9ac, \uc0ac\uc774\ud2b8\ub9f5 \ub4f1)\ub4e4\uc758 \uc601\ud5a5\uc744 \ubc1b\uc9c0 \uc54a\uc73c\uba70, +comCmm.unitContent.7=\uac01 \ucef4\ud3ec\ub10c\ud2b8\ub97c \uc27d\uac8c \ucc3e\uc544\ubcfc \uc218 \uc788\ub294 \ubc14\ub85c \uac00\uae30 \ub9c1\ud06c\ud398\uc774\uc9c0\uc785\ub2c8\ub2e4. +comCmm.unitContent.8=\ucef4\ud3ec\ub10c\ud2b8 \uc124\uce58 \ud6c4 \uc124\uce58\ub41c \ucef4\ud3ec\ub10c\ud2b8\ub4e4\uc744 IncludedInfo annotation\uc744 \ud1b5\ud574 \ucc3e\uc544\ub0b8 \ud6c4 +comCmm.unitContent.9=\ud654\uba74\uc5d0 \ud45c\uc2dc\ud560 \uc815\ubcf4\ub97c \ucc98\ub9ac\ud558\ub294 Controller \ud074\ub798\uc2a4\uc785\ub2c8\ub2e4. +comCmm.unitContent.10=\uac1c\ubc1c \uc2dc \uba54\ub274 \uad6c\uc870\uac00 \uc7a1\ud788\uae30 \uc804\uc5d0 \ubc30\ud3ec \ud30c\uc77c\ub4e4\uc5d0 \ud3ec\ud568\ub41c \uacf5\ud1b5 \ucef4\ud3ec\ub10c\ud2b8\ub4e4\uc758 \ubaa9\ub85d\uc131 \ud654\uba74\uc5d0 URL\uc744 \uc81c\uacf5\ud558\uc5ec +comCmm.unitContent.11=\uac1c\ubc1c\uc790\uac00 \ud3b8\ub9ac\ud558\uac8c \ud65c\uc6a9\ud560 \uc218 \uc788\ub3c4\ub85d \uc791\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4. +comCmm.unitContent.12=\uc6b4\uc601 \uc2dc\uc5d0 \ubcf8 \ucee8\ud2b8\ub864\uc744 \uc0ac\uc6a9\ud558\uc5ec \uba54\ub274\ub97c \uad6c\uc131\ud558\ub294 \uacbd\uc6b0, +comCmm.unitContent.13=\uc131\ub2a5 \ubb38\uc81c\ub97c \uc77c\uc73c\ud0a4\uac70\ub098 \uc0ac\uc6a9\uc790\ubcc4 \uba54\ub274 \uad6c\uc131\uc5d0 \uc624\ub958\ub97c \ubc1c\uc0dd\ud560 \uc218 \uc788\uae30 \ub54c\ubb38\uc5d0 +comCmm.unitContent.14=\uc2e4 \uc6b4\uc601 \uc2dc\uc5d0\ub294 \uc0ad\uc81c\ud574\uc11c \ubc30\ud3ec\ud558\ub294 \uac83\uc744 \uad8c\uc7a5\ud574 \ub4dc\ub9bd\ub2c8\ub2e4. + +comCmm.unitContent.20=\ube44\ubc00\ubc88\ud638 \uc720\ud6a8\uae30\uac04 \ub9cc\ub8cc \uc548\ub0b4 + +#EgovExpirePwd(\ube44\ubc00\ubc88\ud638\ubcc0\uacbd \uacf5\uc9c0)# +comCmm.expirePwdContent.1=\ub85c\uadf8\uc778 +comCmm.expirePwdContent.2=\ub85c\uadf8\uc778 \uad6c\ubd84 + +comCmm.expirePwdContent.10=\uc5c5\ubb34\uc0ac\uc6a9\uc790 +comCmm.expirePwdContent.11=\uae30\uc5c5\ud68c\uc6d0 +comCmm.expirePwdContent.12=\uc77c\ubc18\ud68c\uc6d0 + +comCmm.expirePwdContent.21=\ube44\ubc00\ubc88\ud638 \uc720\ud6a8\uae30\uac04\uc758 \ubcc0\uacbd\uc740 \ub2e4\uc74c \ud30c\uc77c\uc744 \ucc38\uc870\ud558\uc5ec \uc8fc\uc138\uc694. +comCmm.expirePwdContent.22=\ube44\ubc00\ubc88\ud638 \uc720\ud6a8\uae30\uac04 \ub9cc\ub8cc +comCmm.expirePwdContent.23=\ube44\ubc00\ubc88\ud638 \uc720\ud6a8\uae30\uac04\uc774 \ub9cc\ub8cc \ub418\uc5c8\uc2b5\ub2c8\ub2e4. +comCmm.expirePwdContent.24=\uc548\uc804\ud55c \uac1c\uc778\uc815\ubcf4 \ubcf4\ud638\ub97c \uc704\ud574 \uc9c0\uae08 \ube44\ubc00\ubc88\ud638\ub97c \ubcc0\uacbd\ud574 \uc8fc\uc138\uc694! +comCmm.expirePwdContent.25=\ube44\ubc00\ubc88\ud638 \uc720\ud6a8\uae30\uac04 \ucd08\uacfc\uc77c\uc218 +comCmm.expirePwdContent.26=\ube44\ubc00\ubc88\ud638 \uc720\ud6a8\uae30\uac04 +comCmm.expirePwdContent.27=\ube44\ubc00\ubc88\ud638 \ubcc0\uacbd\ud6c4 \uacbd\uacfc\uc77c\uc218 +comCmm.expirePwdContent.28=\ube44\ubc00\ubc88\ud638 \uc720\ud6a8\uae30\uac04 \ucd08\uacfc\uc77c\uc218 +comCmm.expirePwdContent.29=\uc8fc\uae30\uc801\uc73c\ub85c \ube44\ubc00\ubc88\ud638\ub97c \ubcc0\uacbd\ud574 \uc8fc\uc138\uc694. +comCmm.expirePwdContent.30=\uc77c + +comCmm.expirePwdContent.50=\uc9c0\uae08 \uc989\uc2dc \ubcc0\uacbd\ud558\uae30 +comCmm.expirePwdContent.51=\ub2e4\uc74c\uc5d0 \ubcc0\uacbd\ud558\uae30 \ No newline at end of file diff --git a/bin/main/messages/message-common_en.properties b/bin/main/messages/message-common_en.properties new file mode 100644 index 00000000..4e7a26b1 --- /dev/null +++ b/bin/main/messages/message-common_en.properties @@ -0,0 +1,468 @@ +fail.common.msg=error ocurred! +fail.common.sql=sql error ocurred! error code: {0}, error msg: {1} +info.nodata.msg=no data found. + +#UI Common resource# +table.num=num. +table.regdate=reg.date +table.reger=registrant +table.select=select +title.html=egovframe common component +title.detail=Detail Inquiry +title.inquire=Inquire +title.update=Modify +title.create=Create +title.delete=Delete +title.save=Save +title.list=List +title.searchCondition=search condition +title.search=keyword +title.reply=reply +title.scrap=scrap +title.comment=comment +title.attachedFileSelect=attached file +title.attachedFileDelete=attached file delete +title.link=link +title.management=Management +title.all=All + +input.select=Select +input.cSelect=Select +input.input=input +input.button=button +input.selectAll.title=Checkbox select all +input.yes=Yes +input.no=No + +select.searchCondition=select condition select + +button.select=select +button.search=Search +button.use=use +button.notUsed=Not used +button.inquire=inquire +button.update=update +button.create=create +button.delete=delete +button.deleteDatabase=Wiping +button.close=close +button.save=save +button.list=list +button.reset=reset +button.passwordUpdate=password update +button.subscribe=subscribe +button.realname=realname confirm +button.moveToGpin=move to gpin confirm +button.moveToIhidnum=move to ihidnum confirm +button.agree=agree +button.disagree=disagree +button.possible=possible +button.impossible=impossible +button.qnaregist=Q&A create +button.cnsltregist=Counsel create +button.preview=preview +button.next=nexut +button.add=add it now +button.confirm=confirm +button.back =back +button.yes =yes +button.no =no +button.home =home +button.user =user support +button.cop =cooperation +button.wrkstart = work start +button.wrkend = work end +button.reply = reply +button.scrap = scrap +button.comment = comment +button.excel = excel +button.init=init +button.acknowledgment=acknowledgment +button.cancelAcknowledgment=cancel acknowledgment +button.bulkUpload=bulk upload +button.log = log +button.set = set +button.move = move +button.answer = answer + +#UI Common Message# +common.noScriptTitle.msg=I can't use all functions in browser JavaScript is not supported. +common.searchCondition.msg=This layout is a lower information searches made up of information. + +common.summary.list={0} A list of the details of the output. +common.summary.regist={0} Registered by typing the possible contents of registers by clicking the button. +common.summary.update={0} Registered by typing the possible content of modification by clicking the button. +common.summary.inqire={0} Full inquiry details about the details of the output. + +common.save.msg=confirm save? +common.regist.msg=confirm regist? +common.delete.msg=confirm delete? +common.update.msg=confirm update? +common.nodata.msg=There is no data. please choose another seach keyword +common.required.msg=is required field +common.acknowledgement.msg=confirm acknowledgement? +common.acknowledgementcancel.msg=confirm acknowledgement cancel? +common.nocomment.msg=There is no comment. +common.noguest.msg=There is no guest notice. + +success.request.msg=you're request successfully done +success.common.select=successfully selected +success.common.insert=successfully inserted +success.common.update=successfully updated +success.common.delete=successfully deleted + +common.imposbl.fileupload = cannot upload files +common.isConfmDe.msg=Please check the approval date box +common.isExist.msg = already exist + +fail.common.insert = fail to insert. +fail.common.update = fail to update +fail.common.delete = fail to delete +fail.common.delete.upperMenuExist = fail to delete[upperMenuId foreign key error] +fail.common.select = fail to select +fail.common.login = login information is not correct +fail.common.loginIncorrect = login in more than {0} account will be locked! +fail.common.login.password = password information is not correct(password digit should be 8 to 20) +fail.common.idsearch = can not find id +fail.common.pwsearch = can not find password +fail.request.msg = Failed to handle the request +fail.common.login.ip = Login is refused because it is not a registered IP. + +#UI User Message# +fail.user.passwordUpdate1=current password is not correct +fail.user.passwordUpdate2=password confirm is not correct +info.user.rlnmCnfirm=realname confirm ready +success.user.rlnmCnfirm=it is realname +fail.user.rlnmCnfirm=it is not realname +fail.user.connectFail=connection fail +info.user.rlnmPinCnfirm=Using the i-PIN ID, please check your real name +success.user.rlnmPinCnfirm=Consistent with the registration data of the i-PIN +fail.user.rlnmPinCnfirm=i-PIN does not match the registered data + +#Vlidator Errors# +errors.prefix=
+errors.suffix=

+ +errors.required={0} is required. +errors.minlength={0} can not be less than {1} characters. +errors.maxlength={0} can not be greater than {1} characters. +errors.invalid={0} is invalid. + +errors.byte={0} must be a byte. +errors.short={0} must be a short. +errors.integer={0} must be an integer. +errors.long={0} must be a long. +errors.float={0} must be a float. +errors.double={0} must be a double. + +errors.date={0} is not a date. +errors.range={0} is not in the range {1} through {2}. +errors.creditcard={0} is an invalid credit card number. +errors.email={0} is an invalid e-mail address. + +errors.ihidnum=Is not a valid Social Security number +errors.korean={0} should be entered with their Korean +errors.ip=Invalid IP address. +errors.english={0}is an invalid English character. +errors.notKorean={0} should not be entered with their Korean + +errors.password1={0} must be entered within 8 to 20 characters. +errors.password2={0} is Korean, special characters, spaces are not allowed. +errors.password3={0} can not be used continuously for more than four sequential digits. +errors.password4={0} can not be used continuously for more than 4 letters or numbers that are repeated. +errors.pwdcheckcomb3={0} must be include as least 3 of English alphabet, digit number, special characters such as ~!@#$%^&*? +errors.pwdcheckcomb4={0} must be include as least 4 of English alphabet uppercase letter, English alphabet lowercase letter, digit number, special characters such as ~!@#$%^&*? +errors.pwdcheckseries={0} can not be used continuously for more than 3 sequential letters or digits. +errors.pwdcheckrepeat={0} can not be used continuously for more than 3 letters or numbers that are repeated. + +error.security.runtime.error = error + +info.password.rule.password1 = - must be entered within 8 to 20 characters. +info.password.rule.pwdcheckcomb3 = - must be include as least 3 of English alphabet, digit number, special characters such as ~!@#$%^&*? +info.password.rule.pwdcheckcomb4 = - must be include as least 4 of English alphabet uppercase letter, English alphabet lowercase letter, digit number, special characters such as ~!@#$%^&*? +info.password.rule.pwdcheckseries = - can not be used continuously for more than 3 sequential letters or digits ex) kkk, 321 are not allowed. + +#Xss Errors# +errors.xss.checkerUser=There is no use and disposal authority for its capabilities. + +#File Upload / Download +errors.file.extension=It is not a supported file type. +errors.file.transfer=An error occurred during file transfer. +success.file.transfer=The file transfer is complete. + +#common# +comCmmErr.button=before page + +#accessDenied# +comCmmErr.accessDenied.title=You do not have permission to access this page! +comCmmErr.accessDenied.code=User authorization Error + +#dataAccessFailure# +comCmmErr.dataAccessFailure.title=Error occurred while processing data! +comCmmErr.dataAccessFailure.code=Database Processing Error + + +#bizException# +comCmmErr.bizException.title=During business logic processing! +comCmmErr.bizException.code=Business Logic Processing Error + +#runtimeException# +comCmmErr.runtimeException.title=Unknown error occurred! +comCmmErr.runtimeException.code=System Error + +#sessionException# +comCmmErr.sessionException.title=Session Expiration Error! +comCmmErr.sessionException.code=Session Expiration Error + + +#top# +comCmm.top.title=eGoverment Standard Framework Common Components VERSION 4.0 +comCmm.top.leftSessionTime=Session expiration time +comCmm.top.incSessionTime=Time extension +comCmm.top.expiredSessionTime=Time out +comCmm.top.expireSessionTimeInfo=The Signin session time has expired. +comCmm.top.cantIncSessionTime=Time cannot be extended. + +#left# +comCmm.mai.title=Portal(example) Main Page +comCmm.uat.title=User Authentication/Directory Service +comCmm.sec.title=Security +comCmm.sts.title=Statistics/Reporting +comCmm.cop.title=Collaboration +comCmm.uss.title=User Support +comCmm.sym.title=System Management +comCmm.ssi.title=System/Service Integration +comCmm.dam.title=Digital Asset Management +comCmm.com.title=Utility Technology +comCmm.ext.title=External Add Components + +#component# +#Portal(example) Main Page# +comCmm.left.1=Portal(example) Main Page + +#User Authentication/Directory Service# +comCmm.left.10=Log In +comCmm.left.30=Log In Policy Management + +#Security# +comCmm.left.60=Authority Management +comCmm.left.70=Authority Group Management +comCmm.left.80=Group Management +comCmm.left.90=Role management for Each Authority +comCmm.left.100=Department Authority Management + +#Statistics/Reporting# +comCmm.left.120=Post Statistics +comCmm.left.130=User Statistics +comCmm.left.140=Connection Statistics +comCmm.left.150=Screen Statistics +comCmm.left.160=Report Statistics +comCmm.left.161=Data Usage Statistics + +#Collaboration# +comCmm.left.170=Blog Management +comCmm.left.180=Board Master Management +comCmm.left.190=Board Usage Management +comCmm.left.200=Template Management +comCmm.left.250=Scrap Management +comCmm.left.270=Community Creation/Usage/Member Management +comCmm.left.310=SMS Service +comCmm.left.320=Department Schedule Management +comCmm.left.330=Schedule Management +comCmm.left.340=Diary Management +comCmm.left.350=Master Schedule +comCmm.left.360=Send Mail +comCmm.left.361=Send Mail List +comCmm.left.370=Business Card Management +comCmm.left.371=My Business Card Management +comCmm.left.380=Address Book Management +comCmm.left.390=Executive Schedule Management +comCmm.left.400=Division Task Folder Management +comCmm.left.401=Division Task Information +comCmm.left.410=Weekly/Monthly Reports Management +comCmm.left.420=Memo/To-do List Management +comCmm.left.430=Memo Report + +#User Support# +comCmm.left.450=Corporate Member Management +comCmm.left.460=User Management +comCmm.left.461=Department Management +comCmm.left.470=Member Management +comCmm.left.480=My Page +comCmm.left.490=Provision Management +comCmm.left.500=Copyright Protection Policy +comCmm.left.510=Private Information Protection Policy +comCmm.left.520=Help +comCmm.left.530=Word Dictionary +comCmm.left.540=FAQ Management +comCmm.left.550=Q&A Management +comCmm.left.551=Q&A Answer +comCmm.left.560=Administration Terminology Dictionary +comCmm.left.561=Administration Terminology Dictionary Management +comCmm.left.570=Online Manual +comCmm.left.571=User Online Manual +comCmm.left.580=Consulting Management +comCmm.left.581=Consulting Answer Management +comCmm.left.590=Questionnaire Management +comCmm.left.600=Questionnaire Survey +comCmm.left.610=Questionnaire Template Management +comCmm.left.620=Questionnaire Respond Management +comCmm.left.630=Questionnaire Question Management +comCmm.left.640=Questionnaire Item Management +comCmm.left.650=Meeting Management +comCmm.left.660=Online POLL Management +comCmm.left.661=Online POLL Participation +comCmm.left.670=News Management +comCmm.left.680=Site Management +comCmm.left.700=Recommended Site Management +comCmm.left.710=Occasion/Event/Campaign +comCmm.left.711=Extra Human Resource +comCmm.left.720=Pop-up Management +comCmm.left.730=Information Alerts +comCmm.left.740=Banner Management +comCmm.left.741=MYPAGE Banner Management +comCmm.left.750=Login Page Image Management +comCmm.left.760=Recent Search Word Inquiry +comCmm.left.770=Main Image Management +comCmm.left.771=Main Image View Reflection Result +comCmm.left.780=Link Intergration Management +comCmm.left.790=User Absence Management +comCmm.left.800=Internet Service Information and Management +comCmm.left.810=Wiki Function +comCmm.left.820=RSS Tag Management +comCmm.left.822=RSS Tag Service +comCmm.left.830=Twitter Linkage +comCmm.left.831=Facebook Linkage +comCmm.left.840=Note Management +comCmm.left.850=Received Note Box Management +comCmm.left.860=Sent Note Box Management +comCmm.left.870=Meeting Room Management +comCmm.left.871=Meeting Room Reservation Management +comCmm.left.890=Employee Family Event Management +comCmm.left.891=Employee Congratulatory Approval Management +comCmm.left.900=Vacation Management +comCmm.left.901=Vacation Approval Management +comCmm.left.902=Personal Vocation Management +comCmm.left.910=Duty Management +comCmm.left.911=Duty Journal Management +comCmm.left.920=Compensation +comCmm.left.921=Compensation Approval Management +comCmm.left.930=Anniversary Management +comCmm.left.931=Anniversary List (Check) +comCmm.left.940=Event Application Management +comCmm.left.941=Event Reception Management +comCmm.left.942=Event Reception Approval Management +comCmm.left.943=Office Location Management +comCmm.left.950=Commute Management + +#System Management# +comCmm.left.960=Common Classification Code +comCmm.left.970=Common Detail Code +comCmm.left.980=Common Code +comCmm.left.1000=Address Management +comCmm.left.1010=Administration Code Management +comCmm.left.1020=Institutions Code Management +comCmm.left.1030=Log Management +comCmm.left.1040=User Log Management +comCmm.left.1050=Transmit/Receive Log Management +comCmm.left.1060=System History Management +comCmm.left.1070=Web Log Management +comCmm.left.1080=Connection Log Management +comCmm.left.1085=Privacy Log Management +comCmm.left.1090=Menu Management +comCmm.left.1091=Menu Management List +comCmm.left.1100=Menu Creation Management +comCmm.left.1101=Site Map +comCmm.left.1110=Short Cut Menu Management +comCmm.left.1111=Program Management +comCmm.left.1112=Program Change Management +comCmm.left.1113=Program Change Process +comCmm.left.1114=Program Change History +comCmm.left.1120=Batch Work Management +comCmm.left.1130=Batch Result Management +comCmm.left.1140=Schedule Process +comCmm.left.1150=Backup Management +comCmm.left.1151=Backup Result Management +comCmm.left.1160=NetWork Management +comCmm.left.1170=Server Information Management +comCmm.left.1171=Server S/W List +comCmm.left.1180=Trouble Request Management +comCmm.left.1190=Trouble Process Result Management + +#System/Service Integration# +comCmm.left.1210=System Contact Management +comCmm.left.1220=Contact Status Management +comCmm.left.1230=Contact Message Management +comCmm.left.1240=Contact Institution Management + +#Digital Asset Management# +comCmm.left.1250=Individual Knowledge Management +comCmm.left.1260=Knowledge Map Management by Types +comCmm.left.1261=Organizational Knowledge Map Management +comCmm.left.1270=Knowledge Expert Management +comCmm.left.1280=Knowledge Information Management +comCmm.left.1290=Knowledge Evaluation Management +comCmm.left.1291=Knowledge Information Offer + +#Utility Technology# +comCmm.left.1300=General Calendar +comCmm.left.2080=Transmit and Receive Monitoring +comCmm.left.2090=DB Service Monitoring +comCmm.left.2100=HTTP Service Monitoring +comCmm.left.2110=Process Monitoring +comCmm.left.2120=Network Service Monitoring +comCmm.left.2130=File System Monitoring +comCmm.left.2140=Proxy Service +comCmm.left.2150=File Synchronization +comCmm.left.2160=Login Session Information Check +comCmm.left.2170=Server Resource Monitoring +comCmm.left.2180=Address Info Linkage +comCmm.left.2200=Encryption/Decryption + +#External Add Components# +comCmm.left.3000=JFile Guide +comCmm.left.3010=JFile File Upload +comCmm.left.3020=JFile File Download +comCmm.left.3100=LDAP Org. Management +comCmm.left.3110=LDAP Org. Graph +comCmm.left.3200=WebMessenger + +#EgovUnitContent(\ub85c\uadf8\uc778 \ud6c4 \ud398\uc774\uc9c0)# +comCmm.unitContent.1=Common Compoent +comCmm.unitContent.2=Welcome. +comCmm.unitContent.3=Logout +comCmm.unitContent.4=If you run into any errors, please contact the eGovframework center. +comCmm.unitContent.5=Screen description +comCmm.unitContent.6=The left menu is not affected by the menu-related components (menu management, site map, etc.) +comCmm.unitContent.7=Controller class that finds installed components after installing components through IncludedInfo annotation and processes information to be displayed on the screen. +comCmm.unitContent.8= +comCmm.unitContent.9= +comCmm.unitContent.10=Before the menu structure is developed, +comCmm.unitContent.11=the list of common components included in the distribution files is provided. +comCmm.unitContent.12=If you use this control to configure menus at runtime, +comCmm.unitContent.13=we recommend that you delete and deploy them in production +comCmm.unitContent.14= because they can cause performance problems or cause errors in your menu configuration. + +comCmm.unitContent.20=Password expiration notice + +#EgovExpirePwd(\ube44\ubc00\ubc88\ud638\ubcc0\uacbd \uacf5\uc9c0)# +comCmm.expirePwdContent.1=Login +comCmm.expirePwdContent.2=Login classification + +comCmm.expirePwdContent.10=Manager +comCmm.expirePwdContent.11=Corporate Member +comCmm.expirePwdContent.12=General Member + +comCmm.expirePwdContent.21=Please refer to the following file to change the password expiration date. +comCmm.expirePwdContent.22=Password expiration +comCmm.expirePwdContent.23=Password validity has expired. +comCmm.expirePwdContent.24=Please change your password now for safe privacy! +comCmm.expirePwdContent.25=Password expiration days +comCmm.expirePwdContent.26=Password validity period +comCmm.expirePwdContent.27=Number of days since password change +comCmm.expirePwdContent.28=Password expiration days +comCmm.expirePwdContent.29=Please change your password periodically. +comCmm.expirePwdContent.30=days + +comCmm.expirePwdContent.50=Change immediately +comCmm.expirePwdContent.51=Change next \ No newline at end of file diff --git a/bin/main/messages/message-common_ko.properties b/bin/main/messages/message-common_ko.properties new file mode 100644 index 00000000..fc3577a6 --- /dev/null +++ b/bin/main/messages/message-common_ko.properties @@ -0,0 +1,467 @@ +fail.common.msg=\uc5d0\ub7ec\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4! +fail.common.sql=sql \uc5d0\ub7ec\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4! error code: {0}, error msg: {1} +info.nodata.msg=\ud574\ub2f9 \ub370\uc774\ud130\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. + +#UI Common resource# +table.num=\ubc88\ud638 +table.regdate=\ub4f1\ub85d\uc77c +table.reger=\ub4f1\ub85d\uc790 +table.select=\uc120\ud0dd +title.html=egovframe common component +title.detail=\uc0c1\uc138\uc870\ud68c +title.inquire=\uc870\ud68c +title.update=\uc218\uc815 +title.create=\ub4f1\ub85d +title.delete=\uc0ad\uc81c +title.save=\uc800\uc7a5 +title.list=\ubaa9\ub85d +title.searchCondition=\uac80\uc0c9\uc870\uac74 +title.search=\uac80\uc0c9\uc5b4 +title.reply=\ub2f5\uae00 +title.scrap=\uc2a4\ud06c\ub7a9 +title.comment=\ub313\uae00 +title.attachedFileSelect=\ud30c\uc77c\uc120\ud0dd +title.attachedFileDelete=\ud30c\uc77c\uc0ad\uc81c +title.link=\ub9c1\ud06c +title.management=\uad00\ub9ac +title.all=\uc804\uccb4 + +input.select=\uc120\ud0dd\ud558\uc138\uc694 +input.cSelect=\uc120\ud0dd +input.input=\uc785\ub825 +input.button=\ubc84\ud2bc +input.selectAll.title=\uc804\uccb4\uc120\ud0dd\uccb4\ud06c\ubc15\uc2a4 +input.yes=\uc608 +input.no=\uc544\ub2c8\uc624 + +select.searchCondition=\uc870\ud68c\uc870\uac74 \uc120\ud0dd + +button.select=\uc120\ud0dd +button.search=\uac80\uc0c9 +button.use=\uc0ac\uc6a9 +button.notUsed=\uc0ac\uc6a9\uc911\uc9c0 +button.inquire=\uc870\ud68c +button.update=\uc218\uc815 +button.create=\ub4f1\ub85d +button.delete=\uc0ad\uc81c +button.deleteDatabase=\uc644\uc804\uc0ad\uc81c +button.close=\ub2eb\uae30 +button.save=\uc800\uc7a5 +button.list=\ubaa9\ub85d +button.reset=\ucde8\uc18c +button.passwordUpdate=\uc554\ud638\ubcc0\uacbd +button.subscribe=\uac00\uc785\uc2e0\uccad +button.realname=\uc2e4\uba85\ud655\uc778 +button.moveToGpin=GPIN\uc2e4\uba85\ud655\uc778\uc73c\ub85c \uc774\ub3d9 +button.moveToIhidnum=\uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638 \uc2e4\uba85\ud655\uc778\uc73c\ub85c \uc774\ub3d9 +button.agree=\ub3d9\uc758 +button.disagree=\ube44\ub3d9\uc758 +button.possible=\uac00\ub2a5 +button.impossible=\ubd88\uac00\ub2a5 +button.qnaregist=Q&A\ub4f1\ub85d +button.cnsltregist=\uc0c1\ub2f4\ub4f1\ub85d +button.preview=\ubbf8\ub9ac\ubcf4\uae30 +button.next=\ub2e4\uc74c +button.add=\ubc14\ub85c\ucd94\uac00 +button.confirm=\ud655\uc778 +button.back = \ub4a4\ub85c +button.yes = \uc608 +button.no = \uc544\ub2c8\uc624 +button.home = \ud648 +button.user = \uc0ac\uc6a9\uc790\uc9c0\uc6d0 +button.cop = \ud611\uc5c5 +button.wrkstart = \ucd9c\uadfc +button.wrkend = \ud1f4\uadfc +button.reply = \ub2f5\uae00 +button.scrap = \uc2a4\ud06c\ub7a9 +button.comment = \ub313\uae00 +button.excel = \uc5d1\uc140 +button.init=\ucd08\uae30\ud654 +button.acknowledgment=\uc2b9\uc778 +button.cancelAcknowledgment=\uc2b9\uc778\ucde8\uc18c +button.bulkUpload=\uc77c\uad04\ub4f1\ub85d +button.log = \ub85c\uadf8 +button.set = \uc124\uc815 +button.move = \uc774\ub3d9 +button.answer = \ub2f5\ubcc0 + +#UI Common Message# +common.noScriptTitle.msg=\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8\ub97c \uc9c0\uc6d0\ud558\uc9c0 \uc54a\ub294 \ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c\ub294 \uc77c\ubd80 \uae30\ub2a5\uc744 \uc0ac\uc6a9\ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +common.searchCondition.msg=\uc774 \ub808\uc774\uc544\uc6c3\uc740 \ud558\ub2e8 \uc815\ubcf4\ub97c \ub300\ud55c \uac80\uc0c9 \uc815\ubcf4\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. + +common.summary.list={0}\uc758 \ub0b4\uc5ed\uc5d0 \ub300\ud55c \ubaa9\ub85d\uc744 \ucd9c\ub825\ud569\ub2c8\ub2e4. +common.summary.regist={0}\uc758 \ub4f1\ub85d \uac00\ub2a5\ud55c \ub0b4\uc6a9\uc744 \uc785\ub825\ud558\uc5ec \ub4f1\ub85d \ubc84\ud2bc\uc744 \ud074\ub9ad\ud558\uc5ec \ub4f1\ub85d\ud55c\ub2e4. +common.summary.update={0}\uc758 \ub4f1\ub85d \uac00\ub2a5\ud55c \ub0b4\uc6a9\uc744 \uc785\ub825\ud558\uc5ec \ub4f1\ub85d \ubc84\ud2bc\uc744 \ud074\ub9ad\ud558\uc5ec \uc218\uc815\ud55c\ub2e4. +common.summary.inqire={0}\uc758 \ub0b4\uc5ed\uc5d0 \ub300\ud55c \uc0c1\uc138\uc870\ud68c \ub0b4\uc5ed\uc744 \ucd9c\ub825\ud569\ub2c8\ub2e4. + +common.save.msg=\uc800\uc7a5\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +common.regist.msg=\ub4f1\ub85d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +common.delete.msg=\uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +common.update.msg=\uc218\uc815\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +common.nodata.msg=\uc790\ub8cc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \ub2e4\ub978 \uac80\uc0c9\uc870\uac74\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694 +common.required.msg=(\uc740)\ub294 \ud544\uc218\uc785\ub825\ud56d\ubaa9\uc785\ub2c8\ub2e4. +common.acknowledgement.msg=\uc2b9\uc778\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +common.acknowledgementcancel.msg=\uc2b9\uc778\ucde8\uc18c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +common.nocomment.msg=\ub313\uae00\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. +common.noguest.msg=\uc791\uc131\ub41c \ubc29\uba85\ub85d\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. + +success.request.msg = \uc694\uccad\ucc98\ub9ac\uac00 \uc131\uacf5\uc801\uc73c\ub85c \uc218\ud589\ub418\uc5c8\uc2b5\ub2c8\ub2e4. +success.common.select=\uc815\uc0c1\uc801\uc73c\ub85c \uc870\ud68c\ub418\uc5c8\uc2b5\ub2c8\ub2e4. +success.common.insert=\uc815\uc0c1\uc801\uc73c\ub85c \ub4f1\ub85d\ub418\uc5c8\uc2b5\ub2c8\ub2e4. +success.common.update=\uc815\uc0c1\uc801\uc73c\ub85c \uc218\uc815\ub418\uc5c8\uc2b5\ub2c8\ub2e4. +success.common.delete=\uc815\uc0c1\uc801\uc73c\ub85c \uc0ad\uc81c\ub418\uc5c8\uc2b5\ub2c8\ub2e4. + +common.imposbl.fileupload = \ub354 \uc774\uc0c1 \ud30c\uc77c\uc744 \ucca8\ubd80\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +common.isConfmDe.msg=\uc2b9\uc778\uc77c\uc790\ub97c \ud655\uc778 \ubc14\ub78d\ub2c8\ub2e4. +common.isExist.msg = \uc774\ubbf8 \uc874\uc7ac\ud558\uac70\ub098 \uacfc\uac70\uc5d0 \ub4f1\ub85d\uc774 \ub418\uc5c8\ub358 \uc0c1\ud0dc\uc785\ub2c8\ub2e4. + +fail.common.insert = \uc0dd\uc131\uc774 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4. +fail.common.update = \uc218\uc815\uc774 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4. +fail.common.delete = \uc0ad\uc81c\uac00 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4. +fail.common.delete.upperMenuExist = \ucc38\uc870\ub418\ub294 \uba54\ub274\uac00 \uc788\uc5b4 \uc0ad\uc81c\uac00 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4. +fail.common.select = \uc870\ud68c\uc5d0 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4. +fail.common.login = \ub85c\uadf8\uc778 \uc815\ubcf4\uac00 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +fail.common.loginIncorrect = {0}\ud68c \uc774\uc0c1 \ub85c\uadf8\uc778 \uc811\uc18d\uc774 \uc2dc\ub3c4 \ub418\uc5b4 \uacc4\uc815\uc774 \uc7a0\uaca8\uc2b5\ub2c8\ub2e4! +fail.common.login.password = \ud328\uc2a4\uc6cc\ub4dc \uc790\ub9ac \uc218\uac00 \uc77c\uce58 \ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.(8\uc790\ub9ac \uc774\uc0c1 20\uc790\ub9ac \uc774\ud558) +fail.common.idsearch = \uc544\uc774\ub514\ub97c \ucc3e\uc744\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +fail.common.pwsearch = \ube44\ubc00\ubc88\ud638\ub97c \ucc3e\uc744\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +fail.request.msg = \uc694\uccad\ucc98\ub9ac\ub97c \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4. +fail.common.login.ip = \ub4f1\ub85d\ub41c IP\uac00 \uc544\ub2c8\ubbc0\ub85c \ub85c\uadf8\uc778\uc774 \uac70\ubd80\ub418\uc5c8\uc2b5\ub2c8\ub2e4. + +#UI User Message# +fail.user.passwordUpdate1=\ud604\uc7ac \ube44\ubc00\ubc88\ud638\uac00 \ub9de\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +fail.user.passwordUpdate2=\ube44\ubc00\ubc88\ud638\uc640 \ube44\ubc00\ubc88\ud638 \ud655\uc778\uc774 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +info.user.rlnmCnfirm=\uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc2e4\uba85\ud655\uc778\uc744 \ud558\uc2ed\uc2dc\uc624. +success.user.rlnmCnfirm=\ud589\uc815\uc548\uc804\ubd80\uc758 \uc8fc\ubbfc\ub4f1\ub85d\uc790\ub8cc\uc640 \uc77c\uce58\ud569\ub2c8\ub2e4. +fail.user.rlnmCnfirm=\ud589\uc815\uc548\uc804\ubd80\uc758 \uc8fc\ubbfc\ub4f1\ub85d\uc790\ub8cc\uc640 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +fail.user.connectFail=\uc2dc\uc2a4\ud15c \uc7a5\uc560\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4.(\uc778\uc99d\uc11c\ubc84 \uc5f0\uacb0 \uc2e4\ud328) +info.user.rlnmPinCnfirm=\uacf5\uacf5 \uc544\uc774\ud540 \uc544\uc774\ub514\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc2e4\uba85\ud655\uc778\uc744 \ud558\uc2ed\uc2dc\uc624. +success.user.rlnmPinCnfirm=\uacf5\uacf5\uc544\uc774\ud540\uc758 \ub4f1\ub85d\uc790\ub8cc\uc640 \uc77c\uce58\ud569\ub2c8\ub2e4. +fail.user.rlnmPinCnfirm=\uacf5\uacf5\uc544\uc774\ud540\uc758 \ub4f1\ub85d\uc790\ub8cc\uc640 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. + +#Vlidator Errors# +errors.prefix=
+errors.suffix=

+ +errors.required={0}\uc740(\ub294) \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +errors.minlength={0}\uc740(\ub294) {1}\uc790 \uc774\uc0c1 \uc785\ub825\ud574\uc57c \ud569\ub2c8\ub2e4. +errors.maxlength={0}\uc740(\ub294) {1}\uc790 \uc774\uc0c1 \uc785\ub825\ud560\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +errors.invalid={0}\uc740(\ub294) \uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 \uac12\uc785\ub2c8\ub2e4. +errors.minInteger={0}\uc740(\ub294) \uc720\ud6a8\ud55c \uac12\uc774 \uc544\ub2d9\ub2c8\ub2e4. 1 \uc774\uc0c1\uc758 \uac12\uc744 \uc785\ub825\ud574\uc57c \ud569\ub2c8\ub2e4. +errors.byte={0}\uc740(\ub294) byte\ud0c0\uc785\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. +errors.short={0}\uc740(\ub294) short\ud0c0\uc785\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. +errors.integer={0}\uc740(\ub294) integer \ud0c0\uc785\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. +errors.long={0}\uc740(\ub294) long \ud0c0\uc785\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. +errors.float={0}\uc740(\ub294) float \ud0c0\uc785\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. +errors.double={0}\uc740(\ub294) double \ud0c0\uc785\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. + +errors.date={0}\uc740(\ub294) \ub0a0\uc9dc \uc720\ud615\uc774 \uc544\ub2d9\ub2c8\ub2e4. +errors.range={0}\uc740(\ub294) {1}\uacfc {2} \uc0ac\uc774\uc758 \uac12\uc774\uc5b4\uc57c \ud569\ub2c8\ub2e4. +errors.creditcard={0}\uc740(\ub294) \uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 \uc2e0\uc6a9\uce74\ub4dc \ubc88\ud638\uc785\ub2c8\ub2e4. +errors.email={0}\uc740(\ub294) \uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 \uc774\uba54\uc77c \uc8fc\uc18c\uc785\ub2c8\ub2e4. + +errors.ihidnum=\uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 \uc8fc\ubbfc\ub4f1\ub85d\ubc88\ud638\uc785\ub2c8\ub2e4. +errors.korean={0}\uc740(\ub294) \ud55c\uae00\uc744 \uc785\ub825\ud558\uc154\uc57c \ud569\ub2c8\ub2e4. +errors.ip=\uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 IP\uc8fc\uc18c\uc785\ub2c8\ub2e4. +errors.english={0}\uc740(\ub294) \uc601\ubb38\ub9cc \uc0ac\uc6a9\ud558\uc2e4\uc218 \uc788\uc2b5\ub2c8\ub2e4. +errors.notKorean={0}\uc740(\ub294) \ud55c\uae00\uc744 \uc0ac\uc6a9\ud558\uc2e4\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + +errors.password1={0}\uc740(\ub294) 8~20\uc790 \ub0b4\uc5d0\uc11c \uc785\ub825\ud574\uc57c \ud569\ub2c8\ub2e4. +errors.password2={0}\uc740(\ub294) \ud55c\uae00,\ud2b9\uc218\ubb38\uc790,\ub744\uc5b4\uc4f0\uae30\ub294 \ud5c8\uc6a9\ub418\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +errors.password3={0}\uc740(\ub294) \uc21c\ucc28\uc801\uc778 \uc22b\uc790\ub97c 4\uac1c\uc774\uc0c1 \uc5f0\uc18d\ud574\uc11c \uc0ac\uc6a9\ud560\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +errors.password4={0}\uc740(\ub294) \ubc18\ubcf5\ub418\ub294 \ubb38\uc790\ub098 \uc22b\uc790\ub97c 4\uac1c\uc774\uc0c1 \uc5f0\uc18d\ud574\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +errors.pwdcheckcomb3={0}\uc740(\ub294) \uc601\ubb38\uc790,\uc22b\uc790,\ud2b9\uc218\ubb38\uc790(~!@#$%^&*?)\uc758 \uc870\ud569\uc73c\ub85c \uc774\ub8e8\uc5b4 \uc838\uc57c \ud569\ub2c8\ub2e4. +errors.pwdcheckcomb4={0}\uc740(\ub294) \uc601\ubb38\ub300\ubb38\uc790,\uc601\ubb38\uc18c\ubb38\uc790,\uc22b\uc790,\ud2b9\uc218\ubb38\uc790(~!@#$%^&*?)\uc758 \uc870\ud569\uc73c\ub85c \uc774\ub8e8\uc5b4 \uc838\uc57c \ud569\ub2c8\ub2e4. +errors.pwdcheckseries={0}\uc740(\ub294) \uc21c\ucc28\uc801\uc778 \ubb38\uc790\ub098 \uc22b\uc790\ub97c 3\uac1c\uc774\uc0c1 \uc5f0\uc18d\ud574\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +errors.pwdcheckrepeat={0}\uc740(\ub294) \ubc18\ubcf5\ub418\ub294 \ubb38\uc790\ub098 \uc22b\uc790\ub97c 3\uac1c\uc774\uc0c1 \uc5f0\uc18d\ud574\uc11c \uc0ac\uc6a9\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + +error.security.runtime.error = error + +info.password.rule.password1 = - 8\uc774\uc0c1 20\uc790\ub9ac \uc774\ud558 +info.password.rule.pwdcheckcomb3 = - \uc601\ubb38\uc790,\uc22b\uc790,\ud2b9\uc218\ubb38\uc790(~!@#$%^&*?)\uc758 \uc870\ud569 +info.password.rule.pwdcheckcomb4 = - \uc601\ubb38\ub300\ubb38\uc790,\uc601\ubb38\uc18c\ubb38\uc790,\uc22b\uc790,\ud2b9\uc218\ubb38\uc790(~!@#$%^&*?)\uc758 \uc870\ud569 +info.password.rule.pwdcheckseries = - 3\uc790\ub9ac \uc774\uc0c1 \ubc18\ubcf5 \ub610\ub294 \uc5f0\uc18d\ub41c \ubb38\uc790 \uc0ac\uc6a9 \uae08\uc9c0. \uc608)kkk , 321 \ub4f1 \uc0ac\uc6a9\uae08\uc9c0 + +#Xss Errors# +errors.xss.checkerUser=\ud574\ub2f9 \uae30\ub2a5\uc5d0 \ub300\ud55c \uc0ac\uc6a9 \ubc0f \ucc98\ub9ac \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. + +#File Upload / Download +errors.file.extension=\uc9c0\uc6d0\ub418\ub294 \ud30c\uc77c\uc720\ud615\uc774 \uc544\ub2d9\ub2c8\ub2e4. +errors.file.transfer=\ud30c\uc77c\uc804\uc1a1\uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. +success.file.transfer=\ud30c\uc77c\uc804\uc1a1\uc774 \uc644\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4. + +#common# +comCmmErr.button=\uc774\uc804 \ud398\uc774\uc9c0 + +#accessDenied# +comCmmErr.accessDenied.title=\ud604\uc7ac \ud398\uc774\uc9c0\uc5d0 \ub300\ud55c \uc811\uadfc\uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4! +comCmmErr.accessDenied.code=\uc0ac\uc6a9\uc790\uc811\uadfc\uad8c\ud55c \uc5d0\ub7ec + +#dataAccessFailure# +comCmmErr.dataAccessFailure.title=\ub370\uc774\ud130 \ucc98\ub9ac \uc911 \uc624\ub958\uac00 \ubc1c\uc0dd\ud558\uc600\uc2b5\ub2c8\ub2e4! +comCmmErr.dataAccessFailure.code=\ub370\uc774\ud130\ucc98\ub9ac \uc5d0\ub7ec + +#bizException# +comCmmErr.bizException.title=\ube44\uc988\ub2c8\uc2a4 \ub85c\uc9c1 \ucc98\ub9ac \uc911 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4! +comCmmErr.bizException.code=\ube44\uc988\ub2c8\uc2a4\ub85c\uc9c1\ucc98\ub9ac \uc5d0\ub7ec + +#runtimeException# +comCmmErr.runtimeException.title=\uc54c \uc218 \uc5c6\ub294 \uc624\ub958\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4! +comCmmErr.runtimeException.code=\uc2dc\uc2a4\ud15c \uc5d0\ub7ec + +#sessionException# +comCmmErr.sessionException.title=\uc138\uc158\uc774 \ub9cc\ub8cc\ub418\uc5c8\uc2b5\ub2c8\ub2e4! +comCmmErr.sessionException.code=\uc138\uc158\ub9cc\ub8cc \uc5d0\ub7ec + + +#top# +comCmm.top.title=\uc804\uc790\uc815\ubd80 \ud45c\uc900\ud504\ub808\uc784\uc6cc\ud06c \uacf5\ud1b5\ucef4\ud3ec\ub10c\ud2b8 VERSION 4.0 +comCmm.top.leftSessionTime=\uc138\uc158\ub9cc\ub8cc \ub0a8\uc740\uc2dc\uac04 +comCmm.top.incSessionTime=\uc2dc\uac04\uc5f0\uc7a5 +comCmm.top.expiredSessionTime=\uc2dc\uac04\ub9cc\ub8cc +comCmm.top.expireSessionTimeInfo=\ub85c\uadf8\uc778 \uc138\uc158\uc2dc\uac04\uc774 \ub9cc\ub8cc \ub418\uc5c8\uc2b5\ub2c8\ub2e4. +comCmm.top.cantIncSessionTime=\uc2dc\uac04\uc744 \uc5f0\uc7a5\ud560\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + +#left# +comCmm.mai.title=\ud3ec\ud138(\uc608\uc81c) \uba54\uc778\ud654\uba74 +comCmm.uat.title=\uc0ac\uc6a9\uc790\ub514\ub809\ud1a0\ub9ac/\ud1b5\ud569\uc778\uc99d +comCmm.sec.title=\ubcf4\uc548 +comCmm.sts.title=\ud1b5\uacc4/\ub9ac\ud3ec\ud305 +comCmm.cop.title=\ud611\uc5c5 +comCmm.uss.title=\uc0ac\uc6a9\uc790\uc9c0\uc6d0 +comCmm.sym.title=\uc2dc\uc2a4\ud15c\uad00\ub9ac +comCmm.ssi.title=\uc2dc\uc2a4\ud15c/\uc11c\ube44\uc2a4\uc5f0\uacc4 +comCmm.dam.title=\ub514\uc9c0\ud138 \uc790\uc0b0 \uad00\ub9ac +comCmm.com.title=\uc694\uc18c\uae30\uc220 +comCmm.ext.title=\uc678\ubd80 \ucd94\uac00 \ucef4\ud3ec\ub10c\ud2b8 + +#component# +#\ud3ec\ud0c8 \uba54\uc778\ud654\uba74# +comCmm.left.1=\ud3ec\ud138(\uc608\uc81c) \uba54\uc778\ud654\uba74 + +#\uc0ac\uc6a9\uc790\ub514\ub809\ud1a0\ub9ac/\ud1b5\ud569\uc778\uc99d# +comCmm.left.10=\ub85c\uadf8\uc778 +comCmm.left.30=\ub85c\uadf8\uc778\uc815\ucc45\uad00\ub9ac + +#\ubcf4\uc548# +comCmm.left.60=\uad8c\ud55c\uad00\ub9ac +comCmm.left.70=\uad8c\ud55c\uadf8\ub8f9\uad00\ub9ac +comCmm.left.80=\uadf8\ub8f9\uad00\ub9ac +comCmm.left.90=\ub864\uad00\ub9ac +comCmm.left.100=\ubd80\uc11c\uad8c\ud55c\uad00\ub9ac + +#\ud1b5\uacc4/\ub9ac\ud3ec\ud305# +comCmm.left.120=\uac8c\uc2dc\ubb3c\ud1b5\uacc4 +comCmm.left.130=\uc0ac\uc6a9\uc790\ud1b5\uacc4 +comCmm.left.140=\uc811\uc18d\ud1b5\uacc4 +comCmm.left.150=\ud654\uba74\ud1b5\uacc4 +comCmm.left.160=\ubcf4\uace0\uc11c\ud1b5\uacc4 +comCmm.left.161=\uc790\ub8cc\uc774\uc6a9\ud604\ud669\ud1b5\uacc4 + +\ud611\uc5c5 +comCmm.left.170=\ube14\ub85c\uadf8\uad00\ub9ac +comCmm.left.180=\uac8c\uc2dc\ud310\uad00\ub9ac +comCmm.left.190=\uac8c\uc2dc\ud310\uc0ac\uc6a9\uc815\ubcf4 +comCmm.left.200=\ud15c\ud50c\ub9bf\uad00\ub9ac +comCmm.left.250=\uc2a4\ud06c\ub7a9 \ubaa9\ub85d +comCmm.left.270=\ucee4\ubba4\ub2c8\ud2f0\uad00\ub9ac +comCmm.left.310=\ubb38\uc790\uba54\uc2dc\uc9c0 +comCmm.left.320=\ubd80\uc11c\uc77c\uc815\uad00\ub9ac +comCmm.left.330=\uc77c\uc815\uad00\ub9ac +comCmm.left.340=\uc77c\uc9c0\uad00\ub9ac +comCmm.left.350=\uc804\uccb4\uc77c\uc815\uad00\ub9ac +comCmm.left.360=\uba54\uc77c\ubc1c\uc1a1 +comCmm.left.361=\ubc1c\uc1a1\uba54\uc77c\ub0b4\uc5ed +comCmm.left.370=\uba85\ud568\uad00\ub9ac +comCmm.left.371=\ub0b4\uba85\ud568\ubaa9\ub85d +comCmm.left.380=\uc8fc\uc18c\ub85d\uad00\ub9ac +comCmm.left.390=\uac04\ubd80\uc77c\uc815\uad00\ub9ac +comCmm.left.400=\ubd80\uc11c\uc5c5\ubb34\ud568\uad00\ub9ac +comCmm.left.401=\ubd80\uc11c\uc5c5\ubb34\uc815\ubcf4 +comCmm.left.410=\uc8fc\uac04/\uc6d4\uac04\ubcf4\uace0\uad00\ub9ac +comCmm.left.420=\uba54\ubaa8\ud560\uc77c\uad00\ub9ac +comCmm.left.430=\uba54\ubaa8\ubcf4\uace0 + +#\uc0ac\uc6a9\uc790\uc9c0\uc6d0# +comCmm.left.450=\uae30\uc5c5\ud68c\uc6d0\uad00\ub9ac +comCmm.left.460=\uc5c5\ubb34\uc0ac\uc6a9\uc790\uad00\ub9ac +comCmm.left.461=\ubd80\uc11c\uad00\ub9ac +comCmm.left.470=\uc77c\ubc18\ud68c\uc6d0\uad00\ub9ac +comCmm.left.480=\ub9c8\uc774\ud398\uc774\uc9c0\uad00\ub9ac +comCmm.left.490=\uc57d\uad00\uad00\ub9ac +comCmm.left.500=\uc800\uc791\uad8c\ubcf4\ud638\uc815\ucc45 +comCmm.left.510=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45\ud655\uc778 +comCmm.left.520=\ub3c4\uc6c0\ub9d0 +comCmm.left.530=\uc6a9\uc5b4\uc0ac\uc804 +comCmm.left.540=FAQ\uad00\ub9ac +comCmm.left.550=Q&A\uad00\ub9ac +comCmm.left.551=Q&A\ub2f5\ubcc0\uad00\ub9ac +comCmm.left.560=\ud589\uc815\uc804\ubb38\uc6a9\uc5b4\uc0ac\uc804 +comCmm.left.561=\ud589\uc815\uc804\ubb38\uc6a9\uc5b4\uc0ac\uc804\uad00\ub9ac +comCmm.left.570=\uc628\ub77c\uc778\ub9e4\ub274\uc5bc +comCmm.left.571=\uc0ac\uc6a9\uc790\uc628\ub77c\uc778\ub9e4\ub274\uc5bc +comCmm.left.580=\uc0c1\ub2f4\uad00\ub9ac +comCmm.left.581=\uc0c1\ub2f4\ub2f5\ubcc0\uad00\ub9ac +comCmm.left.590=\uc124\ubb38\uad00\ub9ac +comCmm.left.600=\uc124\ubb38\uc870\uc0ac +comCmm.left.610=\uc124\ubb38\ud15c\ud50c\ub9bf\uad00\ub9ac +comCmm.left.620=\uc751\ub2f5\uc790\uad00\ub9ac +comCmm.left.630=\uc9c8\ubb38\uad00\ub9ac +comCmm.left.640=\ud56d\ubaa9\uad00\ub9ac +comCmm.left.650=\ud68c\uc758\uad00\ub9ac +comCmm.left.660=\uc628\ub77c\uc778poll\uad00\ub9ac +comCmm.left.661=\uc628\ub77c\uc778poll\ucc38\uc5ec +comCmm.left.670=\ub274\uc2a4\uad00\ub9ac +comCmm.left.680=\uc0ac\uc774\ud2b8\uad00\ub9ac +comCmm.left.700=\ucd94\ucc9c\uc0ac\uc774\ud2b8\uad00\ub9ac +comCmm.left.710=\ud589\uc0ac/\uc774\ubca4\ud2b8/\ucea0\ud398\uc778 +comCmm.left.711=\uc678\ubd80\uc778\uc0ac\uc815\ubcf4 +comCmm.left.720=\ud31d\uc5c5\ucc3d\uad00\ub9ac +comCmm.left.730=\uc815\ubcf4\uc54c\ub9bc\uc774 +comCmm.left.740=\ubc30\ub108\uad00\ub9ac +comCmm.left.741=MYPAGE\ubc30\ub108\uad00\ub9ac +comCmm.left.750=\ub85c\uadf8\uc778\ud654\uba74\uc774\ubbf8\uc9c0\uad00\ub9ac +comCmm.left.760=\ucd5c\uadfc\uac80\uc0c9\uc5b4 \uc870\ud68c +comCmm.left.770=\uba54\uc778\uc774\ubbf8\uc9c0\uad00\ub9ac +comCmm.left.771=\uba54\uc778\uc774\ubbf8\uc9c0 \ubc18\uc601\uacb0\uacfc\ubcf4\uae30 +comCmm.left.780=\ud1b5\ud569\ub9c1\ud06c\uad00\ub9ac +comCmm.left.790=\uc0ac\uc6a9\uc790\ubd80\uc7ac\uad00\ub9ac +comCmm.left.800=\uc778\ud130\ub137\uc11c\ube44\uc2a4\uc548\ub0b4\ubc0f\uad00\ub9ac +comCmm.left.810=Wiki\uae30\ub2a5 +comCmm.left.820=RSS\ud0dc\uadf8\uad00\ub9ac +comCmm.left.822=RSS\ud0dc\uadf8\uc11c\ube44\uc2a4 +comCmm.left.830=Twitter\uc5f0\ub3d9 +comCmm.left.831=Facebook \uc5f0\ub3d9 +comCmm.left.840=\ucabd\uc9c0\uad00\ub9ac +comCmm.left.850=\ubc1b\uc740\ucabd\uc9c0\ud568\uad00\ub9ac +comCmm.left.860=\ubcf4\ub0b8\ucabd\uc9c0\ud568\uad00\ub9ac +comCmm.left.870=\ud68c\uc758\uc2e4\uad00\ub9ac +comCmm.left.871=\ud68c\uc758\uc2e4\uc608\uc57d\uad00\ub9ac +comCmm.left.890=\uc9c1\uc6d0\uacbd\uc870\uc0ac\uad00\ub9ac +comCmm.left.891=\uc9c1\uc6d0\uacbd\uc870\uc0ac\uc2b9\uc778\uad00\ub9ac +comCmm.left.900=\ud734\uac00\uad00\ub9ac +comCmm.left.901=\ud734\uac00\uc2b9\uc778\uad00\ub9ac +comCmm.left.902=\uac1c\uc778\uc5f0\ucc28\uad00\ub9ac +comCmm.left.910=\ub2f9\uc9c1\uad00\ub9ac +comCmm.left.911=\ub2f9\uc9c1\uccb4\ud06c\uad00\ub9ac +comCmm.left.920=\ud3ec\uc0c1\uad00\ub9ac +comCmm.left.921=\ud3ec\uc0c1\uc2b9\uc778\uad00\ub9ac +comCmm.left.930=\uae30\ub150\uc77c\uad00\ub9ac +comCmm.left.931=\uae30\ub150\uc77c\ubaa9\ub85d(\ud655\uc778\uc6a9) +comCmm.left.940=\ud589\uc0ac\uc2e0\uccad\uad00\ub9ac +comCmm.left.941=\ud589\uc0ac\uc811\uc218\uad00\ub9ac +comCmm.left.942=\ud589\uc0ac\uc811\uc218\uc2b9\uc778\uad00\ub9ac +comCmm.left.943=\uc57d\ub3c4 \uad00\ub9ac +comCmm.left.950=\ucd9c\ud1f4\uadfc\uad00\ub9ac + +#\uc2dc\uc2a4\ud15c\uad00\ub9ac# +comCmm.left.960=\uacf5\ud1b5\ubd84\ub958\ucf54\ub4dc +comCmm.left.970=\uacf5\ud1b5\uc0c1\uc138\ucf54\ub4dc +comCmm.left.980=\uacf5\ud1b5\ucf54\ub4dc +comCmm.left.1000=\uc6b0\ud3b8\ubc88\ud638\uad00\ub9ac +comCmm.left.1010=\ud589\uc815\ucf54\ub4dc\uad00\ub9ac +comCmm.left.1020=\uae30\uad00\ucf54\ub4dc\uc218\uc2e0 +comCmm.left.1030=\ub85c\uadf8\uad00\ub9ac +comCmm.left.1040=\uc0ac\uc6a9\ub85c\uadf8\uad00\ub9ac +comCmm.left.1050=\uc1a1/\uc218\uc2e0\ub85c\uadf8\uad00\ub9ac +comCmm.left.1060=\uc2dc\uc2a4\ud15c\uc774\ub825\uad00\ub9ac +comCmm.left.1070=\uc6f9\ub85c\uadf8\uad00\ub9ac +comCmm.left.1080=\uc811\uc18d\ub85c\uadf8\uad00\ub9ac +comCmm.left.1085=\uac1c\uc778\uc815\ubcf4\uc870\ud68c\ub85c\uadf8\uad00\ub9ac +comCmm.left.1090=\uba54\ub274\ub9ac\uc2a4\ud2b8\uad00\ub9ac +comCmm.left.1091=\uba54\ub274\uad00\ub9ac\ub9ac\uc2a4\ud2b8 +comCmm.left.1100=\uba54\ub274\uc0dd\uc131\uad00\ub9ac +comCmm.left.1101=\uc0ac\uc774\ud2b8\ub9f5 +comCmm.left.1110=\ubc14\ub85c\uac00\uae30\uba54\ub274\uad00\ub9ac +comCmm.left.1111=\ud504\ub85c\uadf8\ub7a8\uad00\ub9ac +comCmm.left.1112=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad\uad00\ub9ac +comCmm.left.1113=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad\ucc98\ub9ac +comCmm.left.1114=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc774\ub825 +comCmm.left.1120=\ubc30\uce58\uc791\uc5c5\uad00\ub9ac +comCmm.left.1130=\ubc30\uce58\uacb0\uacfc\uad00\ub9ac +comCmm.left.1140=\uc2a4\ucf00\uc904\ucc98\ub9ac +comCmm.left.1150=\ubc31\uc5c5\uad00\ub9ac +comCmm.left.1151=\ubc31\uc5c5\uacb0\uacfc\uad00\ub9ac +comCmm.left.1160=\ub124\ud2b8\uc6cc\ud06c\uad00\ub9ac +comCmm.left.1170=\uc11c\ubc84\uc815\ubcf4\uad00\ub9ac +comCmm.left.1171=\uc11c\ubc84(S/W)\ubaa9\ub85d +comCmm.left.1180=\uc7a5\uc560\uc2e0\uccad\uad00\ub9ac +comCmm.left.1190=\uc7a5\uc560\ucc98\ub9ac\uacb0\uacfc\uad00\ub9ac + +#\uc2dc\uc2a4\ud15c/\uc11c\ube44\uc2a4\uc5f0\uacc4# +comCmm.left.1210=\uc2dc\uc2a4\ud15c\uc5f0\uacc4\uad00\ub9ac +comCmm.left.1220=\uc5f0\uacc4\ud604\ud669\uad00\ub9ac +comCmm.left.1230=\uc5f0\uacc4\uba54\uc2dc\uc9c0\uad00\ub9ac +comCmm.left.1240=\uc5f0\uacc4\uae30\uad00\uad00\ub9ac + +#\ub514\uc9c0\ud138 \uc790\uc0b0 \uad00\ub9ac# +comCmm.left.1250=\uac1c\uc778\uc9c0\uc2dd\uad00\ub9ac +comCmm.left.1260=\uc9c0\uc2dd\ub9f5\uad00\ub9ac(\uc720\ud615) +comCmm.left.1261=\uc9c0\uc2dd\ub9f5\uad00\ub9ac(\uc870\uc9c1) +comCmm.left.1270=\uc9c0\uc2dd\uc804\ubb38\uac00\uad00\ub9ac +comCmm.left.1280=\uc9c0\uc2dd\uc815\ubcf4\uad00\ub9ac +comCmm.left.1290=\uc9c0\uc2dd\ud3c9\uac00\uad00\ub9ac +comCmm.left.1291=\uc9c0\uc2dd\uc815\ubcf4\uc81c\uacf5 + +#\uc694\uc18c\uae30\uc220# +comCmm.left.1300=\uacf5\ud734\uc77c\uad00\ub9ac(\ub2ec\ub825) +comCmm.left.2080=\uc1a1\uc218\uc2e0\ubaa8\ub2c8\ud130\ub9c1 +comCmm.left.2090=DB\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1 +comCmm.left.2100=HTTP\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1 +comCmm.left.2110=\ud504\ub85c\uc138\uc2a4\ubaa8\ub2c8\ud130\ub9c1 +comCmm.left.2120=\ub124\ud2b8\uc6cc\ud06c\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1 +comCmm.left.2130=\ud30c\uc77c\uc2dc\uc2a4\ud15c\ubaa8\ub2c8\ud130\ub9c1 +comCmm.left.2140=\ud504\ub85d\uc2dc\uc11c\ube44\uc2a4 +comCmm.left.2150=\ud30c\uc77c\ub3d9\uae30\ud654(\ub300\uc0c1\uc11c\ubc84) +comCmm.left.2160=\ub85c\uadf8\uc778\uc138\uc158\uc815\ubcf4\uccb4\ud06c +comCmm.left.2170=\uc11c\ubc84\uc790\uc6d0\ubaa8\ub2c8\ud130\ub9c1-\ub300\uc0c1\ubaa9\ub85d +comCmm.left.2180=\uc8fc\uc18c\uc815\ubcf4\uc5f0\uacc4 +comCmm.left.2200=\uc554\ud638\ud654/\ubcf5\ud638\ud654 + +#\uc678\ubd80 \ucd94\uac00 \ucef4\ud3ec\ub10c\ud2b8# +comCmm.left.3000=JFile \uac00\uc774\ub4dc +comCmm.left.3010=JFile \ud30c\uc77c \uc5c5\ub85c\ub4dc +comCmm.left.3020=JFile \ud30c\uc77c \ub2e4\uc6b4\ub85c\ub4dc +comCmm.left.3100=LDAP \uc870\uc9c1\ub3c4 \ud2b8\ub9ac +comCmm.left.3110=LDAP \uc870\uc9c1\ub3c4 \uadf8\ub798\ud504 +comCmm.left.3200=\uc6f9\uc18c\ucf13 \uba54\uc2e0\uc800 + +#EgovUnitContent(\ub85c\uadf8\uc778 \ud6c4 \ud398\uc774\uc9c0)# +comCmm.unitContent.1=\uacf5\ud1b5\ucef4\ud3ec\ub10c\ud2b8 +comCmm.unitContent.2=\ub2d8 \ud658\uc601\ud569\ub2c8\ub2e4. +comCmm.unitContent.3=\ub85c\uadf8\uc544\uc6c3 +comCmm.unitContent.4=\uc2e4\ud589 \uc2dc \uc624\ub958 \uc0ac\ud56d\uc774 \uc788\uc73c\uc2dc\uba74 \ud45c\uc900\ud504\ub808\uc784\uc6cc\ud06c\uc13c\ud130\ub85c \uc5f0\ub77d\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4. +comCmm.unitContent.5=\ud654\uba74 \uc124\uba85 +comCmm.unitContent.6=\uc67c\ucabd \uba54\ub274\ub294 \uba54\ub274\uc640 \uad00\ub828\ub41c \ucef4\ud3ec\ub10c\ud2b8(\uba54\ub274\uad00\ub9ac, \uc0ac\uc774\ud2b8\ub9f5 \ub4f1)\ub4e4\uc758 \uc601\ud5a5\uc744 \ubc1b\uc9c0 \uc54a\uc73c\uba70, +comCmm.unitContent.7=\uac01 \ucef4\ud3ec\ub10c\ud2b8\ub97c \uc27d\uac8c \ucc3e\uc544\ubcfc \uc218 \uc788\ub294 \ubc14\ub85c \uac00\uae30 \ub9c1\ud06c\ud398\uc774\uc9c0\uc785\ub2c8\ub2e4. +comCmm.unitContent.8=\ucef4\ud3ec\ub10c\ud2b8 \uc124\uce58 \ud6c4 \uc124\uce58\ub41c \ucef4\ud3ec\ub10c\ud2b8\ub4e4\uc744 IncludedInfo annotation\uc744 \ud1b5\ud574 \ucc3e\uc544\ub0b8 \ud6c4 +comCmm.unitContent.9=\ud654\uba74\uc5d0 \ud45c\uc2dc\ud560 \uc815\ubcf4\ub97c \ucc98\ub9ac\ud558\ub294 Controller \ud074\ub798\uc2a4\uc785\ub2c8\ub2e4. +comCmm.unitContent.10=\uac1c\ubc1c \uc2dc \uba54\ub274 \uad6c\uc870\uac00 \uc7a1\ud788\uae30 \uc804\uc5d0 \ubc30\ud3ec \ud30c\uc77c\ub4e4\uc5d0 \ud3ec\ud568\ub41c \uacf5\ud1b5 \ucef4\ud3ec\ub10c\ud2b8\ub4e4\uc758 \ubaa9\ub85d\uc131 \ud654\uba74\uc5d0 URL\uc744 \uc81c\uacf5\ud558\uc5ec +comCmm.unitContent.11=\uac1c\ubc1c\uc790\uac00 \ud3b8\ub9ac\ud558\uac8c \ud65c\uc6a9\ud560 \uc218 \uc788\ub3c4\ub85d \uc791\uc131\ub418\uc5c8\uc2b5\ub2c8\ub2e4. +comCmm.unitContent.12=\uc6b4\uc601 \uc2dc\uc5d0 \ubcf8 \ucee8\ud2b8\ub864\uc744 \uc0ac\uc6a9\ud558\uc5ec \uba54\ub274\ub97c \uad6c\uc131\ud558\ub294 \uacbd\uc6b0, +comCmm.unitContent.13=\uc131\ub2a5 \ubb38\uc81c\ub97c \uc77c\uc73c\ud0a4\uac70\ub098 \uc0ac\uc6a9\uc790\ubcc4 \uba54\ub274 \uad6c\uc131\uc5d0 \uc624\ub958\ub97c \ubc1c\uc0dd\ud560 \uc218 \uc788\uae30 \ub54c\ubb38\uc5d0 +comCmm.unitContent.14=\uc2e4 \uc6b4\uc601 \uc2dc\uc5d0\ub294 \uc0ad\uc81c\ud574\uc11c \ubc30\ud3ec\ud558\ub294 \uac83\uc744 \uad8c\uc7a5\ud574 \ub4dc\ub9bd\ub2c8\ub2e4. + +comCmm.unitContent.20=\ube44\ubc00\ubc88\ud638 \uc720\ud6a8\uae30\uac04 \ub9cc\ub8cc \uc548\ub0b4 + +#EgovExpirePwd(\ube44\ubc00\ubc88\ud638\ubcc0\uacbd \uacf5\uc9c0)# +comCmm.expirePwdContent.1=\ub85c\uadf8\uc778 +comCmm.expirePwdContent.2=\ub85c\uadf8\uc778 \uad6c\ubd84 + +comCmm.expirePwdContent.10=\uc5c5\ubb34\uc0ac\uc6a9\uc790 +comCmm.expirePwdContent.11=\uae30\uc5c5\ud68c\uc6d0 +comCmm.expirePwdContent.12=\uc77c\ubc18\ud68c\uc6d0 + +comCmm.expirePwdContent.21=\ube44\ubc00\ubc88\ud638 \uc720\ud6a8\uae30\uac04\uc758 \ubcc0\uacbd\uc740 \ub2e4\uc74c \ud30c\uc77c\uc744 \ucc38\uc870\ud558\uc5ec \uc8fc\uc138\uc694. +comCmm.expirePwdContent.22=\ube44\ubc00\ubc88\ud638 \uc720\ud6a8\uae30\uac04 \ub9cc\ub8cc +comCmm.expirePwdContent.23=\ube44\ubc00\ubc88\ud638 \uc720\ud6a8\uae30\uac04\uc774 \ub9cc\ub8cc \ub418\uc5c8\uc2b5\ub2c8\ub2e4. +comCmm.expirePwdContent.24=\uc548\uc804\ud55c \uac1c\uc778\uc815\ubcf4 \ubcf4\ud638\ub97c \uc704\ud574 \uc9c0\uae08 \ube44\ubc00\ubc88\ud638\ub97c \ubcc0\uacbd\ud574 \uc8fc\uc138\uc694! +comCmm.expirePwdContent.25=\ube44\ubc00\ubc88\ud638 \uc720\ud6a8\uae30\uac04 \ucd08\uacfc\uc77c\uc218 +comCmm.expirePwdContent.26=\ube44\ubc00\ubc88\ud638 \uc720\ud6a8\uae30\uac04 +comCmm.expirePwdContent.27=\ube44\ubc00\ubc88\ud638 \ubcc0\uacbd\ud6c4 \uacbd\uacfc\uc77c\uc218 +comCmm.expirePwdContent.28=\ube44\ubc00\ubc88\ud638 \uc720\ud6a8\uae30\uac04 \ucd08\uacfc\uc77c\uc218 +comCmm.expirePwdContent.29=\uc8fc\uae30\uc801\uc73c\ub85c \ube44\ubc00\ubc88\ud638\ub97c \ubcc0\uacbd\ud574 \uc8fc\uc138\uc694. +comCmm.expirePwdContent.30=\uc77c + +comCmm.expirePwdContent.50=\uc9c0\uae08 \uc989\uc2dc \ubcc0\uacbd\ud558\uae30 +comCmm.expirePwdContent.51=\ub2e4\uc74c\uc5d0 \ubcc0\uacbd\ud558\uae30 \ No newline at end of file diff --git a/bin/main/messages/urp/message.properties b/bin/main/messages/urp/message.properties new file mode 100644 index 00000000..21f0677f --- /dev/null +++ b/bin/main/messages/urp/message.properties @@ -0,0 +1,6025 @@ +#\uc8fc\uc18c\ub85d\uad00\ub9ac Message# +comCopAdb.title=\uc8fc\uc18c\ub85d\uad00\ub9ac + +comCopAdb.searchCondition.searchCnd0=\uc8fc\uc18c\ub85d\uba85 +comCopAdb.searchCondition.searchCnd1=\uacf5\uac1c\ubc94\uc704 +comCopAdb.searchCondition.searchCnd2=\ub4f1\ub85d\uc790 + +comCopAdb.validate.isUser=\uc774\ubbf8 \ub4f1\ub85d\ub41c \uc0ac\ub78c\uc785\ub2c8\ub2e4. + +comCopAdb.searchCondition.userNm = \uc0ac\uc6a9\uc790 \uba85 +comCopAdb.searchCondition.group = \uadf8\ub8f9 +comCopAdb.btn.groupInquire = \uadf8\ub8f9\uc870\ud68c \ud31d\uc5c5 + +comCopAdb.list.adbkNm=\uc8fc\uc18c\ub85d\uba85 +comCopAdb.list.othbcScope=\uacf5\uac1c\ubc94\uc704 + +comCopAdb.regist.adbkNm = \uc8fc\uc18c\ub85d\uba85 +comCopAdb.regist.othbcScope = \uacf5\uac1c\ubc94\uc704 +comCopAdb.regist.company = \ud68c\uc0ac +comCopAdb.regist.part = \ubd80\uc11c +comCopAdb.regist.man = \uac1c\uc778 +comCopAdb.regist.adbkUser = \uad6c\uc131\uc6d0 +comCopAdb.regist.findAdbkUser = \uad6c\uc131\uc6d0 \ucc3e\uae30 + + +comCopAdb.registList.id=\uc544\uc774\ub514 +comCopAdb.registList.name=\uc774\ub984 +comCopAdb.registList.email=\uc774\uba54\uc77c +comCopAdb.registList.homeTel=\uc9d1\uc804\ud654\ubc88\ud638 +comCopAdb.registList.mobileTel=\ud734\ub300\ud3f0\uc804\ud654\ubc88\ud638 +comCopAdb.registList.officeTel=\ud68c\uc0ac\ubc88\ud638 +comCopAdb.registList.faxNum=\ud329\uc2a4\ubc88\ud638 +comCopAdb.registList.del=\uc0ad\uc81c + +comCopAdb.popopUserList.title=\uc0ac\uc6a9\uc790 \ubaa9\ub85d + +comCopAdb.popopUserList.title1=\uc0ac\uc6a9\uc790 \ubaa9\ub85d +comCopAdb.popopUserList.title2=\uba85\ud568\ubaa9\ub85d + +comCopAdb.popopUserListSearchCondition.searchUser=\uc0ac\uc6a9\uc790\uba85 +comCopAdb.popopUserListSearchCondition.searchMyNcrd=\uba85\ud568\uba85 + +comCopAdb.popopUserList.id=\uc0ac\uc6a9\uc790\uc544\uc774\ub514 +comCopAdb.popopUserList.name=\uc0ac\uc6a9\uc790\uba85 +comCopAdb.popopUserList.myNcrdId=\uba85\ud568\uc544\uc774\ub514 +comCopAdb.popopUserList.myNcrdNm=\uba85\ud568\uba85 +comCopAdb.popopUserList.email=\uc774\uba54\uc77c +comCopAdb.popopUserList.homeTel=\uc9d1\uc804\ud654\ubc88\ud638 +comCopAdb.popopUserList.mobileTel=\ud734\ub300\ud3f0\ubc88\ud638 +comCopAdb.popopUserList.officeTel=\ud68c\uc0ac\ubc88\ud638 +comCopAdb.popopUserList.faxNum=\ud329\uc2a4\ubc88\ud638 + + +#\uac8c\uc2dc\ud310\uc18d\uc131\uad00\ub9ac BBS Master# +comCopBbs.boardMasterVO.title=\uac8c\uc2dc\ud310 + +comCopBbs.boardMasterVO.list.bbsNm=\uac8c\uc2dc\ud310\uba85 +comCopBbs.boardMasterVO.list.bbsIntrcn=\uac8c\uc2dc\ud310\uc18c\uac1c\ub0b4\uc6a9 +comCopBbs.boardMasterVO.list.useAt=\uc0ac\uc6a9\uc5ec\ubd80 + +comCopBbs.boardMasterVO.detail.bbsNm=\uac8c\uc2dc\ud310\uba85 +comCopBbs.boardMasterVO.detail.bbsIntrcn=\uac8c\uc2dc\ud310\uc18c\uac1c\ub0b4\uc6a9 +comCopBbs.boardMasterVO.detail.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comCopBbs.boardMasterVO.detail.replyPosblAt=\ub2f5\uc7a5\uac00\ub2a5\uc5ec\ubd80 +comCopBbs.boardMasterVO.detail.fileAtchPosblAt=\ud30c\uc77c\ucca8\ubd80\uac00\ub2a5\uc5ec\ubd80 +comCopBbs.boardMasterVO.detail.atchPosblFileNumber=\ucca8\ubd80\uac00\ub2a5\ud30c\uc77c\uc22b\uc790 +comCopBbs.boardMasterVO.detail.bbsTyCode=\uac8c\uc2dc\ud310 \uc720\ud615 +comCopBbs.boardMasterVO.detail.bbsAdres=\uac8c\uc2dc\ud310 \uc8fc\uc18c +comCopBbs.boardMasterVO.detail.option=\ucd94\uac00\uc120\ud0dd\uc0ac\ud56d +comCopBbs.boardMasterVO.detail.option1=\ubbf8\uc120\ud0dd +comCopBbs.boardMasterVO.detail.option2=\ub313\uae00 +comCopBbs.boardMasterVO.detail.option3=\ub9cc\uc871\ub3c4\uc870\uc0ac +comCopBbs.boardMasterVO.detail.option.unabledToModify=\u203b \ucd94\uac00 \uc120\ud0dd\uc0ac\ud56d\uc740 \uc218\uc815 \ubd88\uac00 (\ubbf8\uc124\uc815\ub41c \uae30\uc874 \uac8c\uc2dc\ud310\uc758 \uacbd\uc6b0 \ucc98\uc74c \uc124\uc815\uc740 \uac00\ub2a5\ud568) + +comCopBbs.boardMasterVO.regist.bbsNm=\uac8c\uc2dc\ud310\uba85 +comCopBbs.boardMasterVO.regist.bbsIntrcn=\uac8c\uc2dc\ud310\uc18c\uac1c\ub0b4\uc6a9 +comCopBbs.boardMasterVO.regist.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comCopBbs.boardMasterVO.regist.replyPosblAt=\ub2f5\uc7a5\uac00\ub2a5\uc5ec\ubd80 +comCopBbs.boardMasterVO.regist.fileAtchPosblAt=\ud30c\uc77c\ucca8\ubd80\uac00\ub2a5\uc5ec\ubd80 +comCopBbs.boardMasterVO.regist.atchPosblFileNumber=\ucca8\ubd80\uac00\ub2a5\ud30c\uc77c\uc22b\uc790 +comCopBbs.boardMasterVO.regist.bbsTyCode=\uac8c\uc2dc\ud310 \uc720\ud615 + +comCopBbs.boardMasterVO.updt.bbsNm=\uac8c\uc2dc\ud310\uba85 +comCopBbs.boardMasterVO.updt.bbsIntrcn=\uac8c\uc2dc\ud310\uc18c\uac1c\ub0b4\uc6a9 +comCopBbs.boardMasterVO.updt.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comCopBbs.boardMasterVO.updt.replyPosblAt=\ub2f5\uc7a5\uac00\ub2a5\uc5ec\ubd80 +comCopBbs.boardMasterVO.updt.fileAtchPosblAt=\ud30c\uc77c\ucca8\ubd80\uac00\ub2a5\uc5ec\ubd80 +comCopBbs.boardMasterVO.updt.atchPosblFileNumber=\ucca8\ubd80\uac00\ub2a5\ud30c\uc77c\uc22b\uc790 +comCopBbs.boardMasterVO.updt.bbsTyCode=\uac8c\uc2dc\ud310 \uc720\ud615 + +comCopBbs.boardMasterVO.guestReply=\ubc29\uba85\ub85d\uc5d0 \ub2f5\uc7a5\uc774 \ubd88\uac00\ub2a5\ud569\ub2c8\ub2e4. +comCopBbs.boardMasterVO.guestFile=\ubc29\uba85\ub85d\uc5d0 \ud30c\uc77c\uc744 \ucca8\ubd80\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + + +#\uac8c\uc2dc\ud310 +comCopBbs.articleVO.title=\uac8c\uc2dc\uae00 + +comCopBbs.articleVO.list.nttSj=\uc81c\ubaa9 +comCopBbs.articleVO.list.nttCn=\ub0b4\uc6a9 +comCopBbs.articleVO.list.inqireCo=\uc870\ud68c\uc218 + +comCopBbs.articleVO.detail.nttSj=\uc81c\ubaa9 +comCopBbs.articleVO.detail.nttCn=\ub0b4\uc6a9 +comCopBbs.articleVO.detail.inqireCo=\uc870\ud68c\uc218 +comCopBbs.articleVO.detail.ntceDe=\uac8c\uc2dc\uae30\uac04 +comCopBbs.articleVO.detail.atchFile=\ucca8\ubd80\ud30c\uc77c + +comCopBbs.articleVO.regist.nttSj=\uc81c\ubaa9 +comCopBbs.articleVO.regist.nttCn=\ub0b4\uc6a9 +comCopBbs.articleVO.regist.sjBoldAt=\uc81c\ubaa9 \uc9c4\ud558\uac8c +comCopBbs.articleVO.regist.noticeAt=\uacf5\uc9c0\ub4f1\ub85d +comCopBbs.articleVO.regist.secretAt=\ube44\ubc00\uae00 +comCopBbs.articleVO.regist.anonymousAt=\uc775\uba85\ub4f1\ub85d +comCopBbs.articleVO.regist.ntceDe=\uac8c\uc2dc\uae30\uac04 +comCopBbs.articleVO.regist.atchFile=\ucca8\ubd80\ud30c\uc77c + +comCopBbs.articleVO.updt.nttSj=\uc81c\ubaa9 +comCopBbs.articleVO.updt.nttCn=\ub0b4\uc6a9 +comCopBbs.articleVO.updt.sjBoldAt=\uc81c\ubaa9 \uc9c4\ud558\uac8c +comCopBbs.articleVO.updt.noticeAt=\uacf5\uc9c0\ub4f1\ub85d +comCopBbs.articleVO.updt.secretAt=\ube44\ubc00\uae00 +comCopBbs.articleVO.updt.anonymousAt=\uc775\uba85\ub4f1\ub85d +comCopBbs.articleVO.updt.ntceDe=\uac8c\uc2dc\uae30\uac04 +comCopBbs.articleVO.updt.atchFile=\ucca8\ubd80\ud30c\uc77c +comCopBbs.articleVO.updt.atchFileAdd=\ucca8\ubd80\ud30c\uc77c \ucd94\uac00 + +comCopBbs.articleVO.reply.nttSj=\uc81c\ubaa9 +comCopBbs.articleVO.reply.nttCn=\ub0b4\uc6a9 +comCopBbs.articleVO.reply.sjBoldAt=\uc81c\ubaa9 \uc9c4\ud558\uac8c +comCopBbs.articleVO.reply.noticeAt=\uacf5\uc9c0\ub4f1\ub85d +comCopBbs.articleVO.reply.anonymousAt=\uc775\uba85\ub4f1\ub85d +comCopBbs.articleVO.reply.ntceDe=\uac8c\uc2dc\uae30\uac04 +comCopBbs.articleVO.reply.atchFile=\ucca8\ubd80\ud30c\uc77c + +comCopBbs.articleVO.guest.title=\ubc29\uba85\ub85d + +comCopBbs.articleVO.secretBold=\ube44\ubc00\uae00\uc740 \uc81c\ubaa9\uc744 \uc9c4\ud558\uac8c \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopBbs.articleVO.secretAnonymous=\ube44\ubc00\uae00\uc740 \uc775\uba85\uc73c\ub85c \ub4f1\ub85d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopBbs.articleVO.secretNotice=\ube44\ubc00\uae00\uc740 \uacf5\uc9c0\ub85c \ub4f1\ub85d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopBbs.articleVO.anonymousNotice=\uc775\uba85\uae00\uc740 \uacf5\uc9c0\ub85c \ub4f1\ub85d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopBbs.articleVO.ntceDeError=\uac8c\uc2dc\uae30\uac04 \uc885\ub8cc\uc77c\uc774 \uc2dc\uc791\uc77c\ubcf4\ub2e4 \ube60\ub985\ub2c8\ub2e4. + + +# \ube14\ub85c\uadf8 \uba54\uc778\ubaa9\ub85d +comCopBlog.articleBlogList.regCategory=\uce74\ud14c\uace0\ub9ac\ub4f1\ub85d +comCopBlog.articleBlogList.setListNumbers=\uac8c\uc2dc\ubb3c \uac2f\uc218 \uc124\uc815 +comCopBlog.articleBlogList.listNumber5=5\uc904 \ubcf4\uae30 +comCopBlog.articleBlogList.listNumber10=10\uc904 \ubcf4\uae30 +comCopBlog.articleBlogList.listNumber15=15\uc904 \ubcf4\uae30 +comCopBlog.articleBlogList.listNumber20=20\uc904 \ubcf4\uae30 +comCopBlog.articleBlogList.listNumber30=30\uc904 \ubcf4\uae30 +comCopBlog.articleBlogList.validate.noResult=\uac8c\uc2dc\uae00\uc774 \uc5c6\uc2b5\ub2c8\ub2e4!\\n\uac8c\uc2dc\uae00\uc744 \ub4f1\ub85d\ud574 \uc8fc\uc138\uc694. +comCopBlog.articleBlogList.validate.limitSize=\ub313\uae00\uc740 500byte \uae4c\uc9c0 \uc791\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. +comCopBlog.articleBlogList.validate.noContent=\ubcf8\ubb38 \ub0b4\uc6a9\uc774 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4! +comCopBlog.articleBlogList.validate.occurError=\uc5d0\ub7ec\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. +comCopBlog.articleBlogList.validate.noBoard=\ub4f1\ub85d\ub41c \uac8c\uc2dc\ud310\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.\\n\uce74\ud14c\uace0\ub9ac\ub4f1\ub85d\uc744 \ud1b5\ud574 \uac8c\uc2dc\ud310\uc744 \uc0dd\uc131\ud574\uc8fc\uc138\uc694. + +#\uac8c\uc2dc\ud310\uc18d\uc131\uad00\ub9ac BBS Master# +comCopBlog.blogMasterVO.title=\ube14\ub85c\uadf8 + +comCopBlog.blogMasterVO.list.blogNm=\ube14\ub85c\uadf8\uba85 +comCopBlog.blogMasterVO.list.useAt=\uc0ac\uc6a9\uc5ec\ubd80 + +comCopBlog.blogMasterVO.detail.blogNm=\ube14\ub85c\uadf8\uba85 +comCopBlog.blogMasterVO.detail.blogIntrcn=\ube14\ub85c\uadf8\uc18c\uac1c\ub0b4\uc6a9 +comCopBlog.blogMasterVO.detail.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comCopBlog.blogMasterVO.detail.blogAdres=\ube14\ub85c\uadf8 \uc8fc\uc18c + +comCopBlog.blogMasterVO.regist.blogNm=\ube14\ub85c\uadf8\uba85 +comCopBlog.blogMasterVO.regist.blogIntrcn=\ube14\ub85c\uadf8\uc18c\uac1c\ub0b4\uc6a9 +comCopBlog.blogMasterVO.regist.useAt=\uc0ac\uc6a9\uc5ec\ubd80 + +comCopBlog.blogMasterVO.updt.blogNm=\ube14\ub85c\uadf8\uba85 +comCopBlog.blogMasterVO.updt.blogIntrcn=\ube14\ub85c\uadf8\uc18c\uac1c\ub0b4\uc6a9 +comCopBlog.blogMasterVO.updt.useAt=\uc0ac\uc6a9\uc5ec\ubd80 + + + +comCopBlog.blogUserVO.title=\ube14\ub85c\uadf8 \uc0ac\uc6a9\uc790 + +comCopBlog.blogUserVO.emplyrId=\uc0ac\uc6a9\uc790ID +comCopBlog.blogUserVO.emplyrNm=\uc0ac\uc6a9\uc790\uba85 +comCopBlog.blogUserVO.mberSttus=\ud68c\uc6d0\uc0c1\ud0dc +comCopBlog.blogUserVO.etc=\ube44\uace0 + + +#\ube14\ub85c\uadf8 \uc0ac\uc6a9\uc790 \uad00\ub9ac# +comCopBlog.blogUseMgrMain.title=\ube14\ub85c\uadf8 \uc0ac\uc6a9\uc790 \uba54\uc778 + +comCopBlog.blogUseMgrMain.btnBoard=\uac1c\uc778\ube14\ub85c\uadf8\uad00\ub9ac +comCopBlog.blogUseMgrMain.btnUser=\uc0ac\uc6a9\uc790\uad00\ub9ac + +comCopBlog.blogUseMgrMain.btnMemberWithdrawal=\ud0c8\ud1f4\uc2e0\uccad +comCopBlog.blogUseMgrMain.btnMemberJoin=\uac00\uc785\uc2e0\uccad + +comCopBlog.blogUseMgrMain.titleContents=\ucee8\ud150\uce20\uc601\uc5ed + + +comCopBlog.blogUseMgrBaseTmpl.title=\ube14\ub85c\uadf8\uae30\ubcf8\ud15c\ud50c\ub9bf +comCopBlog.blogUseMgrBaseTmpl.more=\ub354\ubcf4\uae30 +comCopBlog.blogUseMgrBaseTmpl.noList=\ub4f1\ub85d \ub41c \ub0b4\uc6a9\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. + +comCopBlog.validate.blogUserCheck = \uc774\ubbf8 \ub3d9\uc77c\ud55c \uacc4\uc815\uc73c\ub85c \ube14\ub85c\uadf8\uac00 \uc874\uc7ac\ud569\ub2c8\ub2e4. + + +#\uac8c\uc2dc\uae00 \ub313\uae00# +comCopCmt.articleCommentVO.title=\ub313\uae00 + +comCopCmt.articleCommentVO.commentCn=\ub313\uae00\ub0b4\uc6a9 + + +#\uac8c\uc2dc\ud310\uc18d\uc131\uad00\ub9ac BBS Master# +comCopCmy.commuMasterVO.title=\ucee4\ubba4\ub2c8\ud2f0 + +comCopCmy.commuMasterVO.list.cmmntyNm=\ucee4\ubba4\ub2c8\ud2f0\uba85 +comCopCmy.commuMasterVO.list.useAt=\uc0ac\uc6a9\uc5ec\ubd80 + +comCopCmy.commuMasterVO.detail.cmmntyNm=\ucee4\ubba4\ub2c8\ud2f0\uba85 +comCopCmy.commuMasterVO.detail.cmmntyIntrcn=\ucee4\ubba4\ub2c8\ud2f0\uc18c\uac1c\ub0b4\uc6a9 +comCopCmy.commuMasterVO.detail.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comCopCmy.commuMasterVO.detail.commuAdres=\ucee4\ubba4\ub2c8\ud2f0 \uc8fc\uc18c + +comCopCmy.commuMasterVO.regist.cmmntyNm=\ucee4\ubba4\ub2c8\ud2f0\uba85 +comCopCmy.commuMasterVO.regist.cmmntyIntrcn=\ucee4\ubba4\ub2c8\ud2f0\uc18c\uac1c\ub0b4\uc6a9 +comCopCmy.commuMasterVO.regist.useAt=\uc0ac\uc6a9\uc5ec\ubd80 + +comCopCmy.commuMasterVO.updt.cmmntyNm=\ucee4\ubba4\ub2c8\ud2f0\uba85 +comCopCmy.commuMasterVO.updt.cmmntyIntrcn=\ucee4\ubba4\ub2c8\ud2f0\uc18c\uac1c\ub0b4\uc6a9 +comCopCmy.commuMasterVO.updt.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comCopCmy.commuMasterVO.updt.yes=\uc608 +comCopCmy.commuMasterVO.updt.no=\uc544\ub2c8\uc624 + + +comCopCmy.commuMasterVO.list.board=\uac8c\uc2dc\ud310 \ubaa9\ub85d + +comCopCmy.commuUserVO.title=\ucee4\ubba4\ub2c8\ud2f0 \uc0ac\uc6a9\uc790 + +comCopCmy.commuUserVO.emplyrId=\uc0ac\uc6a9\uc790ID +comCopCmy.commuUserVO.emplyrNm=\uc0ac\uc6a9\uc790\uba85 +comCopCmy.commuUserVO.mberSttus=\ud68c\uc6d0\uc0c1\ud0dc +comCopCmy.commuUserVO.etc=\ube44\uace0 + + +#\ucee4\ubba4\ub2c8\ud2f0 \uc0ac\uc6a9\uc790 \uad00\ub9ac# +comCopCmy.communityUseMgrMain.title=\ucee4\ubba4\ub2c8\ud2f0 \uc0ac\uc6a9\uc790 \uba54\uc778 + +comCopCmy.communityUseMgrMain.btnBoard=\uac8c\uc2dc\ud310\uad00\ub9ac +comCopCmy.communityUseMgrMain.btnUser=\uc0ac\uc6a9\uc790\uad00\ub9ac + +comCopCmy.communityUseMgrMain.btnMemberWithdrawal=\ud0c8\ud1f4\uc2e0\uccad +comCopCmy.communityUseMgrMain.btnMemberJoin=\uac00\uc785\uc2e0\uccad + +comCopCmy.communityUseMgrMain.titleContents=\ucee8\ud150\uce20\uc601\uc5ed + + +comCopCmy.communityUseMgrBaseTmpl.title=\ucee4\ubba4\ub2c8\ud2f0\uae30\ubcf8\ud15c\ud50c\ub9bf +comCopCmy.communityUseMgrBaseTmpl.more=\ub354\ubcf4\uae30 +comCopCmy.communityUseMgrBaseTmpl.noList=\ub4f1\ub85d \ub41c \ub0b4\uc6a9\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. + +comCopCmy.commuMain.joinMember.info.success=\uac00\uc785\uc2e0\uccad\uc774 \uc815\uc0c1\ucc98\ub9ac \ub418\uc5c8\uc2b5\ub2c8\ub2e4. +comCopCmy.commuMain.joinMember.info.fail=\uc774\ubbf8 \uac00\uc785\ucc98\ub9ac\uac00 \ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. +comCopCmy.commuMain.deleteMember.info.success=\ud0c8\ud1f4\uc2e0\uccad\uc774 \uc815\uc0c1\ucc98\ub9ac \ub418\uc5c8\uc2b5\ub2c8\ub2e4. +comCopCmy.commuMain.deleteMember.info.admin=\uad00\ub9ac\uc790\ub294 \ud0c8\ud1f4\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + + + +comCopCom.userListPop.title=\uc0ac\uc6a9\uc790 \ubaa9\ub85d +comCopCom.userListPop.pageTop.title=\uc0ac\uc6a9\uc790 \ubaa9\ub85d +comCopCom.userListPop.index=\ubc88\ud638 +comCopCom.userListPop.userId=\uc0ac\uc6a9\uc790\uc544\uc774\ub514 +comCopCom.userListPop.userNm=\uc0ac\uc6a9\uc790\uba85 +comCopCom.userListPop.userAdres=\uc8fc\uc18c +comCopCom.userListPop.userEmail=\uc774\uba54\uc77c +comCopCom.userListPop.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comCopCom.userListPop.select=\uc120\ud0dd + + +#\uba85\ud568\ubaa9\ub85d \uc870\ud68c +#EgovNcrdList.jsp +comCopNcm.ncrdList.title=\uacf5\uac1c \uba85\ud568\ubaa9\ub85d +comCopNcm.ncrdList.submit=\uc804\uc1a1 +comCopNcm.ncrdList.searchWordInput=\uac80\uc0c9\ub2e8\uc5b4\uc785\ub825 +comCopNcm.ncrdList.nrcdSearch=\uba85\ud568\uc870\ud68c +comCopNcm.ncrdList.multiList=\ubc88\ud638,\uc774\ub984,\ud68c\uc0ac\uba85,\ubd80\uc11c\uba85,\ub4f1\ub85d\uc77c\uc790,\uc0ac\uc6a9\ub4f1\ub85d \ubaa9\ub85d\uc785\ub2c8\ub2e4. + +#EgovNcrdInqirePopup.jsp +comCopNcm.ncrdInqirePopup.title=\uba85\ud568\uc815\ubcf4\uc870\ud68c + +#EgovMyNcrdList.jsp +comCopNcm.myNcrdList.title=\ub098\uc758 \uba85\ud568\ubaa9\ub85d + +#EgovNcrdRegist.jsp +comCopNcm.ncrdRegist.title=\uba85\ud568 \ub4f1\ub85d +comCopNcm.ncrdRegist.idNo=\uc2dd\ubcc4\ubc88\ud638 + +#EgovNcrdUpdt.jsp +comCopNcm.ncrdUpdt.title=\uba85\ud568\uc218\uc815 + +#EgovNcrdRegist.xml +comCopNcm.ncrdRegist.validate.areaNo=\uc9c0\uc5ed\ubc88\ud638 +comCopNcm.ncrdRegist.validate.middleTelNo=\uad6d\ubc884\uc790\ub9ac +comCopNcm.ncrdRegist.validate.endTelNo=\uc804\ud654\ubc88\ud638\ub05d4\uc790\ub9ac +comCopNcm.ncrdRegist.validate.middleMbtlNum=\ud734\ub300\uc804\ud654\uc55e4\uc790\ub9ac +comCopNcm.ncrdRegist.validate.endMbtlNum=\ud734\ub300\uc804\ud654\ubc88\ud638\ub05d4\uc790\ub9ac +comCopNcm.ncrdRegist.validate.detailAdres=\uc0c1\uc138\uc8fc\uc18c + +#370\uba85\ud568\uad00\ub9ac , 371.\ub0b4\uba85\ud568\ubaa9\ub85d \uae40\uc608\uc601J# +cop.extrlUser = \uc678\ubd80\uc0ac\uc6a9\uc790 +cop.intrlUser = \ub0b4\ubd80\uc0ac\uc6a9\uc790 +cop.private = \ube44\uacf5\uac1c +cop.public = \uacf5\uac1c + +cop.adbkNm = \uc8fc\uc18c\ub85d\uba85 +cop.othbcScope = \uacf5\uac1c\ubc94\uc704 +cop.company = \ud68c\uc0ac +cop.part = \ubd80\uc11c +cop.man = \uac1c\uc778 +cop.adbkUser = \uad6c\uc131\uc6d0 +cop.bbsNm = \uac8c\uc2dc\ud310\uba85 +cop.bbsIntrcn = \uac8c\uc2dc\ud310\uc18c\uac1c +cop.bbsTyCode = \uac8c\uc2dc\ud310 \uc720\ud615 +cop.bbsAttrbCode = \uac8c\uc2dc\ud310 \uc18d\uc131 +cop.replyPosblAt = \ub2f5\uc7a5\uac00\ub2a5\uc5ec\ubd80 +cop.fileAtchPosblAt = \ud30c\uc77c\ucca8\ubd80\uac00\ub2a5\uc5ec\ubd80 +cop.posblAtchFileNumber = \ucca8\ubd80\uac00\ub2a5\ud30c\uc77c \uc22b\uc790 +cop.tmplatId = \ud15c\ud50c\ub9bf \uc815\ubcf4 +cop.guestList.subject = \ubc29\uba85\ub85d \uac8c\uc2dc\uae00\uc785\ub2c8\ub2e4. +cop.nttSj = \uc81c\ubaa9 +cop.nttCn = \uae00\ub0b4\uc6a9 +cop.ntceBgnde = \uac8c\uc2dc\uc2dc\uc791\uc77c +cop.ntceEndde = \uac8c\uc2dc\uc885\ub8cc\uc77c +cop.ntcrNm = \uc791\uc131\uc790 +cop.password = \ud328\uc2a4\uc6cc\ub4dc +cop.atchFile = \ud30c\uc77c\ucca8\ubd80 +cop.guestList = \ubc29\uba85\ub85d +cop.guestListCn = \ubc29\uba85\ub85d \ub0b4\uc6a9 +cop.noticeTerm = \uac8c\uc2dc\uae30\uac04 +cop.atchFileList = \ucca8\ubd80\ud30c\uc77c\ubaa9\ub85d +cop.cmmntyNm = \ucee4\ubba4\ub2c8\ud2f0\uba85 +cop.cmmntyIntrcn = \ucee4\ubba4\ub2c8\ud2f0 \uc18c\uac1c +cop.cmmntyMngr = \ucee4\ubba4\ub2c8\ud2f0 \uad00\ub9ac\uc790 +cop.clbOprtr = \ub3d9\ud638\ud68c \uc6b4\uc601\uc790 +cop.clbIntrcn = \ub3d9\ud638\ud68c \uc18c\uac1c +cop.clbNm = \ub3d9\ud638\ud68c \uba85 +cop.tmplatNm = \ud15c\ud50c\ub9bf\uba85 +cop.tmplatSeCode = \ud15c\ud50c\ub9bf \uad6c\ubd84 +cop.tmplatCours = \ud15c\ud50c\ub9bf\uacbd\ub85c +cop.useAt = \uc0ac\uc6a9\uc5ec\ubd80 +cop.ncrdNm = \uc774\ub984 +cop.cmpnyNm = \ud68c\uc0ac\uba85 +cop.deptNm = \ubd80\uc11c\uba85 +cop.ofcpsNm = \uc9c1\uc704 +cop.clsfNm = \uc9c1\uae09 +cop.emailAdres = \uc774\uba54\uc77c\uc8fc\uc18c +cop.telNo = \uc804\ud654\ubc88\ud638 +cop.mbtlNum = \ud734\ub300\ud3f0\ubc88\ud638 +cop.adres = \uc8fc\uc18c +cop.extrlUserAt = \uc678\ubd80\uc0ac\uc6a9\uc790\uc5ec\ubd80 +cop.publicAt = \uacf5\uac1c\uc5ec\ubd80 +cop.remark = \ube44\uace0 +cop.trgetNm = \ucee4\ubba4\ub2c8\ud2f0/\ub3d9\ud638\ud68c \uc815\ubcf4 +cop.preview = \ubbf8\ub9ac\ubcf4\uae30 + +cop.withdraw.msg=\ud0c8\ud1f4\ucc98\ub9ac \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +cop.reregist.msg=\uc7ac\uac00\uc785 \ucc98\ub9ac\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +cop.registmanager.msg=\uc6b4\uc601\uc9c4\uc73c\ub85c \ub4f1\ub85d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +cop.use.msg=\uc0ac\uc6a9 \ucc98\ub9ac\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +cop.unuse.msg=\uc0ac\uc6a9\uc911\uc9c0 \ucc98\ub9ac\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +cop.delete.confirm.msg=\uc0ac\uc6a9\uc911\uc9c0\ub97c \uc120\ud0dd\ud558\uc2e4 \uacbd\uc6b0 \ub2e4\uc2dc \uc0ac\uc6a9\uc73c\ub85c \ubcc0\uacbd\uc774 \ubd88\uac00\ub2a5\ud569\ub2c8\ub2e4. +cop.ing.msg=\uc2b9\uc778\uc694\uccad \uc911\uc785\ub2c8\ub2e4. +cop.request.msg=\uac00\uc785\uc2e0\uccad\uc774 \uc815\uc0c1\uc801\uc73c\ub85c \uc694\uccad\ub418\uc5c8\uc2b5\ub2c8\ub2e4 +cop.password.msg=\ud328\uc2a4\uc6cc\ub4dc\ub97c \uc785\ub825\ud574 \uc8fc\uc2ed\uc2dc\uc624. +cop.password.not.same.msg=\ud328\uc2a4\uc6cc\ub4dc\uac00 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. + +cop.comment.wrterNm = \uc791\uc131\uc790 +cop.comment.commentCn = \ub0b4\uc6a9 +cop.comment.commentPassword = \ud328\uc2a4\uc6cc\ub4dc + +cop.satisfaction.wrterNm = \uc791\uc131\uc790 +cop.satisfaction.stsfdgCn = \ub0b4\uc6a9 +cop.satisfaction.stsfdg = \ub9cc\uc871\ub3c4 +cop.satisfaction.stsfdgPassword = \ud328\uc2a4\uc6cc\ub4dc + +cop.scrap.scrapNm = \uc2a4\ud06c\ub7a9\uba85 + + +#\uc2a4\ud06c\ub7a9 \uad00\ub9ac # +comCopScp.articleScrapVO.title=\uc2a4\ud06c\ub7a9 + +comCopScp.articleScrapVO.list.scrapNm=\uc2a4\ud06c\ub7a9\uba85 + +comCopScp.articleScrapVO.detail.scrapNm=\uc2a4\ud06c\ub7a9\uba85 +comCopScp.articleScrapVO.detail.nttSj=\uae00\uc81c\ubaa9 +comCopScp.articleScrapVO.detail.nttCn=\uae00\ub0b4\uc6a9 +comCopScp.articleScrapVO.detail.inqireCo=\uc870\ud68c\uc218 + +comCopScp.articleScrapVO.regist.scrapNm=\uc2a4\ud06c\ub7a9\uba85 +comCopScp.articleScrapVO.regist.nttSj=\uae00\uc81c\ubaa9 +comCopScp.articleScrapVO.regist.nttCn=\uae00\ub0b4\uc6a9 +comCopScp.articleScrapVO.regist.inqireCo=\uc870\ud68c\uc218 + +comCopScp.articleScrapVO.updt.scrapNm=\uc2a4\ud06c\ub7a9\uba85 +comCopScp.articleScrapVO.updt.nttSj=\uae00\uc81c\ubaa9 +comCopScp.articleScrapVO.updt.nttCn=\uae00\ub0b4\uc6a9 +comCopScp.articleScrapVO.updt.inqireCo=\uc870\ud68c\uc218 + + +#UI COP Message# +cop.sms.trnsmitTelno=\ubc1c\uc2e0\uc804\ud654\ubc88\ud638 +cop.sms.trnsmitCn=\uc804\uc1a1\ub0b4\uc6a9 +cop.sms.recptnTelno=\uc218\uc2e0\uc804\ud654\ubc88\ud638 +cop.sms.send=\uc804\uc1a1 +cop.sms.addRecptn=\ucd94\uac00 +cop.sms.recptnTelno.msg=\uc218\uc2e0\uc804\ud654\ubc88\ud638 \uc9c0\uc815\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. + +cop.sms.textMassageList=\ubb38\uc790\uba54\uc2dc\uc9c0 \ubaa9\ub85d +cop.sms.textMassageRegist=\ubb38\uc790\uba54\uc2dc\uc9c0 \ub4f1\ub85d +cop.sms.textMassageDetail=\ubb38\uc790\uba54\uc2dc\uc9c0 \uc0c1\uc138\ubcf4\uae30 +cop.sms.trnsmitTelno=\ubc1c\uc2e0\uc804\ud654\ubc88\ud638 +cop.sms.recptnCnt=\uc218\uc2e0\uc804\ud654\ubc88\ud638 \uc218 +cop.sms.frstRegisterPnttm=\uc804\uc1a1\uc77c\uc2dc +cop.sms.frstRegisterNm=\uc804\uc1a1\uc790 +cop.sms.recptnResult=\uc218\uc2e0 \ubc0f \uc804\uc1a1\uacb0\uacfc + + +#\ubd80\uc11c\uc5c5\ubb34\ud568\uad00\ub9ac +#EgovDeptJobBxList.jsp +comCopSmtDjm.deptJobBxList.title=\ubd80\uc11c\uc5c5\ubb34\ud568\uad00\ub9ac \ubaa9\ub85d\uc870\ud68c +comCopSmtDjm.deptJobBxList.indictOrdrChanged=\ub3d9\uc77c \ubd80\uc11c\uba85\ub0b4\uc5d0\uc11c \ubd80\uc11c\uc5c5\ubb34\ud568\uba85\uc758 \uc21c\uc11c\ub97c \ubcc0\uacbd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. +comCopSmtDjm.deptJobBxList.searchCnd=\uc870\ud68c\uc870\uac74\uc744 \uc120\ud0dd\ud558\uc9c0 \uc54a\uc73c\uc168\uc2b5\ub2c8\ub2e4. +comCopSmtDjm.deptJobBxList.ordrCnd=\uc21c\uc11c\ub97c \uc218\uc815\ud560 \ubd80\uc11c\uc5c5\ubb34\ud568\uc744 \uc120\ud0dd\ud558\uc138\uc694. +comCopSmtDjm.deptJobBxList.deptNm=\ubd80\uc11c\uba85 +comCopSmtDjm.deptJobBxList.deptJobNm=\ubd80\uc11c\uc5c5\ubb34\ud568\uba85 +comCopSmtDjm.deptJobBxList.deptJobBxManage=\ubd80\uc11c\uc5c5\ubb34\ud568\uad00\ub9ac +comCopSmtDjm.deptJobBxList.finalEditor=\ucd5c\uc885\uc218\uc815\uc790 +comCopSmtDjm.deptJobBxList.finalEditDate=\ucd5c\uc885\uc218\uc815\uc77c + +#EgovDeptJobRegist.jsp +comCopSmtDjm.deptJobRegist.title=\ubd80\uc11c\uc5c5\ubb34\ud568 \ub4f1\ub85d +comCopSmtDjm.deptJobRegist.deptJobBxNmDuplicated=\ubd80\uc11c\ub0b4 \uc911\ubcf5\ub41c \ubd80\uc11c\uc5c5\ubb34\ud568\uba85\uc774 \uc788\uc2b5\ub2c8\ub2e4. +comCopSmtDjm.deptJobRegist.intIndictOrdr=\ud45c\uc2dc\uc21c\uc11c\uc758 \uac12\uc744 1 \uc774\uc0c1\uc73c\ub85c \uc785\ub825\ud574\uc57c \ud569\ub2c8\ub2e4. +comCopSmtDjm.deptJobRegist.deptIndictOrdr=\ud574\ub2f9 \ubd80\uc11c\uc758 \ubd80\uc11c\uc5c5\ubb34\ud568 \ud45c\uc2dc\uc21c\uc11c\uc758 \ucd5c\ub300 \uac12\uc740 +comCopSmtDjm.deptJobRegist.deptIndictOrdrCause=\uc774\ubbc0\ub85c +comCopSmtDjm.deptJobRegist.deptIndictOrdrInput=\uc774\ud558\ub85c \uc785\ub825\ud574\uc57c \ud569\ub2c8\ub2e4. +comCopSmtDjm.deptJobRegist.deptNm=\ubd80\uc11c +comCopSmtDjm.deptJobRegist.deptJobBxNm=\ubd80\uc11c\uc5c5\ubb34\ud568\uba85 +comCopSmtDjm.deptJobRegist.indictOrdr=\ud45c\uc2dc\uc21c\uc11c + +#EgovDeptListPopup.jsp +comCopSmtDjm.deptListPopup.title=\ubd80\uc11c \ubaa9\ub85d + +#EgovDeptList.jsp +comCopSmtDjm.deptList.title=\ubd80\uc11c \ubaa9\ub85d\uc870\ud68c +comCopSmtDjm.deptList.deptSelect=\ubd80\uc11c \uc120\ud0dd +comCopSmtDjm.deptList.deptExplain=\ubd80\uc11c\uc124\uba85 + +#EgovDeptJobBxUpdt.jsp +comCopSmtDjm.deptJobBxUpdt.title=\ubd80\uc11c\uc5c5\ubb34\ud568\uc218\uc815 + +#EgovDeptJobList.jsp +comCopSmtDjm.deptJobList.title=\ubd80\uc11c\uc5c5\ubb34 \ubaa9\ub85d +comCopSmtDjm.deptJobList.subject=\uc81c\ubaa9 +comCopSmtDjm.deptJobList.content=\ub0b4\uc6a9 +comCopSmtDjm.deptJobList.charger=\ub2f4\ub2f9\uc790 +comCopSmtDjm.deptJobList.summary=\ubd80\uc11c\uc5c5\ubb34\ud568\uc5d0 \ub300\ud55c \ubaa9\ub85d\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. +comCopSmtDjm.deptJobList.writerDate=\uc791\uc131\uc77c + +#EgovDeptJob.xml +comCopSmtDjm.deptJobVO.validate.deptNm=\ubd80\uc11c +comCopSmtDjm.deptJobVO.validate.deptJobBxNm=\ubd80\uc11c\uc5c5\ubb34\ud568\uba85 +comCopSmtDjm.deptJobVO.validate.deptJobNm=\ubd80\uc11c\uc5c5\ubb34\uba85 +comCopSmtDjm.deptJobVO.validate.deptJobCn=\ubd80\uc11c\uc5c5\ubb34\ub0b4\uc6a9 +comCopSmtDjm.deptJobVO.validate.chargerNm=\uc5c5\ubb34\ub2f4\ub2f9\uc790 +comCopSmtDjm.deptJobVO.validate.priort=\uc6b0\uc120\uc21c\uc704 + +#EgovDeptJobRegist.jsp +comCopSmtDjm.deptJobRegist.title=\ubd80\uc11c\uc5c5\ubb34 \ub4f1\ub85d +comCopSmtDjm.deptJobRegist.high=\ub192\uc74c +comCopSmtDjm.deptJobRegist.medium=\ubcf4\ud1b5 +comCopSmtDjm.deptJobRegist.low=\ub0ae\uc74c +comCopSmtDjm.deptJobRegist.fileAttach=\ud30c\uc77c\ucca8\ubd80 + +#EgovDeptJobBxListPopup.jsp +comCopSmtDjm.deptJobBxListPopup.title=\ubd80\uc11c\uc5c5\ubb34\ud568 \ubaa9\ub85d + +#EgovDeptJobBxList.jsp +comCopSmtDjm.deptJobBxList.title=\ubd80\uc11c\uc5c5\ubb34\ud568 \ubaa9\ub85d +comCopSmtDjm.deptJobBxList.userNm=\uc0ac\uc6a9\uc790 \uba85 + +#EgovChargerList.jsp +comCopSmtDjm.chargerList.title=\ub2f4\ub2f9\uc790 \ubaa9\ub85d\uc870\ud68c +comCopSmtDjm.chargerList.chargerSelect=\ub2f4\ub2f9\uc790 \uc120\ud0dd +comCopSmtDjm.chargerList.deptNm=\ubd80\uc11c\uba85 +comCopSmtDjm.chargerList.emplyrNm=\uc0ac\uc6d0\uba85 +comCopSmtDjm.chargerList.ofcpsNm=\uc9c1\uc704 +comCopSmtDjm.chargerList.emplNo=\uc0ac\ubc88 + +#EgovDeptJobDetail.jsp +comCopSmtDjm.deptJobDetail.title=\ubd80\uc11c\uc5c5\ubb34 \uc0c1\uc138\ubcf4\uae30 + +#EgovDeptJobUpdt.jsp +comCopSmtDjm.deptJobUpdt.title=\ubd80\uc11c\uc5c5\ubb34 \uc218\uc815 + + + +#\uc77c\uc815\uad00\ub9ac Message# +comCopSmtDsm.title=\uc77c\uc9c0\uad00\ub9ac + +comCopSmtDsm.searchCondition.diaryNm=\uc77c\uc9c0\uba85 +comCopSmtDsm.searchCondition.drctMatter=\uc9c0\uc2dc\uc0ac\ud56d +comCopSmtDsm.searchCondition.partclrMatter=\ud2b9\uc774\uc0ac\ud56d +comCopSmtDsm.searchCondition.schdulId=\uc77c\uc815ID + +comCopSmtDsm.list.diaryNm=\uc77c\uc9c0\uba85 +comCopSmtDsm.list.diaryProcsPte=\uc9c4\ucc99\ub960 + +comCopSmtDsm.regist.schdulCn=\uc77c\uc9c0\uc815\ubcf4 +comCopSmtDsm.regist.diaryNm=\uc77c\uc9c0\uba85 +comCopSmtDsm.regist.drctMatter=\uc9c0\uc2dc\uc0ac\ud56d +comCopSmtDsm.regist.partclrMatter=\ud2b9\uc774\uc0ac\ud56d +comCopSmtDsm.regist.diaryProcsPte=\uc9c4\ucc99\ub960 +comCopSmtDsm.regist.Atch=\ud30c\uc77c \ucca8\ubd80 +comCopSmtDsm.regist.atchFileList=\ucca8\ubd80\ud30c\uc77c \ubaa9\ub85d + +comCopSmtDsm.registBtn.schdulCn=\uc77c\uc9c0\uc815\ubcf4\ucc3e\uae30 + + + +#\uac04\ubd80\uc77c\uc815\uad00\ub9ac +#EgovLeaderSchdul.xml +comCopSmtLsm.leaderSchdul.validate.schdulSe=\uc77c\uc815\uad6c\ubd84 +comCopSmtLsm.leaderSchdul.validate.schdulNm=\uc77c\uc815\uba85 +comCopSmtLsm.leaderSchdul.validate.schdulCn=\uc77c\uc815\ub0b4\uc6a9 +comCopSmtLsm.leaderSchdul.validate.schdulBgndeYYYMMDD=\uc77c\uc815\uc2dc\uc791\uc77c\uc790 +comCopSmtLsm.leaderSchdul.validate.schdulEnddeYYYMMDD=\uc77c\uc815\uc885\ub8cc\uc77c\uc790 +comCopSmtLsm.leaderSchdul.validate.schdulBgndeHH=\uc77c\uc815\uc2dc\uc791(\uc2dc) +comCopSmtLsm.leaderSchdul.validate.schdulBgndeMM=\uc77c\uc815\uc2dc\uc791(\ubd84) +comCopSmtLsm.leaderSchdul.validate.schdulEnddeHH=\uc77c\uc815\uc885\ub8cc(\uc2dc) +comCopSmtLsm.leaderSchdul.validate.schdulEnddeMM=\uc77c\uc815\uc885\ub8cc(\ubd84) +comCopSmtLsm.leaderSchdul.validate.leaderName=\uac04\ubd80\uba85 +comCopSmtLsm.leaderSchdul.validate.schdulChargerName=\ub2f4\ub2f9\uc790 + +#EgovLeaderSttus.xml +comCopSmtLsm.leaderSchdul.validate.leaderNm=\uac04\ubd80 +comCopSmtLsm.leaderSchdul.validate.leaderSttus=\uac04\ubd80\uc0c1\ud0dc + +#EgovLeaderSchdulList.jsp +comCopSmtLsm.leaderSchdulList.title=\uac04\ubd80\uc77c\uc815\uad00\ub9ac \ubaa9\ub85d +comCopSmtLsm.leaderSchdulList.title.selectLeaderSchdulMonthList=\uc6d4\ubcc4\uc77c\uc815\ubcf4\uae30 +comCopSmtLsm.leaderSchdulList.title.selectLeaderSchdulWeekList=\uc8fc\uac04\ubcc4\uc77c\uc815\ubcf4\uae30 +comCopSmtLsm.leaderSchdulList.title.selectLeaderSchdulDailyList=\uc77c\ubcc4\uc77c\uc815\ubcf4\uae30 + +#EgovLeaderSchdulMonthList.jsp +comCopSmtLsm.leaderSchdulMonthList.title=\uc6d4\ubcc4 \uac04\ubd80\uc77c\uc815 \uc870\ud68c +comCopSmtLsm.leaderSchdulMonthList.list=\uc6d4\ubcc4\uac04\ubd80\uc77c\uc815\ubaa9\ub85d +comCopSmtLsm.leaderSchdulMonthList.year=\ub144 +comCopSmtLsm.leaderSchdulMonthList.month=\uc6d4 +comCopSmtLsm.leaderSchdulMonthList.mon=\uc6d4 +comCopSmtLsm.leaderSchdulMonthList.tue=\ud654 +comCopSmtLsm.leaderSchdulMonthList.wed=\uc218 +comCopSmtLsm.leaderSchdulMonthList.thu=\ubaa9 +comCopSmtLsm.leaderSchdulMonthList.fri=\uae08 +comCopSmtLsm.leaderSchdulMonthList.sat=\ud1a0 +comCopSmtLsm.leaderSchdulMonthList.sun=\uc77c + +#EgovLeaderSchdulDetail.jsp +comCopSmtLsm.leaderSchdulDetail.title=\uac04\ubd80\uc77c\uc815\uad00\ub9ac \uc0c1\uc138\ubcf4\uae30 +comCopSmtLsm.leaderSchdulDetail.schdulPlace=\uc77c\uc815\uc7a5\uc18c +comCopSmtLsm.leaderSchdulDetail.reptitSeCode=\ubc18\ubcf5\uad6c\ubd84 +comCopSmtLsm.leaderSchdulDetail.datetime=\ub0a0\uc9dc/\uc2dc\uac04 +comCopSmtLsm.leaderSchdulDetail.hour=\uc2dc +comCopSmtLsm.leaderSchdulDetail.minute=\ubd84 + +#EgovLeaderSchdulModify.jsp +comCopSmtLsm.leaderSchdulModify.title=\uac04\ubd80\uc77c\uc815\uad00\ub9ac \uc218\uc815 +comCopSmtLsm.leaderSchdulModify.noRepeat=\ubc18\ubcf5\uc5c6\uc74c +comCopSmtLsm.leaderSchdulModify.everyday=\ub9e4\uc77c +comCopSmtLsm.leaderSchdulModify.everyweek=\ub9e4\uc8fc +comCopSmtLsm.leaderSchdulModify.everymonth=\ub9e4\uc6d4 +comCopSmtLsm.leaderSchdulModify.validate.timeCompare=\uc77c\uc815 \uc885\ub8cc \uc2dc \ubd84\uc774 \uc77c\uc815 \uc2dc\uc791 \uc2dc \ubd84\ubcf4\ub2e4 \ube60\ub97c\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopSmtLsm.leaderSchdulModify.validate.dayCompare=\uc77c\uc815 \uc885\ub8cc \uc77c\uc2dc\uac00 \uc77c\uc815 \uc2dc\uc791 \uc77c\uc2dc\ubcf4\ub2e4 \ube60\ub97c\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + +#EgovLeaderSchdulRegist.jsp +comCopSmtLsm.leaderSchdulRegist.title=\uac04\ubd80\uc77c\uc815\uad00\ub9ac \ub4f1\ub85d + +#EgovEmplyrList.jsp +comCopSmtLsm.emplyrList.title=\uc0ac\uc6a9\uc790 \ubaa9\ub85d\uc870\ud68c +comCopSmtLsm.emplyrList.dept=\ubd80\uc11c\uba85 +comCopSmtLsm.emplyrList.employrName=\uc0ac\uc6d0\uba85 +comCopSmtLsm.emplyrList.leaderName=\uac04\ubd80 \uad00\ub9ac +comCopSmtLsm.emplyrList.no=\ubc88\ud638 +comCopSmtLsm.emplyrList.orgnztNm=\ubd80\uc11c +comCopSmtLsm.emplyrList.ofcpsNm=\uc9c1\uc704 +comCopSmtLsm.emplyrList.emplNo=\uc0ac\ubc88 +comCopSmtLsm.emplyrList.emplyrNm=\uc0ac\uc6d0\uba85 + +#EgovLeaderSchdulWeekList.jsp +comCopSmtLsm.leaderSchdulWeekList.day=\uc77c +comCopSmtLsm.leaderSchdulWeekList.search=\uc8fc\ubcc4 \uac04\ubd80\uc77c\uc815 \uc870\ud68c +comCopSmtLsm.leaderSchdulWeekList.week=\uc8fc +comCopSmtLsm.leaderSchdulWeekList.list=\uc8fc\ubcc4 \uac04\ubd80\uc77c\uc815 \ubaa9\ub85d +comCopSmtLsm.leaderSchdulWeekList.summary=\uc774 \ud45c\ub294 \uc8fc\ubcc4 \uac04\ubd80\uc77c\uc815 \ubaa9\ub85d\uc744 \uc81c\uacf5\ud558\uba70, \ub0a0\uc9dc, \uc2dc\uac04, \uc77c\uc815\uba85, \uac04\ubd80 \uc815\ubcf4\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. +comCopSmtLsm.leaderSchdulWeekList.date=\ub0a0\uc9dc +comCopSmtLsm.leaderSchdulWeekList.time=\uc2dc\uac04 + +#EgovLeaderSchdulDailyList.jsp +comCopSmtLsm.leaderSchdulDailyList.title=\uc77c\ubcc4 \uac04\ubd80\uc77c\uc815 \uc870\ud68c +comCopSmtLsm.leaderSchdulDailyList.list=\uc77c\ubcc4\uac04\ubd80\uc77c\uc815\ubaa9\ub85d +comCopSmtLsm.leaderSchdulDailyList.summary=\uc774\ud45c\ub294 \uc77c\ubcc4 \uac04\ubd80\uc77c\uc815 \ubaa9\ub85d\uc744 \uc81c\uacf5\ud558\uba70, \uc2dc\uac04, \uc77c\uc815\uba85, \uac04\ubd80 \uc815\ubcf4\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. + + + +#\uba54\ubaa8\ubcf4\uace0\uad00\ub9ac +#EgovMemoReprt.xml +comCopSmtMrm.memoReprtVO.validate.reprtSj=\ubcf4\uace0\uc11c\uc81c\ubaa9 +comCopSmtMrm.memoReprtVO.validate.reprtDe=\ubcf4\uace0\uc77c\uc790 +comCopSmtMrm.memoReprtVO.validate.wrterNm=\uc791\uc131\uc790\uba85 +comCopSmtMrm.memoReprtVO.validate.reportrNm=\ubcf4\uace0\ub300\uc0c1\uc790 +comCopSmtMrm.memoReprtVO.validate.reprtCn=\ubcf4\uace0\ub0b4\uc6a9 + +#EgovMemoReprtList.jsp +comCopSmtMrm.memoReprtList.title=\uba54\ubaa8\ubcf4\uace0 \ubaa9\ub85d\uc870\ud68c +comCopSmtMrm.memoReprtList.select=\uc2b9\uc778\uc5ec\ubd80 \uc120\ud0dd +comCopSmtMrm.memoReprtList.searchSttus=\ubcf4\uace0\uc11c\uc0c1\ud0dc +comCopSmtMrm.memoReprtList.searchSttus0=\ubbf8\ud655\uc778 +comCopSmtMrm.memoReprtList.searchSttus1=\ud655\uc778 +comCopSmtMrm.memoReprtList.reportDate=\ubcf4\uace0\uc77c\uc790 +comCopSmtMrm.memoReprtList.searchBgnDe=\uc870\ud68c\uc2dc\uc791\uc77c\uc790 \uc785\ub825 +comCopSmtMrm.memoReprtList.searchEndDe=\uc870\ud68c\uc885\ub8cc\uc77c\uc790 \uc785\ub825 +comCopSmtMrm.memoReprtList.searchDrctMatterYN=\uc758\uacac\ub4f1\ub85d\uc5ec\ubd80 +comCopSmtMrm.memoReprtList.searchDrctMatter0=\ubbf8\ub4f1\ub85d +comCopSmtMrm.memoReprtList.searchDrctMatter1=\ub4f1\ub85d +comCopSmtMrm.memoReprtList.searchCnd=\uc870\ud68c\uc870\uac74 \uc120\ud0dd +comCopSmtMrm.memoReprtList.searchCnd0=\ubcf4\uace0\uc81c\ubaa9 +comCopSmtMrm.memoReprtList.searchCnd1=\ubcf4\uace0\ub0b4\uc6a9 +comCopSmtMrm.memoReprtList.searchCnd2=\uc791\uc131\uc790 +comCopSmtMrm.memoReprtList.searchDrctMatter=\uc758\uacac + +#EgovMemoReprtRegist.jsp +comCopSmtMrm.memoReprtRegist.title=\uba54\ubaa8\ubcf4\uace0 \ub4f1\ub85d +comCopSmtMrm.memoReprtRegist.reprtCn.reportrNm=\ubcf4\uace0\ub300\uc0c1\uc790\ub294 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comCopSmtMrm.memoReprtRegist.reprtCn.reprtSj=\ubcf4\uace0\uc11c\uc81c\ubaa9\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comCopSmtMrm.memoReprtRegist.reprtCn.essential=\ubcf4\uace0\ub0b4\uc6a9\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comCopSmtMrm.memoReprtRegist.reprtCn=\ubcf4\uace0\ub0b4\uc6a9 +comCopSmtMrm.memoReprtRegist.attachFile=\ud30c\uc77c\ucca8\ubd80 + +#EgovMemoReprtDetail.jsp +comCopSmtMrm.memoReprtDetail.title=\uba54\ubaa8\ubcf4\uace0 \uc0c1\uc138\ubcf4\uae30 +comCopSmtMrm.memoReprtDetail.memoreprt.confirm=\uc758\uacac\ub4f1\ub85d\uc744 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comCopSmtMrm.memoReprtDetail.memoreprt=\uc758\uacac\ub4f1\ub85d +comCopSmtMrm.memoReprtDetail.drctMatter=\uc758\uacac/\uc9c0\uc2dc\uc0ac\ud56d + +#EgovMemoReprtUpdt.jsp +comCopSmtMrm.memoReprtUpdt.title=\uba54\ubaa8\ubcf4\uace0 \uc218\uc815 + +#EgovReportrList.jsp +comCopSmtMrm.reportrList.title=\ubcf4\uace0\ub300\uc0c1\uc790 \ubaa9\ub85d\uc870\ud68c +comCopSmtMrm.reportrList.select=\ubcf4\uace0\ub300\uc0c1\uc790 \uc120\ud0dd +comCopSmtMrm.reportrList.orgnztNm=\ubd80\uc11c +comCopSmtMrm.reportrList.ofcpsNm=\uc9c1\uc704 +comCopSmtMrm.reportrList.emplNo=\uc0ac\ubc88 +comCopSmtMrm.reportrList.emplyrNm=\uc0ac\uc6d0\uba85 + + +#\uba54\ubaa8\ud560\uc77c\uad00\ub9ac +#EgovMemoTodo.xml +comCopSmtMtm.memoToDo.validate.todoNm=\ud560\uc77c\uc81c\ubaa9 +comCopSmtMtm.memoToDo.validate.todoDe=\ud560\uc77c\uc77c\uc790 +comCopSmtMtm.memoToDo.validate.todoBeginHour=\ud560\uc77c\uc2dc\uc791(\uc2dc) +comCopSmtMtm.memoToDo.validate.todoBeginMin=\ud560\uc77c\uc2dc\uc791(\ubd84) +comCopSmtMtm.memoToDo.validate.todoEndHour=\ud560\uc77c\uc885\ub8cc(\uc2dc) +comCopSmtMtm.memoToDo.validate.todoEndMin=\ud560\uc77c\uc885\ub8cc(\ubd84) +comCopSmtMtm.memoToDo.validate.wrterNm=\uc791\uc131\uc790\uba85 +comCopSmtMtm.memoToDo.validate.todoCn=\ud560\uc77c\ub0b4\uc6a9 + +#EgovMemoTodoList.jsp +comCopSmtMtm.memoTodoList.title=\uba54\ubaa8\ud560\uc77c \ubaa9\ub85d\uc870\ud68c +comCopSmtMtm.memoTodoList.bgnDe=\uac80\uc0c9\uc2dc\uc791\uc77c\uc790 +comCopSmtMtm.memoTodoList.endDe=\uac80\uc0c9\uc885\ub8cc\uc77c\uc790 +comCopSmtMtm.memoTodoList.searchBgnDe=\uc870\ud68c\uc2dc\uc791\uc77c\uc790 \uc785\ub825 +comCopSmtMtm.memoTodoList.searchEndDe=\uc870\ud68c\uc885\ub8cc\uc77c\uc790 \uc785\ub825 +comCopSmtMtm.memoTodoList.bgnDeEvalEndDe=\uac80\uc0c9\uc885\ub8cc\uc77c\uc790\uac00 \uac80\uc0c9\uc2dc\uc791\uc77c\uc790\ubcf4\ub2e4 \ube60\ub97c\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopSmtMtm.memoTodoList.searchDeVal=\uc77c\uc790\uc870\ud68c\ub97c \uc120\ud0dd\ud558\uc138\uc694. +comCopSmtMtm.memoTodoList.searchbgnDeVal=\uac80\uc0c9\uc2dc\uc791\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694. +comCopSmtMtm.memoTodoList.searchEndDeVal=\uac80\uc0c9\uc885\ub8cc\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694. +comCopSmtMtm.memoTodoList.aearchCndVal=\ud560\uc77c\uc870\uac74\uc744 \uc120\ud0dd\ud558\uc138\uc694. +comCopSmtMtm.memoTodoList.searchDe=\uc77c\uc790\uc870\ud68c\uc120\ud0dd +comCopSmtMtm.memoTodoList.searchDe0=\ud560\uc77c\uc77c\uc790 +comCopSmtMtm.memoTodoList.searchDe1=\uc791\uc131\uc77c\uc790 +comCopSmtMtm.memoTodoList.searchCnd=\ud560\uc77c\uc870\uac74 +comCopSmtMtm.memoTodoList.searchCnd0=\ud560\uc77c\uc81c\ubaa9 +comCopSmtMtm.memoTodoList.searchCnd1=\ud560\uc77c\ub0b4\uc6a9 +comCopSmtMtm.memoTodoList.toDoListToday=\uc624\ub298\uc758\ud560\uc77c +comCopSmtMtm.memoTodoList.frstRegisterPnttm=\uc791\uc131\uc77c\uc790 + +#EgovMemoTodoListToday.jsp +comCopSmtMtm.memoTodoListToday.title=\uc624\ub298\uc758 \ud560\uc77c \ubaa9\ub85d\uc870\ud68c +comCopSmtMtm.memoTodoListToday.allList=\uc804\uccb4\ubaa9\ub85d + +#EgovMemoTodoRegist.jsp +comCopSmtMtm.memoTodoRegist.title=\uba54\ubaa8\ud560\uc77c \ub4f1\ub85d +comCopSmtMtm.memoTodoRegist.todoHourMin=\ud560\uc77c\uc885\ub8cc\uc2dc\ubd84\uc774 \ud560\uc77c\uc2dc\uc791\uc2dc\ubd84\ubcf4\ub2e4 \ube60\ub97c\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + +#EgovMemoTodoDetail.jsp +comCopSmtMtm.memoTodoDetail.title=\uba54\ubaa8\ud560\uc77c \uc0c1\uc138\ubcf4\uae30 + +#EgovMemoTodoUpdt.jsp +comCopSmtMtm.memoTodoUpdt.title=\uba54\ubaa8\ud560\uc77c \uc218\uc815 +comCopSmtMtm.memoTodoUpdt.hour=\uc2dc +comCopSmtMtm.memoTodoUpdt.minutes=\ubd84 + + +#\uc804\uccb4\uc77c\uc815\uad00\ub9ac Message# +comCopSmtSam.title=\uc804\uccb4\uc77c\uc815\uad00\ub9ac + +comCopSmtSam.searchCondition.schdulNm=\uc77c\uc815\uba85 +comCopSmtSam.searchCondition.schdulCn=\uc77c\uc815\ub0b4\uc6a9 + +comCopSmtSam.list.schdulKind=\uc77c\uc815\uad6c\ubd84 +comCopSmtSam.list.schdulNm=\uc77c\uc815\uba85 + +comCopSmtSam.registBtn.schdulCn=\uc77c\uc9c0\uc815\ubcf4\ucc3e\uae30 +comCopSmtSam.regist.schdulCn=\uc77c\uc9c0\uc815\ubcf4 +comCopSmtSam.regist.diaryNm=\uc77c\uc9c0\uba85 +comCopSmtSam.regist.drctMatter=\uc9c0\uc2dc\uc0ac\ud56d +comCopSmtSam.regist.partclrMatter=\ud2b9\uc774\uc0ac\ud56d +comCopSmtSam.regist.diaryProcsPte=\uce5c\ucc99\uc728 +comCopSmtSam.regist.Atch=\ucca8\ubd80\ud30c\uc77c + + +#\ubd80\uc11c\uc77c\uc815\uad00\ub9ac Message# +comCopSmtSdm.title=\ubd80\uc11c\uc77c\uc815\uad00\ub9ac + +comCopSmtSdm.Gbn.Monthly=\uc6d4\uac04 +comCopSmtSdm.Gbn.Weekly=\uc8fc\uac04 +comCopSmtSdm.Gbn.Daily=\uc77c\uac04 + +comCopSmtSdm.Navi.Today=\uc624\ub298 +comCopSmtSdm.Navi.Year=\ub144 +comCopSmtSdm.Navi.Month=\uc6d4 +comCopSmtSdm.Navi.Day=\uc77c +comCopSmtSdm.Navi.Week=\uc8fc + +comCopSmtSdm.Monthly.monday=\uc6d4 +comCopSmtSdm.Monthly.tuesday=\ud654 +comCopSmtSdm.Monthly.wednesday=\uc218 +comCopSmtSdm.Monthly.thursday=\ubaa9 +comCopSmtSdm.Monthly.friday=\uae08 +comCopSmtSdm.Monthly.saturday=\ud1a0 +comCopSmtSdm.Monthly.sunday=\uc77c + +comCopSmtSdm.Weekly.date=\ub0a0\uc9dc +comCopSmtSdm.Weekly.time=\uc2dc\uac04 +comCopSmtSdm.Weekly.title=\uc81c\ubaa9 +comCopSmtSdm.Weekly.chargeName=\ub2f4\ub2f9\uc790 + +comCopSmtSdm.selectSchdulSe=\uc77c\uc815\uad6c\ubd84\uc120\ud0dd +comCopSmtSdm.validate.alert.delete=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comCopSmtSdm.validate.alert.diffBgndeEndde=\uc885\ub8cc\uc77c\uc790\ub294 \uc2dc\uc791\uc77c\uc790\ubcf4\ub2e4 \uc774\ud6c4\ub0a0\uc9dc\ub85c \uc120\ud0dd\ud558\uc138\uc694. +comCopSmtSdm.goPrevMonth=\uc774\uc804\ub2ec\ub85c \uac00\uae30 +comCopSmtSdm.goNextMonth=\ub2e4\uc74c\ub2ec\ub85c \uac00\uae30 + +comCopSmtSdm.regist.schdulSe=\uc77c\uc815\uad6c\ubd84 +comCopSmtSdm.regist.schdulIpcrCode=\uc911\uc694\ub3c4 +comCopSmtSdm.regist.schdulDeptName=\ubd80\uc11c +comCopSmtSdm.regist.schdulNm=\uc77c\uc815\uba85 +comCopSmtSdm.regist.schdulCn=\uc77c\uc815\ub0b4\uc6a9 +comCopSmtSdm.regist.reptitSeCode=\ubc18\ubcf5\uad6c\ubd84 +comCopSmtSdm.regist.schdulSe1=\ub2f9\uc77c +comCopSmtSdm.regist.schdulSe2=\ubc18\ubcf5 +comCopSmtSdm.regist.schdulSe3=\uc5f0\uc18d +comCopSmtSdm.regist.schdulDatetime=\ub0a0\uc9dc/\uc2dc\uac04 +comCopSmtSdm.regist.schdulYYYY=\uc2dc +comCopSmtSdm.regist.schdulMM=\ubd84 +comCopSmtSdm.regist.schdulChargerName=\ub2f4\ub2f9\uc790 +comCopSmtSdm.regist.schdulAtch=\ud30c\uc77c\ucca8\ubd80 + +comCopSmtSdm.btn.diaryManage=\uc77c\uc9c0\uad00\ub9ac + +#\ubd80\uc11c\uc77c\uc815\uad00\ub9ac \ud31d\uc5c5# +comCopSmtSdm.popup.title=\uc77c\uc815\uad00\ub9ac \ubaa9\ub85d \ud31d\uc5c5 + +comCopSmtSdm.popupSearchCondition.diaryNm=\uc77c\uc9c0\uba85 + +comCopSmtSdm.popupListValidate.searchKeyword=\uac80\uc0c9\uc5b4\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694! +comCopSmtSdm.popupListValidate.searchCondition=\uac80\uc0c9 \uad6c\ubd84\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694! + +comCopSmtSdm.popupList.diaryType=\uc77c\uc815\uad6c\ubd84 +comCopSmtSdm.popupList.diaryNm=\uc77c\uc9c0\uba85 + +comCopSmtSdm.popupList.diaryPersonal=\uac1c\uc778\uc77c\uc815 +comCopSmtSdm.popupList.diaryDept=\ubd80\uc11c\uc77c\uc815 + + +#\uc0ac\uc6a9\uc790 \ud31d\uc5c5# +comCopSmtSdm.empLyrTitle=\uc0ac\uc6a9\uc790 \uac80\uc0c9 \ud31d\uc5c5 + +comCopSmtSdm.empLyrList.id=\uc544\uc774\ub514 +comCopSmtSdm.empLyrList.name=\uc774\ub984 +comCopSmtSdm.empLyrList.tel=\uc804\ud654\ubc88\ud638 +comCopSmtSdm.empLyrList.addr=\uc8fc\uc18c + +#\ubd80\uc11c\ud31d\uc5c5 \ud31d\uc5c5# +comCopSmtSdm.deptLyrTitle=\ubd80\uc11c \uac80\uc0c9 \ud31d\uc5c5 + +comCopSmtSdm.deptLyrList.name=\ubd80\uc11c\uba85 +comCopSmtSdm.deptLyrList.description=\ubd80\uc11c\uc124\uba85 + + +#\uc77c\uc815\uad00\ub9ac Message# +comCopSmtSim.title=\uc77c\uc815\uad00\ub9ac + +comCopSmtSim.Gbn.Monthly=\uc6d4\uac04 +comCopSmtSim.Gbn.Weekly=\uc8fc\uac04 +comCopSmtSim.Gbn.Daily=\uc77c\uac04 + +comCopSmtSim.Navi.Today=\uc624\ub298 +comCopSmtSim.Navi.Year=\ub144 +comCopSmtSim.Navi.Month=\uc6d4 +comCopSmtSim.Navi.Day=\uc77c +comCopSmtSim.Navi.Week=\uc8fc + +comCopSmtSim.Monthly.monday=\uc6d4 +comCopSmtSim.Monthly.tuesday=\ud654 +comCopSmtSim.Monthly.wednesday=\uc218 +comCopSmtSim.Monthly.thursday=\ubaa9 +comCopSmtSim.Monthly.friday=\uae08 +comCopSmtSim.Monthly.saturday=\ud1a0 +comCopSmtSim.Monthly.sunday=\uc77c + +comCopSmtSim.Weekly.date=\ub0a0\uc9dc +comCopSmtSim.Weekly.time=\uc2dc\uac04 +comCopSmtSim.Weekly.title=\uc81c\ubaa9 +comCopSmtSim.Weekly.chargeName=\ub2f4\ub2f9\uc790 + +comCopSmtSim.goPrevMonth=Go to previous month +comCopSmtSim.goNextMonth=Go to next month + +comCopSmtSim.regist.schdulSe=\uc77c\uc815\uad6c\ubd84 +comCopSmtSim.regist.schdulIpcrCode=\uc911\uc694\ub3c4 +comCopSmtSim.regist.schdulDeptName=\ubd80\uc11c +comCopSmtSim.regist.schdulNm=\uc77c\uc815\uba85 +comCopSmtSim.regist.schdulCn=\uc77c\uc815\ub0b4\uc6a9 +comCopSmtSim.regist.reptitSeCode=\ubc18\ubcf5\uad6c\ubd84 +comCopSmtSim.regist.schdulSe1=\ub2f9\uc77c +comCopSmtSim.regist.schdulSe2=\ubc18\ubcf5 +comCopSmtSim.regist.schdulSe3=\uc5f0\uc18d +comCopSmtSim.regist.schdulDatetime=\ub0a0\uc9dc/\uc2dc\uac04 +comCopSmtSim.regist.schdulYYYY=\uc2dc +comCopSmtSim.regist.schdulMM=\ubd84 +comCopSmtSim.regist.schdulChargerName=\ub2f4\ub2f9\uc790 +comCopSmtSim.regist.schdulAtch=\ud30c\uc77c\ucca8\ubd80 + +comCopSmtSim.btn.diaryManage=\uc77c\uc9c0\uad00\ub9ac + +#\uc77c\uc815\uad00\ub9ac \ud31d\uc5c5# +comCopSmtSim.popup.title=\uc77c\uc815\uad00\ub9ac \ubaa9\ub85d \ud31d\uc5c5 + +comCopSmtSim.popupSearchCondition.diaryNm=\uc77c\uc9c0\uba85 + +comCopSmtSim.popupListValidate.searchKeyword=\uac80\uc0c9\uc5b4\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694! +comCopSmtSim.popupListValidate.searchCondition=\uac80\uc0c9 \uad6c\ubd84\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694! + +comCopSmtSim.popupList.diaryType=\uc77c\uc815\uad6c\ubd84 +comCopSmtSim.popupList.diaryNm=\uc77c\uc9c0\uba85 + +comCopSmtSim.popupList.diaryPersonal=\uac1c\uc778\uc77c\uc815 +comCopSmtSim.popupList.diaryDept=\ubd80\uc11c\uc77c\uc815 + + +#\uc8fc\uad00/\uc6d4\uac04\ubcf4\uace0 \uad00\ub9ac# +copSmtWmr.wikMnthngReprtList.wikMnthngReprtList=\uc8fc\uac04/\uc6d4\uac04\ubcf4\uace0 \ubaa9\ub85d +copSmtWmr.wikMnthngReprtList.searchSttus=\uc2b9\uc778\uc5ec\ubd80 +copSmtWmr.wikMnthngReprtList.unapproved=\ubbf8\uc2b9\uc778 +copSmtWmr.wikMnthngReprtList.approval=\uc2b9\uc778 +copSmtWmr.wikMnthngReprtList.searchDe=\uc77c\uc790 +copSmtWmr.wikMnthngReprtList.reprtDe=\ubcf4\uace0\uc77c\uc790 +copSmtWmr.wikMnthngReprtList.reprtBgnEndDe=\ud574\ub2f9\uc77c\uc790 +copSmtWmr.wikMnthngReprtList.searchSe=\ubcf4\uace0\uc720\ud615 +copSmtWmr.wikMnthngReprtList.WeeklyReport=\uc8fc\uac04\ubcf4\uace0 +copSmtWmr.wikMnthngReprtList.MonthlyReport=\uc6d4\uac04\ubcf4\uace0 +copSmtWmr.wikMnthngReprtList.searchCnd=\uc81c\ubaa9/\uc791\uc131\uc790 +copSmtWmr.wikMnthngReprtList.reprtSj=\uc81c\ubaa9 +copSmtWmr.wikMnthngReprtList.reprtSuj=\ubcf4\uace0\uc11c\uc81c\ubaa9 +copSmtWmr.wikMnthngReprtList.wrterNm=\uc791\uc131\uc790 +copSmtWmr.wikMnthngReprtList.searchBgnDe=\uac80\uc0c9\uc2dc\uc791\uc77c\uc790 +copSmtWmr.wikMnthngReprtList.searchEndDe=\uac80\uc0c9\uc885\ub8cc\uc77c\uc790 +copSmtWmr.wikMnthngReprtList.validate.searchDeAlert=\uac80\uc0c9\uc885\ub8cc\uc77c\uc790\uac00 \uac80\uc0c9\uc77c\uc790\ubcf4\ub2e4 \ube60\ub97c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + +copSmtWmr.wikMnthngReprtRegist.wikMnthngReprtRegist=\uc8fc\uac04/\uc6d4\uac04\ubcf4\uace0 \ub4f1\ub85d +copSmtWmr.wikMnthngReprtRegist.bgnDe=\ud574\ub2f9\uc2dc\uc791\uc77c\uc790 +copSmtWmr.wikMnthngReprtRegist.endDe=\ud574\ub2f9\uc885\ub8cc\uc77c\uc790 +copSmtWmr.wikMnthngReprtRegist.validate.searchDeAlert=\ud574\ub2f9\uc885\ub8cc\uc77c\uc790\uac00 \uac80\uc0c9\uc77c\uc790\ubcf4\ub2e4 \ube60\ub97c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +copSmtWmr.wikMnthngReprtRegist.searchSe=\ubcf4\uace0\uc720\ud615 +copSmtWmr.wikMnthngReprtRegist.WeeklyReport=\uc8fc\uac04\ubcf4\uace0 +copSmtWmr.wikMnthngReprtRegist.MonthlyReport=\uc6d4\uac04\ubcf4\uace0 +copSmtWmr.wikMnthngReprtRegist.reprtDe=\ubcf4\uace0\uc77c\uc790 +copSmtWmr.wikMnthngReprtRegist.reprtBgnEndDe=\ud574\ub2f9\uc77c\uc790 +copSmtWmr.wikMnthngReprtRegist.wrterNm=\uc791\uc131\uc790 +copSmtWmr.wikMnthngReprtRegist.reportrNm=\ubcf4\uace0\ub300\uc0c1\uc790 +copSmtWmr.wikMnthngReprtRegist.reprtSuj=\ubcf4\uace0\uc11c\uc81c\ubaa9 +copSmtWmr.wikMnthngReprtRegist.reprtThswikCn=\uae08\uc8fc\ubcf4\uace0\ub0b4\uc6a9 +copSmtWmr.wikMnthngReprtRegist.reprtLesseeCn=\ucc28\uc8fc\ubcf4\uace0\ub0b4\uc6a9 +copSmtWmr.wikMnthngReprtRegist.partclrMatter=\ud2b9\uc774\uc0ac\ud56d +copSmtWmr.wikMnthngReprtRegist.file=\ud30c\uc77c\ucca8\ubd80 + +copSmtWmr.wikMnthngReprtDetail.wikMnthngReprtDetail=\uc8fc\uac04/\uc6d4\uac04\ubcf4\uace0 \uc0c1\uc138\ubcf4\uae30 +copSmtWmr.wikMnthngReprtDetail.reprtSeInfo=\ubcf4\uace0\uc720\ud615 +copSmtWmr.wikMnthngReprtDetail.reprtDe=\ubcf4\uace0\uc77c\uc790 +copSmtWmr.wikMnthngReprtDetail.reprtBgnEndDe=\ud574\ub2f9\uc77c\uc790 +copSmtWmr.wikMnthngReprtDetail.wrterNm=\uc791\uc131\uc790 +copSmtWmr.wikMnthngReprtDetail.reportrNm=\ubcf4\uace0\ub300\uc0c1\uc790 +copSmtWmr.wikMnthngReprtDetail.reprtSuj=\ubcf4\uace0\uc11c\uc81c\ubaa9 +copSmtWmr.wikMnthngReprtDetail.reprtThswikCn=\uae08\uc8fc\ubcf4\uace0\ub0b4\uc6a9 +copSmtWmr.wikMnthngReprtDetail.reprtLesseeCn=\ucc28\uc8fc\ubcf4\uace0\ub0b4\uc6a9 +copSmtWmr.wikMnthngReprtDetail.partclrMatter=\ud2b9\uc774\uc0ac\ud56d +copSmtWmr.wikMnthngReprtDetail.file=\ucca8\ubd80\ud30c\uc77c +copSmtWmr.wikMnthngReprtDetail.reprtSttus=\ubcf4\uace0\uc11c\uc0c1\ud0dc + +copSmtWmr.wikMnthngReprtUpdt.wikMnthngReprtUpdt=\uc8fc\uac04/\uc6d4\uac04\ubcf4\uace0 \uc218\uc815 +copSmtWmr.wikMnthngReprtUpdt.bgnDe=\ud574\ub2f9\uc2dc\uc791\uc77c\uc790 +copSmtWmr.wikMnthngReprtUpdt.endDe=\ud574\ub2f9\uc885\ub8cc\uc77c\uc790 +copSmtWmr.wikMnthngReprtUpdt.validate.searchDeAlert=\ud574\ub2f9\uc885\ub8cc\uc77c\uc790\uac00 \uac80\uc0c9\uc77c\uc790\ubcf4\ub2e4 \ube60\ub97c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +copSmtWmr.wikMnthngReprtUpdt.searchSe=\ubcf4\uace0\uc720\ud615 +copSmtWmr.wikMnthngReprtUpdt.WeeklyReport=\uc8fc\uac04\ubcf4\uace0 +copSmtWmr.wikMnthngReprtUpdt.MonthlyReport=\uc6d4\uac04\ubcf4\uace0 +copSmtWmr.wikMnthngReprtUpdt.reprtDe=\ubcf4\uace0\uc77c\uc790 +copSmtWmr.wikMnthngReprtUpdt.reprtBgnEndDe=\ud574\ub2f9\uc77c\uc790 +copSmtWmr.wikMnthngReprtUpdt.wrterNm=\uc791\uc131\uc790 +copSmtWmr.wikMnthngReprtUpdt.reportrNm=\ubcf4\uace0\ub300\uc0c1\uc790 +copSmtWmr.wikMnthngReprtUpdt.reprtSuj=\ubcf4\uace0\uc11c\uc81c\ubaa9 +copSmtWmr.wikMnthngReprtUpdt.reprtThswikCn=\uae08\uc8fc\ubcf4\uace0\ub0b4\uc6a9 +copSmtWmr.wikMnthngReprtUpdt.reprtLesseeCn=\ucc28\uc8fc\ubcf4\uace0\ub0b4\uc6a9 +copSmtWmr.wikMnthngReprtUpdt.partclrMatter=\ud2b9\uc774\uc0ac\ud56d +copSmtWmr.wikMnthngReprtUpdt.file=\ud30c\uc77c\ucca8\ubd80 +copSmtWmr.wikMnthngReprtUpdt.atchFile=\ucca8\ubd80\ud30c\uc77c +copSmtWmr.wikMnthngReprtUpdt.reprtSttus=\ubcf4\uace0\uc11c\uc0c1\ud0dc + +copSmtWmr.reportrList.reportrList=\ubcf4\uace0\ub300\uc0c1\uc790 \ubaa9\ub85d\uc870\ud68c +copSmtWmr.reportrList.selectReprt=\ubcf4\uace0\ub300\uc0c1\uc790 \uc120\ud0dd +copSmtWmr.reportrList.fnInit=\ubaa9\ub85d\uc870\ud68c +copSmtWmr.reportrList.searchCnd=\uc870\ud68c\uc870\uac74 +copSmtWmr.reportrList.orgnztNm=\ubd80\uc11c +copSmtWmr.reportrList.emplyrNm=\uc0ac\uc6d0\uba85 +copSmtWmr.reportrList.ofcpsNm=\uc9c1\uc704 +copSmtWmr.reportrList.emplNo=\uc0ac\ubc88 + +copSmtWmr.reportrListPopup.reportrList=\ubcf4\uace0\ub300\uc0c1\uc790 \ubaa9\ub85d + + + +#\uac8c\uc2dc\uae00 \ub9cc\uc871\ub3c4# +comCopCmt.articleSatisfactionVO.title=\ub9cc\uc871\ub3c4\uc870\uc0ac +comCopCmt.articleSatisfactionVO.button=\ub9cc\uc871\ub3c4 +comCopCmt.articleSatisfactionVO.level5=\ub9e4\uc6b0\ub9cc\uc871 +comCopCmt.articleSatisfactionVO.level4=\ub9cc\uc871 +comCopCmt.articleSatisfactionVO.level3=\ubcf4\ud1b5 +comCopCmt.articleSatisfactionVO.level2=\ubd88\ub9cc\uc871 +comCopCmt.articleSatisfactionVO.level1=\ub9e4\uc6b0\ubd88\ub9cc\uc871 +comCopCmt.articleSatisfactionVO.content=\ub0b4\uc6a9 +comCopCmt.articleSatisfactionVO.password=\ud328\uc2a4\uc6cc\ub4dc +comCopCmt.articleSatisfactionVO.nodata=\ub9cc\uc871\ub3c4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. + + +comCopSymEms.regist.title=\ubc1c\uc1a1\uba54\uc77c +comCopSymEms.regist.summary={0}\uc758 \ub4f1\ub85d \uac00\ub2a5\ud55c \ub0b4\uc6a9\uc744 \uc785\ub825\ud558\uc5ec \ub4f1\ub85d \ubc84\ud2bc\uc744 \ud074\ub9ad\ud558\uc5ec \ub4f1\ub85d\ud55c\ub2e4. +comCopSymEms.regist.receiver = \ubc1b\ub294\uc0ac\ub78c +comCopSymEms.regist.title2 = \uc81c\ubaa9 +comCopSymEms.regist.content = \ubc1c\uc2e0\ub0b4\uc6a9 +comCopSymEms.regist.atch = \ucca8\ubd80\ud30c\uc77c + +comCopSymEms.inqire.sender = \ubcf4\ub0b4\ub294\uc0ac\ub78c +comCopSymEms.inqire.receiver = \ubc1b\ub294\uc0ac\ub78c +comCopSymEms.inqire.title = \uc81c\ubaa9 +comCopSymEms.inqire.sendCn = \ubc1c\uc2e0\ub0b4\uc6a9 +comCopSymEms.inqire.sendResult = \ubc1c\uc2e0\uacb0\uacfc +comCopSymEms.inqire.xml = XML\uba54\uc77c\ubcf4\uae30 +comCopSymEms.inqire.atch = \ucca8\ubd80\ud30c\uc77c +comCopSymEms.inqire.summary={0}\uc758 \ub0b4\uc5ed\uc5d0 \ub300\ud55c \uc0c1\uc138\uc870\ud68c \ub0b4\uc5ed\uc744 \ucd9c\ub825\ud569\ub2c8\ub2e4. + +comCopSymEms.searchCondition.title = \uc81c\ubaa9 +comCopSymEms.searchCondition.cn = \ub0b4\uc6a9 +comCopSymEms.searchCondition.sender = \ubcf4\ub0b8\uc774 + +comCopSymEms.list.status = \uc0c1\ud0dc +comCopSymEms.list.receiver = \uc218\uc2e0\uc790 +comCopSymEms.list.sender = \ubc1c\uc2e0\uc790 +comCopSymEms.list.title = \uc81c\ubaa9 +comCopSymEms.list.cn = \ub0b4\uc6a9 +comCopSymEms.list.regdate = \ub0a0\uc9dc +comCopSymEms.list.summary={0}\uc758 \ub0b4\uc5ed\uc5d0 \ub300\ud55c \ubaa9\ub85d\uc744 \ucd9c\ub825\ud569\ub2c8\ub2e4. + + +#\ud15c\ud50c\ub9bf +comCopTpl.template.title = \ud15c\ud50c\ub9bf + +comCopTpl.template.name = \ud15c\ud50c\ub9bf\uba85 +comCopTpl.template.type = \ud15c\ud50c\ub9bf\uad6c\ubd84 +comCopTpl.template.path = \ud15c\ube14\ub9bf\uacbd\ub85c +comCopTpl.template.useYN = \uc0ac\uc6a9\uc5ec\ubd80 +comCopTpl.template.registDt = \ub4f1\ub85d\uc77c\uc790 +comCopTpl.template.preview = \ubbf8\ub9ac\ubcf4\uae30 + +comCopTpl.template.tmplatCss = \uac8c\uc2dc\ud310 \ud15c\ud50c\ub9bf\uc740 CSS\ub9cc \uac00\ub2a5\ud569\ub2c8\ub2e4. +comCopTpl.template.tmplatJsp = \ud15c\ud50c\ub9bf\uc740 JSP\ub9cc \uac00\ub2a5\ud569\ub2c8\ub2e4. + + +# EgovKnoAppraisal.xml +comDamApp.knoAppraisal.validate.orgnztId=\uc870\uc9c1\uba85 +comDamApp.knoAppraisal.validate.knoTypeCd=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamApp.knoAppraisal.validate.knoNm=\uc9c0\uc2dd\uba85 +comDamApp.knoAppraisal.validate.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 +comDamApp.knoAppraisal.validate.appYmd=\ud3c9\uac00\uc77c\uc790 +comDamApp.knoAppraisal.validate.knoAps=\ud3c9\uac00\uacb0\uacfc + + +comDamApp.comDamAppraisalList.title=\uc9c0\uc2dd\ud3c9\uac00\uad00\ub9ac \ubaa9\ub85d +comDamApp.comDamAppraisalList.pageTop.title=\uc9c0\uc2dd\ud3c9\uac00\uad00\ub9ac \ubaa9\ub85d +comDamApp.comDamAppraisalList.knoId=\uc21c\ubc88 +comDamApp.comDamAppraisalList.knoNm=\uc9c0\uc2dd\uba85 +comDamApp.comDamAppraisalList.knoTypeNm=\uc9c0\uc2dd\uc720\ud615 +comDamApp.comDamAppraisalList.userNm=\ub4f1\ub85d\uc790\uba85 +comDamApp.comDamAppraisalList.knoAps=\ud3c9\uac00\uacb0\uacfc +comDamApp.comDamAppraisalList.appYmd=\ud3c9\uac00\uc77c\uc790 +comDamApp.comDamAppraisalList.status.evaluating=\ud3c9\uac00\uc911 +comDamApp.comDamAppraisalList.status.approved=\uc2b9\uc778 +comDamApp.comDamAppraisalList.status.denied=\ubc18\ub824 +comDamApp.comDamAppraisalList.status.proceeding=\uc9c4\ud589\uc911 + + +comDamApp.comDamAppraisalDetail.title=\uc9c0\uc2dd\ud3c9\uac00 \uc0c1\uc138\uc870\ud68c +comDamApp.comDamAppraisalDetail.pageTop.title=\uc9c0\uc2dd\ud3c9\uac00 \uc0c1\uc138\uc870\ud68c +comDamApp.comDamAppraisalDetail.knoId=\uc21c\ubc88 +comDamApp.comDamAppraisalDetail.orgnztNm=\uc870\uc9c1\uba85 +comDamApp.comDamAppraisalDetail.knoTypeNm=\uc9c0\uc2dd\uc720\ud615 +comDamApp.comDamAppraisalDetail.knoNm=\uc9c0\uc2dd\uba85 +comDamApp.comDamAppraisalDetail.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 +comDamApp.comDamAppraisalDetail.atchFileList=\ucca8\ubd80\ud30c\uc77c \ubaa9\ub85d +comDamApp.comDamAppraisalDetail.knoAps=\ud3c9\uac00\uacb0\uacfc +comDamApp.comDamAppraisalDetail.appYmd=\ud3c9\uac00\uc77c\uc790 +comDamApp.comDamAppraisalDetail.status.proceeding=\uc9c4\ud589\uc911 +comDamApp.comDamAppraisalDetail.status.evaluating=\ud3c9\uac00\uc911 +comDamApp.comDamAppraisalDetail.status.approved=\uc2b9\uc778 +comDamApp.comDamAppraisalDetail.status.denied=\ubc18\ub824 +comDamApp.comDamAppraisalDetail.button.evaluation=\ud3c9\uac00 + + +comDamApp.comDamAppraisalModify.title=\uc9c0\uc2dd\ud3c9\uac00 \uc218\uc815 +comDamApp.comDamAppraisalModify.pageTop.title=\uc9c0\uc2dd\ud3c9\uac00 \uc218\uc815 +comDamApp.comDamAppraisalModify.knoId=\uc21c\ubc88 +comDamApp.comDamAppraisalModify.orgnztNm=\uc870\uc9c1\uba85 +comDamApp.comDamAppraisalModify.knoTypeNm=\uc9c0\uc2dd\uc720\ud615 +comDamApp.comDamAppraisalModify.knoNm=\uc9c0\uc2dd\uba85 +comDamApp.comDamAppraisalModify.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 +comDamApp.comDamAppraisalModify.atchFileList=\ucca8\ubd80\ud30c\uc77c \ubaa9\ub85d +comDamApp.comDamAppraisalModify.knoAps=\ud3c9\uac00\uacb0\uacfc +comDamApp.comDamAppraisalModify.appYmd=\ud3c9\uac00\uc77c\uc790 +comDamApp.comDamAppraisalModify.status.proceeding=\uc9c4\ud589\uc911 +comDamApp.comDamAppraisalModify.status.evaluating=\ud3c9\uac00\uc911 +comDamApp.comDamAppraisalModify.status.approved=\uc2b9\uc778 +comDamApp.comDamAppraisalModify.status.denied=\ubc18\ub824 +comDamApp.comDamAppraisalModify.button.evaluation=\ud3c9\uac00 + + +# EgovMapMaterial.xml +comDamMapMat.mapMaterial.validate.orgnztId=\uc870\uc9c1\uc544\uc774\ub514 +comDamMapMat.mapMaterial.validate.knoTypeCd=\uc9c0\uc2dd\uc720\ud615\ucf54\ub4dc +comDamMapMat.mapMaterial.validate.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamMapMat.mapMaterial.validate.knoUrl=\uc9c0\uc2ddURL +comDamMapMat.mapMaterial.validate.clYmd=\ubd84\ub958\uc77c\uc790 + + +comDamMapMat.comDamMapMaterialList.title=\uc9c0\uc2dd\ub9f5(\uc720\ud615\ubcc4)\uad00\ub9ac \ubaa9\ub85d +comDamMapMat.comDamMapMaterialList.pageTop.title=\uc9c0\uc2dd\ub9f5(\uc720\ud615\ubcc4)\uad00\ub9ac \ubaa9\ub85d +comDamMapMat.comDamMapMaterialList.index=\uc21c\ubc88 +comDamMapMat.comDamMapMaterialList.orgnztNm=\uc870\uc9c1\uba85 +comDamMapMat.comDamMapMaterialList.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamMapMat.comDamMapMaterialList.knoUrl=\uc9c0\uc2ddURL +comDamMapMat.comDamMapMaterialList.clYmd=\ubd84\ub958\uc77c\uc790 + + +comDamMapMat.comDamMapMaterialDetail.title=\uc9c0\uc2dd\ub9f5(\uc720\ud615\ubcc4) \uc0c1\uc138\uc870\ud68c +comDamMapMat.comDamMapMaterialDetail.pageTop.title=\uc9c0\uc2dd\ub9f5(\uc720\ud615\ubcc4) \uc0c1\uc138\uc870\ud68c +comDamMapMat.comDamMapMaterialDetail.orgnztId=\uc870\uc9c1ID +comDamMapMat.comDamMapMaterialDetail.orgnztNm=\uc870\uc9c1\uba85 +comDamMapMat.comDamMapMaterialDetail.knoTypeCd=\uc9c0\uc2dd\uc720\ud615\ucf54\ub4dc +comDamMapMat.comDamMapMaterialDetail.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamMapMat.comDamMapMaterialDetail.knoUrl=\uc9c0\uc2ddURL +comDamMapMat.comDamMapMaterialDetail.clYmd=\ubd84\ub958\uc77c\uc790 + + +comDamMapMat.comDamMapMaterialModify.title=\uc9c0\uc2dd\ub9f5(\uc720\ud615\ubcc4) \uc218\uc815 +comDamMapMat.comDamMapMaterialModify.pageTop.title=\uc9c0\uc2dd\ub9f5(\uc720\ud615\ubcc4) \uc218\uc815 +comDamMapMat.comDamMapMaterialModify.orgnztId=\uc870\uc9c1ID +comDamMapMat.comDamMapMaterialModify.orgnztNm=\uc870\uc9c1\uba85 +comDamMapMat.comDamMapMaterialModify.knoTypeCd=\uc9c0\uc2dd\uc720\ud615\ucf54\ub4dc +comDamMapMat.comDamMapMaterialModify.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamMapMat.comDamMapMaterialModify.knoUrl=\uc9c0\uc2ddURL +comDamMapMat.comDamMapMaterialModify.clYmd=\ubd84\ub958\uc77c\uc790 + + +comDamMapMat.comDamMapMaterialRegist.title=\uc9c0\uc2dd\ub9f5(\uc720\ud615\ubcc4) \ub4f1\ub85d +comDamMapMat.comDamMapMaterialRegist.pageTop.title=\uc9c0\uc2dd\ub9f5(\uc720\ud615\ubcc4) \ub4f1\ub85d +comDamMapMat.comDamMapMaterialRegist.orgnztId=\uc870\uc9c1ID +comDamMapMat.comDamMapMaterialRegist.orgnztNm=\uc870\uc9c1\uba85 +comDamMapMat.comDamMapMaterialRegist.knoTypeCd=\uc9c0\uc2dd\uc720\ud615\ucf54\ub4dc +comDamMapMat.comDamMapMaterialRegist.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamMapMat.comDamMapMaterialRegist.knoUrl=\uc9c0\uc2ddURL +comDamMapMat.comDamMapMaterialRegist.clYmd=\ubd84\ub958\uc77c\uc790 + + + +# EgovMapMaterial.xml +comDamMapTea.mapTeam.validate.orgnztId=\uc870\uc9c1\uc544\uc774\ub514 +comDamMapTea.mapTeam.validate.orgnztNm=\uc870\uc9c1\uba85 +comDamMapTea.mapTeam.validate.knoUrl=\uc9c0\uc2ddURL +comDamMapTea.mapTeam.validate.clYmd=\ubd84\ub958\uc77c\uc790 + + +comDamMapTea.comDamMapTeamList.title=\uc9c0\uc2dd\ub9f5(\uc870\uc9c1\ubcc4)\uad00\ub9ac \ubaa9\ub85d +comDamMapTea.comDamMapTeamList.pageTop.title=\uc9c0\uc2dd\ub9f5(\uc870\uc9c1\ubcc4)\uad00\ub9ac \ubaa9\ub85d +comDamMapTea.comDamMapTeamList.index=\uc21c\ubc88 +comDamMapTea.comDamMapTeamList.orgnztNm=\uc870\uc9c1\uba85 +comDamMapTea.comDamMapTeamList.orgnztId=\uc870\uc9c1 ID +comDamMapTea.comDamMapTeamList.knoUrl=\uc9c0\uc2ddURL +comDamMapTea.comDamMapTeamList.clYmd=\ubd84\ub958\uc77c\uc790 + + +comDamMapTea.comDamMapTeamDetail.title=\uc9c0\uc2dd\ub9f5(\uc870\uc9c1\ubcc4) \uc0c1\uc138\uc870\ud68c +comDamMapTea.comDamMapTeamDetail.pageTop.title=\uc9c0\uc2dd\ub9f5(\uc870\uc9c1\ubcc4) \uc0c1\uc138\uc870\ud68c +comDamMapTea.comDamMapTeamDetail.orgnztId=\uc870\uc9c1ID +comDamMapTea.comDamMapTeamDetail.orgnztNm=\uc870\uc9c1\uba85 +comDamMapTea.comDamMapTeamDetail.knoUrl=\uc9c0\uc2ddURL +comDamMapTea.comDamMapTeamDetail.clYmd=\ubd84\ub958\uc77c\uc790 + + +comDamMapTea.comDamMapTeamModify.title=\uc9c0\uc2dd\ub9f5(\uc870\uc9c1\ubcc4) \uc218\uc815 +comDamMapTea.comDamMapTeamModify.pageTop.title=\uc9c0\uc2dd\ub9f5(\uc870\uc9c1\ubcc4) \uc218\uc815 +comDamMapTea.comDamMapTeamModify.orgnztId=\uc870\uc9c1ID +comDamMapTea.comDamMapTeamModify.orgnztNm=\uc870\uc9c1\uba85 +comDamMapTea.comDamMapTeamModify.knoUrl=\uc9c0\uc2ddURL +comDamMapTea.comDamMapTeamModify.clYmd=\ubd84\ub958\uc77c\uc790 + + +comDamMapTea.comDamMapTeamRegist.title=\uc9c0\uc2dd\ub9f5(\uc870\uc9c1\ubcc4) \ub4f1\ub85d +comDamMapTea.comDamMapTeamRegist.pageTop.title=\uc9c0\uc2dd\ub9f5(\uc870\uc9c1\ubcc4) \ub4f1\ub85d +comDamMapTea.comDamMapTeamRegist.orgnztId=\uc870\uc9c1ID +comDamMapTea.comDamMapTeamRegist.orgnztNm=\uc870\uc9c1\uba85 +comDamMapTea.comDamMapTeamRegist.knoUrl=\uc9c0\uc2ddURL +comDamMapTea.comDamMapTeamRegist.clYmd=\ubd84\ub958\uc77c\uc790 + + +# KnoManagement.xml +comDamMgm.knoManagement.validate.knoAps=\uc9c0\uc2dd\uc815\uc81c + + +comDamMgm.comDamManagementList.title=\uc9c0\uc2dd\uc815\ubcf4\uad00\ub9ac \ubaa9\ub85d +comDamMgm.comDamManagementList.pageTop.title=\uc9c0\uc2dd\uc815\ubcf4\uad00\ub9ac \ubaa9\ub85d +comDamMgm.comDamManagementList.index=\uc21c\ubc88 +comDamMgm.comDamManagementList.orgnztNm=\uc870\uc9c1\uba85 +comDamMgm.comDamManagementList.knoTypeNm=\uc9c0\uc2dd\uc720\ud615 +comDamMgm.comDamManagementList.knoNm=\uc9c0\uc2dd\uba85 +comDamMgm.comDamManagementList.userNm=\ub4f1\ub85d\uc790\uba85 +comDamMgm.comDamManagementList.appYmd=\ud3c9\uac00\uc77c\uc790 + + +comDamMgm.comDamManagementDetail.title=\uc9c0\uc2dd\uc815\ubcf4 \uc0c1\uc138\uc870\ud68c +comDamMgm.comDamManagementDetail.pageTop.title=\uc9c0\uc2dd\uc815\ubcf4 \uc0c1\uc138\uc870\ud68c +comDamMgm.comDamManagementDetail.orgnztNm=\uc870\uc9c1\uba85 +comDamMgm.comDamManagementDetail.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamMgm.comDamManagementDetail.frstRegisterPnttm=\ub4f1\ub85d\uc77c\uc790 +comDamMgm.comDamManagementDetail.userNm=\ub4f1\ub85d\uc790\uba85 +comDamMgm.comDamManagementDetail.knoNm=\uc9c0\uc2dd\uba85 +comDamMgm.comDamManagementDetail.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 +comDamMgm.comDamManagementDetail.othbcAt=\uacf5\uac1c\uc5ec\ubd80 +comDamMgm.comDamManagementDetail.public=\uacf5\uac1c +comDamMgm.comDamManagementDetail.private=\ube44\uacf5\uac1c +comDamMgm.comDamManagementDetail.appYmd=\ud3c9\uac00\uc77c\uc790 +comDamMgm.comDamManagementDetail.speNm=\ud3c9\uac00\uc790\uba85 +comDamMgm.comDamManagementDetail.knoAps=\ud3c9\uac00\uacb0\uacfc +comDamMgm.comDamManagementDetail.knoAps=\uc9c0\uc2dd\uc815\uc81c +comDamMgm.comDamManagementDetail.junkYmd=\ud3d0\uae30\uc77c\uc790 +comDamMgm.comDamManagementDetail.atchFileList=\ucca8\ubd80\ud30c\uc77c \ubaa9\ub85d +comDamMgm.comDamManagementDetail.status.proceeding=\uc9c4\ud589\uc911 +comDamMgm.comDamManagementDetail.status.evaluating=\ud3c9\uac00\uc911 +comDamMgm.comDamManagementDetail.status.approved=\uc2b9\uc778 +comDamMgm.comDamManagementDetail.status.denied=\ubc18\ub824 +comDamMgm.comDamManagementDetail.status.available=\uac00\uc6a9 +comDamMgm.comDamManagementDetail.status.disposal=\ud3d0\uae30 +comDamMgm.comDamManagementDetail.disposal=\ud3d0\uae30 + + +comDamMgm.comDamManagementModify.title=\uc9c0\uc2dd\uc815\ubcf4 \uc218\uc815 +comDamMgm.comDamManagementModify.pageTop.title=\uc9c0\uc2dd\uc815\ubcf4 \uc218\uc815 +comDamMgm.comDamManagementModify.orgnztNm=\uc870\uc9c1\uba85 +comDamMgm.comDamManagementModify.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamMgm.comDamManagementModify.frstRegisterPnttm=\ub4f1\ub85d\uc77c\uc790 +comDamMgm.comDamManagementModify.userNm=\ub4f1\ub85d\uc790\uba85 +comDamMgm.comDamManagementModify.knoNm=\uc9c0\uc2dd\uba85 +comDamMgm.comDamManagementModify.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 +comDamMgm.comDamManagementModify.othbcAt=\uacf5\uac1c\uc5ec\ubd80 +comDamMgm.comDamManagementModify.appYmd=\ud3c9\uac00\uc77c\uc790 +comDamMgm.comDamManagementModify.speNm=\ud3c9\uac00\uc790\uba85 +comDamMgm.comDamManagementModify.knoAps=\ud3c9\uac00\uacb0\uacfc +comDamMgm.comDamManagementModify.knoAps=\uc9c0\uc2dd\uc815\uc81c +comDamMgm.comDamManagementModify.junkYmd=\ud3d0\uae30\uc77c\uc790 +comDamMgm.comDamManagementModify.atchFileList=\ucca8\ubd80\ud30c\uc77c \ubaa9\ub85d +comDamMgm.comDamManagementModify.status.proceeding=\uc9c4\ud589\uc911 +comDamMgm.comDamManagementModify.status.evaluating=\ud3c9\uac00\uc911 +comDamMgm.comDamManagementModify.status.approved=\uc2b9\uc778 +comDamMgm.comDamManagementModify.status.denied=\ubc18\ub824 +comDamMgm.comDamManagementModify.status.available=\uac00\uc6a9 +comDamMgm.comDamManagementModify.status.disposal=\ud3d0\uae30 +comDamMgm.comDamManagementModify.disposal=\ud3d0\uae30 + + +comDamPer.comDamPersonalList.title=\uac1c\uc778\uc9c0\uc2dd\uad00\ub9ac \ubaa9\ub85d +comDamPer.comDamPersonalList.pageTop.title=\uac1c\uc778\uc9c0\uc2dd\uad00\ub9ac \ubaa9\ub85d +comDamPer.comDamPersonalList.index=\uc21c\ubc88 +comDamPer.comDamPersonalList.orgnztNm=\uc870\uc9c1\uba85 +comDamPer.comDamPersonalList.knoTypeNm=\uc9c0\uc2dd\uc720\ud615 +comDamPer.comDamPersonalList.knoNm=\uc9c0\uc2dd\uba85 +comDamPer.comDamPersonalList.userNm=\ub4f1\ub85d\uc790 +comDamPer.comDamPersonalList.colYmd=\uc218\uc9d1\uc77c\uc790 +comDamPer.comDamPersonalList.othbcAt=\uacf5\uac1c\uc5ec\ubd80 +comDamPer.comDamPersonalList.public=\uacf5\uac1c +comDamPer.comDamPersonalList.private=\ube44\uacf5\uac1c + + +comDamPer.comDamPersonalDetail.title=\uac1c\uc778\uc9c0\uc2dd \uc0c1\uc138\uc870\ud68c +comDamPer.comDamPersonalDetail.pageTop.title=\uac1c\uc778\uc9c0\uc2dd \uc0c1\uc138\uc870\ud68c +comDamPer.comDamPersonalDetail.orgnztNm=\uc870\uc9c1\uba85 +comDamPer.comDamPersonalDetail.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamPer.comDamPersonalDetail.knoNm=\uc9c0\uc2dd\uba85 +comDamPer.comDamPersonalDetail.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 +comDamPer.comDamPersonalDetail.colYmd=\uc218\uc9d1\uc77c\uc790 +comDamPer.comDamPersonalDetail.othbcAt=\uacf5\uac1c\uc5ec\ubd80 +comDamPer.comDamPersonalDetail.public=\uacf5\uac1c +comDamPer.comDamPersonalDetail.private=\ube44\uacf5\uac1c +comDamPer.comDamPersonalDetail.atchFileId=\ucca8\ubd80\ud30c\uc77c \ubaa9\ub85d + + +comDamPer.comDamPersonalModify.title=\uac1c\uc778\uc9c0\uc2dd \uc218\uc815 +comDamPer.comDamPersonalModify.pageTop.title=\uac1c\uc778\uc9c0\uc2dd \uc218\uc815 +comDamPer.comDamPersonalModify.orgnztNm=\uc870\uc9c1\uba85 +comDamPer.comDamPersonalModify.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamPer.comDamPersonalModify.knoNm=\uc9c0\uc2dd\uba85 +comDamPer.comDamPersonalModify.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 +comDamPer.comDamPersonalModify.colYmd=\uc218\uc9d1\uc77c\uc790 +comDamPer.comDamPersonalModify.othbcAt=\uacf5\uac1c\uc5ec\ubd80 +comDamPer.comDamPersonalModify.public=\uacf5\uac1c +comDamPer.comDamPersonalModify.private=\ube44\uacf5\uac1c +comDamPer.comDamPersonalModify.atchFileId=\ucca8\ubd80\ud30c\uc77c \ubaa9\ub85d +comDamPer.comDamPersonalModify.fileUpload=\ud30c\uc77c\ucca8\ubd80 +comDamPer.comDamPersonalModify.colYmdCalendar=\uc218\uc9d1\uc77c\ub2ec\ub825 + + +comDamPer.comDamPersonalRegist.title=\uac1c\uc778\uc9c0\uc2dd \ub4f1\ub85d +comDamPer.comDamPersonalRegist.pageTop.title=\uac1c\uc778\uc9c0\uc2dd \ub4f1\ub85d +comDamPer.comDamPersonalRegist.orgnztNm=\uc870\uc9c1\uba85 +comDamPer.comDamPersonalRegist.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamPer.comDamPersonalRegist.knoNm=\uc9c0\uc2dd\uba85 +comDamPer.comDamPersonalRegist.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 +comDamPer.comDamPersonalRegist.colYmd=\uc218\uc9d1\uc77c\uc790 +comDamPer.comDamPersonalRegist.othbcAt=\uacf5\uac1c\uc5ec\ubd80 +comDamPer.comDamPersonalRegist.public=\uacf5\uac1c +comDamPer.comDamPersonalRegist.private=\ube44\uacf5\uac1c +comDamPer.comDamPersonalRegist.atchFileId=\ucca8\ubd80\ud30c\uc77c \ubaa9\ub85d +comDamPer.comDamPersonalRegist.fileUpload=\ud30c\uc77c\ucca8\ubd80 +comDamPer.comDamPersonalRegist.colYmdCalendar=\uc218\uc9d1\uc77c\ub2ec\ub825 + + + +# EgovKnoRequestOffer.xml +comDamSpeReq.knoRequestOffer.validate.orgnztId=\uc870\uc9c1\uba85 +comDamSpeReq.knoRequestOffer.validate.knoTypeCd=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamSpeReq.knoRequestOffer.validate.knoNm=\uc9c0\uc2dd\uba85 +comDamSpeReq.knoRequestOffer.validate.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 + + +comDamSpeReq.comDamRequestOfferList.title=\uc9c0\uc2dd \uc815\ubcf4\uc81c\uacf5/\uc815\ubcf4\uc694\uccad - \ubaa9\ub85d\uc870\ud68c +comDamSpeReq.comDamRequestOfferList.pageTop.title=\uc9c0\uc2dd \uc815\ubcf4\uc81c\uacf5/\uc815\ubcf4\uc694\uccad \ubaa9\ub85d +comDamSpeReq.comDamRequestOfferList.knoId=\uc21c\ubc88 +comDamSpeReq.comDamRequestOfferList.orgnztNm=\uc870\uc9c1\uba85 +comDamSpeReq.comDamRequestOfferList.knoTypeNm=\uc9c0\uc2dd\uc720\ud615 +comDamSpeReq.comDamRequestOfferList.knoNm=\uc9c0\uc2dd\uba85 +comDamSpeReq.comDamRequestOfferList.frstRegisterNm=\ub4f1\ub85d\uc790 +comDamSpeReq.comDamRequestOfferList.frstRegistPnttm=\ub4f1\ub85d\uc77c\uc790 +comDamSpeReq.comDamRequestOfferList.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 + + +comDamSpeReq.comDamRequestOfferDetail.title=\uc9c0\uc2dd \uc815\ubcf4\uc81c\uacf5/\uc815\ubcf4\uc694\uccad - \uc0c1\uc138\uc870\ud68c +comDamSpeReq.comDamRequestOfferDetail.pageTop.title=\uc9c0\uc2dd \uc815\ubcf4\uc81c\uacf5/\uc815\ubcf4\uc694\uccad \uc0c1\uc138\uc870\ud68c +comDamSpeReq.comDamRequestOfferDetail.orgnztNm=\uc870\uc9c1\uba85 +comDamSpeReq.comDamRequestOfferDetail.knoTypeNm=\uc9c0\uc2dd\uc720\ud615 +comDamSpeReq.comDamRequestOfferDetail.knoNm=\uc9c0\uc2dd\uba85 +comDamSpeReq.comDamRequestOfferDetail.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 +comDamSpeReq.comDamRequestOfferDetail.atchFile=\ud30c\uc77c\ucca8\ubd80 + + +comDamSpeReq.comDamRequestOfferUpdt..title=\uc9c0\uc2dd \uc815\ubcf4\uc81c\uacf5/\uc815\ubcf4\uc694\uccad-\uc218\uc815 +comDamSpeReq.comDamRequestOfferUpdt..pageTop.title=\uc9c0\uc2dd \uc815\ubcf4\uc81c\uacf5/\uc815\ubcf4\uc694\uccad \uc218\uc815 +comDamSpeReq.comDamRequestOfferUpdt.orgnztNm=\uc870\uc9c1\uba85 +comDamSpeReq.comDamRequestOfferUpdt.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamSpeReq.comDamRequestOfferUpdt.knoNm=\uc9c0\uc2dd\uba85 +comDamSpeReq.comDamRequestOfferUpdt.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 +comDamSpeReq.comDamRequestOfferUpdt.atchFileList=\ud30c\uc77c\ucca8\ubd80 \ubaa9\ub85d +comDamSpeReq.comDamRequestOfferUpdt.atchFile=\ud30c\uc77c\ucca8\ubd80 + + +comDamSpeReq.comDamRequestOfferRegist..title=\uc9c0\uc2dd \uc815\ubcf4\uc81c\uacf5/\uc815\ubcf4\uc694\uccad-\ub4f1\ub85d +comDamSpeReq.comDamRequestOfferRegist..pageTop.title=\uc9c0\uc2dd \uc815\ubcf4\uc81c\uacf5/\uc815\ubcf4\uc694\uccad +comDamSpeReq.comDamRequestOfferRegist.orgnztNm=\uc870\uc9c1\uba85 +comDamSpeReq.comDamRequestOfferRegist.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamSpeReq.comDamRequestOfferRegist.knoNm=\uc9c0\uc2dd\uba85 +comDamSpeReq.comDamRequestOfferRegist.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 +comDamSpeReq.comDamRequestOfferRegist.atchFile=\ud30c\uc77c\ucca8\ubd80 +comDamSpeReq.comDamRequestOfferRegist.answer=\ub2f5\ubcc0 +comDamSpeReq.comDamRequestOfferRegist.regist=\ub4f1\ub85d + + +# EgovKnoSpecialist.xml +comDamSpeSpe.knoSpecialist.validate.orgnztId=\uc870\uc9c1\uba85 +comDamSpeSpe.knoSpecialist.validate.knoTypeCd=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamSpeSpe.knoSpecialist.validate.speId=\uc804\ubb38\uac00\uba85 +comDamSpeSpe.knoSpecialist.validate.appTypeCd=\ub4f1\uae09 +comDamSpeSpe.knoSpecialist.validate.speExpCn=\uc804\ubb38\uac00\uc124\uba85 +comDamSpeSpe.knoSpecialist.validate.speConfmDe=\uc804\ubb38\uac00\uc2b9\uc778\uc77c + + +comDamSpeSpe.comDamSpecialistList.title=\uc9c0\uc2dd\uc804\ubb38\uac00 \ubaa9\ub85d +comDamSpeSpe.comDamSpecialistList.pageTop.title=\uc9c0\uc2dd\uc804\ubb38\uac00 \ubaa9\ub85d +comDamSpeSpe.comDamSpecialistList.index=\uc21c\ubc88 +comDamSpeSpe.comDamSpecialistList.orgnztNm=\uc870\uc9c1\uba85 +comDamSpeSpe.comDamSpecialistList.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamSpeSpe.comDamSpecialistList.expertNm=\uc804\ubb38\uac00\uc131\uba85 +comDamSpeSpe.comDamSpecialistList.rank=\ub4f1\uae09 +comDamSpeSpe.comDamSpecialistList.speConfmDe=\uc2b9\uc778\uc77c\uc790 +comDamSpeSpe.comDamSpecialistList.rankType1=\uc218\uc11d +comDamSpeSpe.comDamSpecialistList.rankType2=\ucc45\uc784 +comDamSpeSpe.comDamSpecialistList.rankType3=\uc120\uc784 + + +comDamSpeSpe.comDamSpecialistDetail.title=\uc9c0\uc2dd\uc804\ubb38\uac00 \uc0c1\uc138\uc870\ud68c +comDamSpeSpe.comDamSpecialistDetail.pageTop.title=\uc9c0\uc2dd\uc804\ubb38\uac00 \uc0c1\uc138\uc870\ud68c +comDamSpeSpe.comDamSpecialistDetail.orgnztNm=\uc870\uc9c1\uba85 +comDamSpeSpe.comDamSpecialistDetail.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamSpeSpe.comDamSpecialistDetail.expertNm=\uc804\ubb38\uac00\uc131\uba85 +comDamSpeSpe.comDamSpecialistDetail.rank=\ub4f1\uae09 +comDamSpeSpe.comDamSpecialistDetail.speExpCn=\uc804\ubb38\uac00\uc124\uba85 +comDamSpeSpe.comDamSpecialistDetail.speConfmDe=\uc2b9\uc778\uc77c\uc790 +comDamSpeSpe.comDamSpecialistDetail.rankType1=\uc218\uc11d +comDamSpeSpe.comDamSpecialistDetail.rankType2=\ucc45\uc784 +comDamSpeSpe.comDamSpecialistDetail.rankType3=\uc120\uc784 + + +comDamSpeSpe.comDamSpecialistModify.title=\uc9c0\uc2dd\uc804\ubb38\uac00 \uc218\uc815 +comDamSpeSpe.comDamSpecialistModify.pageTop.title=\uc9c0\uc2dd\uc804\ubb38\uac00 \uc218\uc815 +comDamSpeSpe.comDamSpecialistModify.orgnztNm=\uc870\uc9c1\uba85 +comDamSpeSpe.comDamSpecialistModify.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamSpeSpe.comDamSpecialistModify.expertNm=\uc804\ubb38\uac00\uc131\uba85 +comDamSpeSpe.comDamSpecialistModify.rank=\ub4f1\uae09 +comDamSpeSpe.comDamSpecialistModify.speExpCn=\uc804\ubb38\uac00\uc124\uba85 +comDamSpeSpe.comDamSpecialistModify.speConfmDe=\uc2b9\uc778\uc77c\uc790 +comDamSpeSpe.comDamSpecialistModify.rankType1=\uc218\uc11d +comDamSpeSpe.comDamSpecialistModify.rankType2=\ucc45\uc784 +comDamSpeSpe.comDamSpecialistModify.rankType3=\uc120\uc784 + + +comDamSpeSpe.comDamSpecialistRegist.title=\uc9c0\uc2dd\uc804\ubb38\uac00 \ub4f1\ub85d +comDamSpeSpe.comDamSpecialistRegist.pageTop.title=\uc9c0\uc2dd\uc804\ubb38\uac00 \ub4f1\ub85d +comDamSpeSpe.comDamSpecialistRegist.orgnztNm=\uc870\uc9c1\uba85 +comDamSpeSpe.comDamSpecialistRegist.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamSpeSpe.comDamSpecialistRegist.expertNm=\uc804\ubb38\uac00\uc131\uba85 +comDamSpeSpe.comDamSpecialistRegist.rank=\ub4f1\uae09 +comDamSpeSpe.comDamSpecialistRegist.speExpCn=\uc804\ubb38\uac00\uc124\uba85 +comDamSpeSpe.comDamSpecialistRegist.speConfmDe=\uc2b9\uc778\uc77c\uc790 +comDamSpeSpe.comDamSpecialistRegist.rankType1=\uc218\uc11d +comDamSpeSpe.comDamSpecialistRegist.rankType2=\ucc45\uc784 +comDamSpeSpe.comDamSpecialistRegist.rankType3=\uc120\uc784 + + + +#LDAP \uc870\uc9c1\ub3c4 \ud2b8\ub9ac, LDAP \uc870\uc9c1\ub3c4 \uadf8\ub798\ud504# +extLdapumtDpt.deptTree.Title=LDAP \uc870\uc9c1\ub3c4 \ud2b8\ub9ac +extLdapumtDpt.deptTree.rename=\uc774\ub984\ubcc0\uacbd +extLdapumtDpt.deptTree.del=\uc0ad\uc81c +extLdapumtDpt.deptTree.add=\ucd94\uac00 +extLdapumtDpt.deptTree.edit=\ud3b8\uc9d1 +extLdapumtDpt.deptTree.deptMove=\uc774\ub3d9\ubd80\uc11c\uc120\ud0dd +extLdapumtDpt.deptTree.paste=\ubd99\uc5ec\ub123\uae30 +extLdapumtDpt.deptTree.dept=\ubd80\uc11c +extLdapumtDpt.deptTree.user=\uc0ac\uc6a9\uc790 + +extLdapumtDpt.user.name=\uc774\ub984 +extLdapumtDpt.user.dept=\uc18c\uc18d\ubd80\uc11c +extLdapumtDpt.user.deptCode=\ubd80\uc11c\ucf54\ub4dc +extLdapumtDpt.user.deptOrg=\uc18c\uc18d\uae30\uad00 +extLdapumtDpt.user.deptOrgCode=\uae30\uad00\ucf54\ub4dc +extLdapumtDpt.user.userFullName=\uc0ac\uc6a9\uc790\uc804\uccb4\uc774\ub984 +extLdapumtDpt.user.orgFullName=\uc870\uc9c1\uc804\uccb4\uc774\ub984 + +extLdapumtDpt.dept.dept=\ubd80\uc11c\uba85 +extLdapumtDpt.dept.ouCode=\ubd80\uc11c\ucf54\ub4dc +extLdapumtDpt.dept.ucChieftitle=\ubd80\uc11c\uc7a5 +extLdapumtDpt.dept.ucOrgFullName=\uc870\uc9c1\uba85(\uc804\uccb4) +extLdapumtDpt.dept.parentouCode=\uc0c1\uc704\ubd80\uc11c\ucf54\ub4dc +extLdapumtDpt.dept.repouCode=\uae30\uad00\ucf54\ub4dc +extLdapumtDpt.dept.ouReceiveDocumentYN=\ubb38\uc11c\uc218\uc2e0\uc5ec\ubd80 +extLdapumtDpt.dept.ouSendOutDocumentYN=\uad00\uc778\ubd80\uc11c\uc5ec\ubd80 + +extLdapumtDpt.deptChart.Title=LDAP \uc870\uc9c1\ub3c4 \uadf8\ub798\ud504 + + + +#\uc6f9\uc18c\ucf13 \uba54\uc2e0\uc800# +comExtMsg.webSocket.Title=\uc6f9\uc18c\ucf13 \uba54\uc2e0\uc800 +comExtMsg.webSocket.btnInto=\uba54\uc2e0\uc800 \uc811\uc18d + +comExtMsg.webSocketInto.msg1=\ub2d8, \uba54\uc2e0\uc800\uc5d0 \uc811\uc18d \ud569\ub2c8\ub2e4. +comExtMsg.webSocketInto.msg2=\uc811\uc18d \ud6c4 \uac00\ub2a5\ud55c \uba54\ub274\uc785\ub2c8\ub2e4. +comExtMsg.webSocketInto.msg3=\ub85c\uadf8\uc778 \ud6c4 \uc774\uc6a9\ud574\uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4. + +comExtMsg.webSocketMain.msg=\ubcf8\uc778 \uc678\uc758 \ub300\ud654\uc0c1\ud0dc\ub97c \uc120\ud0dd\ud558\uba74 \ub300\ud654\ucc3d\uc774 \ub739\ub2c8\ub2e4. + +comExtMsg.webSocketChat.msg1=\ub2d8\uacfc \ub300\ud654\uc911\uc785\ub2c8\ub2e4. +comExtMsg.webSocketChat.msg2=\ub300\ud654\uc0c1\ub300\uac00 \uc544\ubb34\ub3c4 \uc5c6\uc2b5\ub2c8\ub2e4. + + +comCopSecDrm.title=\ubd80\uc11c\uad8c\ud55c\uad00\ub9ac + +comCopSecDrm.searchCondition.searchKeywordText=\ubd80\uc11c + +comCopSecDrm.btn.deptSelectPopup=\ubd80\uc11c\uc870\ud68c\ud31d\uc5c5 + +comCopSecDrm.list.userId=\uc0ac\uc6a9\uc790 ID +comCopSecDrm.list.userNm=\uc0ac\uc6a9\uc790 \uba85 +comCopSecDrm.list.author=\uad8c\ud55c +comCopSecDrm.list.regAt=\ub4f1\ub85d\uc5ec\ubd80 +comCopSecDrm.list.deptCd=\ubd80\uc11c \ucf54\ub4dc +comCopSecDrm.list.deptNm=\ubd80\uc11c \uba85 +comCopSecDrm.list.searchDept=\ubd80\uc11c\uac80\uc0c9 + +comCopSecDrm.validate.deptAuthorSelect=\uc120\ud0dd\ub41c \uc0ac\uc6a9\uc790\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopSecDrm.validate.deptAuthorNoSelectResult=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. + +comCopSecDrm.validate.deptSelect=\uc870\ud68c\ub41c \ubd80\uc11c\ub97c \uc120\ud0dd\ud558\uc138\uc694. + +comCopSecDrm.deptSearchPopup.title=\ubd80\uc11c\uc870\ud68c\ud31d\uc5c5 +comCopSecDrm.deptSearchPopup.searchKeywordText=\ubd80\uc11c \uba85 +comCopSecDrm.deptSearchPopupList.deptId=\ubd80\uc11c ID +comCopSecDrm.deptSearchPopupList.deptNm=\ubd80\uc11c \uba85 +comCopSecDrm.deptSearchPopup.validate.alert.selectOne=\ud558\ub098\uc758 \ubd80\uc11c\ub97c \uc120\ud0dd\ud558\uc138\uc694. +comCopSecDrm.deptSearchPopup.validate.alert.selectNothing=\uc120\ud0dd\ub41c \ud56d\ubaa9\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopSecDrm.deptSearchPopup.validate.alert.searchAfter=\uc870\ud68c \ud6c4 \uc120\ud0dd\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4. + + + +comCopSecGmt.title=\uadf8\ub8f9\uad00\ub9ac + +comCopSecGmt.searchCondition.searchKeywordText=\uadf8\ub8f9 \uba85 + +comCopSecGmt.list.groupId=\uadf8\ub8f9 ID +comCopSecGmt.list.groupNm=\uadf8\ub8f9 \uba85 +comCopSecGmt.list.groupDc=\uc124\uba85 + + +comCopSecGmt.validate.groupSelect=\uc120\ud0dd\ub41c \uadf8\ub8f9\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopSecGmt.validate.groupSelectResult=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopSecGmt.validate.groupOneSelect=\ud558\ub098 \uc774\uc0c1\uc758 \uadf8\ub8f9\uc774 \uc120\ud0dd\ub418\uc5c8\uc2b5\ub2c8\ub2e4. +comCopSecGmt.validate.confirm.delete=\uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + +comCopSecGmt.regist.groupId=\uadf8\ub8f9 ID +comCopSecGmt.regist.groupNm=\uadf8\ub8f9 \uba85 +comCopSecGmt.regist.groupDc=\uc124\uba85 + +comCopSecGmt.groupPopup.title=\uadf8\ub8f9 \uc870\ud68c \ud31d\uc5c5 +comCopSecGmt.groupPopup.searchKeywordText=\uadf8\ub8f9\uba85 +comCopSecGmt.groupPopupList.groupId=\uadf8\ub8f9 ID +comCopSecGmt.groupPopupList.groupNm=\uadf8\ub8f9 \uba85 + + +comSecPki.title=\uc554\ud638\ud654/\ubcf5\ud638\ud654 +comSecPki.cryptoInfo.plainText=\uc6d0\ubcf8 \ubb38\uc790\uc5f4 +comSecPki.cryptoInfo.cryptoType=\uc554\ud638\ud654 \ubc29\uc2dd +comSecPki.cryptoInfo.plainTextLen=\uc6d0\ubcf8 \ubb38\uc790\uc5f4 \uae38\uc774 +comSecPki.cryptoInfo.cryptText=\uc554\ud638\ud654 \ubb38\uc790\uc5f4(Base64) +comSecPki.cryptoInfo.decryptText=\ubcf5\ud638\ud654 \ubb38\uc790\uc5f4 +comSecPki.cryptoInfo.decryptTextLen=\ubcf5\ud638\ud654 \ubb38\uc790\uc5f4 \uae38\uc774 +comSecPki.cryptoInfo.sampleText=\uc554\ubcf5\ud638\ud654\ub97c \uc704\ud55c \uc0d8\ud50c \ubb38\uc790\uc5f4\uc744 \uc785\ub825\ud558\uc5ec \uc8fc\uc138\uc694. + + + +comCopSecRam.title=\uad8c\ud55c\uad00\ub9ac +comCopSecRam.list.searchKeywordText=\uad8c\ud55c\uba85 +comCopSecRam.list.authorRollId=\uad8c\ud55c ID +comCopSecRam.list.authorNm=\uad8c\ud55c\uba85 +comCopSecRam.list.authorDc=\uc124\uba85 +comCopSecRam.list.authorRoll=\ub864\uc815\ubcf4 + +comCopSecRam.regist.authorCode=\uad8c\ud55c\ucf54\ub4dc +comCopSecRam.regist.authorNm=\uad8c\ud55c\uba85 +comCopSecRam.regist.authorDc=\uc124\uba85 + +comCopSecRam.validate.authorSelect=\uc120\ud0dd\ub41c \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopSecRam.validate.authorSelectResult=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. + +comCopSecRam.authorRoleList.title=\uad8c\ud55c\ub864\uad00\ub9ac +comCopSecRam.authorRoleList.searchKeywordText=\uad8c\ud55c\ucf54\ub4dc +comCopSecRam.authorRoleList.allSelectBox=\uc804\uccb4 \uc120\ud0dd \uccb4\ud06c\ubc15\uc2a4 +comCopSecRam.authorRoleList.rollNm=\ub864 \uba85 +comCopSecRam.authorRoleList.rollId=\ub864 ID +comCopSecRam.authorRoleList.rollType=\ub864 \ud0c0\uc785 +comCopSecRam.authorRoleList.rollSort=\ub864 Sort +comCopSecRam.authorRoleList.rollDc=\ub864 \uc124\uba85 +comCopSecRam.authorRoleList.regdate=\ub4f1\ub85d\uc77c +comCopSecRam.authorRoleList.regYn=\ub4f1\ub85d\uc5ec\ubd80 +comCopSecRam.authorRoleList.regY=\ub4f1\ub85d +comCopSecRam.authorRoleList.regN=\ubbf8\ub4f1\ub85d +comCopSecRam.authorRoleList.validate.alert.noSelect=\uc120\ud0dd\ub41c \ub864\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopSecRam.authorRoleList.validate.alert.noResult=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopSecRam.authorRoleList.validate.confirm.regist=\ub4f1\ub85d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + + +comCopSecRgm.title=\uad8c\ud55c\uadf8\ub8f9\uad00\ub9ac + +comCopSecRgm.searchCondition.userId = \uc0ac\uc6a9\uc790 ID +comCopSecRgm.searchCondition.userNm = \uc0ac\uc6a9\uc790 \uba85 +comCopSecRgm.searchCondition.group = \uadf8\ub8f9 +comCopSecRgm.btn.groupInquire = \uadf8\ub8f9\uc870\ud68c \ud31d\uc5c5 + +comCopSecRgm.list.userId=\uc0ac\uc6a9\uc790 ID +comCopSecRgm.list.userNm=\uc0ac\uc6a9\uc790 \uba85 +comCopSecRgm.list.userType=\uc0ac\uc6a9\uc790 \uc720\ud615 +comCopSecRgm.list.author=\uad8c\ud55c +comCopSecRgm.list.regYn=\ub4f1\ub85d\uc5ec\ubd80 +comCopSecRgm.list.authorManageCombo=\uad8c\ud55c\uc120\ud0dd +comCopSecRgm.list.validate.alert.notSelect=\uc120\ud0dd\ub41c \ud56d\ubaa9\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopSecRgm.list.validate.alert.noResult=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopSecRgm.list.validate.confirm.regist=\ub4f1\ub85d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comCopSecRgm.list.validate.confirm.delete=\uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comCopSecRgm.list.validate.alert.selectGroup=\uadf8\ub8f9\uc744 \uc120\ud0dd\ud558\uc138\uc694. + + +comCopSecRmt.title=\ub864\uad00\ub9ac + +comCopSecRmt.searchCondition.searchKeywordText=\ub864\uba85 + +comCopSecRmt.validate.groupSelect=\uc120\ud0dd\ub41c \uadf8\ub8f9\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopSecRmt.validate.groupSelectResult=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. + +comCopSecRam.list.rollId=\ub864 ID +comCopSecRam.list.rollNm=\ub864 \uba85 +comCopSecRam.list.rollType=\ub864 \ud0c0\uc785 +comCopSecRam.list.rollSort=\ub864 Sort +comCopSecRam.list.rollDc=\ub864 \uc124\uba85 + +comCopSecRam.regist.rollId=\ub864 ID +comCopSecRam.regist.rollNm=\ub864 \uba85 +comCopSecRam.regist.rollPtn=\ub864 \ud328\ud134 +comCopSecRam.regist.rollDc=\ub864 \uc124\uba85 +comCopSecRam.regist.rollType=\ub864 \ud0c0\uc785 +comCopSecRam.regist.rollSort=\ub864 Sort + + +# EgovCntcInstt.xml +comSsiSyiIis.cntcInstt.cntcInstt.validate.insttNm=\uae30\uad00\uba85 +comSsiSyiIis.cntcInstt.cntcSystem.validate.insttId=\uae30\uad00ID +comSsiSyiIis.cntcInstt.cntcSystem.validate.sysNm=\uc2dc\uc2a4\ud15c\uba85 +comSsiSyiIis.cntcInstt.cntcService.validate.insttId=\uae30\uad00ID +comSsiSyiIis.cntcInstt.cntcService.validate.sysId=\uc2dc\uc2a4\ud15cID +comSsiSyiIis.cntcInstt.cntcService.validate.svcNm=\uc11c\ube44\uc2a4\uba85 + + +comSsiSyiIis.cntcInsttList.title=\uc5f0\uacc4\uae30\uad00 \ubaa9\ub85d +comSsiSyiIis.cntcInsttList.pageTop.title=\uc5f0\uacc4\uae30\uad00 \ubaa9\ub85d +comSsiSyiIis.cntcInsttList.index=\uc21c\ubc88 +comSsiSyiIis.cntcInsttList.insttId=\uae30\uad00ID +comSsiSyiIis.cntcInsttList.insttNm=\uae30\uad00\uba85 + + +comSsiSyiIis.cntcInsttRegist.title=\uc5f0\uacc4\uae30\uad00 \ub4f1\ub85d +comSsiSyiIis.cntcInsttRegist.pageTop.title=\uc5f0\uacc4\uae30\uad00 \ub4f1\ub85d +comSsiSyiIis.cntcInsttRegist.insttId=\uae30\uad00ID +comSsiSyiIis.cntcInsttRegist.insttNm=\uae30\uad00\uba85 + + +comSsiSyiIis.cntcInsttUpdt.title=\uc5f0\uacc4\uae30\uad00 \uc218\uc815 +comSsiSyiIis.cntcInsttUpdt.pageTop.title=\uc5f0\uacc4\uae30\uad00 \uc218\uc815 +comSsiSyiIis.cntcInsttUpdt.insttId=\uae30\uad00ID +comSsiSyiIis.cntcInsttUpdt.insttNm=\uae30\uad00\uba85 + + +comSsiSyiIis.cntcInsttDetail.title=\uc5f0\uacc4\uae30\uad00 \uc0c1\uc138\uc870\ud68c +comSsiSyiIis.cntcInsttDetail.pageTop.title=\uc5f0\uacc4\uae30\uad00 \uc0c1\uc138\uc870\ud68c +comSsiSyiIis.cntcInsttDetail.pageSub.title=\uc5f0\uacc4\uc2dc\uc2a4\ud15c +comSsiSyiIis.cntcInsttDetail.insttId=\uc5f0\uacc4\uae30\uad00ID +comSsiSyiIis.cntcInsttDetail.insttNm=\uc5f0\uacc4\uae30\uad00\uba85 +comSsiSyiIis.cntcInsttDetail.button.regContactSystem=\uc5f0\uacc4\uc2dc\uc2a4\ud15c\ub4f1\ub85d +comSsiSyiIis.cntcInsttDetail.contactSystem=\uc5f0\uacc4\uc2dc\uc2a4\ud15c +comSsiSyiIis.cntcInsttDetail.contactService=\uc5f0\uacc4\uc11c\ube44\uc2a4 +comSsiSyiIis.cntcInsttDetail.index=\uc21c\ubc88 +comSsiSyiIis.cntcInsttDetail.sysId=\uc2dc\uc2a4\ud15cID +comSsiSyiIis.cntcInsttDetail.sysNm=\uc2dc\uc2a4\ud15c\uba85 +comSsiSyiIis.cntcInsttDetail.sysIp=\uc2dc\uc2a4\ud15cIP +comSsiSyiIis.cntcInsttDetail.button.regContactService=\uc5f0\uacc4\uc11c\ube44\uc2a4\ub4f1\ub85d +comSsiSyiIis.cntcInsttDetail.svcNm=\uc11c\ube44\uc2a4\uba85 +comSsiSyiIis.cntcInsttDetail.requestMessageNm=\uc694\uccad\uba54\uc2dc\uc9c0 +comSsiSyiIis.cntcInsttDetail.rspnsMessageNm=\uc751\ub2f5\uba54\uc2dc\uc9c0 +comSsiSyiIis.cntcInsttDetail.process=\ucc98\ub9ac + + +comSsiSyiIis.cntcSystemRegist.title=\uc5f0\uacc4\uc2dc\uc2a4\ud15c \ub4f1\ub85d +comSsiSyiIis.cntcSystemRegist.pageTop.title=\uc5f0\uacc4\uc2dc\uc2a4\ud15c \ub4f1\ub85d +comSsiSyiIis.cntcSystemRegist.insttId=\uae30\uad00 +comSsiSyiIis.cntcSystemRegist.sysId=\uc2dc\uc2a4\ud15cID +comSsiSyiIis.cntcSystemRegist.sysNm=\uc2dc\uc2a4\ud15c\uba85 +comSsiSyiIis.cntcSystemRegist.sysIp=\uc2dc\uc2a4\ud15cIP + + +comSsiSyiIis.cntcSystemRegist.title=\uc5f0\uacc4\uc2dc\uc2a4\ud15c \ub4f1\ub85d +comSsiSyiIis.cntcSystemRegist.pageTop.title=\uc5f0\uacc4\uc2dc\uc2a4\ud15c \ub4f1\ub85d +comSsiSyiIis.cntcSystemRegist.insttId=\uae30\uad00 +comSsiSyiIis.cntcSystemRegist.sysId=\uc2dc\uc2a4\ud15cID +comSsiSyiIis.cntcSystemRegist.sysNm=\uc2dc\uc2a4\ud15c\uba85 +comSsiSyiIis.cntcSystemRegist.sysIp=\uc2dc\uc2a4\ud15cIP + + +comSsiSyiIis.cntcSystemUpdt.title=\uc5f0\uacc4\uc2dc\uc2a4\ud15c \uc218\uc815 +comSsiSyiIis.cntcSystemUpdt.pageTop.title=\uc5f0\uacc4\uc2dc\uc2a4\ud15c \uc218\uc815 +comSsiSyiIis.cntcSystemUpdt.insttId=\uae30\uad00 +comSsiSyiIis.cntcSystemUpdt.sysId=\uc2dc\uc2a4\ud15cID +comSsiSyiIis.cntcSystemUpdt.sysNm=\uc2dc\uc2a4\ud15c\uba85 +comSsiSyiIis.cntcSystemUpdt.sysIp=\uc2dc\uc2a4\ud15cIP + + +comSsiSyiIis.cntcServiceRegist.title=\uc5f0\uacc4\uc11c\ube44\uc2a4 \ub4f1\ub85d +comSsiSyiIis.cntcServiceRegist.pageTop.title=\uc5f0\uacc4\uc11c\ube44\uc2a4 \ub4f1\ub85d +comSsiSyiIis.cntcServiceRegist.insttId=\uae30\uad00 +comSsiSyiIis.cntcServiceRegist.sysId=\uc2dc\uc2a4\ud15c +comSsiSyiIis.cntcServiceRegist.svcId=\uc11c\ube44\uc2a4ID +comSsiSyiIis.cntcServiceRegist.svcNm=\uc11c\ube44\uc2a4\uba85 +comSsiSyiIis.cntcServiceRegist.requestMessageId=\uc694\uccad\uba54\uc2dc\uc9c0ID +comSsiSyiIis.cntcServiceRegist.rspnsMessageId=\uc751\ub2f5\uba54\uc2dc\uc9c0ID + + +comSsiSyiIis.cntcServiceUpdt.title=\uc5f0\uacc4\uc11c\ube44\uc2a4 \uc218\uc815 +comSsiSyiIis.cntcServiceUpdt.pageTop.title=\uc5f0\uacc4\uc11c\ube44\uc2a4 \uc218\uc815 +comSsiSyiIis.cntcServiceUpdt.insttId=\uae30\uad00 +comSsiSyiIis.cntcServiceUpdt.sysId=\uc2dc\uc2a4\ud15c +comSsiSyiIis.cntcServiceUpdt.svcId=\uc11c\ube44\uc2a4ID +comSsiSyiIis.cntcServiceUpdt.svcNm=\uc11c\ube44\uc2a4\uba85 +comSsiSyiIis.cntcServiceUpdt.requestMessageId=\uc694\uccad\uba54\uc2dc\uc9c0ID +comSsiSyiIis.cntcServiceUpdt.rspnsMessageId=\uc751\ub2f5\uba54\uc2dc\uc9c0ID + + +# EgovCntcMessage.xml +comSsiSyiIms.cntcMessage.validate.cntcMessageNm=\uc5f0\uacc4\uba54\uc2dc\uc9c0\uba85 +comSsiSyiIms.cntcMessage.validate.cntcMessageId=\uc5f0\uacc4\uba54\uc2dc\uc9c0ID +comSsiSyiIms.cntcMessage.validate.itemNm=\ud56d\ubaa9\uba85 +comSsiSyiIms.cntcMessage.validate.itemType=\ud56d\ubaa9\ud0c0\uc785 +comSsiSyiIms.cntcMessage.validate.itemLt=\ud56d\ubaa9\uae38\uc774 + + +comSsiSyiIms.cntcMessageList.title=\uc5f0\uacc4\uba54\uc2dc\uc9c0 \ubaa9\ub85d +comSsiSyiIms.cntcMessageList.pageTop.title=\uc5f0\uacc4\uba54\uc2dc\uc9c0 \ubaa9\ub85d +comSsiSyiIms.cntcMessageList.index=\uc21c\ubc88 +comSsiSyiIms.cntcMessageList.cntcMessageId=\uc5f0\uacc4\uba54\uc2dc\uc9c0ID +comSsiSyiIms.cntcMessageList.cntcMessageNm=\uc5f0\uacc4\uba54\uc2dc\uc9c0\uba85 + + +comSsiSyiIms.cntcMessageDetail.title=\uc5f0\uacc4\uba54\uc2dc\uc9c0 \uc0c1\uc138\uc870\ud68c +comSsiSyiIms.cntcMessageDetail.pageTop.title=\uc5f0\uacc4\uba54\uc2dc\uc9c0 \uc0c1\uc138\uc870\ud68c +comSsiSyiIms.cntcMessageDetail.pageTop.title.sub=\uc5f0\uacc4\uba54\uc2dc\uc9c0\ud56d\ubaa9 +comSsiSyiIms.cntcMessageDetail.cntcMessageId=\uc5f0\uacc4\uba54\uc2dc\uc9c0ID +comSsiSyiIms.cntcMessageDetail.cntcMessageNm=\uc5f0\uacc4\uba54\uc2dc\uc9c0\uba85 +comSsiSyiIms.cntcMessageDetail.upperCntcMessageId=\uc0c1\uc704\uc5f0\uacc4\uba54\uc2dc\uc9c0ID +comSsiSyiIms.cntcMessageDetail.itemIndex=\uc21c\ubc88 +comSsiSyiIms.cntcMessageDetail.itemId=\ud56d\ubaa9ID +comSsiSyiIms.cntcMessageDetail.itemNm=\ud56d\ubaa9\uba85 +comSsiSyiIms.cntcMessageDetail.itemType=\ud56d\ubaa9\ud0c0\uc785 +comSsiSyiIms.cntcMessageDetail.itemLt=\ud56d\ubaa9\uae38\uc774 +comSsiSyiIms.cntcMessageDetail.process=\ucc98\ub9ac + + +comSsiSyiIms.cntcMessageUpdt.title=\uc5f0\uacc4\uba54\uc2dc\uc9c0 \uc218\uc815 +comSsiSyiIms.cntcMessageUpdt.pageTop.title=\uc5f0\uacc4\uba54\uc2dc\uc9c0 \uc218\uc815 +comSsiSyiIms.cntcMessageUpdt.cntcMessageId=\uc5f0\uacc4\uba54\uc2dc\uc9c0ID +comSsiSyiIms.cntcMessageUpdt.cntcMessageNm=\uc5f0\uacc4\uba54\uc2dc\uc9c0\uba85 +comSsiSyiIms.cntcMessageUpdt.upperCntcMessageId=\uc0c1\uc704\uc5f0\uacc4\uba54\uc2dc\uc9c0ID + + +comSsiSyiIms.cntcMessageRegist.title=\uc5f0\uacc4\uba54\uc2dc\uc9c0 \ub4f1\ub85d +comSsiSyiIms.cntcMessageRegist.pageTop.title=\uc5f0\uacc4\uba54\uc2dc\uc9c0 \ub4f1\ub85d +comSsiSyiIms.cntcMessageRegist.cntcMessageId=\uc5f0\uacc4\uba54\uc2dc\uc9c0ID +comSsiSyiIms.cntcMessageRegist.cntcMessageNm=\uc5f0\uacc4\uba54\uc2dc\uc9c0\uba85 +comSsiSyiIms.cntcMessageRegist.upperCntcMessageId=\uc0c1\uc704\uc5f0\uacc4\uba54\uc2dc\uc9c0ID + + +comSsiSyiIms.cntcMessageItemUpdt.title=\uc5f0\uacc4\uba54\uc2dc\uc9c0\ud56d\ubaa9 \uc218\uc815 +comSsiSyiIms.cntcMessageItemUpdt.pageTop.title=\uc5f0\uacc4\uba54\uc2dc\uc9c0\ud56d\ubaa9 \uc218\uc815 +comSsiSyiIms.cntcMessageItemUpdt.cntcMessageList=\uc5f0\uacc4\uba54\uc2dc\uc9c0 +comSsiSyiIms.cntcMessageItemUpdt.itemId=\ud56d\ubaa9ID +comSsiSyiIms.cntcMessageItemUpdt.itemNm=\ud56d\ubaa9\uba85 +comSsiSyiIms.cntcMessageItemUpdt.itemType=\ud56d\ubaa9\ud0c0\uc785 +comSsiSyiIms.cntcMessageItemUpdt.itemLt=\ud56d\ubaa9\uae38\uc774 + + +comSsiSyiIms.cntcMessageItemRegist.title=\uc5f0\uacc4\uba54\uc2dc\uc9c0\ud56d\ubaa9 \ub4f1\ub85d +comSsiSyiIms.cntcMessageItemRegist.pageTop.title=\uc5f0\uacc4\uba54\uc2dc\uc9c0\ud56d\ubaa9 \ub4f1\ub85d +comSsiSyiIms.cntcMessageItemRegist.cntcMessageList=\uc5f0\uacc4\uba54\uc2dc\uc9c0 +comSsiSyiIms.cntcMessageItemRegist.itemId=\ud56d\ubaa9ID +comSsiSyiIms.cntcMessageItemRegist.itemNm=\ud56d\ubaa9\uba85 +comSsiSyiIms.cntcMessageItemRegist.itemType=\ud56d\ubaa9\ud0c0\uc785 +comSsiSyiIms.cntcMessageItemRegist.itemLt=\ud56d\ubaa9\uae38\uc774 + + + +comSsiSyiIst.cntcSttusList.title=\uc5f0\uacc4\ud604\ud669 \ubaa9\ub85d +comSsiSyiIst.cntcSttusList.pageTop.title=\uc5f0\uacc4\ud604\ud669 \ubaa9\ub85d +comSsiSyiIst.cntcSttusList.index=\uc21c\ubc88 +comSsiSyiIst.cntcSttusList.cntcNm=\uc5f0\uacc4\uba85 +comSsiSyiIst.cntcSttusList.cntcType=\uc5f0\uacc4\uc720\ud615 +comSsiSyiIst.cntcSttusList.provdInsttNm=\uc81c\uacf5\uae30\uad00 +comSsiSyiIst.cntcSttusList.provdSysNm=\uc81c\uacf5\uc2dc\uc2a4\ud15c +comSsiSyiIst.cntcSttusList.provdSvcNm=\uc81c\uacf5\uc11c\ube44\uc2a4 +comSsiSyiIst.cntcSttusList.requstInsttNm=\uc694\uccad\uae30\uad00 +comSsiSyiIst.cntcSttusList.requstSysNm=\uc694\uccad\uc2dc\uc2a4\ud15c + + +comSsiSyiIst.cntcSttusDetail.title=\uc5f0\uacc4\ud604\ud669 \uc0c1\uc138\uc870\ud68c +comSsiSyiIst.cntcSttusDetail.pageTop.title=\uc5f0\uacc4\ud604\ud669 \uc0c1\uc138\uc870\ud68c +comSsiSyiIst.cntcSttusDetail.cntcId=\uc5f0\uacc4ID +comSsiSyiIst.cntcSttusDetail.cntcNm=\uc5f0\uacc4\uba85 +comSsiSyiIst.cntcSttusDetail.cntcType=\uc5f0\uacc4\uc720\ud615 +comSsiSyiIst.cntcSttusDetail.provdInsttId=\uc81c\uacf5\uae30\uad00 +comSsiSyiIst.cntcSttusDetail.provdSysId=\uc81c\uacf5\uc2dc\uc2a4\ud15c +comSsiSyiIst.cntcSttusDetail.provdSvcId=\uc81c\uacf5\uc11c\ube44\uc2a4 +comSsiSyiIst.cntcSttusDetail.requstInsttId=\uc694\uccad\uae30\uad00 +comSsiSyiIst.cntcSttusDetail.requstSysId=\uc694\uccad\uc2dc\uc2a4\ud15c +comSsiSyiIst.cntcSttusDetail.cntAll=\ucd1d \uc5f0\uacc4 \uac74\uc218 +comSsiSyiIst.cntcSttusDetail.cntSuccess=\uc131\uacf5 \uac74\uc218 +comSsiSyiIst.cntcSttusDetail.successRate=\uc131\uacf5\uc728(%) + + +# EgovSystemCntc.xml +comSsiSyiSim.systemCntc.validate.cntcNm=\uc5f0\uacc4\uba85 +comSsiSyiSim.systemCntc.validate.cntcType=\uc5f0\uacc4\uc720\ud615 +comSsiSyiSim.systemCntc.validate.provdInsttId=\uc81c\uacf5\uae30\uad00 +comSsiSyiSim.systemCntc.validate.provdSysId=\uc81c\uacf5\uc2dc\uc2a4\ud15c +comSsiSyiSim.systemCntc.validate.provdSvcId=\uc81c\uacf5\uc11c\ube44\uc2a4 +comSsiSyiSim.systemCntc.validate.requstInsttId=\uc694\uccad\uae30\uad00 +comSsiSyiSim.systemCntc.validate.requstSysId=\uc694\uccad\uc2dc\uc2a4\ud15c +comSsiSyiSim.systemCntc.validate.validBeginDe=\uc720\ud6a8\uc2dc\uc791\uc77c\uc790 +comSsiSyiSim.systemCntc.validate.useAt=\uc0ac\uc6a9\uc5ec\ubd80 + + +comSsiSyiSim.systemCntcList.title=\uc2dc\uc2a4\ud15c\uc5f0\uacc4 \ubaa9\ub85d +comSsiSyiSim.systemCntcList.pageTop.title=\uc2dc\uc2a4\ud15c\uc5f0\uacc4 \ubaa9\ub85d +comSsiSyiSim.systemCntcList.index=\uc21c\ubc88 +comSsiSyiSim.systemCntcList.cntcId=\uc2dc\uc2a4\ud15c\uc5f0\uacc4ID +comSsiSyiSim.systemCntcList.cntcNm=\uc2dc\uc2a4\ud15c\uc5f0\uacc4\uba85 +comSsiSyiSim.systemCntcList.confmAt=\uc2b9\uc778\uc5ec\ubd80 +comSsiSyiSim.systemCntcList.confmAt.Y=\uc2b9\uc778 +comSsiSyiSim.systemCntcList.confmAt.N=\ubbf8\uc2b9\uc778 + + +comSsiSyiSim.systemCntcDetail.title=\uc2dc\uc2a4\ud15c\uc5f0\uacc4 \uc0c1\uc138\uc870\ud68c +comSsiSyiSim.systemCntcDetail.pageTop.title=\uc2dc\uc2a4\ud15c\uc5f0\uacc4 \uc0c1\uc138\uc870\ud68c +comSsiSyiSim.systemCntcDetail.cntcId=\uc5f0\uacc4ID +comSsiSyiSim.systemCntcDetail.cntcNm=\uc5f0\uacc4\uba85 +comSsiSyiSim.systemCntcDetail.cntcType=\uc5f0\uacc4\uc720\ud615 +comSsiSyiSim.systemCntcDetail.provdInsttId=\uc81c\uacf5\uae30\uad00 +comSsiSyiSim.systemCntcDetail.provdSysId=\uc81c\uacf5\uc2dc\uc2a4\ud15c +comSsiSyiSim.systemCntcDetail.provdSvcId=\uc81c\uacf5\uc11c\ube44\uc2a4 +comSsiSyiSim.systemCntcDetail.requstInsttId=\uc694\uccad\uae30\uad00 +comSsiSyiSim.systemCntcDetail.requstSysId=\uc694\uccad\uc2dc\uc2a4\ud15c +comSsiSyiSim.systemCntcDetail.validBeginDe=\uc720\ud6a8\uc2dc\uc791\uc77c\uc790 +comSsiSyiSim.systemCntcDetail.validEndDe=\uc720\ud6a8\uc885\ub8cc\uc77c\uc790 +comSsiSyiSim.systemCntcDetail.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comSsiSyiSim.systemCntcDetail.confmAt=\uc2b9\uc778\uc5ec\ubd80 +comSsiSyiSim.systemCntcDetail.selectProvdInsttId=\uc81c\uacf5\uae30\uad00\uc120\ud0dd +comSsiSyiSim.systemCntcDetail.selectProvdSysId=\uc81c\uacf5\uc2dc\uc2a4\ud15c\uc120\ud0dd +comSsiSyiSim.systemCntcDetail.selectProvdSvcId=\uc81c\uacf5\uc11c\ube44\uc2a4\uc120\ud0dd +comSsiSyiSim.systemCntcDetail.selectRequstInsttId=\uc694\uccad\uae30\uad00\uc120\ud0dd +comSsiSyiSim.systemCntcDetail.selectRequstSysId=\uc694\uccad\uc2dc\uc2a4\ud15c\uc120\ud0dd +comSsiSyiSim.systemCntcDetail.selectUseAt=\uc0ac\uc6a9\uc5ec\ubd80\uc120\ud0dd +comSsiSyiSim.systemCntcDetail.selectConfmAt=\uc2b9\uc778\uc5ec\ubd80\uc120\ud0dd + + +comSsiSyiSim.systemCntcUpdt.title=\uc2dc\uc2a4\ud15c\uc5f0\uacc4 \uc218\uc815 +comSsiSyiSim.systemCntcUpdt.pageTop.title=\uc2dc\uc2a4\ud15c\uc5f0\uacc4 \uc218\uc815 +comSsiSyiSim.systemCntcUpdt.cntcId=\uc5f0\uacc4ID +comSsiSyiSim.systemCntcUpdt.cntcNm=\uc5f0\uacc4\uba85 +comSsiSyiSim.systemCntcUpdt.cntcType=\uc5f0\uacc4\uc720\ud615 +comSsiSyiSim.systemCntcUpdt.provdInsttId=\uc81c\uacf5\uae30\uad00 +comSsiSyiSim.systemCntcUpdt.provdSysId=\uc81c\uacf5\uc2dc\uc2a4\ud15c +comSsiSyiSim.systemCntcUpdt.provdSvcId=\uc81c\uacf5\uc11c\ube44\uc2a4 +comSsiSyiSim.systemCntcUpdt.requstInsttId=\uc694\uccad\uae30\uad00 +comSsiSyiSim.systemCntcUpdt.requstSysId=\uc694\uccad\uc2dc\uc2a4\ud15c +comSsiSyiSim.systemCntcUpdt.validBeginDe=\uc720\ud6a8\uc2dc\uc791\uc77c\uc790 +comSsiSyiSim.systemCntcUpdt.validEndDe=\uc720\ud6a8\uc885\ub8cc\uc77c\uc790 +comSsiSyiSim.systemCntcUpdt.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comSsiSyiSim.systemCntcUpdt.confmAt=\uc2b9\uc778\uc5ec\ubd80 +comSsiSyiSim.systemCntcUpdt.selectProvdInsttId=\uc81c\uacf5\uae30\uad00\uc120\ud0dd +comSsiSyiSim.systemCntcUpdt.selectProvdSysId=\uc81c\uacf5\uc2dc\uc2a4\ud15c\uc120\ud0dd +comSsiSyiSim.systemCntcUpdt.selectProvdSvcId=\uc81c\uacf5\uc11c\ube44\uc2a4\uc120\ud0dd +comSsiSyiSim.systemCntcUpdt.selectRequstInsttId=\uc694\uccad\uae30\uad00\uc120\ud0dd +comSsiSyiSim.systemCntcUpdt.selectRequstSysId=\uc694\uccad\uc2dc\uc2a4\ud15c\uc120\ud0dd +comSsiSyiSim.systemCntcUpdt.selectUseAt=\uc0ac\uc6a9\uc5ec\ubd80\uc120\ud0dd +comSsiSyiSim.systemCntcUpdt.selectConfmAt=\uc2b9\uc778\uc5ec\ubd80\uc120\ud0dd +comSsiSyiSim.systemCntcUpdt.validate.checkValidDe=\uc720\ud6a8\uc2dc\uc791\uc77c\uc790\ub294 \uc720\ud6a8\uc885\ub8cc\uc77c\uc790 \ubcf4\ub2e4 \ud074\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + + +comSsiSyiSim.systemCntcRegist.title=\uc2dc\uc2a4\ud15c\uc5f0\uacc4 \ub4f1\ub85d +comSsiSyiSim.systemCntcRegist.pageTop.title=\uc2dc\uc2a4\ud15c\uc5f0\uacc4 \ub4f1\ub85d +comSsiSyiSim.systemCntcRegist.cntcId=\uc5f0\uacc4ID +comSsiSyiSim.systemCntcRegist.cntcNm=\uc5f0\uacc4\uba85 +comSsiSyiSim.systemCntcRegist.cntcType=\uc5f0\uacc4\uc720\ud615 +comSsiSyiSim.systemCntcRegist.provdInsttId=\uc81c\uacf5\uae30\uad00 +comSsiSyiSim.systemCntcRegist.provdSysId=\uc81c\uacf5\uc2dc\uc2a4\ud15c +comSsiSyiSim.systemCntcRegist.provdSvcId=\uc81c\uacf5\uc11c\ube44\uc2a4 +comSsiSyiSim.systemCntcRegist.requstInsttId=\uc694\uccad\uae30\uad00 +comSsiSyiSim.systemCntcRegist.requstSysId=\uc694\uccad\uc2dc\uc2a4\ud15c +comSsiSyiSim.systemCntcRegist.validBeginDe=\uc720\ud6a8\uc2dc\uc791\uc77c\uc790 +comSsiSyiSim.systemCntcRegist.validEndDe=\uc720\ud6a8\uc885\ub8cc\uc77c\uc790 +comSsiSyiSim.systemCntcRegist.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comSsiSyiSim.systemCntcRegist.confmAt=\uc2b9\uc778\uc5ec\ubd80 +comSsiSyiSim.systemCntcRegist.selectProvdInsttId=\uc81c\uacf5\uae30\uad00\uc120\ud0dd +comSsiSyiSim.systemCntcRegist.selectProvdSysId=\uc81c\uacf5\uc2dc\uc2a4\ud15c\uc120\ud0dd +comSsiSyiSim.systemCntcRegist.selectProvdSvcId=\uc81c\uacf5\uc11c\ube44\uc2a4\uc120\ud0dd +comSsiSyiSim.systemCntcRegist.selectRequstInsttId=\uc694\uccad\uae30\uad00\uc120\ud0dd +comSsiSyiSim.systemCntcRegist.selectRequstSysId=\uc694\uccad\uc2dc\uc2a4\ud15c\uc120\ud0dd +comSsiSyiSim.systemCntcRegist.selectUseAt=\uc0ac\uc6a9\uc5ec\ubd80\uc120\ud0dd +comSsiSyiSim.systemCntcRegist.selectConfmAt=\uc2b9\uc778\uc5ec\ubd80\uc120\ud0dd +comSsiSyiSim.systemCntcRegist.validate.checkValidDe=\uc720\ud6a8\uc2dc\uc791\uc77c\uc790\ub294 \uc720\ud6a8\uc885\ub8cc\uc77c\uc790 \ubcf4\ub2e4 \ud074\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + + + +# \uac8c\uc2dc\ubb3c \ud1b5\uacc4 \uac80\uc0c9 +comStsBst.bbsStats.title = \uac8c\uc2dc\ubb3c \ud1b5\uacc4 \uac80\uc0c9 +comStsBst.bbsStats.fromDate = \uc2dc\uc791\uc77c\uc790 +comStsBst.bbsStats.toDate = \uc885\ub8cc\uc77c\uc790 +comStsBst.bbsStats.periodKind = \uae30\uac04\uad6c\ubd84 +comStsBst.bbsStats.select = \uc120\ud0dd +comStsBst.bbsStats.byYear = \uc5f0\ub3c4\ubcc4 +comStsBst.bbsStats.byMonth = \uc6d4\ubcc4 +comStsBst.bbsStats.byDay = \uc77c\ubcc4 + +comStsBst.bbsStats.statKind = \ud1b5\uacc4\uad6c\ubd84 +comStsBst.bbsStats.selectPlease = \uc120\ud0dd\ud558\uc138\uc694 +comStsBst.bbsStats.statKind1 = \uac8c\uc2dc\ud310\uc720\ud615\ubcc4 +comStsBst.bbsStats.statKind2 = \uac8c\uc2dc\ud310\ud15c\ud50c\ub9bf\ubcc4 +comStsBst.bbsStats.statKind3 = \uac8c\uc2dc\ud310\uc18d\uc131\ubcc4 + +comStsBst.bbsStats.tab1 = \uc0dd\uc131\uae00\uc218 +comStsBst.bbsStats.tab2 = \ucd1d\uc870\ud68c\uc218 +comStsBst.bbsStats.tab3 = \ud3c9\uade0\uc870\ud68c\uc218 +comStsBst.bbsStats.tab4 = \ucd5c\uace0/\ucd5c\uc18c\uc870\ud68c\uc218 +comStsBst.bbsStats.tab5 = \ucd5c\uace0\uac8c\uc2dc\uc790 + +comStsBst.bbsStats.statResult = \ud1b5\uacc4 \uacb0\uacfc + +comStsBst.bbsStats.tab1.subTitle1 = \uadf8\ub798\ud504 (\ub2e8\uc704, \uac1c) +comStsBst.bbsStats.tab1.subTitle2 = \ud14d\uc2a4\ud2b8 (\ub2e8\uc704, \uac1c) +comStsBst.bbsStats.tab2.subTitle1 = \uadf8\ub798\ud504 (\ub2e8\uc704, \ud68c) +comStsBst.bbsStats.tab2.subTitle2 = \ud14d\uc2a4\ud2b8 (\ub2e8\uc704, \ud68c) +comStsBst.bbsStats.tab3.subTitle1 = \uadf8\ub798\ud504 (\ub2e8\uc704, \ud68c) +comStsBst.bbsStats.tab3.subTitle2 = \ud14d\uc2a4\ud2b8 (\ub2e8\uc704, \ud68c) +comStsBst.bbsStats.tab4.subTitle1 = \ucd5c\uace0 \uc870\ud68c \uac8c\uc2dc\ubb3c \uc815\ubcf4 +comStsBst.bbsStats.tab4.subTitle2 = \ucd5c\uc18c \uc870\ud68c \uac8c\uc2dc\ubb3c \uc815\ubcf4 +comStsBst.bbsStats.tab4.createdDate = \uac8c\uc2dc\uc77c\uc790 +comStsBst.bbsStats.tab4.number = \uac8c\uc2dc\ubc88\ud638 +comStsBst.bbsStats.tab4.title = \uc81c\ubaa9 +comStsBst.bbsStats.tab4.readCount = \uc870\ud68c\uc218 +comStsBst.bbsStats.tab5.subTitle1 = \ucd5c\uace0 \uac8c\uc2dc\uc790 \uc815\ubcf4 +comStsBst.bbsStats.tab5.writerID = \uac8c\uc2dc\uc790ID +comStsBst.bbsStats.tab5.count = \uac8c\uc2dc\uac74\uc218 +comStsBst.bbsStats.tab5.statDate = \uc9d1\uacc4\uc77c\uc790 + +comStsBst.validate.fromDateCheck = \uae30\uac04 \uc2dc\uc791\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694 +comStsBst.validate.toDateCheck = \uae30\uac04 \uc885\ub8cc\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694 +comStsBst.validate.periodKindCheck = \uae30\uac04 \uad6c\ubd84\uc744 \uc120\ud0dd\ud558\uc138\uc694 +comStsBst.validate.statKindCheck = \ud1b5\uacc4 \uad6c\ubd84\uc744 \uc120\ud0dd\ud558\uc138\uc694 +comStsBst.validate.tabCheck = \uac8c\uc2dc\ubb3c \ud1b5\uacc4\uac80\uc0c9 \ucd5c\uace0/\ucd5c\uc18c\uc870\ud68c\uc815\ubcf4, \ucd5c\uace0\uac8c\uc2dc\uc790 \uc815\ubcf4\ub294 \uc77c\ubcc4 \uac80\uc0c9\ub9cc \uc801\uc6a9\ub429\ub2c8\ub2e4. + + +# \uc811\uc18d \ud1b5\uacc4 \uac80\uc0c9 +comStsCst.conectStats.title = \uc811\uc18d \ud1b5\uacc4 \uac80\uc0c9 +comStsCst.conectStats.fromDate = \uc2dc\uc791\uc77c\uc790 +comStsCst.conectStats.toDate = \uc885\ub8cc\uc77c\uc790 +comStsCst.conectStats.periodKind = \uae30\uac04\uad6c\ubd84 +comStsCst.conectStats.select = \uc120\ud0dd +comStsCst.conectStats.byYear = \uc5f0\ub3c4\ubcc4 +comStsCst.conectStats.byMonth = \uc6d4\ubcc4 +comStsCst.conectStats.byDay = \uc77c\ubcc4 + +comStsCst.conectStats.statKind = \ud1b5\uacc4\uad6c\ubd84 +comStsCst.conectStats.selectPlease = \uc120\ud0dd\ud558\uc138\uc694 +comStsCst.conectStats.statKind1 = \uc11c\ube44\uc2a4\ubcc4 +comStsCst.conectStats.statKind2 = \uac1c\uc778\ubcc4 + +comStsCst.conectStats.statResult = \uc811\uc18d \ud1b5\uacc4 \uacb0\uacfc +comStsCst.conectStats.results.col1 = \uc77c\uc790 +comStsCst.conectStats.results.col2 = \uba54\uc18c\ub4dc\uba85 +comStsCst.conectStats.results.col3 = \uc0dd\uc131 +comStsCst.conectStats.results.col4 = \uc218\uc815 +comStsCst.conectStats.results.col5 = \uc870\ud68c +comStsCst.conectStats.results.col6 = \uc0ad\uc81c +comStsCst.conectStats.results.col7 = \ucd9c\ub825 +comStsCst.conectStats.results.col8 = \uc5d0\ub7ec + +comStsCst.conectStats.results.unit = \ud68c + +comStsCst.conectStats.subTitle1 = \uadf8\ub798\ud504 (\ub2e8\uc704, \ud69f\uc218) +comStsCst.conectStats.subTitle2 = \ud14d\uc2a4\ud2b8 (\ub2e8\uc704, \ud69f\uc218) + +comStsCst.validate.fromDateCheck = \uae30\uac04 \uc2dc\uc791\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694 +comStsCst.validate.toDateCheck = \uae30\uac04 \uc885\ub8cc\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694 +comStsCst.validate.periodKindCheck = \uae30\uac04 \uad6c\ubd84\uc744 \uc120\ud0dd\ud558\uc138\uc694 +comStsCst.validate.statKindCheck = \ud1b5\uacc4 \uad6c\ubd84\uc744 \uc120\ud0dd\ud558\uc138\uc694 + + +# \uc790\ub8cc\uc774\uc6a9 \ud1b5\uacc4 \uac80\uc0c9 +comStsDst.dtaUseStats.title = \uc790\ub8cc\uc774\uc6a9\ud604\ud669 \ud1b5\uacc4 + +comStsDst.dtaUseStats.boardName = \uac8c\uc2dc\ud310\uba85 +comStsDst.dtaUseStats.periodKind = \uae30\uac04\uad6c\ubd84 +comStsDst.dtaUseStats.select = \uc120\ud0dd +comStsDst.dtaUseStats.byYear = \uc5f0\ub3c4\ubcc4 +comStsDst.dtaUseStats.byMonth = \uc6d4\ubcc4 +comStsDst.dtaUseStats.byDay = \uc77c\ubcc4 + +comStsDst.dtaUseStats.period = \uae30\uac04 +comStsDst.dtaUseStats.fromDate = \uc2dc\uc791\uc77c\uc790 +comStsDst.dtaUseStats.toDate = \uc885\ub8cc\uc77c\uc790 + +comStsDst.dtaUseStats.subTitle1 = \uae30\uac04\ubcc4 \ud1b5\uacc4 \uacb0\uacfc + +comStsDst.dtaUseStats.results.col1 = \uac8c\uc2dc\ud310\uba85 +comStsDst.dtaUseStats.results.col2 = \uae00\ubc88\ud638 +comStsDst.dtaUseStats.results.col3 = \uae00\uc81c\ubaa9 +comStsDst.dtaUseStats.results.col4 = \ucca8\ubd80\ud30c\uc77c\uba85 +comStsDst.dtaUseStats.results.col5 = \ub2e4\uc6b4\ud69f\uc218 + +comStsDst.dtaUseStats.resultsDetail.col1 = \uae00\uc81c\ubaa9 +comStsDst.dtaUseStats.resultsDetail.col2 = \ucca8\ubd80\ud30c\uc77c\uba85 +comStsDst.dtaUseStats.resultsDetail.col3 = \uc0ac\uc6a9\uc790ID +comStsDst.dtaUseStats.resultsDetail.col4 = \uc0ac\uc6a9\uc790\uba85 +comStsDst.dtaUseStats.resultsDetail.col5 = \ub2e4\uc6b4\ub85c\ub4dc\uc77c\uc2dc + +comStsDst.dtaUseStats.results.unit = \uac1c + + +# \ubcf4\uace0\uc11c \ud1b5\uacc4 \uac80\uc0c9 +sts.reprtId = \ubcf4\uace0\uc11cID +sts.title = \ubcf4\uace0\uc11c\uba85 +sts.category = \ubcf4\uace0\uc11c\uc720\ud615 +sts.status = \uc9c4\ud589\uc0c1\ud0dc +sts.regDate = \ub4f1\ub85d\uc77c\uc2dc + +comStsRst.reprtStats.title = \ubcf4\uace0\uc11c \ud1b5\uacc4 \uac80\uc0c9 +comStsRst.reprtStats.statKind = \uc720\ud615 + +comStsRst.reprtStats.periodKind = \uae30\uac04\uad6c\ubd84 +comStsRst.reprtStats.select = \uc120\ud0dd +comStsRst.reprtStats.byYear = \uc5f0\ub3c4\ubcc4 +comStsRst.reprtStats.byMonth = \uc6d4\ubcc4 +comStsRst.reprtStats.byDay = \uc77c\ubcc4 + +comStsRst.reprtStats.period = \uae30\uac04 +comStsRst.reprtStats.fromDate = \uc2dc\uc791\uc77c\uc790 +comStsRst.reprtStats.toDate = \uc885\ub8cc\uc77c\uc790 + +comStsRst.reprtStats.subTitle1 = \uae30\uac04\ubcc4 \ud1b5\uacc4 \uacb0\uacfc +comStsRst.reprtStats.subTitle2 = \ubcf4\uace0\uc11c\uc720\ud615\ubcc4 \ud1b5\uacc4 \uacb0\uacfc +comStsRst.reprtStats.subTitle3 = \uc9c4\ud589\uc0c1\ud0dc\ubcc4 \ud1b5\uacc4 \uacb0\uacfc + +comStsRst.reprtStats.results.col1 = \ubcf4\uace0\uc11c\uc720\ud615 +comStsRst.reprtStats.results.col2 = \uc9c4\ud589\uc0c1\ud0dc +comStsRst.reprtStats.results.col3 = \uac74\uc218 + +comStsRst.reprtStats.results.unit = \ud68c + + +# \ud654\uba74 \ud1b5\uacc4 \uac80\uc0c9 +comStsSst.scrinStats.title = \ud654\uba74 \ud1b5\uacc4 \uac80\uc0c9 +comStsSst.scrinStats.fromDate = \uc2dc\uc791\uc77c\uc790 +comStsSst.scrinStats.toDate = \uc885\ub8cc\uc77c\uc790 +comStsSst.scrinStats.periodKind = \uae30\uac04\uad6c\ubd84 +comStsSst.scrinStats.select = \uc120\ud0dd +comStsSst.scrinStats.byYear = \uc5f0\ub3c4\ubcc4 +comStsSst.scrinStats.byMonth = \uc6d4\ubcc4 +comStsSst.scrinStats.byDay = \uc77c\ubcc4 + +comStsSst.scrinStats.statResult = \ud654\uba74 \ud1b5\uacc4 \uacb0\uacfc + +comStsSst.scrinStats.results.unit = \ud68c + +comStsSst.scrinStats.subTitle1 = \uadf8\ub798\ud504 (\ub2e8\uc704, \ud69f\uc218) +comStsSst.scrinStats.subTitle2 = \ud14d\uc2a4\ud2b8 (\ub2e8\uc704, \ud69f\uc218) + +comStsSst.validate.fromDateCheck = \uae30\uac04 \uc2dc\uc791\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694 +comStsSst.validate.toDateCheck = \uae30\uac04 \uc885\ub8cc\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694 +comStsSst.validate.periodKindCheck = \uae30\uac04 \uad6c\ubd84\uc744 \uc120\ud0dd\ud558\uc138\uc694 +comStsSst.validate.menuCheck1 = \uba54\ub274 \ubaa9\ub85d \ub370\uc774\ud0c0\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comStsSst.validate.menuCheck2 = \uba54\ub274\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uba54\ub274 \ub4f1\ub85d \ud6c4 \uc0ac\uc6a9\ud558\uc138\uc694. + + + +# \uc0ac\uc6a9\uc790 \ud1b5\uacc4 \uac80\uc0c9 +comStsUst.userStats.title = \uc0ac\uc6a9\uc790 \ud1b5\uacc4 \uac80\uc0c9 +comStsUst.userStats.fromDate = \uc2dc\uc791\uc77c\uc790 +comStsUst.userStats.toDate = \uc885\ub8cc\uc77c\uc790 +comStsUst.userStats.periodKind = \uae30\uac04\uad6c\ubd84 +comStsUst.userStats.select = \uc120\ud0dd +comStsUst.userStats.byYear = \uc5f0\ub3c4\ubcc4 +comStsUst.userStats.byMonth = \uc6d4\ubcc4 +comStsUst.userStats.byDay = \uc77c\ubcc4 + +comStsUst.userStats.statKind = \ud1b5\uacc4\uad6c\ubd84 +comStsUst.userStats.selectPlease = \uc120\ud0dd\ud558\uc138\uc694 +comStsUst.userStats.statKind1 = \ud68c\uc6d0\uc720\ud615\ubcc4 +comStsUst.userStats.statKind2 = \ud68c\uc6d0\uc0c1\ud0dc\ubcc4 +comStsUst.userStats.statKind3 = \uc131\ubcc4 + +comStsUst.userStats.statResult = \uc0ac\uc6a9\uc790 \ud1b5\uacc4 \uacb0\uacfc + +comStsUst.userStats.subTitle1 = \uadf8\ub798\ud504 (\ub2e8\uc704, \uba85) +comStsUst.userStats.subTitle2 = \ud14d\uc2a4\ud2b8 (\ub2e8\uc704, \uba85) + +comStsUst.validate.fromDateCheck = \uae30\uac04 \uc2dc\uc791\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694 +comStsUst.validate.toDateCheck = \uae30\uac04 \uc885\ub8cc\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694 +comStsUst.validate.periodKindCheck = \uae30\uac04 \uad6c\ubd84\uc744 \uc120\ud0dd\ud558\uc138\uc694 +comStsUst.validate.statKindCheck = \ud1b5\uacc4 \uad6c\ubd84\uc744 \uc120\ud0dd\ud558\uc138\uc694 + + + +#\uc8fc\uc18c\uc815\ubcf4\uc5f0\uacc4# +symAdr.adressCntcList.Title=\uc8fc\uc18c \uc815\ubcf4 \uc5f0\uacc4 + +symAdr.adressCntcList.scCurrentPage=\ud604\uc7ac \ud398\uc774\uc9c0 +symAdr.adressCntcList.scCountPerPage=\ud398\uc774\uc9c0 \uc0ac\uc774\uc988 +symAdr.adressCntcList.scKeyword=\uac80\uc0c9\uc5b4 +symAdr.adressCntcList.scConfmKey=\uc2b9\uc778\ud0a4 + +symAdr.btn.addrLoc=\uc8fc\uc18c\uac00\uc838\uc624\uae30(Controller) +symAdr.btn.addrjson=\uc8fc\uc18c\uac00\uc838\uc624\uae30(JSON) + +symAdr.list.addrRoad=\ub3c4\ub85c\uba85\uc8fc\uc18c +symAdr.list.addrRoad1=\ub3c4\ub85c\uba85\uc8fc\uc18c(1) +symAdr.list.addrRoad2=\ub3c4\ub85c\uba85\uc8fc\uc18c(2) +symAdr.list.addrGibun=\uc9c0\ubc88\uc8fc\uc18c +symAdr.list.addrEng=\uc601\ubb38\uc8fc\uc18c +symAdr.list.post=\uc6b0\ud3b8\ubc88\ud638 + + + +comSymBat.batchOpertList.title=\ubc30\uce58\uc791\uc5c5\uad00\ub9ac \ubaa9\ub85d\uc870\ud68c +comSymBat.batchOpertList.pageTop.title=\ubc30\uce58\uc791\uc5c5\uad00\ub9ac \ubaa9\ub85d +comSymBat.batchOpertList.batchOpertId=\ubc30\uce58\uc791\uc5c5ID +comSymBat.batchOpertList.batchOpertNm=\ubc30\uce58\uc791\uc5c5\uba85 +comSymBat.batchOpertList.batchProgrm=\ubc30\uce58\ud504\ub85c\uadf8\ub7a8 +comSymBat.batchOpertList.paramtr=\ud30c\ub77c\ubbf8\ud130 +comSymBat.batchOpertList.validate.searchKeyword=\uac80\uc0c9\uc870\uac74\uc744 \uc120\ud0dd\ud558\uc138\uc694. +comSymBat.batchOpertList.searchKeyword=\uac80\uc0c9\ud0a4\uc6cc\ub4dc + + +comSymBat.batchOpertDetail.title=\ubc30\uce58\uc791\uc5c5 \uc0c1\uc138\uc870\ud68c +comSymBat.BatchOpertDetail.pageTop.title=\ubc30\uce58\uc791\uc5c5 \uc0c1\uc138\uc870\ud68c +comSymBat.batchOpertDetail.batchOpertId=\ubc30\uce58\uc791\uc5c5ID +comSymBat.batchOpertDetail.batchOpertNm=\ubc30\uce58\uc791\uc5c5\uba85 +comSymBat.batchOpertDetail.batchProgrm=\ubc30\uce58\ud504\ub85c\uadf8\ub7a8 +comSymBat.batchOpertDetail.paramtr=\ud30c\ub77c\ubbf8\ud130 + + +comSymBat.batchOpertUpdt.title=\ubc30\uce58\uc791\uc5c5 \uc218\uc815 +comSymBat.batchOpertUpdt.pageTop.title=\ubc30\uce58\uc791\uc5c5 \uc218\uc815 +comSymBat.batchOpertUpdt.batchOpertId=\ubc30\uce58\uc791\uc5c5ID +comSymBat.batchOpertUpdt.batchOpertNm=\ubc30\uce58\uc791\uc5c5\uba85 +comSymBat.batchOpertUpdt.batchProgrm=\ubc30\uce58\ud504\ub85c\uadf8\ub7a8 +comSymBat.batchOpertUpdt.paramtr=\ud30c\ub77c\ubbf8\ud130 + + +comSymBat.batchOpertRegist.title=\ubc30\uce58\uc791\uc5c5\ub4f1\ub85d +comSymBat.batchOpertRegist.pageTop.title=\ubc30\uce58\uc791\uc5c5 \ub4f1\ub85d +comSymBat.batchOpertRegist.batchOpertNm=\ubc30\uce58\uc791\uc5c5\uba85 +comSymBat.batchOpertRegist.batchProgrm=\ubc30\uce58\ud504\ub85c\uadf8\ub7a8 +comSymBat.batchOpertRegist.paramtr=\ud30c\ub77c\ubbf8\ud130 + + +comSymBat.batchResultList.title=\ubc30\uce58\uacb0\uacfc\uad00\ub9ac \ubaa9\ub85d\uc870\ud68c +comSymBat.batchResultList.pageTop.title=\ubc30\uce58\uacb0\uacfc \ubaa9\ub85d +comSymBat.batchResultList.searchCondition=\uac80\uc0c9\uc870\uac74\uad6c\ubd84 +comSymBat.batchResultList.sttus.value00=\uc804\uccb4 +comSymBat.batchResultList.sttus.value01=\uc815\uc0c1 +comSymBat.batchResultList.sttus.value02=\ube44\uc815\uc0c1 +comSymBat.batchResultList.sttus.value03=\uc218\ud589\uc911 +comSymBat.batchResultList.batchResultId=\ubc30\uce58\uacb0\uacfcID +comSymBat.batchResultList.batchSchdulId=\ubc30\uce58\uc2a4\ucf00\uc904ID +comSymBat.batchResultList.batchOpertNm=\ubc30\uce58\uc791\uc5c5\uba85 +comSymBat.batchResultList.sttusNm=\uc0c1\ud0dc +comSymBat.batchResultList.executBeginTime=\uc2e4\ud589\uc2dc\uc791\uc2dc\uac01 +comSymBat.batchResultList.executEndTime=\uc2e4\ud589\uc885\ub8cc\uc2dc\uac01 +comSymBat.batchResultList.validate.searchCondition=\uac80\uc0c9\uc870\uac74\uc744 \uc120\ud0dd\ud558\uc138\uc694. +comSymBat.batchResultList.validate.inputSearchStartDate=\uac80\uc0c9\uc2dc\uc791\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694. +comSymBat.batchResultList.validate.inputSearchEndDate=\uac80\uc0c9\uc885\ub8cc\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694. +comSymBat.batchResultList.validate.searchStartDate=\uc870\ud68c\uc2dc\uc791\uc77c\uc790 +comSymBat.batchResultList.validate.searchEndDate=\uc870\ud68c\uc885\ub8cc\uc77c\uc790 +comSymBat.batchResultList.validate.strTmpFromDate=\ub0a0\uc9dc \ud615\uc2dd\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. +comSymBat.batchResultList.validate.strTmpFromEndDate=\uc2dc\uc791\uc77c\uc790\ub294 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ud074 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comSymBat.batchResultList.searchKeyword=\uac80\uc0c9\ud0a4\uc6cc\ub4dc +comSymBat.batchResultList.searchStartDate=\uac80\uc0c9\uc2dc\uc791\uc77c\uc790 +comSymBat.batchResultList.searchEndDate=\uac80\uc0c9\uc885\ub8cc\uc77c\uc790 + + +comSymBat.batchResultDetail.title=\ubc30\uce58\uacb0\uacfc \uc0c1\uc138\uc870\ud68c +comSymBat.batchResultDetail.pageTop.title=\ubc30\uce58\uacb0\uacfc \uc0c1\uc138\uc870\ud68c +comSymBat.batchResultDetail.batchResultId=\ubc30\uce58\uacb0\uacfcID +comSymBat.batchResultDetail.batchSchdulId=\ubc30\uce58\uc2a4\ucf00\uc904ID +comSymBat.batchResultDetail.batchOpertId=\ubc30\uce58\uc791\uc5c5ID +comSymBat.batchResultDetail.batchOpertNm=\ubc30\uce58\uc791\uc5c5\uba85 +comSymBat.batchResultDetail.batchProgrm=\ubc30\uce58\ud504\ub85c\uadf8\ub7a8 +comSymBat.batchResultDetail.paramtr=\ud30c\ub77c\ubbf8\ud130 +comSymBat.batchResultDetail.sttusNm=\uc0c1\ud0dc +comSymBat.batchResultDetail.errorInfo=\uc5d0\ub7ec\uc815\ubcf4 +comSymBat.batchResultDetail.executBeginTime=\uc2e4\ud589\uc2dc\uc791\uc2dc\uac01 +comSymBat.batchResultDetail.executEndTime=\uc2e4\ud589\uc885\ub8cc\uc2dc\uac01 + + +comSymBat.batchSchdulList.title=\ubc30\uce58\uc2a4\ucf00\uc904\uad00\ub9ac \ubaa9\ub85d\uc870\ud68c +comSymBat.batchSchdulList.pageTop.title=\ubc30\uce58\uc2a4\ucf00\uc904\uad00\ub9ac \ubaa9\ub85d +comSymBat.batchSchdulList.batchSchdulId=\ubc30\uce58\uc2a4\ucf00\uc904ID +comSymBat.batchSchdulList.batchOpertNm=\ubc30\uce58\uc791\uc5c5\uba85 +comSymBat.batchSchdulList.batchProgrm=\ubc30\uce58\ud504\ub85c\uadf8\ub7a8 +comSymBat.batchSchdulList.executCycleNm=\uc2e4\ud589\uc8fc\uae30 +comSymBat.batchSchdulList.executSchdul=\uc2e4\ud589\uc2a4\ucf00\uc904 +comSymBat.batchSchdulList.searchCondition=\uac80\uc0c9\uc870\uac74\uad6c\ubd84 +comSymBat.batchSchdulList.searchKeyword=\uac80\uc0c9\ud0a4\uc6cc\ub4dc + + +comSymBat.batchSchdulDetail.title=\ubc30\uce58\uc2a4\ucf00\uc904 \uc0c1\uc138\uc870\ud68c +comSymBat.batchSchdulDetail.pageTop.title=\ubc30\uce58\uc2a4\ucf00\uc904 \uc0c1\uc138\uc870\ud68c +comSymBat.batchSchdulDetail.batchSchdulId=\ubc30\uce58\uc2a4\ucf00\uc904ID +comSymBat.batchSchdulDetail.batchOpertId=\ubc30\uce58\uc791\uc5c5ID +comSymBat.batchSchdulDetail.batchOpertNm=\ubc30\uce58\uc791\uc5c5\uba85 +comSymBat.batchSchdulDetail.executCycleNm=\uc2e4\ud589\uc8fc\uae30 + + +comSymBat.batchSchdulUpdt.title=\ubc30\uce58\uc2a4\ucf00\uc904 \uc218\uc815 +comSymBat.batchSchdulUpdt.pageTop.title=\ubc30\uce58\uc2a4\ucf00\uc904 \uc218\uc815 +comSymBat.batchSchdulUpdt.validate.executSchdulDfkSes.length=\uc2e4\ud589\uc8fc\uae30\ub97c \ub9e4\uc8fc\ub85c \uc120\ud0dd\ud588\uc744 \ub54c \uc694\uc77c\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymBat.batchSchdulUpdt.validate.cycleMonth.executSchdulDay=\uc2e4\ud589\uc8fc\uae30\uac00 \ub9e4\uc6d4\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c)\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymBat.batchSchdulUpdt.validate.cycleYear.executSchdulMonth=\uc2e4\ud589\uc8fc\uae30\uac00 \ub9e4\ub144\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc6d4)\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymBat.batchSchdulUpdt.validate.cycleYear.executSchdulDay=\uc2e4\ud589\uc8fc\uae30\uac00 \ub9e4\ub144\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c)\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymBat.batchSchdulUpdt.validate.checkDate=\uc2e4\ud589\uc2a4\ucf00\uc904 (\uc6d4/\uc77c)\uc774 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comSymBat.batchSchdulUpdt.validate.executSchdulDeNm=\uc2e4\ud589\uc8fc\uae30\uac00 \ud55c\ubc88\ub9cc\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c\uc790)\ub294 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymBat.batchSchdulUpdt.validate.executSchdulDeNm.isDate=\uc2e4\ud589\uc2a4\ucf00\uc904 (\uc77c\uc790)\uac00 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comSymBat.batchSchdulUpdt.batchSchdulId=\ubc30\uce58\uc2a4\ucf00\uc904ID +comSymBat.batchSchdulUpdt.batchOpertId=\ubc30\uce58\uc791\uc5c5ID +comSymBat.batchSchdulUpdt.batchOpertNm=\ubc30\uce58\uc791\uc5c5\uba85 +comSymBat.batchSchdulUpdt.executCycleNm=\uc2e4\ud589\uc8fc\uae30 +comSymBat.batchSchdulUpdt.executSchdulDeNm=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c\uc790) +comSymBat.batchSchdulUpdt.executSchdulMonth=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc6d4) +comSymBat.batchSchdulUpdt.executSchdulDay=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c) +comSymBat.batchSchdulUpdt.executSchdulHour=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc2dc) +comSymBat.batchSchdulUpdt.executSchdulMnt=\uc2e4\ud589\uc2a4\ucf00\uc904(\ubd84) +comSymBat.batchSchdulUpdt.executSchdulSecnd=\uc2e4\ud589\uc2a4\ucf00\uc904(\ucd08) +comSymBat.batchSchdulUpdt.spnMonth=\uc6d4 +comSymBat.batchSchdulUpdt.spnDay=\uc77c +comSymBat.batchSchdulUpdt.spnHH=\uc2dc +comSymBat.batchSchdulUpdt.spnMM=\ubd84 +comSymBat.batchSchdulUpdt.spnSS=\ucd08 + + +comSymBat.batchSchdulRegist.title=\ubc30\uce58\uc2a4\ucf00\uc904 \ub4f1\ub85d +comSymBat.batchSchdulRegist.pageTop.title=\ubc30\uce58\uc2a4\ucf00\uc904 \ub4f1\ub85d +comSymBat.batchSchdulRegist.validate.executSchdulDfkSes.length=\uc2e4\ud589\uc8fc\uae30\ub97c \ub9e4\uc8fc\ub85c \uc120\ud0dd\ud588\uc744 \ub54c \uc694\uc77c\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymBat.batchSchdulRegist.validate.cycleMonth.executSchdulDay=\uc2e4\ud589\uc8fc\uae30\uac00 \ub9e4\uc6d4\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c)\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymBat.batchSchdulRegist.validate.cycleYear.executSchdulMonth=\uc2e4\ud589\uc8fc\uae30\uac00 \ub9e4\ub144\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc6d4)\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymBat.batchSchdulRegist.validate.cycleYear.executSchdulDay=\uc2e4\ud589\uc8fc\uae30\uac00 \ub9e4\ub144\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c)\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymBat.batchSchdulRegist.validate.checkDate=\uc2e4\ud589\uc2a4\ucf00\uc904 (\uc6d4/\uc77c)\uc774 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comSymBat.batchSchdulRegist.validate.executSchdulDeNm=\uc2e4\ud589\uc8fc\uae30\uac00 \ud55c\ubc88\ub9cc\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c\uc790)\ub294 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymBat.batchSchdulRegist.validate.executSchdulDeNm.isDate=\uc2e4\ud589\uc2a4\ucf00\uc904 (\uc77c\uc790)\uac00 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comSymBat.batchSchdulRegist.batchSchdulId=\ubc30\uce58\uc2a4\ucf00\uc904ID +comSymBat.batchSchdulRegist.batchOpertId=\ubc30\uce58\uc791\uc5c5ID +comSymBat.batchSchdulRegist.batchOpertNm=\ubc30\uce58\uc791\uc5c5\uba85 +comSymBat.batchSchdulRegist.executCycleNm=\uc2e4\ud589\uc8fc\uae30 +comSymBat.batchSchdulRegist.executSchdulDeNm=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c\uc790) +comSymBat.batchSchdulRegist.executSchdulMonth=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc6d4) +comSymBat.batchSchdulRegist.executSchdulDay=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c) +comSymBat.batchSchdulRegist.executSchdulHour=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc2dc) +comSymBat.batchSchdulRegist.executSchdulMnt=\uc2e4\ud589\uc2a4\ucf00\uc904(\ubd84) +comSymBat.batchSchdulRegist.executSchdulSecnd=\uc2e4\ud589\uc2a4\ucf00\uc904(\ucd08) +comSymBat.batchSchdulRegist.spnMonth=\uc6d4 +comSymBat.batchSchdulRegist.spnDay=\uc77c +comSymBat.batchSchdulRegist.spnHH=\uc2dc +comSymBat.batchSchdulRegist.spnMM=\ubd84 +comSymBat.batchSchdulRegist.spnSS=\ucd08 + + +comSymBat.batchOpertListPopup.title=\ubc30\uce58\uc791\uc5c5 \uc870\ud68c +comSymBat.batchOpertListPopup.pageTop.title=\ubc30\uce58\uc791\uc5c5 \uc870\ud68c +comSymBat.batchOpertListPopup.validate.searchKeyword=\uac80\uc0c9\uc870\uac74\uc744 \uc120\ud0dd\ud558\uc138\uc694. +comSymBat.batchOpertListPopup.searchCondition=\uac80\uc0c9\uc870\uac74\uad6c\ubd84 +comSymBat.batchOpertListPopup.batchOpertId=\ubc30\uce58\uc791\uc5c5ID +comSymBat.batchOpertListPopup.batchOpertNm=\ubc30\uce58\uc791\uc5c5\uba85 +comSymBat.batchOpertListPopup.batchProgrm=\ubc30\uce58\ud504\ub85c\uadf8\ub7a8 +comSymBat.batchOpertListPopup.paramtr=\ud30c\ub77c\ubbf8\ud130 + + +#Rest day messages# +sym.cal.title = \ud734\uc77c \ubaa9\ub85d +sym.cal.select = --\uc120\ud0dd\ud558\uc138\uc694-- +sym.cal.restDay = \ud734\uc77c\uc77c\uc790 +sym.cal.restName = \ud734\uc77c\uba85 +sym.cal.restDetail = \ud734\uc77c\uc124\uba85 +sym.cal.restCategory = \ud734\uc77c\uad6c\ubd84 +sym.cal.column1 = \uc21c\ubc88 +sym.cal.column2 = \ud734\uc77c\uc77c\uc790 +sym.cal.column3 = \ud734\uc77c\uba85 +sym.cal.column4 = \ud734\uc77c\uad6c\ubd84 + +sym.cal.detail.title = \ud734\uc77c \uc0c1\uc138\uc870\ud68c +sym.cal.modify.title = \ud734\uc77c \uc218\uc815 +sym.cal.regist.title = \ud734\uc77c \ub4f1\ub85d + + + +#\ud589\uc815\ucf54\ub4dc# +comSymCcmAdc.ccmAdministCode.title = \ud589\uc815\ucf54\ub4dc + +comSymCcmAdc.ccmAdministCode.cls = \ud589\uc815\uad6c\uc5ed\uad6c\ubd84 +comSymCcmAdc.ccmAdministCode.administCode = \ud589\uc815\uad6c\uc5ed\ucf54\ub4dc +comSymCcmAdc.ccmAdministCode.administName = \ud589\uc815\uad6c\uc5ed\uba85 +comSymCcmAdc.ccmAdministCode.useAt = \uc0ac\uc6a9\uc5ec\ubd80 +comSymCcmAdc.ccmAdministCode.use = \uc0ac\uc6a9 +comSymCcmAdc.ccmAdministCode.notUse = \ubbf8\uc0ac\uc6a9 +comSymCcmAdc.ccmAdministCode.lawAddr = \ubc95\uc815\ub3d9 +comSymCcmAdc.ccmAdministCode.admAddr = \ud589\uc815\ub3d9 +comSymCcmAdc.ccmAdministCode.lawAddrName = \ubc95\uc815\ub3d9 \uc9c0\uc5ed\uba85 +comSymCcmAdc.ccmAdministCode.admAddrName = \ud589\uc815\ub3d9 \uc9c0\uc5ed\uba85 +comSymCcmAdc.ccmAdministCode.createDate = \uc0dd\uc131\uc77c\uc790 +comSymCcmAdc.ccmAdministCode.deleteDate = \ud3d0\uae30\uc77c\uc790 +comSymCcmAdc.ccmAdministCode.upperCode = \uc0c1\uc704\ud589\uc815\uad6c\uc5ed\ucf54\ub4dc + +comSymCcmAdc.seachWrd.searchAddress = \uc9c0\uc5ed\uba85\uac80\uc0c9 + + +#\uacf5\ud1b5\ucf54\ub4dc# +comSymCcmCca.cmmnCodeVO.title = \uacf5\ud1b5\ucf54\ub4dc + +comSymCcmCca.cmmnCodeVO.clCode = \ubd84\ub958\ucf54\ub4dc +comSymCcmCca.cmmnCodeVO.clCodeNm = \ubd84\ub958\ucf54\ub4dc\uba85 +comSymCcmCca.cmmnCodeVO.codeId = \ucf54\ub4dcID +comSymCcmCca.cmmnCodeVO.codeIdNm = \ucf54\ub4dcID\uba85 +comSymCcmCca.cmmnCodeVO.codeIdDc = \ucf54\ub4dcID\uc124\uba85 +comSymCcmCca.cmmnCodeVO.useAt = \uc0ac\uc6a9\uc5ec\ubd80 + +comSymCcmCca.validate.codeCheck = \uc774\ubbf8 \ub4f1\ub85d\ub41c \uacf5\ud1b5\ucf54\ub4dc\uac00 \uc874\uc7ac\ud569\ub2c8\ub2e4. + + + + +#\uacf5\ud1b5\ucf54\ub4dc \ubd84\ub958# +comSymCcmCcc.cmmnClCodeVO.title = \uacf5\ud1b5\ubd84\ub958\ucf54\ub4dc + +comSymCcmCcc.cmmnClCodeVO.clCode = \ubd84\ub958\ucf54\ub4dc +comSymCcmCcc.cmmnClCodeVO.clCodeNm = \ubd84\ub958\ucf54\ub4dc\uba85 +comSymCcmCcc.cmmnClCodeVO.clCodeDc = \ubd84\ub958\ucf54\ub4dc \uc124\uba85 +comSymCcmCcc.cmmnClCodeVO.useAt = \uc0ac\uc6a9\uc5ec\ubd80 + +comSymCcmCcc.validate.codeCheck = \uc774\ubbf8 \ub4f1\ub85d\ub41c \uacf5\ud1b5\ubd84\ub958\ucf54\ub4dc\uac00 \uc874\uc7ac\ud569\ub2c8\ub2e4. + + + +#\uacf5\ud1b5\uc0c1\uc138\ucf54\ub4dc# +comSymCcmCde.cmmnDetailCodeVO.title = \uacf5\ud1b5\uc0c1\uc138\ucf54\ub4dc + +comSymCcmCde.cmmnDetailCodeVO.codeId = \ucf54\ub4dcID +comSymCcmCde.cmmnDetailCodeVO.codeIdNm = \ucf54\ub4dcID\uba85 +comSymCcmCde.cmmnDetailCodeVO.code = \uc0c1\uc138\ucf54\ub4dc +comSymCcmCde.cmmnDetailCodeVO.codeNm = \uc0c1\uc138\ucf54\ub4dc\uba85 +comSymCcmCde.cmmnDetailCodeVO.codeDc = \uc0c1\uc138\ucf54\ub4dc\uc124\uba85 +comSymCcmCde.cmmnDetailCodeVO.useAt = \uc0ac\uc6a9\uc5ec\ubd80 + +comSymCcmCde.validate.codeCheck = \uc774\ubbf8 \ub4f1\ub85d\ub41c \uc0c1\uc138\ucf54\ub4dc\uac00 \uc874\uc7ac\ud569\ub2c8\ub2e4. + + + +#\uae30\uad00\ucf54\ub4dc\uc218\uc2e0 \ubaa9\ub85d +comSymCcmIcr.insttCodeRecptn.title = \uae30\uad00\ucf54\ub4dc\uc218\uc2e0 \ubaa9\ub85d + +comSymCcmIcr.insttCodeRecptn.select = \uc120\ud0dd\ud558\uc138\uc694 +comSymCcmIcr.insttCodeRecptn.orgNm = \uae30\uad00\uba85 + +comSymCcmIcr.insttCodeRecptn.results.col1 = \uc21c\ubc88 +comSymCcmIcr.insttCodeRecptn.results.col2 = \uae30\uad00\ucf54\ub4dc +comSymCcmIcr.insttCodeRecptn.results.col3 = \uae30\uad00\uba85 + +comSymCcmIcr.insttCodeRecptnDetail.title = \uae30\uad00\ucf54\ub4dc\uc218\uc2e0 \uc0c1\uc138\uc870\ud68c +comSymCcmIcr.insttCodeRecptnDetail.insttCode = \uae30\uad00\ucf54\ub4dc +comSymCcmIcr.insttCodeRecptnDetail.allInsttNm = \uc804\uccb4\uae30\uad00\uba85 +comSymCcmIcr.insttCodeRecptnDetail.changede = \ubcc0\uacbd\uc77c\uc790 +comSymCcmIcr.insttCodeRecptnDetail.changeTime = \ubcc0\uacbd\uc2dc\uac04 +comSymCcmIcr.insttCodeRecptnDetail.ablEnnc = \ud3d0\uc9c0\uc720\ubb34 +comSymCcmIcr.insttCodeRecptnDetail.ablEnnc0 = \uc0ac\uc6a9 +comSymCcmIcr.insttCodeRecptnDetail.ablEnnc1 = \ub9d0\uc18c + +comSymCcmIcr.insttCodeRecptnDetail.subTitle = \uae30\uad00\ucf54\ub4dc\uc218\uc2e0 \uc774\ub825 +comSymCcmIcr.insttCodeRecptnDetail.results.col1 = \uc21c\ubc88 +comSymCcmIcr.insttCodeRecptnDetail.results.col2 = \ubc1c\uc0dd\uc77c\uc790 +comSymCcmIcr.insttCodeRecptnDetail.results.col3 = \ucd5c\ud558\uc704\uae30\uad00\uba85 +comSymCcmIcr.insttCodeRecptnDetail.results.col4 = \ubcc0\uacbd\uad6c\ubd84 +comSymCcmIcr.insttCodeRecptnDetail.results.col5 = \ucc98\ub9ac\uad6c\ubd84 +comSymCcmIcr.insttCodeRecptnDetail.results.col6 = \uc0dd\uc131\uc77c\uc790 +comSymCcmIcr.insttCodeRecptnDetail.results.col7 = \ubcc0\uacbd\uc77c\uc790 +comSymCcmIcr.insttCodeRecptnDetail.results.col8 = \ud3d0\uc9c0\uc720\ubb34 +comSymCcmIcr.insttCodeRecptnDetail.results.col9 = \ud3d0\uc9c0\uc77c\uc790 + +comSymCcmIcr.insttCodeRecptnDetail.results.changeSeCode = \ubcc0\uacbd\uad6c\ubd84 +comSymCcmIcr.insttCodeRecptnDetail.results.processSe = \ucc98\ub9ac\uad6c\ubd84 + + + +#\uc6b0\ud3b8\ubc88\ud638 \uad00\ub9ac# + +comSymCcmZip.zipVO.title = \uc6b0\ud3b8\ubc88\ud638 + +comSymCcmZip.zipVO.zip = \uc6b0\ud3b8\ubc88\ud638 +comSymCcmZip.zipVO.rdmnCode = \ub3c4\ub85c\uba85\ucf54\ub4dc +comSymCcmZip.zipVO.ctprvnNm = \uc2dc\ub3c4\uba85 +comSymCcmZip.zipVO.signguNm = \uc2dc\uad70\uad6c\uba85 +comSymCcmZip.zipVO.emdNm = \uc74d\uba74\ub3d9\uba85 +comSymCcmZip.zipVO.liBuldNm = \ub9ac\uac74\ubb3c\uba85 +comSymCcmZip.zipVO.lnbrDongHo = \ubc88\uc9c0\ub3d9\ud638 +comSymCcmZip.zipVO.rdmn = \ub3c4\ub85c\uba85 +comSymCcmZip.zipVO.bdnbrMnnm = \uac74\ubb3c\ubc88\ud638\ubcf8\ubc88 +comSymCcmZip.zipVO.bdnbrSlno = \uac74\ubb3c\ubc88\ud638\ubd80\ubc88 +comSymCcmZip.zipVO.buldNm = \uac74\ubb3c\uba85 +comSymCcmZip.zipVO.detailBuldNm = \uc0c1\uc138\uac74\ubb3c\uba85 +comSymCcmZip.zipVO.zipCreate = \uc6b0\ud3b8\ubc88\ud638 \uc77c\ubc18\uc8fc\uc18c \ub4f1\ub85d +comSymCcmZip.zipVO.rdmnCreate = \uc6b0\ud3b8\ubc88\ud638 \ub3c4\ub85c\uba85\uc8fc\uc18c \ub4f1\ub85d +comSymCcmZip.zipVO.zipUpdate = \uc6b0\ud3b8\ubc88\ud638 \uc77c\ubc18\uc8fc\uc18c \uc218\uc815 +comSymCcmZip.zipVO.rdmnUpdate = \uc6b0\ud3b8\ubc88\ud638 \ub3c4\ub85c\uba85\uc8fc\uc18c \uc218\uc815 +comSymCcmZip.zipVO.rdmnSearch = \uc8fc\uc18c\uac80\uc0c9 +comSymCcmZip.zipVO.SearchAddr = \uc8fc\uc18c +comSymCcmZip.zipVO.SearchAddrr = \uc77c\ubc18\uc8fc\uc18c +comSymCcmZip.zipVO.SearchRdmn = \ub3c4\ub85c\uba85\uc8fc\uc18c +comSymCcmZip.zipVO.Snum = \uc21c\ubc88 +comSymCcmZip.zipVO.excelFile = \uc5d1\uc140\ud30c\uc77c +comSymCcmZip.zipVO.fileSelect = \ud30c\uc77c\uc120\ud0dd + +#Message# +comSymCcmZip.zipVO.zipMessage = \uc6b0\ud3b8\ubc88\ud638\uc758 '-'\ub97c \uc81c\uc678\ud558\uace0 \uc785\ub825\ud558\uc2dc\uc624. +comSymCcmZip.zipVO.summaryList = \uc6b0\ud3b8\ubc88\ud638\uc640 \uc8fc\uc18c\ub97c \ucd9c\ub825\ud558\ub294 \uc6b0\ud3b8\ubc88\ud638 \ubaa9\ub85d \ud14c\uc774\ube14\uc785\ub2c8\ub2e4. +comSymCcmZip.zipVO.summaryInsert = \uc6b0\ud3b8\ubc88\ud638, \uc2dc\ub3c4\uba85, \uc2dc\uad70\uad6c\uba85, \uc74d\uba74\ub3d9\uba85, \ub9ac\uac74\ubb3c\uba85, \ubc88\uc9c0\ub3d9\ud638\ub97c \uc785\ub825\ud558\ub294 \uc6b0\ud3b8\ubc88\ud638 \ub4f1\ub85d \ud14c\uc774\ube14\uc785\ub2c8\ub2e4. +comSymCcmZip.zipVO.summaryModify = \ub9ac\uac74\ubb3c\uba85\uacfc \ubc88\uc9c0\ub3d9\ud638\ub97c \uc218\uc815\ud558\ub294 \uc6b0\ud3b8\ubc88\ud638 \uc218\uc815 \ud14c\uc774\ube14\uc785\ub2c8\ub2e4. +comSymCcmZip.zipVO.summaryDetail = \uc6b0\ud3b8\ubc88\ud638, \uc2dc\ub3c4\uba85, \uc2dc\uad70\uad6c\uba85, \uc74d\uba74\ub3d9\uba85, \ub9ac\uac74\ubb3c\uba85, \ubc88\uc9c0\ub3d9\ud638\ub97c \uac00\uc9c0\uace0 \uc788\ub294 \uc6b0\ud3b8\ubc88\ud638 \uc0c1\uc138\uc870\ud68c \ud14c\uc774\ube14\uc785\ub2c8\ub2e4. +comSymCcmZip.zipVO.summaryExcel = \uc6b0\ud3b8\ubc88\ud638 \uc5d1\uc140\ud30c\uc77c\uc744 \ucca8\ubd80\ud560 \uc218 \uc788\ub294 \ub4f1\ub85d \ud14c\uc774\ube14\uc785\ub2c8\ub2e4. + +#alt# +comSymCcmZip.zipVO.altImg = \uc81c\ubaa9\uc544\uc774\ucf58\uc774\ubbf8\uc9c0 +comSymCcmZip.zipVO.altPilsu = \ud544\uc218\uc785\ub825\ud45c\uc2dc + +#EgovCcmZipSearchList.jsp# +comSymCcmZip.ccmZipSearchList.title=\uc6b0\ud3b8\ubc88\ud638 \ucc3e\uae30 +comSymCcmZip.ccmZipSearchList.address=\uc8fc\uc18c +comSymCcmZip.ccmZipSearchList.stNameAddress=\ub3c4\ub85c\uba85\uc8fc\uc18c +comSymCcmZip.ccmZipSearchList.inputText=\uc785\ub825\ucc3d + + +#\uc811\uc18d\ub85c\uadf8\uad00\ub9ac# +comSymLogClg.loginLog.title = \uc811\uc18d\ub85c\uadf8 + +comSymLogClg.loginLog.logId = \ub85c\uadf8ID +comSymLogClg.loginLog.occrrncDe = \ubc1c\uc0dd\uc77c\uc790 +comSymLogClg.seachWrd.searchBgnDe = \uac80\uc0c9\uc2dc\uc791\uc77c +comSymLogClg.seachWrd.searchEndDe = \uac80\uc0c9\uc885\ub8cc\uc77c +comSymLogClg.loginLog.loginMthd = \uc811\uc18d\ubc29\uc2dd +comSymLogClg.loginLog.loginNm = \uc0ac\uc6a9\uc790\uba85 +comSymLogClg.loginLog.loginIp = \uc811\uc18dIP +comSymLogClg.loginLog.detail = \uc0c1\uc138\ubcf4\uae30 + +comSymLogClg.validate.dateCheck = \uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \uac80\uc0c9\uc870\uac74 \ub0a0\uc9dc\ub97c \ud655\uc778\ud558\uc138\uc694! + + + +#\ub85c\uadf8\uad00\ub9ac# +comSymLogLgm.sysLog.title = \ub85c\uadf8 + +comSymLogLgm.sysLog.reqId = \uc694\uccadID +comSymLogLgm.seachWrd.searchBgnDe = \uac80\uc0c9\uc2dc\uc791\uc77c +comSymLogLgm.seachWrd.searchEndDe = \uac80\uc0c9\uc885\ub8cc\uc77c +comSymLogLgm.sysLog.occrrncDe = \ubc1c\uc0dd\uc77c\uc790 +comSymLogLgm.sysLog.serviceNm = \uc11c\ube44\uc2a4\uba85 +comSymLogLgm.sysLog.methodNm = \uba54\uc18c\ub4dc\uba85 +comSymLogLgm.sysLog.processSeCode = \ucc98\ub9ac\uad6c\ubd84 +comSymLogLgm.sysLog.processTime = \ucc98\ub9ac\uc2dc\uac04 +comSymLogLgm.sysLog.rqesterId = \uc694\uccad\uc790 +comSymLogLgm.sysLog.rqesterIp = \uc694\uccad\uc790IP +comSymLogLgm.sysLog.detail = \uc0c1\uc138\ubcf4\uae30 + +comSymLogLgm.validate.dateCheck = \uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \uac80\uc0c9\uc870\uac74 \ub0a0\uc9dc\ub97c \ud655\uc778\ud558\uc138\uc694! + + + +#\uac1c\uc778\uc815\ubcf4\ub85c\uadf8\uad00\ub9ac# +comSymLogPlg.privacyLog.title = \uac1c\uc778\uc815\ubcf4\ub85c\uadf8 + +comSymLogPlg.privacyLog.inquiryDatetime = \uc870\ud68c\uc77c\uc2dc +comSymLogPlg.seachWrd.searchBeginDate = \uac80\uc0c9\uc2dc\uc791\uc77c +comSymLogPlg.seachWrd.searchEndDate = \uac80\uc0c9\uc885\ub8cc\uc77c +comSymLogPlg.privacyLog.serviceName = \uc11c\ube44\uc2a4\uba85 +comSymLogPlg.privacyLog.inquiryInfo = \uc870\ud68c\uc815\ubcf4 +comSymLogPlg.privacyLog.requesterName = \uc694\uccad\uc790 +comSymLogPlg.privacyLog.requesterId = \uc694\uccadID +comSymLogPlg.privacyLog.requesterIp = \uc694\uccad\uc790IP +comSymLogPlg.privacyLog.detail = \uc0c1\uc138\ubcf4\uae30 + +comSymLogPlg.validate.dateCheck = \uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \uac80\uc0c9\uc870\uac74 \ub0a0\uc9dc\ub97c \ud655\uc778\ud558\uc138\uc694! + + +# 1060. \uc2dc\uc2a4\ud15c\uc774\ub825\uad00\ub9ac +# EgovSysHistManage.xml +comSymLogSlg.sysHistManage.validate.sysNm=\uc2dc\uc2a4\ud15c\uba85 +comSymLogSlg.sysHistManage.validate.histCn=\uc774\ub825\ub0b4\uc6a9 +comSymLogSlg.sysHistManage.validate.histSeCode=\uc774\ub825\uad6c\ubd84 + + +comSymLogSlg.sysHistList.title=\uc2dc\uc2a4\ud15c \uc774\ub825 \ubaa9\ub85d +comSymLogSlg.sysHistList.pageTop.title=\uc2dc\uc2a4\ud15c\uc774\ub825 \uc870\ud68c +comSymLogSlg.sysHistList.index=\ubc88\ud638 +comSymLogSlg.sysHistList.histId=\uc774\ub825ID +comSymLogSlg.sysHistList.sysNm=\uc2dc\uc2a4\ud15c\uba85 +comSymLogSlg.sysHistList.histSeCodeNm=\uc774\ub825\uad6c\ubd84 +comSymLogSlg.sysHistList.frstRegisterNm=\ub4f1\ub85d\uc790 +comSymLogSlg.sysHistList.frstRegisterPnttm=\ub4f1\ub85d\uc77c\uc790 +comSymLogSlg.sysHistList.fnEgovInqireSysHist=\uc0c1\uc138\ubcf4\uae30 + + +comSymLogSlg.sysHistInqire.title=\uc2dc\uc2a4\ud15c \uc774\ub825 \uc0c1\uc138\ubcf4\uae30 +comSymLogSlg.sysHistInqire.pageTop.title=\uc2dc\uc2a4\ud15c \uc774\ub825 \uc0c1\uc138\ubcf4\uae30 +comSymLogSlg.sysHistInqire.histSeCodeNm=\uc774\ub825\uad6c\ubd84 +comSymLogSlg.sysHistInqire.sysNm=\uc2dc\uc2a4\ud15c\uba85 +comSymLogSlg.sysHistInqire.histCn=\uc774\ub825\ub0b4\uc6a9 +comSymLogSlg.sysHistInqire.frstRegisterPnttm=\ub4f1\ub85d\uc77c\uc790 +comSymLogSlg.sysHistInqire.atchFileList=\ucca8\ubd80\ud30c\uc77c\ubaa9\ub85d +comSymLogSlg.sysHistInqire.atchFile=\ucca8\ubd80\ud30c\uc77c + + +comSymLogSlg.sysHistUpdt.title=\uc2dc\uc2a4\ud15c \uc774\ub825 \uc0c1\uc138\ubcf4\uae30 +comSymLogSlg.sysHistUpdt.pageTop.title=\uc2dc\uc2a4\ud15c \uc774\ub825 \uc0c1\uc138\ubcf4\uae30 +comSymLogSlg.sysHistUpdt.histSeCodeNm=\uc774\ub825\uad6c\ubd84 +comSymLogSlg.sysHistUpdt.sysNm=\uc2dc\uc2a4\ud15c\uba85 +comSymLogSlg.sysHistUpdt.histCn=\uc774\ub825\ub0b4\uc6a9 +comSymLogSlg.sysHistUpdt.frstRegisterPnttm=\ub4f1\ub85d\uc77c\uc790 +comSymLogSlg.sysHistUpdt.atchFileList=\ucca8\ubd80\ud30c\uc77c\ubaa9\ub85d +comSymLogSlg.sysHistUpdt.atchFile=\ucca8\ubd80\ud30c\uc77c + + +comSymLogSlg.sysHistRegist.title=\uc2dc\uc2a4\ud15c \uc774\ub825\ub4f1\ub85d +comSymLogSlg.sysHistRegist.pageTop.title=\uc2dc\uc2a4\ud15c \uc774\ub825\ub4f1\ub85d +comSymLogSlg.sysHistRegist.histSeCodeNm=\uc774\ub825\uad6c\ubd84 +comSymLogSlg.sysHistRegist.sysNm=\uc2dc\uc2a4\ud15c\uba85 +comSymLogSlg.sysHistRegist.histCn=\uc774\ub825\ub0b4\uc6a9 +comSymLogSlg.sysHistRegist.atchFile=\ucca8\ubd80\ud30c\uc77c + + +#\uc1a1\uc218\uc2e0 \ub85c\uadf8\uc870\ud68c +comSymLogTlg.trsmrcvLog.title = \uc1a1\uc218\uc2e0 \ub85c\uadf8 + +comSymLogTlg.trsmrcvLog.occrrncDe = \ubc1c\uc0dd\uc77c\uc790 +comSymLogTlg.seachWrd.searchBgnDe = \uac80\uc0c9\uc2dc\uc791\uc77c +comSymLogTlg.seachWrd.searchEndDe = \uac80\uc0c9\uc885\ub8cc\uc77c +comSymLogTlg.trsmrcvLog.requestId = \uc694\uccadID +comSymLogTlg.trsmrcvLog.trsmrcvType = \uc1a1\uc218\uc2e0\uad6c\ubd84 +comSymLogTlg.trsmrcvLog.linkId = \uc5f0\uacc4ID +comSymLogTlg.trsmrcvLog.providerId = \uc81c\uacf5\uae30\uad00ID +comSymLogTlg.trsmrcvLog.providerSystemId = \uc81c\uacf5\uc2dc\uc2a4\ud15cID +comSymLogTlg.trsmrcvLog.providerServiceId = \uc81c\uacf5\uc11c\ube44\uc2a4ID +comSymLogTlg.trsmrcvLog.requestOrgId = \uc694\uccad\uae30\uad00ID +comSymLogTlg.trsmrcvLog.requestSystemId = \uc694\uccad\uc2dc\uc2a4\ud15cID +comSymLogTlg.trsmrcvLog.requestNm = \uc694\uccad\uc790 +comSymLogTlg.trsmrcvLog.detail = \uc0c1\uc138\ubcf4\uae30 +comSymLogTlg.trsmrcvLog.test = \uc1a1\uc218\uc2e0\ud14c\uc2a4\ud2b8 + +comSymLogTlg.validate.dateCheck = \uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \uac80\uc0c9\uc870\uac74 \ub0a0\uc9dc\ub97c \ud655\uc778\ud558\uc138\uc694! + +comSymLogTlg.trsmrcvLog.transferRequest = \uc804\uc1a1\uc694\uccad +comSymLogTlg.trsmrcvLog.transferComplete = \uc804\uc1a1\uc644\ub8cc +comSymLogTlg.trsmrcvLog.transferFailed = \uc804\uc1a1\uc2e4\ud328 +comSymLogTlg.trsmrcvLog.receiveRequest = \uc218\uc2e0\uc694\uccad +comSymLogTlg.trsmrcvLog.receiveComplete = \uc218\uc2e0\uc644\ub8cc +comSymLogTlg.trsmrcvLog.receiveFailed = \uc218\uc2e0\uc2e4\ud328 + + +#\uc0ac\uc6a9\uc790\ub85c\uadf8\uad00\ub9ac# +comSymLogUlg.userLog.title = \uc0ac\uc6a9\uc790 \ub85c\uadf8 + +comSymLogUlg.userLog.occrrncDe = \ubc1c\uc0dd\uc77c\uc790 +comSymLogUlg.seachWrd.searchBgnDe = \uac80\uc0c9\uc2dc\uc791\uc77c +comSymLogUlg.seachWrd.searchEndDe = \uac80\uc0c9\uc885\ub8cc\uc77c +comSymLogUlg.userLog.user = \uc0ac\uc6a9\uc790 +comSymLogUlg.userLog.methodNm = \uba54\uc18c\ub4dc\uba85 +comSymLogUlg.userLog.serviceNm = \uc11c\ube44\uc2a4\uba85 +comSymLogUlg.userLog.create = \uc0dd\uc131 +comSymLogUlg.userLog.modify = \uc218\uc815 +comSymLogUlg.userLog.view = \uc870\ud68c +comSymLogUlg.userLog.delete = \uc0ad\uc81c +comSymLogUlg.userLog.detail = \uc0c1\uc138\ubcf4\uae30 + +comSymLogUlg.validate.dateCheck = \uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \uac80\uc0c9\uc870\uac74 \ub0a0\uc9dc\ub97c \ud655\uc778\ud558\uc138\uc694! + + + +#\uc6f9\ub85c\uadf8\uad00\ub9ac# +comSymLogWlg.webLog.title = \uc6f9\ub85c\uadf8 + +comSymLogWlg.webLog.requestId = \uc694\uccadID +comSymLogWlg.webLog.occrrncDe = \ubc1c\uc0dd\uc77c\uc790 +comSymLogWlg.seachWrd.searchBgnDe = \uac80\uc0c9\uc2dc\uc791\uc77c +comSymLogWlg.seachWrd.searchEndDe = \uac80\uc0c9\uc885\ub8cc\uc77c +comSymLogWlg.webLog.url = URL +comSymLogWlg.webLog.requester = \uc694\uccad\uc790 +comSymLogWlg.webLog.requesterIp = \uc694\uccad\uc790IP +comSymLogWlg.webLog.detail = \uc0c1\uc138\ubcf4\uae30 + +comSymLogWlg.validate.dateCheck = \uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \uac80\uc0c9\uc870\uac74 \ub0a0\uc9dc\ub97c \ud655\uc778\ud558\uc138\uc694! + + + +comSymMnuBmm.bkmkMenuManageList.title=\ubc14\ub85c\uac00\uae30 \uba54\ub274\uad00\ub9ac +comSymMnuBmm.bkmkMenuManageList.pageTop.title=\ubc14\ub85c\uac00\uae30 \uba54\ub274\uad00\ub9ac + +comSymMnuBmm.bkmkMenuManageList.menuName=\uba54\ub274\uba85 +comSymMnuBmm.bkmkMenuManageList.enterSearchName=\uac80\uc0c9\ub2e8\uc5b4\uc785\ub825 +comSymMnuBmm.bkmkMenuManageList.newWindow=\uc0c8\ucc3d +comSymMnuBmm.bkmkMenuManageList.preview=\ubbf8\ub9ac\ubcf4\uae30 +comSymMnuBmm.bkmkMenuManageList.menuURL=\uba54\ub274URL + + +comSymMnuBmm.bkmkMenuManageRegist.title=\ubc14\ub85c\uac00\uae30\uba54\ub274 \ub4f1\ub85d +comSymMnuBmm.bkmkMenuManageRegist.pageTop.title=\ubc14\ub85c\uac00\uae30\uba54\ub274 \ub4f1\ub85d +comSymMnuBmm.bkmkMenuManageRegist.menuName=\uba54\ub274\uba85 +comSymMnuBmm.bkmkMenuManageRegist.menuURL=\uba54\ub274URL +comSymMnuBmm.bkmkMenuManageRegist.selectMenu=\uba54\ub274\uc120\ud0dd +comSymMnuBmm.bkmkMenuManageRegist.enterMenuName=\uba54\ub274\uba85\uc785\ub825 +comSymMnuBmm.bkmkMenuManageRegist.enterMenuURL=\uba54\ub274URL\uc785\ub825 +comSymMnuBmm.bkmkMenuManageRegist.validate.confirm.regist=\ub4f1\ub85d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + + +comSymMnuBmm.BookMarkMenuPopup.title=\ubc14\ub85c\uac00\uae30\uba54\ub274\ubbf8\ub9ac\ubcf4\uae30 +comSymMnuBmm.BookMarkMenuPopup.pageTop.title=\ubc14\ub85c\uac00\uae30 \uba54\ub274\uad00\ub9ac +comSymMnuBmm.BookMarkMenuPopup.shortCut=\ubc14\ub85c\uac00\uae30 + + +comSymMnuBmm.BkmkMenuPopup.title=\uba54\ub274\ubaa9\ub85d +comSymMnuBmm.BkmkMenuPopup.pageTop.title=\uba54\ub274\ubaa9\ub85d +comSymMnuBmm.bkmkMenuManageRegist.menuName=\uba54\ub274\uba85 +comSymMnuBmm.bkmkMenuManageList.enterSearchName=\uac80\uc0c9\ub2e8\uc5b4\uc785\ub825 +comSymMnuBmm.bkmkMenuManageList.No=\ubc88\ud638 +comSymMnuBmm.bkmkMenuManageList.menuDC=\uba54\ub274DC +comSymMnuBmm.bkmkMenuManageList.select=\uc120\ud0dd + + +comSymMnuMpm.menuCreatManage.title=\uba54\ub274\uc0dd\uc131\uad00\ub9ac +comSymMnuMpm.menuCreatManage.pageTop.title=\uba54\ub274\uc0dd\uc131\uad00\ub9ac + +comSymMnuMpm.menuCreatManage.targetID=\ubcf4\uc548\uc124\uc815\ub300\uc0c1ID +comSymMnuMpm.menuCreatManage.authCode=\uad8c\ud55c\ucf54\ub4dc +comSymMnuMpm.menuCreatManage.authName=\uad8c\ud55c\uba85 +comSymMnuMpm.menuCreatManage.authDesc=\uad8c\ud55c \uc124\uba85 +comSymMnuMpm.menuCreatManage.creationStatus=\uba54\ub274\uc0dd\uc131\uc5ec\ubd80 +comSymMnuMpm.menuCreatManage.createMenu=\uba54\ub274\uc0dd\uc131 + + +comSymMnuMpm.MenuCreat.title=\uba54\ub274\uc0dd\uc131 +comSymMnuMpm.MenuCreat.pageTop.title=\uba54\ub274\uc0dd\uc131 +comSymMnuMpm.MenuCreat.authCode=\uad8c\ud55c\ucf54\ub4dc +comSymMnuMpm.MenuCreat.createMenu=\uba54\ub274\uc0dd\uc131 +comSymMnuMpm.MenuCreat.createSiteMap=\uc0ac\uc774\ud2b8\ub9f5\uc0dd\uc131 + +comSymMnuMpm.MenuCreat.validate.menuNmVal.none1=\uba54\ub274 \ubaa9\ub85d \ub370\uc774\ud0c0\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comSymMnuMpm.MenuCreat.validate.menuNmVal.none2=\uba54\ub274\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uba54\ub274 \ub4f1\ub85d \ud6c4 \uc0ac\uc6a9\ud558\uc138\uc694. + + +comSymMnuMpm.MenuCreatSiteMap.title=\uba54\ub274\uc0ac\uc774\ud2b8\ub9f5\uc0dd\uc131 +comSymMnuMpm.MenuCreatSiteMap.pageTop.title=\uba54\ub274\uc0ac\uc774\ud2b8\ub9f5\uc0dd\uc131 +comSymMnuMpm.MenuCreatSiteMap.send=\uc804\uc1a1 +comSymMnuMpm.MenuCreatSiteMap.authCode=\uad8c\ud55c\ucf54\ub4dc +comSymMnuMpm.MenuCreatSiteMap.createSitemap=\uc0ac\uc774\ud2b8\ub9f5\uc0dd\uc131 +comSymMnuMpm.MenuCreatSiteMap.authName=\uad8c\ud55c\uba85 + +comSymMnuMpm.MenuCreatSiteMap.validate.menuNmVal.none1=\uba54\ub274 \ubaa9\ub85d \ub370\uc774\ud0c0\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comSymMnuMpm.MenuCreatSiteMap.validate.menuNmVal.none2=\uc0ac\uc774\ud2b8\ub9f5 \uc0dd\uc131 \ub370\uc774\ud0c0\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \\n \uba54\ub274\ub97c \uc0dd\uc131\ud558\uc2e0 \ud6c4 \uc791\uc5c5\ud558\uc138\uc694. + + + +# EgovMenuManage.xml +comSymMnuMpm.menuManage.validate.menuNo=\uba54\ub274\ubc88\ud638 +comSymMnuMpm.menuManage.validate.menuOrdr=\uba54\ub274\uc21c\uc11c +comSymMnuMpm.menuManage.validate.menuNm=\uba54\ub274\uba85 +comSymMnuMpm.menuManage.validate.upperMenuId=\uba54\ub274\uc0c1\uc704\ubc88\ud638 +comSymMnuMpm.menuManage.validate.progrmFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymMnuMpm.menuManage.validate.menuDc=\uba54\ub274\uc124\uba85 +comSymMnuMpm.menuManage.validate.relateImagePath=\uad00\ub828\uc774\ubbf8\uc9c0\uacbd\ub85c +comSymMnuMpm.menuManage.validate.relateImageNm=\uad00\ub828\uc774\ubbf8\uc9c0\uba85 + + +comSymMnuMpm.menuList.title=\uba54\ub274\uc815\ubcf4\ub4f1\ub85d +comSymMnuMpm.menuList.pageTop.title=\uba54\ub274 \ubaa9\ub85d + +comSymMnuMpm.menuList.menuNo=\uba54\ub274No +comSymMnuMpm.menuList.menuOrdr=\uba54\ub274\uc21c\uc11c +comSymMnuMpm.menuList.menuNm=\uba54\ub274\uba85 +comSymMnuMpm.menuList.upperMenuId=\uc0c1\uc704\uba54\ub274No +comSymMnuMpm.menuList.progrmFileNm=\ud30c\uc77c\uba85 +comSymMnuMpm.menuList.relateImageNm=\uad00\ub828\uc774\ubbf8\uc9c0\uba85 +comSymMnuMpm.menuList.relateImagePath=\uad00\ub828\uc774\ubbf8\uc9c0\uacbd\ub85c +comSymMnuMpm.menuList.menuDc=\uba54\ub274\uc124\uba85 + +comSymMnuMpm.menuList.newWindow=\uc0c8\ucc3d\uc73c\ub85c +comSymMnuMpm.menuList.mvmnMenuList=\uba54\ub274\uc120\ud0dd \uac80\uc0c9 +comSymMnuMpm.menuList.searchFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 \uac80\uc0c9 + +comSymMnuMpm.menuList.validate.checkVal=\uc0c1\uc138\uc870\ud68c\uc2dc\ub294 \uc218\uc815\ud639\uc740 \uc0ad\uc81c\ub9cc \uac00\ub2a5\ud569\ub2c8\ub2e4. +comSymMnuMpm.menuList.validate.checkVal.update=\uc0c1\uc138\uc870\ud68c\uc2dc\ub294 \uc218\uc815\ud639\uc740 \uc0ad\uc81c\ub9cc \uac00\ub2a5\ud569\ub2c8\ub2e4. \ucd08\uae30\ud654 \ud558\uc2e0 \ud6c4 \ub4f1\ub85d\ud558\uc138\uc694. + +comSymMnuMpm.menuList.validate.menuNo.notNull=\uba54\ub274\ubc88\ud638\ub294 \ud544\uc218 \ud56d\ubaa9\uc785\ub2c8\ub2e4. +comSymMnuMpm.menuList.validate.menuNo.onlyNumber=\uba54\ub274\ubc88\ud638\ub294 \uc22b\uc790\ub9cc \uc785\ub825 \uac00\ub2a5\ud569\ub2c8\ub2e4. +comSymMnuMpm.menuList.validate.menuOrdr.notNull=\uba54\ub274\uc21c\uc11c\ub294 \ud544\uc218 \ud56d\ubaa9\uc785\ub2c8\ub2e4. +comSymMnuMpm.menuList.validate.menuOrdr.onlyNumber=\uba54\ub274\uc21c\uc11c\ub294 \uc22b\uc790\ub9cc \uc785\ub825 \uac00\ub2a5\ud569\ub2c8\ub2e4. +comSymMnuMpm.menuList.validate.upperMenuId.notNull=\uc0c1\uc704\uba54\ub274\ubc88\ud638\ub294 \ud544\uc218 \ud56d\ubaa9\uc785\ub2c8\ub2e4. +comSymMnuMpm.menuList.validate.upperMenuId.onlyNumber=\uc0c1\uc704\uba54\ub274\ubc88\ud638\ub294 \uc22b\uc790\ub9cc \uc785\ub825 \uac00\ub2a5\ud569\ub2c8\ub2e4. +comSymMnuMpm.menuList.validate.progrmFileNm.notNull=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85\uc740 \ud544\uc218 \ud56d\ubaa9\uc785\ub2c8\ub2e4. +comSymMnuMpm.menuList.validate.menuNm.notNull=\uba54\ub274\uba85\uc740 \ud544\uc218 \ud56d\ubaa9\uc785\ub2c8\ub2e4. + +comSymMnuMpm.menuList.validate.chkBrowse=\uba54\ub274 \ubaa9\ub85d \ub370\uc774\ud0c0\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comSymMnuMpm.menuList.validate.chkObject=\uba54\ub274\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uba54\ub274 \ub4f1\ub85d \ud6c4 \uc0ac\uc6a9\ud558\uc138\uc694. + + +comSymMnuMpm.menuManage.title=\uba54\ub274\uad00\ub9ac\ub9ac\uc2a4\ud2b8 +comSymMnuMpm.menuManage.pageTop.title=\uba54\ub274\uad00\ub9ac\ub9ac\uc2a4\ud2b8 +comSymMnuMpm.menuManage.menuNo=\uba54\ub274No +comSymMnuMpm.menuManage.menuNmHn=\uba54\ub274\ud55c\uae00\uba85 +comSymMnuMpm.menuManage.progrmFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymMnuMpm.menuManage.menuDc=\uba54\ub274\uc124\uba85 +comSymMnuMpm.menuManage.upperMenuId=\uc0c1\uc704\uba54\ub274No +comSymMnuMpm.menuManage.menuNm=\uba54\ub274\uba85 + + +comSymMnuMpm.menuDetailSelectUpdt.title=\uba54\ub274\uc0c1\uc138\uc870\ud68c\ubc0f \uc218\uc815 +comSymMnuMpm.menuDetailSelectUpdt.pageTop.title=\uba54\ub274\uc0c1\uc138\uc870\ud68c\ubc0f \uc218\uc815 +comSymMnuMpm.menuDetailSelectUpdt.menuNo=\uba54\ub274No +comSymMnuMpm.menuDetailSelectUpdt.menuOrder=\uba54\ub274\uc21c\uc11c +comSymMnuMpm.menuDetailSelectUpdt.menuNm=\uba54\ub274\uba85 +comSymMnuMpm.menuDetailSelectUpdt.upperMenuId=\uc0c1\uc704\uba54\ub274No +comSymMnuMpm.menuDetailSelectUpdt.progrmFileNm=\ud30c\uc77c\uba85 +comSymMnuMpm.menuDetailSelectUpdt.relateImageNm=\uad00\ub828\uc774\ubbf8\uc9c0\uba85 +comSymMnuMpm.menuDetailSelectUpdt.relateImagePath=\uad00\ub828\uc774\ubbf8\uc9c0\uacbd\ub85c +comSymMnuMpm.menuDetailSelectUpdt.menuDc=\uba54\ub274\uc124\uba85 +comSymMnuMpm.menuDetailSelectUpdt.selectMenuSearch=\uba54\ub274\uc120\ud0dd \uac80\uc0c9 +comSymMnuMpm.menuDetailSelectUpdt.programFileNameSearch=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 \uac80\uc0c9 +comSymMnuMpm.menuDetailSelectUpdt.newWindow=\uc0c8\ucc3d\uc73c\ub85c + + +comSymMnuMpm.menuRegist.title=\uba54\ub274\uc815\ubcf4\ub4f1\ub85d +comSymMnuMpm.menuRegist.pageTop.title=\uba54\ub274\uc815\ubcf4\ub4f1\ub85d +comSymMnuMpm.menuRegist.menuNo=\uba54\ub274No +comSymMnuMpm.menuRegist.menuOrder=\uba54\ub274\uc21c\uc11c +comSymMnuMpm.menuRegist.menuNm=\uba54\ub274\uba85 +comSymMnuMpm.menuRegist.upperMenuId=\uc0c1\uc704\uba54\ub274No +comSymMnuMpm.menuRegist.progrmFileNm=\ud30c\uc77c\uba85 +comSymMnuMpm.menuRegist.relateImageNm=\uad00\ub828\uc774\ubbf8\uc9c0\uba85 +comSymMnuMpm.menuRegist.relateImagePath=\uad00\ub828\uc774\ubbf8\uc9c0\uacbd\ub85c +comSymMnuMpm.menuRegist.menuDc=\uba54\ub274\uc124\uba85 +comSymMnuMpm.menuRegist.selectMenuSearch=\uba54\ub274\uc120\ud0dd \uac80\uc0c9 +comSymMnuMpm.menuRegist.programFileNameSearch=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 \uac80\uc0c9 +comSymMnuMpm.menuRegist.newWindow=\uc0c8\ucc3d\uc73c\ub85c + + +comSymMnuMpm.menuBndeRegist.title=\uba54\ub274\uc77c\uad04\ub4f1\ub85d +comSymMnuMpm.menuBndeRegist.pageTop.title=\uba54\ub274\uc77c\uad04\ub4f1\ub85d +comSymMnuMpm.menuBndeRegist.menuNo=\uc77c\uad04\ud30c\uc77c +comSymMnuMpm.menuBndeRegist.validate.confirm.insert=\uba54\ub274\uc77c\uad04\ub4f1\ub85d\uc744 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? \\n \uba54\ub274\uc815\ubcf4\uc640 \ud504\ub85c\uadf8\ub7a8\ubaa9\ub85d, \ud504\ub85c\uadf8\ub7a8 \ubcc0\uacbd\ub0b4\uc5ed \uc874\uc7ac\uc2dc \uc0ad\uc81c \ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comSymMnuMpm.menuBndeRegist.validate.confirm.delete=\uba54\ub274\uc77c\uad04\uc0ad\uc81c\ub97c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? \\n \uba54\ub274\uc815\ubcf4\uc640 \ud504\ub85c\uadf8\ub7a8\ubaa9\ub85d, \ud504\ub85c\uadf8\ub7a8 \ubcc0\uacbd\ub0b4\uc5ed \ub370\uc774\ud0c0 \ubaa8\ub450 \uc0ad\uc81c\ucc98\ub9ac \ub429\ub2c8\ub2e4. +comSymMnuMpm.menuBndeRegist.validate.alert.checkFile=\uc5c5\ub85c\ub4dc \ud560 \ud30c\uc77c\uc744 \uc9c0\uc815\ud574 \uc8fc\uc138\uc694. +comSymMnuMpm.menuBndeRegist.validate.checkFile=\ud30c\uc77c \ud615\uc2dd\uc774 \ub9de\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\\n xls,xlsx\ub9cc \uc5c5\ub85c\ub4dc\uac00 \uac00\ub2a5\ud569\ub2c8\ub2e4! + + +comSymMnuMpm.menuMvmn.title=\uba54\ub274\uc774\ub3d9 +comSymMnuMpm.menuMvmn.pageTop.title=\uba54\ub274\uc774\ub3d9 +comSymMnuMpm.menuMvmn.menuNo=\uc774\ub3d9\ud560\uba54\ub274\uba85 +comSymMnuMpm.menuMvmn.validate.alert.menu=\uba54\ub274\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uba54\ub274 \ub4f1\ub85d \ud6c4 \uc0ac\uc6a9\ud558\uc138\uc694! + + +comSymMnuMpm.head.head=\uacf5\ud1b5\uc11c\ube44\uc2a4 \ud14c\uc2a4\ud2b8 \uc0ac\uc774\ud2b8 +comSymMnuMpm.mainView.mainViewTitle=\ud589\uc815\uc548\uc804\ubd80 \uacf5\ud1b5\uc11c\ube44\uc2a4 \ud14c\uc2a4\ud2b8 \uc0ac\uc774\ud2b8 +comSymMnuMpm.mainView.selectBBSListPortlet=\uc0dd\uc131\ub41c \uac8c\uc2dc\ud310 \ubaa9\ub85d +comSymMnuMpm.mainView.selectCommuMasterListPortlet=\uc0dd\uc131\ub41c \ucee4\ubba4\ub2c8\ud2f0 \ubaa9\ub85d +comSymMnuMpm.mainView.selectBlogListPortlet=\uc0dd\uc131\ub41c \ube14\ub85c\uadf8 \ubaa9\ub85d +comSymMnuMpm.mainView.deptSchdulManageMainList=\ubd80\uc11c\uc77c\uc815\uad00\ub9ac +comSymMnuMpm.mainView.indvdlSchdulManageMainList=\ub098\uc758\uc77c\uc815\uad00\ub9ac +comSymMnuMpm.mainView.exchangeRateInformation=\ud658\uc728\uc815\ubcf4 +comSymMnuMpm.mainView.subMenuList=\ubd80\uba54\ub274 \ubcf4\uae30 +comSymMnuMpm.mainView.getBannerImage=\ubc30\ub108 +comSymMnuMpm.main_bottom.mainBottomTitle=\uc544\ub798\uba54\uc778 +comSymMnuMpm.main_bottom.address=03171 \uc11c\uc6b8\ud2b9\ubcc4\uc2dc \uc885\ub85c\uad6c \uc138\uc885\ub300\ub85c 209 (\uc815\ubd80\uc11c\uc6b8\uccad\uc0ac) / 30128 \uc138\uc885\ud2b9\ubcc4\uc790\uce58\uc2dc \uc815\ubd802\uccad\uc0ac\ub85c 13 (\uc815\ubd80\uc138\uc885\uccad\uc0ac) + + +#\uc0ac\uc774\ud2b8\ub9f5# +comSymMnuStm.siteMapng.siteMap=\uc0ac\uc774\ud2b8\ub9f5 +comSymMnuStm.siteMapng.emptySiteMap=1100.\uba54\ub274\uc0dd\uc131\uad00\ub9ac > [\uba54\ub274\uc0dd\uc131]\ud074\ub9ad > \ubaa9\ub85d\uc5d0\uc11c \uccb4\ud06c\uc120\ud0dd > [\uba54\ub274\uc0dd\uc131]\ud074\ub9ad > [\uc0ac\uc774\ud2b8\ub9f5\uc0dd\uc131] \ud074\ub9ad > \ud31d\uc5c5\uc5d0\uc11c [\uc0ac\uc774\ud2b8\ub9f5\uc0dd\uc131]\ud074\ub9ad \uacfc\uc815\uc744 \uac70\uccd0\uc57c \uc0ac\uc774\ud2b8\ub9f5 \uc0dd\uc131\uc774 \ub429\ub2c8\ub2e4. +comSymMnuStm.siteMapng.validate.siteMap=\uc0ac\uc774\ud2b8\ub9f5\uc744 \uc0dd\uc131\ud574 \uc8fc\uc138\uc694. + + + +comSymPrm.programListManage.title=\ud504\ub85c\uadf8\ub7a8\ubaa9\ub85d\ub9ac\uc2a4\ud2b8 +comSymPrm.programListManage.pageTop.title=\ud504\ub85c\uadf8\ub7a8\ubaa9\ub85d\uad00\ub9ac + +comSymPrm.programListManage.programName=\ud504\ub85c\uadf8\ub7a8\uba85 +comSymPrm.programListManage.programFileName=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymPrm.programListManage.ProgramDescription=\ud504\ub85c\uadf8\ub7a8\uc124\uba85 + + +comSymPrm.programListRegist.title=\ud504\ub85c\uadf8\ub7a8\ubaa9\ub85d\ub4f1\ub85d +comSymPrm.programListRegist.pageTop.title=\ud504\ub85c\uadf8\ub7a8\ubaa9\ub85d \ub4f1\ub85d +comSymPrm.programListRegist.progrmFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymPrm.programListRegist.progrmStrePath=\uc800\uc7a5\uacbd\ub85c +comSymPrm.programListRegist.progrmKoreanNm=\ud55c\uae00\uba85 +comSymPrm.programListRegist.progrmDc=\ud504\ub85c\uadf8\ub7a8\uc124\uba85 +comSymPrm.programListRegist.url=URL + + +comSymPrm.programListDetailSelectUpdt.title=\ud504\ub85c\uadf8\ub7a8\ubaa9\ub85d \uc0c1\uc138\uc870\ud68c /\uc218\uc815 +comSymPrm.programListDetailSelectUpdt.pageTop.title=\ud504\ub85c\uadf8\ub7a8\ubaa9\ub85d \uc0c1\uc138\uc870\ud68c /\uc218\uc815 +comSymPrm.programListDetailSelectUpdt.progrmFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymPrm.programListDetailSelectUpdt.progrmStrePath=\uc800\uc7a5\uacbd\ub85c +comSymPrm.programListDetailSelectUpdt.progrmKoreanNm=\ud55c\uae00\uba85 +comSymPrm.programListDetailSelectUpdt.progrmDc=\ud504\ub85c\uadf8\ub7a8\uc124\uba85 +comSymPrm.programListDetailSelectUpdt.url=URL + + +comSymPrm.programChangeRequst.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad +comSymPrm.programChangeRequst.pageTop.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad +comSymPrm.programChangeRequst.progrmFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymPrm.programChangeRequst.rqesterNo=\uc694\uccad\ubc88\ud638 +comSymPrm.programChangeRequst.rqesterSj=\uc694\uccad\uc81c\ubaa9 +comSymPrm.programChangeRequst.rqesterPersonId=\uc694\uccad\uc790 +comSymPrm.programChangeRequst.rqesterDe=\uc694\uccad\uc77c\uc790 +comSymPrm.programChangeRequst.processSttus=\ucc98\ub9ac\uc5ec\ubd80 +comSymPrm.programChangeRequst.processSttusA=\uc2e0\uccad\uc911 +comSymPrm.programChangeRequst.processSttusP=\uc9c4\ud589\uc911 +comSymPrm.programChangeRequst.processSttusR=\ubc18\ub824 +comSymPrm.programChangeRequst.processSttusC=\ucc98\ub9ac\uc644\ub8cc + + +comSymPrm.programChangRequstDetailSelectUpdt.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad +comSymPrm.programChangRequstDetailSelectUpdt.pageTop.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad \uc0c1\uc138\uc870\ud68c /\uc218\uc815 +comSymPrm.programChangRequstDetailSelectUpdt.title.sub1=\ubcc0\uacbd\uc694\uccad\ub0b4\uc5ed +comSymPrm.programChangRequstDetailSelectUpdt.title.sub2=\ubcc0\uacbd\ucc98\ub9ac\ub0b4\uc5ed +comSymPrm.programChangRequstDetailSelectUpdt.rqesterNo=\uc694\uccad\ubc88\ud638 +comSymPrm.programChangRequstDetailSelectUpdt.progrmFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymPrm.programChangRequstDetailSelectUpdt.rqesterPersonId=\uc694\uccad\uc790ID +comSymPrm.programChangRequstDetailSelectUpdt.rqesterDe=\uc694\uccad\uc77c\uc790 +comSymPrm.programChangRequstDetailSelectUpdt.rqesterSj=\uc694\uccad\uc81c\ubaa9 +comSymPrm.programChangRequstDetailSelectUpdt.changerqesterCn=\ubcc0\uacbd\uc694\uccad\ub0b4\uc6a9 +comSymPrm.programChangRequstDetailSelectUpdt.processDe=\ubcc0\uacbd\ucc98\ub9ac\uc77c\uc790 +comSymPrm.programChangRequstDetailSelectUpdt.opetrId=\ubcc0\uacbd\ucc98\ub9ac\uc790 +comSymPrm.programChangRequstDetailSelectUpdt.processSttus=\ubcc0\uacbd\ucc98\ub9ac\uc0c1\ud0dc +comSymPrm.programChangRequstDetailSelectUpdt.processSttusA=\uc2e0\uccad\uc911 +comSymPrm.programChangRequstDetailSelectUpdt.processSttusP=\uc9c4\ud589\uc911 +comSymPrm.programChangRequstDetailSelectUpdt.processSttusR=\ubc18\ub824 +comSymPrm.programChangRequstDetailSelectUpdt.processSttusC=\ucc98\ub9ac\uc644\ub8cc +comSymPrm.programChangRequstDetailSelectUpdt.rqesterProcessCn=\ubcc0\uacbd\ucc98\ub9ac\ub0b4\uc6a9 + + +comSymPrm.programChangRequstStre.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad \ub4f1\ub85d +comSymPrm.programChangRequstStre.pageTop.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad \ub4f1\ub85d +comSymPrm.programChangRequstStre.rqesterNo=\uc694\uccad\ubc88\ud638 +comSymPrm.programChangRequstStre.progrmFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymPrm.programChangRequstStre.searchProgrmFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 \uac80\uc0c9 +comSymPrm.programChangRequstStre.rqesterPersonId=\uc694\uccad\uc790 +comSymPrm.programChangRequstStre.rqesterDe=\uc694\uccad\uc77c\uc790 +comSymPrm.programChangRequstStre.rqesterSj=\uc694\uccad\uc81c\ubaa9 +comSymPrm.programChangRequstStre.changerqesterCn=\ubcc0\uacbd\uc694\uccad\ub0b4\uc6a9 + + +comSymPrm.fileNmSearch.title=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 \uac80\uc0c9 +comSymPrm.fileNmSearch.pageTop.title=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 \uac80\uc0c9 +comSymPrm.fileNmSearch.progrmFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymPrm.fileNmSearch.progrmNm=\ud504\ub85c\uadf8\ub7a8\uba85 + + +comSymPrm.programChangeRequstProcess.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad\ucc98\ub9ac +comSymPrm.programChangeRequstProcess.pageTop.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad\ucc98\ub9ac +comSymPrm.programChangeRequstProcess.searchCondition.opt1=\uc804\uccb4 +comSymPrm.programChangeRequstProcess.searchCondition.opt2=\ucc98\ub9ac\uc0c1\ud0dc +comSymPrm.programChangeRequstProcess.searchCondition.opt3=\uc694\uccad\uc77c\uc790 +comSymPrm.programChangeRequstProcess.searchCondition.opt4=\uc694\uccad\uc790 +comSymPrm.programChangeRequstProcess.searchKeyword.value=\uac80\uc0c9\uc870\uac74\uac12 +comSymPrm.programChangeRequstProcess.searchKeyword.all=\uc804\uccb4\uc870\ud68c +comSymPrm.programChangeRequstProcess.rqesterNo=\uc694\uccad\ubc88\ud638 +comSymPrm.programChangeRequstProcess.progrmNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymPrm.programChangeRequstProcess.processSttus=\ucc98\ub9ac\uc0c1\ud0dc +comSymPrm.programChangeRequstProcess.rqesterSj=\uc694\uccad\uc81c\ubaa9 +comSymPrm.programChangeRequstProcess.rqesterPersonId=\uc694\uccad\uc790 +comSymPrm.programChangeRequstProcess.rqesterDe=\uc694\uccad\uc77c\uc790 +comSymPrm.programChangeRequstProcess.processSttusA=\uc2e0\uccad\uc911 +comSymPrm.programChangeRequstProcess.processSttusP=\uc9c4\ud589\uc911 +comSymPrm.programChangeRequstProcess.processSttusR=\ubc18\ub824 +comSymPrm.programChangeRequstProcess.processSttusC=\ucc98\ub9ac\uc644\ub8cc + + +comSymPrm.programChangRequstProcessDetailSelectUpdt.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad\ucc98\ub9ac\uc0c1\uc138\uc870\ud68c/\uc218\uc815 +comSymPrm.programChangRequstProcessDetailSelectUpdt.pageTop.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad\ucc98\ub9ac\uc0c1\uc138\uc870\ud68c/\uc218\uc815 +comSymPrm.programChangRequstProcessDetailSelectUpdt.title.sub1=\ubcc0\uacbd\ucc98\ub9ac\ub0b4\uc5ed +comSymPrm.programChangRequstProcessDetailSelectUpdt.title.sub2=\ubcc0\uacbd\uc694\uccad\ub0b4\uc5ed +comSymPrm.programChangRequstProcessDetailSelectUpdt.processDe=\ubcc0\uacbd\ucc98\ub9ac\uc77c\uc790 +comSymPrm.programChangRequstProcessDetailSelectUpdt.opetrId=\ubcc0\uacbd\ucc98\ub9ac\uc790 +comSymPrm.programChangRequstProcessDetailSelectUpdt.processSttus=\ubcc0\uacbd\ucc98\ub9ac\uc0c1\ud0dc +comSymPrm.programChangRequstProcessDetailSelectUpdt.rqesterProcessCn=\ubcc0\uacbd\ucc98\ub9ac\ub0b4\uc6a9 +comSymPrm.programChangRequstProcessDetailSelectUpdt.processSttusA=\uc2e0\uccad\uc911 +comSymPrm.programChangRequstProcessDetailSelectUpdt.processSttusP=\uc9c4\ud589\uc911 +comSymPrm.programChangRequstProcessDetailSelectUpdt.processSttusR=\ubc18\ub824 +comSymPrm.programChangRequstProcessDetailSelectUpdt.processSttusC=\ucc98\ub9ac\uc644\ub8cc +comSymPrm.programChangRequstProcessDetailSelectUpdt.rqesterNo=\uc694\uccad\ubc88\ud638 +comSymPrm.programChangRequstProcessDetailSelectUpdt.progrmFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymPrm.programChangRequstProcessDetailSelectUpdt.rqesterPersonId=\uc694\uccad\uc790ID +comSymPrm.programChangRequstProcessDetailSelectUpdt.rqesterDe=\uc694\uccad\uc77c\uc790 +comSymPrm.programChangRequstProcessDetailSelectUpdt.rqesterSj=\uc694\uccad\uc81c\ubaa9 +comSymPrm.programChangRequstProcessDetailSelectUpdt.changerqesterCn=\ubcc0\uacbd\uc694\uccad\ub0b4\uc6a9 + + +comSymPrm.programChgHst.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc774\ub825 +comSymPrm.programChgHst.pageTop.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc774\ub825 +comSymPrm.programChgHst.searchKeyword=\ud504\ub85c\uadf8\ub7a8\uba85 +comSymPrm.programChgHst.progrmFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymPrm.programChgHst.processSttus=\ucc98\ub9ac\uc0c1\ud0dc +comSymPrm.programChgHst.rqesterProcessCn=\ucc98\ub9ac\ub0b4\uc6a9 +comSymPrm.programChgHst.rqesterPersonId=\ubcc0\uacbd\uc694\uccad\uc790 +comSymPrm.programChgHst.rqesterDe=\ubcc0\uacbd\uc694\uccad\uc77c\uc790 +comSymPrm.programChgHst.processDe=\ubcc0\uacbd\uc644\ub8cc\uc77c\uc790 +comSymPrm.programChgHst.processSttusA=\uc2e0\uccad\uc911 +comSymPrm.programChgHst.processSttusP=\uc9c4\ud589\uc911 +comSymPrm.programChgHst.processSttusR=\ubc18\ub824 +comSymPrm.programChgHst.processSttusC=\ucc98\ub9ac\uc644\ub8cc + + +comSymPrm.programChgHstDetail.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc774\ub825\uc0c1\uc138 +comSymPrm.programChgHstDetail.pageTop.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc774\ub825\uc0c1\uc138\uc870\ud68c +comSymPrm.programChgHstDetail.title.sub1=\ubcc0\uacbd\uc694\uccad\ub0b4\uc5ed +comSymPrm.programChgHstDetail.title.sub2=\ubcc0\uacbd\ucc98\ub9ac\ub0b4\uc5ed +comSymPrm.programChgHstDetail.rqesterNo=\uc694\uccad\ubc88\ud638 +comSymPrm.programChgHstDetail.progrmFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymPrm.programChgHstDetail.rqesterPersonId=\uc694\uccad\uc790ID +comSymPrm.programChgHstDetail.rqesterDe=\uc694\uccad\uc77c\uc790 +comSymPrm.programChgHstDetail.rqesterSj=\uc694\uccad\uc81c\ubaa9 +comSymPrm.programChgHstDetail.changerqesterCn=\ubcc0\uacbd\uc694\uccad\ub0b4\uc6a9 +comSymPrm.programChgHstDetail.processDe=\ubcc0\uacbd\ucc98\ub9ac\uc77c\uc790 +comSymPrm.programChgHstDetail.opetrId=\ubcc0\uacbd\ucc98\ub9ac\uc790 +comSymPrm.programChgHstDetail.processSttus=\ubcc0\uacbd\ucc98\ub9ac\uc0c1\ud0dc +comSymPrm.programChgHstDetail.rqesterProcessCn=\ubcc0\uacbd\ucc98\ub9ac\ub0b4\uc6a9 +comSymPrm.programChgHstDetail.processSttusA=\uc2e0\uccad\uc911 +comSymPrm.programChgHstDetail.processSttusP=\uc9c4\ud589\uc911 +comSymPrm.programChgHstDetail.processSttusR=\ubc18\ub824 +comSymPrm.programChgHstDetail.processSttusC=\ucc98\ub9ac\uc644\ub8cc + + +comSymPrm.progrmManageController.processSttusA=\uc2e0\uccad\uc911 +comSymPrm.progrmManageController.processSttusP=\uc9c4\ud589\uc911 +comSymPrm.progrmManageController.processSttusR=\ubc18\ub824 +comSymPrm.progrmManageController.processSttusC=\ucc98\ub9ac\uc644\ub8cc +comSymPrm.progrmManageController.email.Sj=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad \ucc98\ub9ac +comSymPrm.progrmManageController.email.emailCn=\ud504\ub85c\uadf8\ub7a8 \ubcc0\uacbd\uc694\uccad \uc0ac\ud56d\uc774 \ucc98\ub9ac \ub418\uc5c8\uc2b5\ub2c8\ub2e4. +comSymPrm.progrmManageController.updateProgrmChangRequstProcess.fail=\uc218\uc815\uc774 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4. \ubcc0\uacbd\uc694\uccad\ucc98\ub9ac \uc218\uc815\uc740 \ubcc0\uacbd\ucc98\ub9ac\ud574\ub2f9 \ub2f4\ub2f9\uc790\ub9cc \ucc98\ub9ac\uac00\ub2a5\ud569\ub2c8\ub2e4. +comSymPrm.progrmManageController.checkRqesterPersonId=\uc0ad\uc81c\uc5d0 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4. \ubcc0\uacbd\uc694\uccad\uc790\ub9cc \uc0ad\uc81c\uac00\ub2a5\ud569\ub2c8\ub2e4. + + + +comSymSymBak.backupOpertList.title=\ubc31\uc5c5\uc791\uc5c5\uad00\ub9ac \ubaa9\ub85d\uc870\ud68c +comSymSymBak.backupOpertList.pageTop.title=\ubc31\uc5c5\uc791\uc5c5\uad00\ub9ac \ubaa9\ub85d\uc870\ud68c +comSymSymBak.backupOpertList.caption=\ubc31\uc5c5\uc791\uc5c5\uad00\ub9ac \ubaa9\ub85d +comSymSymBak.backupOpertList.validate.searchKeyword=\uac80\uc0c9\uc870\uac74\uc744 \uc120\ud0dd\ud558\uc138\uc694. +comSymSymBak.backupOpertList.searchCondition=\uac80\uc0c9\uc870\uac74\uad6c\ubd84 +comSymSymBak.backupOpertList.backupOpertId=\ubc31\uc5c5\uc791\uc5c5ID +comSymSymBak.backupOpertList.backupOpertNm=\ubc31\uc5c5\uc791\uc5c5\uba85 +comSymSymBak.backupOpertList.backupOrginlDrctry=\ubc31\uc5c5\uc6d0\ubcf8\ub514\ub809\ud1a0\ub9ac +comSymSymBak.backupOpertList.backupStreDrctry=\ubc31\uc5c5\uc800\uc7a5\ub514\ub809\ud1a0\ub9ac +comSymSymBak.backupOpertList.executCycleNm=\uc2e4\ud589\uc8fc\uae30 +comSymSymBak.backupOpertList.executSchdul=\uc2e4\ud589\uc2a4\ucf00\uc904 +comSymSymBak.backupOpertList.searchKeyword=\uac80\uc0c9\ud0a4\uc6cc\ub4dc + + +comSymSymBak.backupOpertDetail.title=\ubc31\uc5c5\uc791\uc5c5 \uc0c1\uc138\uc870\ud68c +comSymSymBak.backupOpertDetail.pageTop.title=\ubc31\uc5c5\uc791\uc5c5 \uc0c1\uc138\uc870\ud68c +comSymSymBak.backupOpertDetail.backupOpertId=\ubc31\uc5c5\uc791\uc5c5ID +comSymSymBak.backupOpertDetail.backupOpertNm=\ubc31\uc5c5\uc791\uc5c5\uba85 +comSymSymBak.backupOpertDetail.backupOrginlDrctry=\ubc31\uc5c5\uc6d0\ubcf8\ub514\ub809\ud1a0\ub9ac +comSymSymBak.backupOpertDetail.backupStreDrctry=\ubc31\uc5c5\uc800\uc7a5\ub514\ub809\ud1a0\ub9ac +comSymSymBak.backupOpertDetail.executCycleNm=\uc2e4\ud589\uc8fc\uae30 +comSymSymBak.backupOpertDetail.cmprsSeNm=\uc555\ucd95\uad6c\ubd84 + + +comSymSymBak.backupOpertUpdt.title=\ubc31\uc5c5\uc791\uc5c5\uc218\uc815 +comSymSymBak.backupOpertUpdt.pageTop.title=\ubc31\uc5c5\uc791\uc5c5 \uc218\uc815 +comSymSymBak.backupOpertUpdt.validate.executSchdulDfkSes.length=\uc2e4\ud589\uc8fc\uae30\ub97c \ub9e4\uc8fc\ub85c \uc120\ud0dd\ud588\uc744 \ub54c \uc694\uc77c\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymSymBak.backupOpertUpdt.validate.cycleMonth.executSchdulDay=\uc2e4\ud589\uc8fc\uae30\uac00 \ub9e4\uc6d4\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c)\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymSymBak.backupOpertUpdt.validate.cycleYear.executSchdulMonth=\uc2e4\ud589\uc8fc\uae30\uac00 \ub9e4\ub144\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc6d4)\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymSymBak.backupOpertUpdt.validate.cycleYear.executSchdulDay=\uc2e4\ud589\uc8fc\uae30\uac00 \ub9e4\ub144\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c)\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymSymBak.backupOpertUpdt.validate.checkDate=\uc2e4\ud589\uc2a4\ucf00\uc904 (\uc6d4/\uc77c)\uc774 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comSymSymBak.backupOpertUpdt.validate.executSchdulDeNm=\uc2e4\ud589\uc8fc\uae30\uac00 \ud55c\ubc88\ub9cc\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c\uc790)\ub294 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymSymBak.backupOpertUpdt.validate.executSchdulDeNm.isDate=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c\uc790)\uac00 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comSymSymBak.backupOpertUpdt.backupOpertId=\ubc31\uc5c5\uc791\uc5c5ID +comSymSymBak.backupOpertUpdt.backupOpertNm=\ubc31\uc5c5\uc791\uc5c5\uba85 +comSymSymBak.backupOpertUpdt.backupOrginlDrctry=\ubc31\uc5c5\uc6d0\ubcf8\ub514\ub809\ud1a0\ub9ac +comSymSymBak.backupOpertUpdt.backupStreDrctry=\ubc31\uc5c5\uc800\uc7a5\ub514\ub809\ud1a0\ub9ac +comSymSymBak.backupOpertUpdt.executCycleNm=\uc2e4\ud589\uc8fc\uae30 +comSymSymBak.backupOpertUpdt.cmprsSeNm=\uc555\ucd95\uad6c\ubd84 +comSymSymBak.backupOpertUpdt.executSchdulDeNm=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c\uc790) +comSymSymBak.backupOpertUpdt.executSchdulMonth=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc6d4) +comSymSymBak.backupOpertUpdt.executSchdulDay=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c) +comSymSymBak.backupOpertUpdt.executSchdulHour=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc2dc) +comSymSymBak.backupOpertUpdt.executSchdulMnt=\uc2e4\ud589\uc2a4\ucf00\uc904(\ubd84) +comSymSymBak.backupOpertUpdt.executSchdulSecnd=\uc2e4\ud589\uc2a4\ucf00\uc904(\ucd08) +comSymSymBak.backupOpertUpdt.spnMonth=\uc6d4 +comSymSymBak.backupOpertUpdt.spnDay=\uc77c +comSymSymBak.backupOpertUpdt.spnHH=\uc2dc +comSymSymBak.backupOpertUpdt.spnMM=\ubd84 +comSymSymBak.backupOpertUpdt.spnSS=\ucd08 + + +comSymSymBak.backupOpertRegist.title=\ubc31\uc5c5\uc791\uc5c5 \ub4f1\ub85d +comSymSymBak.backupOpertRegist.pageTop.title=\ubc31\uc5c5\uc791\uc5c5 \ub4f1\ub85d +comSymSymBak.backupOpertRegist.validate.executSchdulDfkSes.length=\uc2e4\ud589\uc8fc\uae30\ub97c \ub9e4\uc8fc\ub85c \uc120\ud0dd\ud588\uc744 \ub54c \uc694\uc77c\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymSymBak.backupOpertRegist.validate.cycleMonth.executSchdulDay=\uc2e4\ud589\uc8fc\uae30\uac00 \ub9e4\uc6d4\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c)\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymSymBak.backupOpertRegist.validate.cycleYear.executSchdulMonth=\uc2e4\ud589\uc8fc\uae30\uac00 \ub9e4\ub144\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc6d4)\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymSymBak.backupOpertRegist.validate.cycleYear.executSchdulDay=\uc2e4\ud589\uc8fc\uae30\uac00 \ub9e4\ub144\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c)\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymSymBak.backupOpertRegist.validate.checkDate=\uc2e4\ud589\uc2a4\ucf00\uc904 (\uc6d4/\uc77c)\uc774 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comSymSymBak.backupOpertRegist.validate.executSchdulDeNm=\uc2e4\ud589\uc8fc\uae30\uac00 \ud55c\ubc88\ub9cc\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c\uc790)\ub294 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymSymBak.backupOpertRegist.validate.executSchdulDeNm.isDate=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c\uc790)\uac00 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comSymSymBak.backupOpertRegist.backupOpertNm=\ubc31\uc5c5\uc791\uc5c5\uba85 +comSymSymBak.backupOpertRegist.backupOrginlDrctry=\ubc31\uc5c5\uc6d0\ubcf8\ub514\ub809\ud1a0\ub9ac +comSymSymBak.backupOpertRegist.backupStreDrctry=\ubc31\uc5c5\uc800\uc7a5\ub514\ub809\ud1a0\ub9ac +comSymSymBak.backupOpertRegist.executCycleNm=\uc2e4\ud589\uc8fc\uae30 +comSymSymBak.backupOpertRegist.cmprsSeNm=\uc555\ucd95\uad6c\ubd84 +comSymSymBak.backupOpertRegist.executSchdulDeNm=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c\uc790) +comSymSymBak.backupOpertRegist.executSchdulMonth=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc6d4) +comSymSymBak.backupOpertRegist.executSchdulDay=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c) +comSymSymBak.backupOpertRegist.executSchdulHour=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc2dc) +comSymSymBak.backupOpertRegist.executSchdulMnt=\uc2e4\ud589\uc2a4\ucf00\uc904(\ubd84) +comSymSymBak.backupOpertRegist.executSchdulSecnd=\uc2e4\ud589\uc2a4\ucf00\uc904(\ucd08) +comSymSymBak.backupOpertRegist.spnMonth=\uc6d4 +comSymSymBak.backupOpertRegist.spnDay=\uc77c +comSymSymBak.backupOpertRegist.spnHH=\uc2dc +comSymSymBak.backupOpertRegist.spnMM=\ubd84 +comSymSymBak.backupOpertRegist.spnSS=\ucd08 + + +comSymSymBak.backupResultList.title=\ubc31\uc5c5\uacb0\uacfc\uad00\ub9ac \ubaa9\ub85d\uc870\ud68c +comSymSymBak.backupResultList.pageTop.title=\ubc31\uc5c5\uacb0\uacfc \ubaa9\ub85d +comSymSymBak.backupResultList.caption=\ubc31\uc5c5\uacb0\uacfc \ubaa9\ub85d +comSymSymBak.backupResultList.validate.searchKeyword=\uac80\uc0c9\uc870\uac74\uc744 \uc120\ud0dd\ud558\uc138\uc694. +comSymSymBak.backupResultList.validate.searchStartDate=\uac80\uc0c9\uc2dc\uc791\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694. +comSymSymBak.backupResultList.validate.searchEndDate=\uac80\uc0c9\uc885\ub8cc\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694. +comSymSymBak.backupResultList.validate.searchStartDate.name=\uc870\ud68c\uc2dc\uc791\uc77c\uc790 +comSymSymBak.backupResultList.validate.searchEndDate.name=\uc870\ud68c\uc885\ub8cc\uc77c\uc790 +comSymSymBak.backupResultList.validate.searchKeywordFromTo=\uac80\uc0c9\uc885\ub8cc\uc2dc\uac01\uc774 \uac80\uc0c9\uc2dc\uc791\uc2dc\uac01\ubcf4\ub2e4 \ube60\ub97c\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comSymSymBak.backupResultList.searchKeyword=\uac80\uc0c9\ud0a4\uc6cc\ub4dc +comSymSymBak.backupResultList.execStartDate=\uc2e4\ud589\uc2dc\uc791\uc77c\uc790 +comSymSymBak.backupResultList.searchStartDate=\uac80\uc0c9\uc2dc\uc791\uc77c\uc790 +comSymSymBak.backupResultList.searchEndDate=\uac80\uc0c9\uc885\ub8cc\uc77c\uc790 +comSymSymBak.backupResultList.searchCondition=\uac80\uc0c9\uc870\uac74\uad6c\ubd84 +comSymSymBak.backupResultList.sttusAll=\uc804\uccb4 +comSymSymBak.backupResultList.sttusNormal=\uc815\uc0c1 +comSymSymBak.backupResultList.sttusAbnormal=\ube44\uc815\uc0c1 +comSymSymBak.backupResultList.sttusPerforming=\uc218\ud589\uc911 +comSymSymBak.backupResultList.backupResultId=\ubc31\uc5c5\uacb0\uacfcID +comSymSymBak.backupResultList.backupOpertId=\ubc31\uc5c5\uc791\uc5c5ID +comSymSymBak.backupResultList.backupOpertNm=\ubc31\uc5c5\uc791\uc5c5\uba85 +comSymSymBak.backupResultList.sttusNm=\uc0c1\ud0dc +comSymSymBak.backupResultList.executBeginTime=\uc2e4\ud589\uc2dc\uc791\uc2dc\uac01 +comSymSymBak.backupResultList.executEndTime=\uc2e4\ud589\uc885\ub8cc\uc2dc\uac01 + + +comSymSymBak.backupResultDetail.title=\ubc31\uc5c5\uacb0\uacfc \uc0c1\uc138\uc870\ud68c +comSymSymBak.backupResultDetail.pageTop.title=\ubc31\uc5c5\uacb0\uacfc \uc0c1\uc138\uc870\ud68c +comSymSymBak.backupResultDetail.backupResultId=\ubc31\uc5c5\uacb0\uacfcID +comSymSymBak.backupResultDetail.backupOpertId=\ubc31\uc5c5\uc791\uc5c5ID +comSymSymBak.backupResultDetail.backupOpertNm=\ubc31\uc5c5\uc791\uc5c5\uba85 +comSymSymBak.backupResultDetail.backupOrginlDrctry=\ubc31\uc5c5\uc6d0\ubcf8\ub514\ub809\ud1a0\ub9ac +comSymSymBak.backupResultDetail.backupStreDrctry=\ubc31\uc5c5\uc800\uc7a5\ub514\ub809\ud1a0\ub9ac +comSymSymBak.backupResultDetail.backupFile=\ubc31\uc5c5\ud30c\uc77c +comSymSymBak.backupResultDetail.sttusNm=\uc0c1\ud0dc +comSymSymBak.backupResultDetail.errorInfo=\uc5d0\ub7ec\uc815\ubcf4 +comSymSymBak.backupResultDetail.executBeginTime=\uc2e4\ud589\uc2dc\uc791\uc2dc\uac01 +comSymSymBak.backupResultDetail.executEndTime=\uc2e4\ud589\uc885\ub8cc\uc2dc\uac01 + + + +# EgovNtwrk.xml +comSymSymNwk.ntwrk.validate.gtwy=\uac8c\uc774\ud2b8\uc6e8\uc774 +comSymSymNwk.ntwrk.validate.subnet=\uc11c\ube0c\ub137 +comSymSymNwk.ntwrk.validate.domnServer=DNS +comSymSymNwk.ntwrk.validate.userNm=\uc0ac\uc6a9\uc790\uba85 +comSymSymNwk.ntwrk.validate.regstYmd=\ub4f1\ub85d\uc77c\uc790 +comSymSymNwk.ntwrk.validate.ntwrkIp=IP + + +comSymSymNwk.ntwrkList.title=\ub124\ud2b8\uc6cc\ud06c \ubaa9\ub85d\uc870\ud68c +comSymSymNwk.NtwrkList.pageTop.title=\ub124\ud2b8\uc6cc\ud06c \uad00\ub9ac +comSymSymNwk.NtwrkList.strManageIem.all=\uc804\uccb4 +comSymSymNwk.NtwrkList.strUserNm=\uc0ac\uc6a9\uc790 \uba85 +comSymSymNwk.NtwrkList.ntwrkId=\ub124\ud2b8\uc6cc\ud06cID +comSymSymNwk.NtwrkList.ntwrkIp=IP +comSymSymNwk.NtwrkList.manageIem=\uad00\ub9ac\ud56d\ubaa9 +comSymSymNwk.NtwrkList.userNm=\uc0ac\uc6a9\uc790 +comSymSymNwk.NtwrkList.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comSymSymNwk.NtwrkList.regstYmd=\ub4f1\ub85d\uc77c\uc790 + + +comSymSymNwk.ntwrkDetail.title=\ub124\ud2b8\uc6cc\ud06c \uc0c1\uc138\uc870\ud68c +comSymSymNwk.ntwrkDetail.pageTop.title=\ub124\ud2b8\uc6cc\ud06c \uc0c1\uc138\uc870\ud68c +comSymSymNwk.ntwrkDetail.ntwrkId=\ub124\ud2b8\uc6cc\ud06cID +comSymSymNwk.ntwrkDetail.ntwrkIp=IP +comSymSymNwk.ntwrkDetail.gtwy=\uac8c\uc774\ud2b8\uc6e8\uc774 +comSymSymNwk.ntwrkDetail.subnet=\uc11c\ube0c\ub137 +comSymSymNwk.ntwrkDetail.domnServer=DNS +comSymSymNwk.ntwrkDetail.manageIem=\uad00\ub9ac\ud56d\ubaa9 +comSymSymNwk.ntwrkDetail.userNm=\uc0ac\uc6a9\uc790\uba85 +comSymSymNwk.ntwrkDetail.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comSymSymNwk.ntwrkDetail.regstYmd=\ub4f1\ub85d\uc77c\uc790 + + +comSymSymNwk.ntwrkUpdt.title=\ub124\ud2b8\uc6cc\ud06c \uc218\uc815 +comSymSymNwk.ntwrkUpdt.pageTop.title=\ub124\ud2b8\uc6cc\ud06c \uc218\uc815 +comSymSymNwk.ntwrkUpdt.ntwrkId=\ub124\ud2b8\uc6cc\ud06cID +comSymSymNwk.ntwrkUpdt.ntwrkIp=IP +comSymSymNwk.ntwrkUpdt.gtwy=\uac8c\uc774\ud2b8\uc6e8\uc774 +comSymSymNwk.ntwrkUpdt.subnet=\uc11c\ube0c\ub137 +comSymSymNwk.ntwrkUpdt.domnServer=DNS +comSymSymNwk.ntwrkUpdt.manageIem=\uad00\ub9ac\ud56d\ubaa9 +comSymSymNwk.ntwrkUpdt.userNm=\uc0ac\uc6a9\uc790\uba85 +comSymSymNwk.ntwrkUpdt.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comSymSymNwk.ntwrkUpdt.regstYmd=\ub4f1\ub85d\uc77c\uc790 +comSymSymNwk.ntwrkUpdt.validate.save=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymSymNwk.ntwrkUpdt.validate.delete=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymSymNwk.ntwrkUpdt.validate.ip.notAllowed=\uc608\uc678 \uc544\uc774\ud53c \uc785\ub2c8\ub2e4. +comSymSymNwk.ntwrkUpdt.validate.ip.formatMismatch=IP \ud615\uc2dd\uc774 \uc77c\uce58 \ud558\uc9c0\uc54a\uc2b5\ub2c8\ub2e4. + + +comSymSymNwk.ntwrkRegist.title=\ub124\ud2b8\uc6cc\ud06c \ub4f1\ub85d +comSymSymNwk.ntwrkRegist.pageTop.title=\ub124\ud2b8\uc6cc\ud06c \ub4f1\ub85d +comSymSymNwk.ntwrkRegist.ntwrkId=\ub124\ud2b8\uc6cc\ud06cID +comSymSymNwk.ntwrkRegist.ntwrkIp=IP +comSymSymNwk.ntwrkRegist.gtwy=\uac8c\uc774\ud2b8\uc6e8\uc774 +comSymSymNwk.ntwrkRegist.subnet=\uc11c\ube0c\ub137 +comSymSymNwk.ntwrkRegist.domnServer=DNS +comSymSymNwk.ntwrkRegist.manageIem=\uad00\ub9ac\ud56d\ubaa9 +comSymSymNwk.ntwrkRegist.userNm=\uc0ac\uc6a9\uc790\uba85 +comSymSymNwk.ntwrkRegist.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comSymSymNwk.ntwrkRegist.regstYmd=\ub4f1\ub85d\uc77c\uc790 +comSymSymNwk.ntwrkRegist.validate.save=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymSymNwk.ntwrkRegist.validate.delete=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymSymNwk.ntwrkRegist.validate.ip.notAllowed=\uc608\uc678 \uc544\uc774\ud53c \uc785\ub2c8\ub2e4. +comSymSymNwk.ntwrkRegist.validate.ip.formatMismatch=IP \ud615\uc2dd\uc774 \uc77c\uce58 \ud558\uc9c0\uc54a\uc2b5\ub2c8\ub2e4. + + + +# EgovServer.xml +comSymSymSrv.server.validate.serverNm=\uc11c\ubc84\uba85 +comSymSymSrv.server.validate.regstYmd=\ub4f1\ub85d\uc77c\uc790 + +# EgovServerEqpmn.xml +comSymSymSrv.serverEqpmn.validate.serverEqpmnNm=\uc11c\ubc84\uc7a5\ube44\uba85 +comSymSymSrv.serverEqpmn.validate.serverEqpmnIp=\uc11c\ubc84\uc7a5\ube44IP +comSymSymSrv.serverEqpmn.validate.serverEqpmnMngrNm=\uad00\ub9ac\uc790 +comSymSymSrv.serverEqpmn.validate.mngrEmailAddr=\uad00\ub9ac\uc790\uc774\uba54\uc77c\uc8fc\uc18c +comSymSymSrv.serverEqpmn.validate.opersysmInfo=OS\uc815\ubcf4 +comSymSymSrv.serverEqpmn.validate.cpuInfo=CPU\uc815\ubcf4 +comSymSymSrv.serverEqpmn.validate.moryInfo=\uba54\ubaa8\ub9ac\uc815\ubcf4 +comSymSymSrv.serverEqpmn.validate.hdDisk=\ud558\ub4dc\ub514\uc2a4\ud06c +comSymSymSrv.serverEqpmn.validate.regstYmd=\ub4f1\ub85d\uc77c\uc790 + + +comSymSymSrv.serverEqpmnList.title=\uc11c\ubc84\uc7a5\ube44 \ubaa9\ub85d\uc870\ud68c +comSymSymSrv.serverEqpmnList.pageTop.title=\uc11c\ubc84H/W \uad00\ub9ac +comSymSymSrv.serverEqpmnList.caption=\uc11c\ubc84H/W \uad00\ub9ac +comSymSymSrv.serverEqpmnList.serverEqpmnId=\uc11c\ubc84H/W ID +comSymSymSrv.serverEqpmnList.serverEqpmnNm=\uc11c\ubc84H/W \uba85 +comSymSymSrv.serverEqpmnList.serverEqpmnIp=\uc11c\ubc84H/W IP +comSymSymSrv.serverEqpmnList.serverEqpmnMngrNm=\uad00\ub9ac\uc790 +comSymSymSrv.serverEqpmnList.regstYmd=\ub4f1\ub85d\uc77c\uc790 + + +comSymSymSrv.serverEqpmnDetail.title=\uc11c\ubc84\uc7a5\ube44 \uc0c1\uc138\uc870\ud68c +comSymSymSrv.serverEqpmnDetail.pageTop.title=\uc11c\ubc84H/W \uc0c1\uc138\uc870\ud68c +comSymSymSrv.serverEqpmnDetail.serverEqpmnId=\uc11c\ubc84H/W ID +comSymSymSrv.serverEqpmnDetail.serverEqpmnNm=\uc11c\ubc84H/W \uba85 +comSymSymSrv.serverEqpmnDetail.serverEqpmnIp=\uc11c\ubc84H/W IP +comSymSymSrv.serverEqpmnDetail.serverEqpmnMngrNm=\uad00\ub9ac\uc790 +comSymSymSrv.serverEqpmnDetail.mngrEmailAddr=\uad00\ub9ac\uc790\uc774\uba54\uc77c\uc8fc\uc18c +comSymSymSrv.serverEqpmnDetail.opersysmInfo=OS\uc815\ubcf4 +comSymSymSrv.serverEqpmnDetail.cpuInfo=CPU\uc815\ubcf4 +comSymSymSrv.serverEqpmnDetail.moryInfo=\uba54\ubaa8\ub9ac\uc815\ubcf4 +comSymSymSrv.serverEqpmnDetail.hdDisk=\ud558\ub4dc\ub514\uc2a4\ud06c +comSymSymSrv.serverEqpmnDetail.etcInfo=\uae30\ud0c0\uc815\ubcf4 +comSymSymSrv.serverEqpmnDetail.regstYmd=\ub4f1\ub85d\uc77c\uc790 + + +comSymSymSrv.serverEqpmnUpdt.title=\uc11c\ubc84\uc7a5\ube44 \uc218\uc815 +comSymSymSrv.serverEqpmnUpdt.pageTop.title=\uc11c\ubc84H/W \uc218\uc815 +comSymSymSrv.serverEqpmnUpdt.serverEqpmnId=\uc11c\ubc84H/W ID +comSymSymSrv.serverEqpmnUpdt.serverEqpmnNm=\uc11c\ubc84H/W \uba85 +comSymSymSrv.serverEqpmnUpdt.serverEqpmnIp=\uc11c\ubc84H/W IP +comSymSymSrv.serverEqpmnUpdt.serverEqpmnMngrNm=\uad00\ub9ac\uc790 +comSymSymSrv.serverEqpmnUpdt.mngrEmailAddr=\uad00\ub9ac\uc790\uc774\uba54\uc77c\uc8fc\uc18c +comSymSymSrv.serverEqpmnUpdt.opersysmInfo=OS\uc815\ubcf4 +comSymSymSrv.serverEqpmnUpdt.cpuInfo=CPU\uc815\ubcf4 +comSymSymSrv.serverEqpmnUpdt.moryInfo=\uba54\ubaa8\ub9ac\uc815\ubcf4 +comSymSymSrv.serverEqpmnUpdt.hdDisk=\ud558\ub4dc\ub514\uc2a4\ud06c +comSymSymSrv.serverEqpmnUpdt.etcInfo=\uae30\ud0c0\uc815\ubcf4 +comSymSymSrv.serverEqpmnUpdt.regstYmd=\ub4f1\ub85d\uc77c\uc790 +comSymSymSrv.serverEqpmnUpdt.validate.ip.notAllowed=\uc608\uc678 \uc544\uc774\ud53c \uc785\ub2c8\ub2e4. +comSymSymSrv.serverEqpmnUpdt.validate.save=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymSymSrv.serverEqpmnUpdt.validate.delete=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymSymSrv.serverEqpmnUpdt.validate.ip.formatMismatch=IP \ud615\uc2dd\uc774 \uc77c\uce58 \ud558\uc9c0\uc54a\uc2b5\ub2c8\ub2e4. + + +comSymSymSrv.serverEqpmnRegist.title=\uc11c\ubc84\uc7a5\ube44 \ub4f1\ub85d +comSymSymSrv.serverEqpmnRegist.pageTop.title=\uc11c\ubc84H/W \ub4f1\ub85d +comSymSymSrv.serverEqpmnRegist.serverEqpmnNm=\uc11c\ubc84H/W \uba85 +comSymSymSrv.serverEqpmnRegist.serverEqpmnIp=\uc11c\ubc84H/W IP +comSymSymSrv.serverEqpmnRegist.serverEqpmnMngrNm=\uad00\ub9ac\uc790 +comSymSymSrv.serverEqpmnRegist.mngrEmailAddr=\uad00\ub9ac\uc790\uc774\uba54\uc77c\uc8fc\uc18c +comSymSymSrv.serverEqpmnRegist.opersysmInfo=OS\uc815\ubcf4 +comSymSymSrv.serverEqpmnRegist.cpuInfo=CPU\uc815\ubcf4 +comSymSymSrv.serverEqpmnRegist.moryInfo=\uba54\ubaa8\ub9ac\uc815\ubcf4 +comSymSymSrv.serverEqpmnRegist.hdDisk=\ud558\ub4dc\ub514\uc2a4\ud06c +comSymSymSrv.serverEqpmnRegist.etcInfo=\uae30\ud0c0\uc815\ubcf4 +comSymSymSrv.serverEqpmnRegist.regstYmd=\ub4f1\ub85d\uc77c\uc790 +comSymSymSrv.serverEqpmnRegist.validate.save=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymSymSrv.serverEqpmnRegist.validate.ip.notAllowed=\uc608\uc678 \uc544\uc774\ud53c \uc785\ub2c8\ub2e4. +comSymSymSrv.serverEqpmnRegist.validate.ip.formatMismatch=IP \ud615\uc2dd\uc774 \uc77c\uce58 \ud558\uc9c0\uc54a\uc2b5\ub2c8\ub2e4. +comSymSymSrv.serverEqpmnRegist.validate.email.formatMismatch=\uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 \uc774\uba54\uc77c \uc8fc\uc18c\uc785\ub2c8\ub2e4. + + +comSymSymSrv.serverList.title=\uc11c\ubc84 \ubaa9\ub85d\uc870\ud68c +comSymSymSrv.serverList.pageTop.title=\uc11c\ubc84S/W \uad00\ub9ac +comSymSymSrv.serverList.serverId=\uc11c\ubc84S/W ID +comSymSymSrv.serverList.serverNm=\uc11c\ubc84S/W \uba85 +comSymSymSrv.serverList.serverKndNm=\uc11c\ubc84S/W \uc885\ub958 +comSymSymSrv.serverList.regstYmd=\ub4f1\ub85d\uc77c\uc790 +comSymSymSrv.serverList.regServerHW=\uc11c\ubc84H/W \ub4f1\ub85d + + +comSymSymSrv.serverEqpmnRelateRegist.title=\uc11c\ubc84H/W\uad00\uacc4 \ub4f1\ub85d +comSymSymSrv.serverEqpmnRelateRegist.pageTop.title=\uc11c\ubc84H/W \ub4f1\ub85d +comSymSymSrv.serverEqpmnRelateRegist.validate.noServer=\ubcc0\uacbd\ub41c \uc11c\ubc84H/W\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +comSymSymSrv.serverEqpmnRelateRegist.validate.noResults=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +comSymSymSrv.serverEqpmnRelateRegist.validate.save=\uc800\uc7a5\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymSymSrv.serverEqpmnRelateRegist.serverEqpmnId=\uc11c\ubc84H/W ID +comSymSymSrv.serverEqpmnRelateRegist.serverEqpmnNm=\uc11c\ubc84H/W \uba85 +comSymSymSrv.serverEqpmnRelateRegist.serverEqpmnIp=\uc11c\ubc84H/W IP +comSymSymSrv.serverEqpmnRelateRegist.serverEqpmnMngrNm=\uad00\ub9ac\uc790 +comSymSymSrv.serverEqpmnRelateRegist.regYn=\ub4f1\ub85d\uc5ec\ubd80 +comSymSymSrv.serverEqpmnRelateRegist.regYn.Y=\ub4f1\ub85d +comSymSymSrv.serverEqpmnRelateRegist.regYn.N=\ubbf8\ub4f1\ub85d + + +comSymSymSrv.serverDetail.title=\uc11c\ubc84\uc815\ubcf4 \uc0c1\uc138\uc870\ud68c +comSymSymSrv.serverDetail.pageTop.title1=\uc11c\ubc84S/W \uc0c1\uc138\uc870\ud68c +comSymSymSrv.serverDetail.serverId=\uc11c\ubc84S/W ID +comSymSymSrv.serverDetail.serverNm=\uc11c\ubc84S/W \uba85 +comSymSymSrv.serverDetail.serverKndNm=\uc11c\ubc84S/W \uc885\ub958 +comSymSymSrv.serverDetail.regstYmd=\ub4f1\ub85d\uc77c\uc790 +comSymSymSrv.serverDetail.pageTop.title2=\uc11c\ubc84H/W \ubaa9\ub85d +comSymSymSrv.serverDetail.serverEqpmnNm=\uc11c\ubc84H/W \uba85 +comSymSymSrv.serverDetail.serverEqpmnIp=\uc11c\ubc84H/W IP +comSymSymSrv.serverDetail.cpuInfo=CPU\uc815\ubcf4 +comSymSymSrv.serverDetail.moryInfo=\uba54\ubaa8\ub9ac\uc815\ubcf4 +comSymSymSrv.serverDetail.serverEqpmnMngrNm=\uad00\ub9ac\uc790 +comSymSymSrv.serverDetail.opersysmInfo=OS\uc815\ubcf4 +comSymSymSrv.serverDetail.hdDisk=\ud558\ub4dc\ub514\uc2a4\ud06c +comSymSymSrv.serverDetail.etcInfo=\uae30\ud0c0\uc815\ubcf4 + + +comSymSymSrv.serverUpdt.title=\uc11c\ubc84\uc815\ubcf4 \uc218\uc815 +comSymSymSrv.serverUpdt.pageTop.title=\uc11c\ubc84S/W \uc218\uc815 +comSymSymSrv.serverUpdt.validate.save=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymSymSrv.serverUpdt.validate.delete=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymSymSrv.serverUpdt.serverId=\uc11c\ubc84S/W ID +comSymSymSrv.serverUpdt.serverNm=\uc11c\ubc84S/W \uba85 +comSymSymSrv.serverUpdt.serverKndNm=\uc11c\ubc84S/W \uc885\ub958 +comSymSymSrv.serverUpdt.regstYmd=\ub4f1\ub85d\uc77c\uc790 + + +comSymSymSrv.serverRegist.title=\uc11c\ubc84\uc815\ubcf4 \ub4f1\ub85d +comSymSymSrv.serverRegist.pageTop.title=\uc11c\ubc84S/W \ub4f1\ub85d +comSymSymSrv.serverRegist.serverNm=\uc11c\ubc84S/W \uba85 +comSymSymSrv.serverRegist.serverKndNm=\uc11c\ubc84S/W \uc885\ub958 +comSymSymSrv.serverRegist.regstYmd=\ub4f1\ub85d\uc77c\uc790 +comSymSymSrv.serverRegist.validate.save=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + + + +comSymTbmTbp.troblProcessList.title=\uc7a5\uc560\ucc98\ub9ac \uad00\ub9ac +comSymTbmTbp.troblProcessList.pageTop.title=\uc7a5\uc560\ucc98\ub9ac \uad00\ub9ac +comSymTbmTbp.troblProcessList.caption=\uc7a5\uc560\ucc98\ub9ac \uad00\ub9ac \ubaa9\ub85d +comSymTbmTbp.troblProcessList.strTroblKnd.all=\uc804\uccb4 +comSymTbmTbp.troblProcessList.troblId=\uc7a5\uc560ID +comSymTbmTbp.troblProcessList.troblNm=\uc7a5\uc560\uba85 +comSymTbmTbp.troblProcessList.troblKndNm=\uc7a5\uc560\uc885\ub958 +comSymTbmTbp.troblProcessList.troblOccrrncTime=\uc7a5\uc560\ubc1c\uc0dd\uc2dc\uac04 +comSymTbmTbp.troblProcessList.troblRqesterNm=\ub4f1\ub85d\uc790 +comSymTbmTbp.troblProcessList.processSttusNm=\ucc98\ub9ac\uc0c1\ud0dc + + +comSymTbmTbp.troblProcessRegist.title=\uc7a5\uc560\ucc98\ub9ac\uacb0\uacfc \ub4f1\ub85d +comSymTbmTbp.troblProcessRegist.pageTop.title=\uc7a5\uc560\ucc98\ub9ac\uacb0\uacfc \ub4f1\ub85d +comSymTbmTbp.troblProcessRegist.validate.infoTime=\ucc98\ub9ac\uc2dc\uac04\uc740 \uc7a5\uc560\uc694\uccad\uc2dc\uac04 \uc774\ud6c4\ub85c \uc124\uc815\ud558\uc154\uc57c \ud569\ub2c8\ub2e4. +comSymTbmTbp.troblProcessRegist.validate.save=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymTbmTbp.troblProcessRegist.validate.delete=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymTbmTbp.troblProcessRegist.troblId=\uc7a5\uc560ID +comSymTbmTbp.troblProcessRegist.troblNm=\uc7a5\uc560\uba85 +comSymTbmTbp.troblProcessRegist.troblKndNm=\uc7a5\uc560\uc885\ub958 +comSymTbmTbp.troblProcessRegist.troblDc=\uc7a5\uc560\uc124\uba85 +comSymTbmTbp.troblProcessRegist.troblOccrrncTime=\uc7a5\uc560\ubc1c\uc0dd\uc2dc\uac04 +comSymTbmTbp.troblProcessRegist.troblRqesterNm=\uc7a5\uc560\ub4f1\ub85d\uc790 +comSymTbmTbp.troblProcessRegist.troblRequstTime=\uc7a5\uc560\uc694\uccad\uc2dc\uac04 +comSymTbmTbp.troblProcessRegist.processSttusNm=\ucc98\ub9ac\uc0c1\ud0dc +comSymTbmTbp.troblProcessRegist.troblProcessResult=\ucc98\ub9ac\uacb0\uacfc +comSymTbmTbp.troblProcessRegist.troblProcessD=\ucc98\ub9ac\uc2dc\uac04 +comSymTbmTbp.troblProcessRegist.troblOpetrNm=\ucc98\ub9ac\uc790 +comSymTbmTbp.troblProcessRegist.hour=\uc2dc +comSymTbmTbp.troblProcessRegist.minute=\ubd84 +comSymTbmTbp.troblProcessRegist.second=\ucd08 + + + + + +comSymTbmTbr.troblReqstList.title=\uc7a5\uc560\uc2e0\uccad \ubaa9\ub85d\uc870\ud68c +comSymTbmTbr.troblReqstList.pageTop.title=\uc7a5\uc560\uc2e0\uccad \uad00\ub9ac +comSymTbmTbr.troblReqstList.troblId=\uc7a5\uc560ID +comSymTbmTbr.troblReqstList.troblNm=\uc7a5\uc560\uba85 +comSymTbmTbr.troblReqstList.troblKndNm=\uc7a5\uc560\uc885\ub958 +comSymTbmTbr.troblReqstList.troblOccrrncTime=\uc7a5\uc560\ubc1c\uc0dd\uc2dc\uac04 +comSymTbmTbr.troblReqstList.troblRqesterNm=\ub4f1\ub85d\uc790 +comSymTbmTbr.troblReqstList.processSttusNm=\ucc98\ub9ac\uc0c1\ud0dc +comSymTbmTbr.troblReqstList.selectAll=\uc804\uccb4 + + +comSymTbmTbr.troblReqstDetail.title=\uc7a5\uc560\uc2e0\uccad \uc0c1\uc138\uc870\ud68c +comSymTbmTbr.troblReqstDetail.pageTop.title=\uc7a5\uc560\uc2e0\uccad \uc0c1\uc138\uc870\ud68c +comSymTbmTbr.troblReqstDetail.validate.=\uc218\uc815\ud560 \uc218 \uc5c6\ub294 \uc0c1\ud0dc\uc785\ub2c8\ub2e4. +comSymTbmTbr.troblReqstDetail.validate.=\uc0ad\uc81c\ud560 \uc218 \uc5c6\ub294 \uc0c1\ud0dc\uc785\ub2c8\ub2e4. +comSymTbmTbr.troblReqstDetail.validate.=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymTbmTbr.troblReqstDetail.validate.=\uc694\uccad \ub300\uc0c1\uc774 \uc544\ub2d9\ub2c8\ub2e4. +comSymTbmTbr.troblReqstDetail.validate.request=\uc694\uccad \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymTbmTbr.troblReqstDetail.validate.=\uc694\uccad\ucde8\uc18c \ub300\uc0c1\uc774 \uc544\ub2d9\ub2c8\ub2e4. +comSymTbmTbr.troblReqstDetail.validate.=\uc694\uccad\ucde8\uc18c\ub97c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymTbmTbr.troblReqstDetail.troblId=\uc7a5\uc560ID +comSymTbmTbr.troblReqstDetail.troblNm=\uc7a5\uc560\uba85 +comSymTbmTbr.troblReqstDetail.troblKndNm=\uc7a5\uc560\uc885\ub958 +comSymTbmTbr.troblReqstDetail.troblDc=\uc7a5\uc560\uc124\uba85 +comSymTbmTbr.troblReqstDetail.troblOccrrncTime=\uc7a5\uc560\ubc1c\uc0dd\uc2dc\uac04 +comSymTbmTbr.troblReqstDetail.troblRqesterNm=\uc7a5\uc560\ub4f1\ub85d\uc790 +comSymTbmTbr.troblReqstDetail.troblRequstTime=\uc7a5\uc560\uc694\uccad\uc2dc\uac04 +comSymTbmTbr.troblReqstDetail.processSttusNm=\ucc98\ub9ac\uc0c1\ud0dc +comSymTbmTbr.troblReqstDetail.troblProcessResult=\ucc98\ub9ac\uacb0\uacfc +comSymTbmTbr.troblReqstDetail.troblProcessTime=\ucc98\ub9ac\uc2dc\uac04 +comSymTbmTbr.troblReqstDetail.troblOpetrNm=\ucc98\ub9ac\uc790 +comSymTbmTbr.troblReqstDetail.request=\uc694\uccad +comSymTbmTbr.troblReqstDetail.cancelRequest=\uc694\uccad\ucde8\uc18c + + +comSymTbmTbr.troblReqstUpdt.title=\uc7a5\uc560\uc2e0\uccad \uc218\uc815 +comSymTbmTbr.troblReqstUpdt.pageTop.title=\uc7a5\uc560\uc2e0\uccad \uc218\uc815 +comSymTbmTbr.troblReqstUpdt.validate.=\uc7a5\uc560\ubc1c\uc0dd\uc2dc\uac04\uc740 \ud604\uc7ac\uc2dc\uac04 \uc774\uc804\uc73c\ub85c \uc124\uc815\ud558\uc154\uc57c \ud569\ub2c8\ub2e4. +comSymTbmTbr.troblReqstUpdt.validate.=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymTbmTbr.troblReqstUpdt.validate.=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymTbmTbr.troblReqstUpdt.troblId=\uc7a5\uc560ID +comSymTbmTbr.troblReqstUpdt.troblNm=\uc7a5\uc560\uba85 +comSymTbmTbr.troblReqstUpdt.troblKnd=\uc7a5\uc560\uc885\ub958 +comSymTbmTbr.troblReqstUpdt.troblDc=\uc7a5\uc560\uc124\uba85 +comSymTbmTbr.troblReqstUpdt.troblOccrrncTime=\uc7a5\uc560\ubc1c\uc0dd\uc2dc\uac04 +comSymTbmTbr.troblReqstUpdt.troblRqesterNm=\uc7a5\uc560\ub4f1\ub85d\uc790 +comSymTbmTbr.troblReqstUpdt.hour=\uc2dc +comSymTbmTbr.troblReqstUpdt.minute=\ubd84 +comSymTbmTbr.troblReqstUpdt.second=\ucd08 + + +comSymTbmTbr.troblReqstUpdt.title=\uc7a5\uc560\uc2e0\uccad \uc218\uc815 +comSymTbmTbr.troblReqstUpdt.pageTop.title=\uc7a5\uc560\uc2e0\uccad \uc218\uc815 +comSymTbmTbr.troblReqstUpdt.validate.info=\uc7a5\uc560\ubc1c\uc0dd\uc2dc\uac04\uc740 \ud604\uc7ac\uc2dc\uac04 \uc774\uc804\uc73c\ub85c \uc124\uc815\ud558\uc154\uc57c \ud569\ub2c8\ub2e4. +comSymTbmTbr.troblReqstUpdt.validate.save=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymTbmTbr.troblReqstUpdt.validate.delete=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymTbmTbr.troblReqstUpdt.troblId=\uc7a5\uc560ID +comSymTbmTbr.troblReqstUpdt.troblNm=\uc7a5\uc560\uba85 +comSymTbmTbr.troblReqstUpdt.troblKnd=\uc7a5\uc560\uc885\ub958 +comSymTbmTbr.troblReqstUpdt.troblDc=\uc7a5\uc560\uc124\uba85 +comSymTbmTbr.troblReqstUpdt.troblOccrrncTime=\uc7a5\uc560\ubc1c\uc0dd\uc2dc\uac04 +comSymTbmTbr.troblReqstUpdt.troblRqesterNm=\uc7a5\uc560\ub4f1\ub85d\uc790 +comSymTbmTbr.troblReqstUpdt.hour=\uc2dc +comSymTbmTbr.troblReqstUpdt.minute=\ubd84 +comSymTbmTbr.troblReqstUpdt.second=\ucd08 + + +comSymTbmTbr.troblReqstRegist.title=\uc7a5\uc560\uc2e0\uccad \ub4f1\ub85d +comSymTbmTbr.troblReqstRegist.pageTop.title=\uc7a5\uc560\uc2e0\uccad \ub4f1\ub85d +comSymTbmTbr.troblReqstRegist.validate.info=\uc7a5\uc560\ubc1c\uc0dd\uc2dc\uac04\uc740 \ud604\uc7ac\uc2dc\uac04 \uc774\uc804\uc73c\ub85c \uc124\uc815\ud558\uc154\uc57c \ud569\ub2c8\ub2e4. +comSymTbmTbr.troblReqstRegist.validate.save=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymTbmTbr.troblReqstRegist.troblId=\uc7a5\uc560ID +comSymTbmTbr.troblReqstRegist.troblNm=\uc7a5\uc560\uba85 +comSymTbmTbr.troblReqstRegist.troblKnd=\uc7a5\uc560\uc885\ub958 +comSymTbmTbr.troblReqstRegist.troblDc=\uc7a5\uc560\uc124\uba85 +comSymTbmTbr.troblReqstRegist.troblOccrrncTime=\uc7a5\uc560\ubc1c\uc0dd\uc2dc\uac04 +comSymTbmTbr.troblReqstRegist.troblRqesterNm=\uc7a5\uc560\ub4f1\ub85d\uc790 +comSymTbmTbr.troblReqstRegist.hour=\uc2dc +comSymTbmTbr.troblReqstRegist.minute=\ubd84 +comSymTbmTbr.troblReqstRegist.second=\ucd08 + + + +# EgovLoginPolicy.xml +comUatUap.loginPolicy.validate.ipInfo=IP\uc815\ubcf4 +comUatUap.loginPolicy.validate.lmttAt=IP\uc81c\ud55c\uc5ec\ubd80 + + +comUatUap.LoginPolicyList.title=\ub85c\uadf8\uc778\uc815\ucc45 \ubaa9\ub85d\uc870\ud68c +comUatUap.LoginPolicyList.caption=\ub85c\uadf8\uc778\uc815\ucc45 \uad00\ub9ac +comUatUap.LoginPolicyList.userName=\uc0ac\uc6a9\uc790 \uba85 +comUatUap.LoginPolicyList.userNameSearch=\uc0ac\uc6a9\uc790\uba85\uac80\uc0c9 +comUatUap.LoginPolicyList.userId=\uc0ac\uc6a9\uc790 ID +comUatUap.LoginPolicyList.ipInfo=IP \uc815\ubcf4 +comUatUap.LoginPolicyList.restricted=\uc81c\ud55c\uc5ec\ubd80 +comUatUap.LoginPolicyList.validate.checkCount=\uc120\ud0dd\ub41c \ub85c\uadf8\uc778\uc815\ucc45\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. +comUatUap.LoginPolicyList.validate.checkField=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +comUatUap.LoginPolicyList.validate.checkIds=\uc870\ud68c \ud6c4 \ub4f1\ub85d\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4. +comUatUap.LoginPolicyList.validate.checkReg=\uc774\ubbf8 \ub85c\uadf8\uc778\uc815\ucc45\uc774 \ub4f1\ub85d\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. +comUatUap.LoginPolicyList.validate.checkedCounter.onlyOne=\ub4f1\ub85d\ub300\uc0c1 \ud558\ub098\ub9cc \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624. +comUatUap.LoginPolicyList.validate.checkedCounter.none=\uc120\ud0dd\ub41c \ub4f1\ub85d\ub300\uc0c1\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. +comUatUap.LoginPolicyList.validate.delete=\uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + + +comUatUap.loginPolicyUpdt.title=\ub85c\uadf8\uc778\uc815\ucc45 \uc218\uc815 +comUatUap.loginPolicyUpdt.pageTop.title=\ub85c\uadf8\uc778\uc815\ucc45 \uc218\uc815 +comUatUap.loginPolicyUpdt.emplyrId=\uc0ac\uc6a9\uc790ID +comUatUap.loginPolicyUpdt.emplyrNm=\uc0ac\uc6a9\uc790\uba85 +comUatUap.loginPolicyUpdt.ipInfo=IP\uc815\ubcf4 +comUatUap.loginPolicyUpdt.lmttAt=IP\uc81c\ud55c\uc5ec\ubd80 +comUatUap.loginPolicyUpdt.regDate=\ub4f1\ub85d\uc77c\uc2dc +comUatUap.loginPolicyUpdt.validate.confirm.save=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comUatUap.loginPolicyUpdt.validate.confirm.delete=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comUatUap.loginPolicyUpdt.validate.info.exceptionIP=\uc608\uc678 \uc544\uc774\ud53c \uc785\ub2c8\ub2e4. +comUatUap.loginPolicyUpdt.validate.info.invalidForm=\ud615\uc2dd\uc774 \uc77c\uce58 \ud558\uc9c0\uc54a\uc2b5\ub2c8\ub2e4. + + +comUatUap.loginPolicyRegist.title=\ub85c\uadf8\uc778\uc815\ucc45 \ub4f1\ub85d +comUatUap.loginPolicyRegist.pageTop.title=\ub85c\uadf8\uc778\uc815\ucc45 \ub4f1\ub85d +comUatUap.loginPolicyRegist.emplyrId=\uc0ac\uc6a9\uc790ID +comUatUap.loginPolicyRegist.emplyrNm=\uc0ac\uc6a9\uc790\uba85 +comUatUap.loginPolicyRegist.ipInfo=IP\uc815\ubcf4 +comUatUap.loginPolicyRegist.lmttAt=IP\uc81c\ud55c\uc5ec\ubd80 +comUatUap.loginPolicyRegist.regDate=\ub4f1\ub85d\uc77c\uc2dc +comUatUap.loginPolicyRegist.validate.confirm.save=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comUatUap.loginPolicyRegist.validate.confirm.delete=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comUatUap.loginPolicyRegist.validate.info.exceptionIP=\uc608\uc678 \uc544\uc774\ud53c \uc785\ub2c8\ub2e4. +comUatUap.loginPolicyRegist.validate.info.invalidForm=\ud615\uc2dd\uc774 \uc77c\uce58 \ud558\uc9c0\uc54a\uc2b5\ub2c8\ub2e4. + + + +comUatUia.title=\ub85c\uadf8\uc778 + +comUatUia.validate.idCheck=\uc544\uc774\ub514\ub97c \uc785\ub825\ud558\uc138\uc694. +comUatUia.validate.passCheck=\ube44\ubc00\ubc88\ud638\ub97c \uc785\ub825\ud558\uc138\uc694 +comUatUia.validate.userManagmentCheck=\uc0ac\uc6a9\uc790 \uad00\ub9ac \ucef4\ud3ec\ub10c\ud2b8\uac00 \uc124\uce58\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uad00\ub9ac\uc790\uc5d0\uac8c \ubb38\uc758\ud558\uc138\uc694. +comUatUia.validate.membershipCheck=\uc5c5\ubb34\uc0ac\uc6a9\uc790\ub294 \ubcc4\ub3c4\uc758 \ud68c\uc6d0\uac00\uc785\uc774 \ud544\uc694\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. + +comUatUia.loginForm.GNR=\uc77c\ubc18 +comUatUia.loginForm.ENT=\uae30\uc5c5 +comUatUia.loginForm.USR=\uc5c5\ubb34 + +comUatUia.loginForm.id=\uc544\uc774\ub514 +comUatUia.loginForm.pw=\ube44\ubc00\ubc88\ud638 +comUatUia.loginForm.login=\ub85c\uadf8\uc778 +comUatUia.loginForm.regist=\ud68c\uc6d0\uac00\uc785 +comUatUia.loginForm.idPwSearch=\uc544\uc774\ub514/\ube44\ubc00\ubc88\ud638 \ucc3e\uae30 + +comUatUia.loginForm.idSave=\uc544\uc774\ub514 \uc800\uc7a5 +comUatUia.loginForm.submit=\uc804\uc1a1 + +comUatUia.loginForm.login.gpki=\uc778\uc99d\uc11c\ub85c\uadf8\uc778 +comUatUia.loginForm.login.normal=\uc77c\ubc18\ub85c\uadf8\uc778 +comUatUia.loginForm.gpki.info=\uc778\uc99d\uc11c\uc548\ub0b4 +comUatUia.loginForm.gpki.descrption= + + +comUatUia.idPw.title=\uc544\uc774\ub514/\ube44\ubc00\ubc88\ud638 \ucc3e\uae30 + +comUatUia.idPw.id=\uc544\uc774\ub514 +comUatUia.idPw.name=\uc774\ub984 +comUatUia.idPw.email=\uc774\uba54\uc77c\uc8fc\uc18c +comUatUia.idPw.passwordHint=\ube44\ubc00\ubc88\ud638 \ud78c\ud2b8 +comUatUia.idPw.passwordCnsr=\ube44\ubc00\ubc88\ud638 \uc815\ub2f5 +comUatUia.idPw.result=\uacb0\uacfc + + +comUatUia.idPw.gnr = \uc77c\ubc18 +comUatUia.idPw.ent = \uae30\uc5c5 +comUatUia.idPw.usr = \uc5c5\ubb34 + +comUatUia.idPw.searchId = \uc544\uc774\ub514 \ucc3e\uae30 +comUatUia.idPw.searchPassword = \ube44\ubc00\ubc88\ud638 \ucc3e\uae30 + +comUatUia.idPw.validate.id=\uc544\uc774\ub514\ub97c \uc785\ub825\ud558\uc138\uc694. +comUatUia.idPw.validate.name=\uc774\ub984\uc744 \uc785\ub825\ud558\uc138\uc694. +comUatUia.idPw.validate.email=\uc774\uba54\uc77c\uc8fc\uc18c\ub97c \uc785\ub825\ud558\uc138\uc694. +comUatUia.idPw.validate.passwordHint=\ube44\ubc00\ubc88\ud638 \ud78c\ud2b8\ub97c \uc120\ud0dd\ud558\uc138\uc694. +comUatUia.idPw.validate.passwordCnsr=\ube44\ubc00\ubc88\ud638 \uc815\ub2f5\uc744 \uc785\ub825\ud558\uc138\uc694. + + +comUatUia.idPasswordResult.searchIdPwd=\uc544\uc774\ub514 \ubc0f \ube44\ubc00\ubc88\ud638 \ucc3e\uae30 + + +#\ucd9c\ud1f4\uadfc \uad00\ub9ac# +ussCmt.cmtManageList.cmtManage=\ucd9c\ud1f4\uadfc \uad00\ub9ac +ussCmt.cmtManageList.wrktDt=\uc77c\uc790 +ussCmt.cmtManageList.emplyrId=\uc0ac\uc6d0 ID +ussCmt.cmtManageList.wrkStartTime=\ucd9c\uadfc\uc2dc\uac04 +ussCmt.cmtManageList.wrkEndTime=\ud1f4\uadfc\uc2dc\uac04 +ussCmt.cmtManageList.ovtmwrkHours=\uc57c\uadfc\uc2dc\uac04 +ussCmt.cmtManageList.wrkStartStatus=\ucd9c\uadfc\uc0c1\ud0dc +ussCmt.cmtManageList.wrkEndStatus=\ud1f4\uadfc\uc0c1\ud0dc + +ussCmt.cmtManageServiceImpl.normal=\uc815\uc0c1 + +ussCmt.cmtManageList.wrkInfo=\u203b 1\uc77c \uc911\ubcf5 \ud074\ub9ad \uc2dc \uc624\ub958\ub85c \ucc98\ub9ac\ud55c\ub2e4. + +ussCmt.cmtManageList.validate.wrkStartAlert=\uc774\ubbf8 \ucd9c\uadfc \uc0c1\ud0dc\uc785\ub2c8\ub2e4. +ussCmt.cmtManageList.validate.wrkStartBeforeEndAlert=\uba3c\uc800 \ucd9c\uadfc\ub4f1\ub85d\uc744 \ud574\uc8fc\uc138\uc694. + + +#\uae30\ub150\uc77c\uad00\ub9ac comUssIonAns +#EgovAnnvrsryManage.xml +comUssIonAns.annvrsryManage.validate.usid=\uc0ac\uc6a9\uc790 ID +comUssIonAns.annvrsryManage.validate.annvrsrySe=\uae30\ub150\uc77c\uad6c\ubd84 +comUssIonAns.annvrsryManage.validate.annvrsryDe=\uae30\ub150\uc77c\uc790 +comUssIonAns.annvrsryManage.validate.cldrSe=\uc591\ub825/\uc74c\ub825\uad6c\ubd84 +comUssIonAns.annvrsryManage.validate.annvrsryNm=\uae30\ub150\uc77c\uba85 + +#EgovAnnvrsryManageList.jsp +comUssIonAns.annvrsryManageList.title=\uae30\ub150\uc77c\uad00\ub9ac \ubaa9\ub85d \uc870\ud68c +comUssIonAns.annvrsryManageList.arrParam.directProgress=\uae30\ub150\uc77c\uc77c\uad04\ucc98\ub9ac +comUssIonAns.annvrsryManageList.annvrsryManageList=\uae30\ub150\uc77c\uad00\ub9ac \ubaa9\ub85d +comUssIonAns.annvrsryManageList.excelRegiser=\uae30\ub150\uc77c\uc5d1\uc140\ub4f1\ub85d + +#EgovAnnvrsryDetail.jsp +comUssIonAns.annvrsryDetail.title=\uae30\ub150\uc77c \uc0c1\uc138 \uc870\ud68c +comUssIonAns.annvrsryDetail.annvrsryDetail=\uae30\ub150\uc77c \uc0c1\uc138 + +#EgovAnnvrsryRegist.jsp +comUssIonAns.annvrsryRegist.title=\uae30\ub150\uc77c \ub4f1\ub85d + +#EgovAnnvrsryUpdt.jsp +comUssIonAns.annvrsryUpdt.title=\uae30\ub150\uc77c \uc218\uc815 + +#EgovAnnvrsryGdcc.jsp +comUssIonAns.annvrsryGdcc.title=\uae30\ub150\uc77c \uc0c1\uc138 \uc870\ud68c +comUssIonAns.annvrsryGdcc.icon=\uc81c\ubaa9\uc544\uc774\ucf58\uc774\ubbf8\uc9c0 +comUssIonAns.annvrsryGdcc.intro=\uae30\ub150\uc77c \uc548\ub0b4 +comUssIonAns.annvrsryGdcc.alarm=\uae30\ub150\uc77c \uc54c\ub78c\ud654\uba74 +comUssIonAns.annvrsryGdcc.cldrSe1=\uc591 +comUssIonAns.annvrsryGdcc.cldrSe2=\uc74c + +#EgovAnnvrsryMainList.jsp +comUssIonAns.annvrsryMainList.title=\uae30\ub150\uc77c \ubaa9\ub85d \uba54\uc778\ub9ac\uc2a4\ud2b8 +comUssIonAns.annvrsryMainList.summary=\ub2e4\uac00\uc624\ub294 \uae30\ub150\uc77c\uc5d0 \ub300\ud55c \ubaa9\ub85d\uc744 \uc81c\uacf5\ud55c\ub2e4. +comUssIonAns.annvrsryMainList.listTitle=\ub2e4\uac00\uc624\ub294 \uae30\ub150\uc77c \ubaa9\ub85d +comUssIonAns.annvrsryMainList.guide=\ub370\uc774\ud130\ub294 930.\uae30\ub150\uc77c \uad00\ub9ac\uc5d0\uc11c \uae30\ub150\uc77c \uc77c\uc790\uac00 D-day\uc640 \ud604\uc7ac \uc2dc\uac04 \uc0ac\uc774\uc5d0 \ud3ec\ud568\ub418\uc5c8\uc744 \uacbd\uc6b0 \ucd9c\ub825. \uae30\ub150\uc77c\uba85 \ud074\ub9ad \uc2dc \uc0c1\uc138\ubcf4\uae30 \uac00\ub2a5. +comUssIonAns.annvrsryMainList.option=\ub9e4\ub144\ubc18\ubcf5 \uc635\uc158\uc744 \uc0ac\uc6a9\ud560 \uacbd\uc6b0 \ub144\ub3c4 \uc870\ud68c \uc2dc \ud574\ub2f9 \ub144\ub3c4\uac00 \uc544\ub2c8\uc5b4\ub3c4 \ub9e4\ub144 \uc801\uc6a9\ub418\uc5b4 \uc870\ud68c\ub428 + +#EgovAnnvrsryManageBndeListPop.jsp +comUssIonAns.annvrsryManageBndeListPop.title=\uae30\ub150\uc77c\uc77c\uad04\ub4f1\ub85d +comUssIonAns.annvrsryManageBndeListPop.validate.fileValue=\uc5c5\ub85c\ub4dc \ud560 \ud30c\uc77c\uc744 \uc9c0\uc815\ud574 \uc8fc\uc138\uc694. +comUssIonAns.annvrsryManageBndeListPop.validate.fileForm=\ud30c\uc77c \ud615\uc2dd\uc774 \ub9de\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\\n xls,XLS,xlsx,XLSX \ub9cc\\n \uc5c5\ub85c\ub4dc\uac00 \uac00\ub2a5\ud569\ub2c8\ub2e4! +comUssIonAns.annvrsryManageBndeListPop.validate.excelProcess=\uae30\ub150\uc77c \uc5d1\uc140 \ub4f1\ub85d\ucc98\ub9ac \uc644\ub8cc\ud558\uc600\uc2b5\ub2c8\ub2e4 +comUssIonAns.annvrsryManageBndeListPop.excelFile=\uae30\ub150\uc77c \uc5d1\uc140\ud30c\uc77c +comUssIonAns.annvrsryManageBndeListPop.AllFile=\uc77c\uad04\ud30c\uc77c +comUssIonAns.annvrsryManageBndeListPop.upload=\uc5c5\ub85c\ub4dc +comUssIonAns.annvrsryManageBndeListPop.cldrSe1=\uc591 +comUssIonAns.annvrsryManageBndeListPop.cldrSe2=\uc74c + +#Common +comUssIonAns.common.yearList=\ub144\ub3c4 +comUssIonAns.common.year=\ub144 +comUssIonAns.common.toNewWindow=\uc0c8\ucc3d\uc73c\ub85c\uc774\ub3d9 +comUssIonAns.common.annvrsryNm=\uae30\ub150\uc77c\uc81c\ubaa9 +comUssIonAns.common.annvrsryDe=\uae30\ub150\uc77c(\uc591/\uc74c) +comUssIonAns.common.cldrSe1=\uc591\ub825 +comUssIonAns.common.cldrSe2=\uc74c\ub825 +comUssIonAns.common.memo=\uba54\ubaa8 +comUssIonAns.common.annvrsrySetup=\uc54c\ub9bc\uc5ec\ubd80 +comUssIonAns.common.annvrsryBeginDday=\uc77c\uc804\uc54c\ub9bc +comUssIonAns.common.reptitSe=\ubc18\ubcf5\uc5ec\ubd80 +comUssIonAns.common.annvrsryTemp1=\uc2e0\uccad\uc790 +comUssIonAns.common.annvrsryTemp2=\uc18c\uc18d +comUssIonAns.common.annvrsryTemp3=\uae30\ub150\uc77c\uad6c\ubd84 +comUssIonAns.common.annvrsryTemp4=\uae30\ub150\uc77c +comUssIonAns.common.reptitSeEvery=\ub9e4\ub144\ubc18\ubcf5 +comUssIonAns.common.annvrsryNm=\uae30\ub150\uc77c\uba85 +comUssIonAns.common.memo=\uba54\ubaa8 +comUssIonAns.common.annvrsryBeginDe=\uc54c\ub9bc\uc2dc\uc791\uc77c +comUssIonAns.common.annvrsryBeginDdayAlarm=\uc77c\uc804\uc54c\ub9bc +comUssIonAns.common.annvrsryTemp5=\uc54c\ub9bc\uc124\uc815 +comUssIonAns.common.userName=\uc2e0\uccad\uc790\uba85 +comUssIonAns.common.annvrsryBeginDe.7=\uc77c\uc8fc\uc77c +comUssIonAns.common.annvrsryBeginDe.3=3\uc77c +comUssIonAns.common.annvrsryBeginDe.2=2\uc77c +comUssIonAns.common.annvrsryBeginDe.1=1\uc77c +comUssIonAns.common.annvrsryBeginDe.alarm=\uc804 \ubd80\ud130 \uc54c\ub9bc +comUssIonAns.common.alarm=\uc54c\ub9bc +comUssIonAns.common.init=\ucd08\uae30\ud654 +comUssIonAns.common.duplicate=\uc774\ubbf8 \ub4f1\ub85d\ub41c \ub370\uc774\ud0c0\uc785\ub2c8\ub2e4. \ud574\ub2f9 \ub370\uc774\ud0c0\ub97c \ud655\uc778\ud574 \uc8fc\uc138\uc694 + + +#\ubc30\ub108 \uad00\ub9ac# +ussIonBnr.bannerList.bannerList=\ubc30\ub108\uad00\ub9ac \ubaa9\ub85d +ussIonBnr.bannerList.bannerNm=\ubc30\ub108\uba85 +ussIonBnr.bannerList.linkUrl=\ub9c1\ud06c URL +ussIonBnr.bannerList.bannerDc=\ubc30\ub108 \uc124\uba85 +ussIonBnr.bannerList.reflctAtt=\ubc18\uc601\uc5ec\ubd80 +ussIonBnr.bannerList.noBanner=\uc120\ud0dd\ub41c \ubc30\ub108\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +ussIonBnr.bannerList.failInquire=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +ussIonBnr.bannerList.deleteImage=\uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c? + +ussIonBnr.bannerRegist.bannerRegist=\ubc30\ub108\uad00\ub9ac \ub4f1\ub85d +ussIonBnr.bannerRegist.bannerNm=\ubc30\ub108\uba85 +ussIonBnr.bannerRegist.bannerImage=\ubc30\ub108 \uc774\ubbf8\uc9c0 +ussIonBnr.bannerRegist.bannerId=\ubc30\ub108 ID +ussIonBnr.bannerRegist.linkUrl=\ub9c1\ud06c URL +ussIonBnr.bannerRegist.bannerDc=\ubc30\ub108 \uc124\uba85 +ussIonBnr.bannerRegist.sortOrdr=\uc815\ub82c\uc21c\uc11c +ussIonBnr.bannerRegist.reflctAtt=\ubc18\uc601\uc5ec\ubd80 +ussIonBnr.bannerRegist.regDate=\ub4f1\ub85d\uc77c\uc2dc +ussIonBnr.bannerRegist.saveImage=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +ussIonBnr.bannerRegist.ImageReq=\ubc30\ub108\uc774\ubbf8\uc9c0\ub294 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +ussIonBnr.bannerRegist.deleteImage=\uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c? + +ussIonBnr.bannerUpdt.bannerUpdt=\ubc30\ub108\uad00\ub9ac \uc218\uc815 +ussIonBnr.bannerUpdt.bannerNm=\ubc30\ub108\uba85 +ussIonBnr.bannerUpdt.bannerImage=\ubc30\ub108 \uc774\ubbf8\uc9c0 +ussIonBnr.bannerUpdt.bannerId=\ubc30\ub108 ID +ussIonBnr.bannerUpdt.linkUrl=\ub9c1\ud06c URL +ussIonBnr.bannerUpdt.bannerDc=\ubc30\ub108 \uc124\uba85 +ussIonBnr.bannerUpdt.sortOrdr=\uc815\ub82c\uc21c\uc11c +ussIonBnr.bannerUpdt.reflctAtt=\ubc18\uc601\uc5ec\ubd80 +ussIonBnr.bannerUpdt.regDate=\ub4f1\ub85d\uc77c\uc2dc +ussIonBnr.bannerUpdt.saveImage=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +ussIonBnr.bannerUpdt.deleteImage=\uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c? + +ussIonBnr.bannerMainList.bannerMainList=MYPAGE\ubc30\ub108\uad00\ub9ac +ussIonBnr.bannerMainList.EgovBannerDc=\uc774 \ud398\uc774\uc9c0\ub294 740. \ubc30\ub108\uad00\ub9ac\uc5d0 \ub4f1\ub85d\ud55c \ubc30\ub108\ub4e4\uc774 \ubc18\uc601\ub418\ub294 \uacf3\uc785\ub2c8\ub2e4. +ussIonBnr.bannerMainList.bannerNm=\ubc30\ub108\uba85 + + + +#\ub2f9\uc9c1\uad00\ub9ac comUssIonBnt +#EgovBndtCeckManage.xml +comUssIonBnt.bndtCeckManage.validate.bndtCeckSe=\ub2f9\uc9c1\uccb4\ud06c\uad6c\ubd84 +comUssIonBnt.bndtCeckManage.validate.bndtCeckCd=\ub2f9\uc9c1\uccb4\ud06c\ucf54\ub4dc +comUssIonBnt.bndtCeckManage.validate.bndtCeckCdNm=\ub2f9\uc9c1\uccb4\ud06c\ucf54\ub4dc\uba85 +comUssIonBnt.bndtCeckManage.validate.useAt=\uc0ac\uc6a9\uc5ec\ubd80 + +#EgovBndtDiary.xml +comUssIonBnt.bndtDiary.validate.bndtId=\ub2f9\uc9c1ID +comUssIonBnt.bndtDiary.validate.bndtDe=\ub2f9\uc9c1\uc77c\uc790 +comUssIonBnt.bndtDiary.validate.bndtCeckSe=\ub2f9\uc9c1\uccb4\ud06c\uad6c\ubd84 +comUssIonBnt.bndtDiary.validate.bndtCeckCd=\ub2f9\uc9c1\uccb4\ud06c\ucf54\ub4dc +comUssIonBnt.bndtDiary.validate.chckSttus=\uc810\uac80\uc0c1\ud0dc + +#EgovBndtManage.xml +comUssIonBnt.bndtManage.validate.bndtId=\ub2f9\uc9c1ID +comUssIonBnt.bndtManage.validate.bndtDe=\ub2f9\uc9c1\uc77c\uc790 +comUssIonBnt.bndtManage.validate.remark=\ube44\uace0 + +#EgovBndtManageList.jsp +comUssIonBnt.bndtManageList.title=\ub2f9\uc9c1\uad00\ub9ac \ubaa9\ub85d +comUssIonBnt.bndtManageList.bndtExcelRegist=\ub2f9\uc9c1\uc5d1\uc140\ub4f1\ub85d +comUssIonBnt.bndtManageList.bndtList=\ub2f9\uc9c1\ubaa9\ub85d + +#EgovBndtManageRegist.jsp comUssIonBnt.bndtManageRegist. +comUssIonBnt.bndtManageRegist.title=\ub2f9\uc9c1 \ub4f1\ub85d + +#EgovBndtManageDetail.jsp +comUssIonBnt.bndtManageDetail.title=\ub2f9\uc9c1 \uc0c1\uc138 + +#EgovBndtManageUpdt.jsp +comUssIonBnt.bndtManageUpdt.title=\ub2f9\uc9c1 \uc218\uc815 + +#EgovBndtManageBndeListPop.jsp +comUssIonBnt.bndtManageBndeListPop.title=\ub2f9\uc9c1\uc77c\uad04\ub4f1\ub85d +comUssIonBnt.bndtManageBndeListPop.bndtExcelFile=\ub2f9\uc9c1\uc790 \uc5d1\uc140\ud30c\uc77c +comUssIonBnt.bndtManageBndeListPop.file=\uc77c\uad04\ud30c\uc77c +comUssIonBnt.bndtManageBndeListPop.upload=\uc5c5\ub85c\ub4dc + +#EgovBndtDiaryDetail.jsp +comUssIonBnt.bndtDiaryDetail.title=\ub2f9\uc9c1\uc77c\uc9c0 \uc0c1\uc138 + +#EgovBndtDiaryRegist.jsp +comUssIonBnt.bndtDiaryRegist.title=\ub2f9\uc9c1\uc77c\uc9c0 \ub4f1\ub85d + +#EgovBndtDiaryUpdt.jsp +comUssIonBnt.bndtDiaryUpdt.title=\ub2f9\uc9c1\uc77c\uc9c0 \uc218\uc815 + +#EgovBndtCeckManageList.jsp +comUssIonBnt.bndtCeckManageList.title=\ub2f9\uc9c1\uccb4\ud06c\uad00\ub9ac \ubaa9\ub85d + +#EgovBndtCeckManageRegist.jsp +comUssIonBnt.bndtCeckManageRegist.title=\ub2f9\uc9c1\uccb4\ud06c \ub4f1\ub85d + +#EgovBndtCeckManageUpdt.jsp +comUssIonBnt.bndtCeckManageUpdt.title=\ub2f9\uc9c1\uccb4\ud06c \uc218\uc815 + +#EgovBndtCeckManageDetail.jsp +comUssIonBnt.bndtCeckManageDetail.title=\ub2f9\uc9c1\uccb4\ud06c \uc0c1\uc138\uc870\ud68c + +#Common comUssIonBnt.common. +comUssIonBnt.common.schdulSe=\ub2f9\uc9c1\ub144\uc6d4 +comUssIonBnt.common.year=\ub144 +comUssIonBnt.common.year.prev=\uc5f0\ub3c4 \uc774\uc804 +comUssIonBnt.common.year.next=\uc5f0\ub3c4 \uc774\ud6c4 +comUssIonBnt.common.month.prev=\uc6d4 \uc774\uc804 +comUssIonBnt.common.month.next=\uc6d4 \uc774\ud6c4 +comUssIonBnt.common.month=\uc6d4 +comUssIonBnt.common.toNewWindow=\uc0c8 \ucc3d\uc73c\ub85c \uc774\ub3d9 +comUssIonBnt.common.submit=\uc804\uc1a1 +comUssIonBnt.common.sun=\uc77c +comUssIonBnt.common.mon=\uc6d4 +comUssIonBnt.common.tues=\ud654 +comUssIonBnt.common.wed=\uc218 +comUssIonBnt.common.thurs=\ubaa9 +comUssIonBnt.common.fri=\uae08 +comUssIonBnt.common.sat=\ud1a0 +comUssIonBnt.common.watcher=\ub2f9\uc9c1\uc790 +comUssIonBnt.common.writeComplete=\uc791\uc131\uc644\ub8cc +comUssIonBnt.common.diary=\uc77c\uc9c0 +comUssIonBnt.common.insert=\ub4f1\ub85d +comUssIonBnt.common.yetInsert=\ubbf8\ub4f1\ub85d +comUssIonBnt.common.bndtIdName=\ub2f9\uc9c1\uc790\uba85 +comUssIonBnt.common.bndt=\ub2f9\uc9c1 +comUssIonBnt.common.orgnztNm=\uc18c\uc18d +comUssIonBnt.common.bndtDe=\ub2f9\uc9c1\uc77c\uc790 +comUssIonBnt.common.remark=\ube44\uace0 +comUssIonBnt.common.watcherName=\ub2f9\uc9c1 \ub300\uc0c1\uc790 +comUssIonBnt.common.validate.fileNull=\uc5c5\ub85c\ub4dc \ud560 \ud30c\uc77c\uc744 \uc9c0\uc815\ud574 \uc8fc\uc138\uc694. +comUssIonBnt.common.validate.formNotMatch=\ud30c\uc77c \ud615\uc2dd\uc774 \ub9de\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\\n xls,XLS,xlsx,XLSX \ub9cc\\n \uc5c5\ub85c\ub4dc\uac00 \uac00\ub2a5\ud569\ub2c8\ub2e4! +comUssIonBnt.common.validate.excelProcessComplete=\ub2f9\uc9c1\uc5d1\uc140 \ub4f1\ub85d\ucc98\ub9ac \uc644\ub8cc\ud558\uc600\uc2b5\ub2c8\ub2e4. +comUssIonBnt.common.altIconImg=\uc81c\ubaa9\uc544\uc774\ucf58\uc774\ubbf8\uc9c0 +comUssIonBnt.common.bndtCeckCdNm=\ub2f9\uc9c1\uccb4\ud06c\ubaa9\ub85d +comUssIonBnt.common.bndtCeckCd.good=\uc591\ud638 +comUssIonBnt.common.bndtCeckCd.bad=\ubd88\ub7c9 +comUssIonBnt.common.validate.fieldRequiredInput=\ud544\ub4dc\ub294 \ud544\uc218 \uc785\ub825\uc785\ub2c8\ub2e4. +comUssIonBnt.common.requiredInputSign=\ud544\uc218\uc785\ub825\ud45c\uc2dc +comUssIonBnt.common.searchBndtCeckSe=\ub2f9\uc9c1\uad6c\ubd84 +comUssIonBnt.common.selectedAll=\uc804\uccb4 +comUssIonBnt.common.bndtCeckCd=\ub2f9\uc9c1\uccb4\ud06c\ucf54\ub4dc +comUssIonBnt.common.bndtCeckCdName=\ub2f9\uc9c1\uccb4\ud06c\ucf54\ub4dc\uba85 +comUssIonBnt.common.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comUssIonBnt.common.useAt.y=\uc0ac\uc6a9 +comUssIonBnt.common.useAt.n=\ubbf8\uc0ac\uc6a9 +comUssIonBnt.common.bndtCeckTemp1=\ub2f9\uc9c1\uccb4\ud06c\uad6c\ubd84 + + + +#\uacbd\uc870\uc0ac\uad00\ub9ac comUssIonCtn +#EgovCtsnnManage.xml +comUssIonCtn.ctsnnManage.validate.usNm=\uc2e0\uccad\uc790 +comUssIonCtn.ctsnnManage.validate.ctsnnNm=\uacbd\uc870\uba85 +comUssIonCtn.ctsnnManage.validate.ctsnnCd=\uacbd\uc870\ucf54\ub4dc +comUssIonCtn.ctsnnManage.validate.occrrDe=\ubc1c\uc0dd\uc77c\uc790 +comUssIonCtn.ctsnnManage.validate.trgterNm=\ub300\uc0c1\uc790\uba85 +comUssIonCtn.ctsnnManage.validate.relate=\uad00\uacc4 +comUssIonCtn.ctsnnManage.validate.brth=\uc0dd\ub144\uc6d4\uc77c +comUssIonCtn.ctsnnManage.validate.sanctnDtNm=\uc2b9\uc778\uad8c\uc790 + +#EgovCtsnnManageList.jsp +comUssIonCtn.ctsnnManageList.title=\uacbd\uc870\uc0ac\uad00\ub9ac \ubaa9\ub85d +comUssIonCtn.ctsnnManageList.validate.searchFromDate=\uacbd\uc870\uc2e0\uccad\uc77c\uc790 \uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \uacbd\uc870\uc2e0\uccad\uc77c\uc790\ub97c \ud655\uc778\ud558\uc138\uc694. +comUssIonCtn.ctsnnManageList.searchKeyword=\uacbd\uc870\uad6c\ubd84 +comUssIonCtn.ctsnnManageList.selectedAll=\uc804\uccb4 +comUssIonCtn.ctsnnManageList.occurDate=\ubc1c\uc0dd\uc77c\uc790 +comUssIonCtn.ctsnnManageList.searchFromDate=\uacbd\uc870\uc2e0\uccad \uc2dc\uc791\uc77c\uc790 +comUssIonCtn.ctsnnManageList.searchToDate=\uacbd\uc870\uc2e0\uccad \uc885\ub8cc\uc77c\uc790 +comUssIonCtn.ctsnnManageList.searchNm=\uc2e0\uccad\uc790 +comUssIonCtn.ctsnnManageList.searchConfmAt=\uc9c4\ud589\uad6c\ubd84 +comUssIonCtn.ctsnnManageList.searchConfmAt.A=\uc2e0\uccad\uc911 +comUssIonCtn.ctsnnManageList.searchConfmAt.C=\uc2b9\uc778 +comUssIonCtn.ctsnnManageList.searchConfmAt.R=\ubc18\ub824 +comUssIonCtn.ctsnnManageList.ctsnnCdNm=\uacbd\uc870\uba85 +comUssIonCtn.ctsnnManageList.usNm=\uc2e0\uccad\uc790 +comUssIonCtn.ctsnnManageList.orgnztNm=\uc18c\uc18d +comUssIonCtn.ctsnnManageList.sanctnDt=\uc2b9\uc778\uc77c\uc790 +comUssIonCtn.ctsnnManageList.sanctnerNm=\uc2b9\uc778\uc790 + +#EgovCtsnnRegist.jsp +comUssIonCtn.ctsnnRegist.title=\uacbd\uc870\uc0ac \ub4f1\ub85d +comUssIonCtn.ctsnnRegist.ctsnnApply=\uacbd\uc870\uc0ac \uc2e0\uccad +comUssIonCtn.ctsnnRegist.ctsnnAplyr=\uacbd\uc870 \uc2e0\uccad\uc790 +comUssIonCtn.ctsnnRegist.usNm=\uc2e0\uccad\uc790 +comUssIonCtn.ctsnnRegist.usOrgnztNm=\uc18c\uc18d +comUssIonCtn.ctsnnRegist.ctsnnNm=\uacbd\uc870\uba85 +comUssIonCtn.ctsnnRegist.ctsnnCd=\uacbd\uc870\uad6c\ubd84 +comUssIonCtn.ctsnnRegist.occrrDe=\ubc1c\uc0dd\uc77c +comUssIonCtn.ctsnnRegist.trgterNm=\ub300\uc0c1\uc790\uba85 +comUssIonCtn.ctsnnRegist.relate=\uad00\uacc4 +comUssIonCtn.ctsnnRegist.brth=\uc0dd\ub144\uc6d4\uc77c +comUssIonCtn.ctsnnRegist.remark=\ube44\uace0 +comUssIonCtn.ctsnnRegist.infrmlSanctnId=\uacb0\uc7ac\uad8c\uc790 + +#EgovCtsnnUpdt.jsp +comUssIonCtn.ctsnnUpdt.title=\uacbd\uc870\uc0ac \uc218\uc815 +comUssIonCtn.ctsnnUpdt.ctsnnAplyr=\uacbd\uc870 \uc2e0\uccad\uc790 +comUssIonCtn.ctsnnUpdt.usNm=\uc2e0\uccad\uc790 +comUssIonCtn.ctsnnUpdt.usOrgnztNm=\uc18c\uc18d +comUssIonCtn.ctsnnUpdt.ctsnnNm=\uacbd\uc870\uba85 +comUssIonCtn.ctsnnUpdt.EnterCtsnnNm=\uacbd\uc870\uba85\uc744 \uc785\ub825\ud558\uc138\uc694. +comUssIonCtn.ctsnnUpdt.ctsnnCd=\uacbd\uc870\uad6c\ubd84 +comUssIonCtn.ctsnnUpdt.occrrDe=\ubc1c\uc0dd\uc77c +comUssIonCtn.ctsnnUpdt.trgterNm=\ub300\uc0c1\uc790\uba85 +comUssIonCtn.ctsnnUpdt.EnterTrgterNm=\ub300\uc0c1\uc790\uba85\uc744 \uc785\ub825\ud558\uc138\uc694. +comUssIonCtn.ctsnnUpdt.relate=\uad00\uacc4 +comUssIonCtn.ctsnnUpdt.brth=\uc0dd\ub144\uc6d4\uc77c +comUssIonCtn.ctsnnUpdt.remark=\ube44\uace0 +comUssIonCtn.ctsnnUpdt.infrmlSanctnId=\uacb0\uc7ac\uad8c\uc790 + +#EgovCtsnnManageDetail.jsp +comUssIonCtn.ctsnnManageDetail.title=\uacbd\uc870\uc0ac \uc0c1\uc138\uc870\ud68c +comUssIonCtn.ctsnnManageDetail.ctsnnAplyr=\uacbd\uc870 \uc2e0\uccad\uc790 +comUssIonCtn.ctsnnManageDetail.usNm=\uc2e0\uccad\uc790 +comUssIonCtn.ctsnnManageDetail.usOrgnztNm=\uc18c\uc18d +comUssIonCtn.ctsnnManageDetail.ctsnnNm=\uacbd\uc870\uba85 +comUssIonCtn.ctsnnManageDetail.ctsnnCd=\uacbd\uc870\uad6c\ubd84 +comUssIonCtn.ctsnnManageDetail.occrrDe=\ubc1c\uc0dd\uc77c +comUssIonCtn.ctsnnManageDetail.trgterNm=\ub300\uc0c1\uc790\uba85 +comUssIonCtn.ctsnnManageDetail.relate=\uad00\uacc4 +comUssIonCtn.ctsnnManageDetail.brth=\uc0dd\ub144\uc6d4\uc77c +comUssIonCtn.ctsnnManageDetail.remark=\ube44\uace0 +comUssIonCtn.ctsnnManageDetail.infrmlSanctnId=\uacb0\uc7ac\uad8c\uc790 +comUssIonCtn.ctsnnManageDetail.submit=\uc804\uc1a1 + +#EgovCtsnnConfm.jsp +comUssIonCtn.ctsnnConfm.title=\uacbd\uc870\uc0ac\uc2b9\uc778 +comUssIonCtn.ctsnnConfm.submit=\uc804\uc1a1 +comUssIonCtn.ctsnnConfm.ctsnnAplyr=\uacbd\uc870 \uc2e0\uccad\uc790 +comUssIonCtn.ctsnnConfm.usNm=\uc2e0\uccad\uc790 +comUssIonCtn.ctsnnConfm.orgnztNm=\uc18c\uc18d +comUssIonCtn.ctsnnConfm.ctsnnNm=\uacbd\uc870\uba85 +comUssIonCtn.ctsnnConfm.ctsnnCdNm=\uacbd\uc870\uad6c\ubd84 +comUssIonCtn.ctsnnConfm.occrrDe=\ubc1c\uc0dd\uc77c +comUssIonCtn.ctsnnConfm.trgterNm=\ub300\uc0c1\uc790\uba85 +comUssIonCtn.ctsnnConfm.relateNm=\uad00\uacc4 +comUssIonCtn.ctsnnConfm.brth=\uc0dd\ub144\uc6d4\uc77c +comUssIonCtn.ctsnnConfm.remark=\ube44\uace0 +comUssIonCtn.ctsnnConfm.infrmlSanctnId=\uacb0\uc7ac\uad8c\uc790 +comUssIonCtn.ctsnnConfm.agree=\uc2b9\uc778 +comUssIonCtn.ctsnnConfm.disagree=\ubc18\ub824 + +#EgovCtsnnConfmList.jsp +comUssIonCtn.ctsnnConfmList.title=\uacbd\uc870\uc0ac\uc2b9\uc778 \ubaa9\ub85d +comUssIonCtn.ctsnnConfmList.searchFromDate=\uc2e0\uccad\uc77c\uc790 \uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \uc2e0\uccad\uc77c\uc790\ub97c \ud655\uc778\ud558\uc138\uc694. +comUssIonCtn.ctsnnConfmList.titleList=\uacbd\uc870\uc0ac\uc2b9\uc778\uad00\ub9ac \ubaa9\ub85d +comUssIonCtn.ctsnnConfmList.searchKeyword=\uacbd\uc870\uad6c\ubd84 +comUssIonCtn.ctsnnConfmList.selectedAll=\uc804\uccb4 +comUssIonCtn.ctsnnConfmList.applyDate=\uc2e0\uccad\uc77c\uc790 +comUssIonCtn.ctsnnConfmList.searchFromDate=\uacbd\uc870\uc2e0\uccad \uc2dc\uc791\uc77c\uc790 +comUssIonCtn.ctsnnConfmList.searchToDate=\uacbd\uc870\uc2e0\uccad \uc885\ub8cc\uc77c\uc790 +comUssIonCtn.ctsnnConfmList.searchNm=\uc2e0\uccad\uc790 +comUssIonCtn.ctsnnConfmList.searchConfmAt=\uc9c4\ud589\uad6c\ubd84 +comUssIonCtn.ctsnnConfmList.searchConfmAt.A=\uc2e0\uccad\uc911 +comUssIonCtn.ctsnnConfmList.searchConfmAt.C=\uc2b9\uc778 +comUssIonCtn.ctsnnConfmList.searchConfmAt.R=\ubc18\ub824 +comUssIonCtn.ctsnnConfmList.searchConfmAt.agree=\uc2b9\uc778\ucc98\ub9ac +comUssIonCtn.ctsnnConfmList.searchConfmAt.detail=\uc0c1\uc138\ubcf4\uae30 + + +#\ud589\uc0ac/\uc774\ubca4\ud2b8/\ucea0\ud398\uc778# + +comUssIonEcc.eventCmpgnVO.title = \ud589\uc0ac/\uc774\ubca4\ud2b8/\ucea0\ud398\uc778 + +comUssIonEcc.eventCmpgnVO.findEv = \ud589\uc0ac/\uc774\ubca4\ud2b8/\ucea0\ud398\uc778 \uc120\ud0dd +comUssIonEcc.eventCmpgnVO.eventTyCode = \ud589\uc0ac\uc720\ud615 +comUssIonEcc.eventCmpgnVO.eventSvcBeginDe = \ud589\uc0ac\uc2dc\uc791\uc77c +comUssIonEcc.eventCmpgnVO.eventSvcEndDe = \ud589\uc0ac\uc885\ub8cc\uc77c +comUssIonEcc.eventCmpgnVO.eventCn = \ud589\uc0ac\ub0b4\uc6a9 +comUssIonEcc.eventCmpgnVO.svcUseNmprCo = \ucc38\uac00\uc778\uc6d0 \uc218 +comUssIonEcc.eventCmpgnVO.prparetgCn = \uc900\ube44\ubb3c \ub0b4\uc6a9 +comUssIonEcc.eventCmpgnVO.chargerNm = \ub2f4\ub2f9\uc790\uba85 +comUssIonEcc.eventCmpgnVO.eventConfmAt = \uc2b9\uc778\uc5ec\ubd80 +comUssIonEcc.eventCmpgnVO.eventConfmDe = \uc2b9\uc778\uc77c + +comUssIonEcc.tnextrlHrVO.title = \uc678\ubd80\uc778\uc0ac + +comUssIonEcc.tnextrlHrVO.sexdstnCode = \uc131\ubcc4 +comUssIonEcc.tnextrlHrVO.extrlHrNm = \uc678\ubd80\uc778\uc0ac\uba85 +comUssIonEcc.tnextrlHrVO.occpTyCode = \uc9c1\uc5c5\uc720\ud615 +comUssIonEcc.tnextrlHrVO.psitnInsttNm = \uc18c\uc18d\uae30\uad00 +comUssIonEcc.tnextrlHrVO.brth = \uc0dd\ub144\uc6d4\uc77c +comUssIonEcc.tnextrlHrVO.telNo = \uc5f0\ub77d\ucc98 +comUssIonEcc.tnextrlHrVO.areaNo = \uc9c0\uc5ed\ubc88\ud638 +comUssIonEcc.tnextrlHrVO.middleTelno = \uc911\uac04\ubc88\ud638 +comUssIonEcc.tnextrlHrVO.endTelno = \ub05d\ubc88\ud638 +comUssIonEcc.tnextrlHrVO.emailAdres = \uc774\uba54\uc77c\uc8fc\uc18c + + +#\ud589\uc0ac\uc2e0\uccad\uad00\ub9ac / \ud589\uc0ac\uc811\uc218\uad00\ub9ac/ \ud589\uc0ac\uc811\uc218\uc2b9\uc778\uad00\ub9ac comUssIonEvt + +#EgovEventManage.xml +comUssIonEvt.eventManage.validate.eventSe=\ud589\uc0ac\uad6c\ubd84 +comUssIonEvt.eventManage.validate.eventNm=\ud589\uc0ac\uba85 +comUssIonEvt.eventManage.validate.eventPurps=\ud589\uc0ac\ubaa9\uc801 +comUssIonEvt.eventManage.validate.eventBeginDe=\ud589\uc0ac\uc2dc\uc791\uc77c\uc790 +comUssIonEvt.eventManage.validate.eventEndDe=\ud589\uc0ac\uc885\ub8cc\uc77c\uc790 +comUssIonEvt.eventManage.validate.eventAuspcInsttNm=\ud589\uc0ac\uc8fc\ucd5c\uae30\uad00\uba85 +comUssIonEvt.eventManage.validate.eventMngtInsttNm=\ud589\uc0ac\uc8fc\uad00\uae30\uad00\uba85 +comUssIonEvt.eventManage.validate.eventPlace=\ud589\uc0ac\uc7a5\uc18c +comUssIonEvt.eventManage.validate.eventCn=\ud589\uc0ac\ub0b4\uc6a9 +comUssIonEvt.eventManage.validate.ctOccrrncAt=\ube44\uc6a9\ubc1c\uc0dd\uc5ec\ubd80 +comUssIonEvt.eventManage.validate.partcptCt=\ucc38\uac00\ube44\uc6a9 +comUssIonEvt.eventManage.validate.psncpa=\uc815\uc6d0 +comUssIonEvt.eventManage.validate.rceptBeginDe=\uc811\uc218\uc2dc\uc791\uc77c\uc790 +comUssIonEvt.eventManage.validate.rceptEndDe=\uc811\uc218\uc885\ub8cc\uc77c\uc790 + +#EgovEventAtdrn.xml +comUssIonEvt.eventAtdrn.validate.eventId=\ud589\uc0acID +comUssIonEvt.eventAtdrn.validate.sanctnerId=\uacb0\uc7ac\uc790ID + +#EgovEventReqstManageList.jsp +comUssIonEvt.eventReqstManageList.title=\ud589\uc0ac\uc2e0\uccad\uad00\ub9ac \ubaa9\ub85d + +#EgovEventReqstRegist.jsp +comUssIonEvt.eventReqstRegist.title=\ud589\uc0ac \ub4f1\ub85d + +#EgovEventReqstDetail.jsp +comUssIonEvt.eventReqstDetail.title=\ud589\uc0ac \uc0c1\uc138 + +#EgovEventReqstUpdt.jsp +comUssIonEvt.eventReqstUpdt.title=\ud589\uc0ac\uc218\uc815 +comUssIonEvt.eventReqstUpdt.eventManageUpdt=\ud589\uc0ac\uad00\ub9ac \uc218\uc815 + +#EgovEventReqstAtdrnList.jsp +comUssIonEvt.eventReqstAtdrnList.title=\ud589\uc0ac\ucc38\uc11d\uc790 \ubaa9\ub85d +comUssIonEvt.eventReqstAtdrnList.eventTemp1=\ucc38\uc11d\uc790\uba85 +comUssIonEvt.eventReqstAtdrnList.eventTemp2=\uc18c\uc18d +comUssIonEvt.eventReqstAtdrnList.eventTemp4=\uad6c\ubd84 +comUssIonEvt.eventReqstAtdrnList.eventTemp4.A=\uc2e0\uccad +comUssIonEvt.eventReqstAtdrnList.eventTemp4.C=\uc2b9\uc778 +comUssIonEvt.eventReqstAtdrnList.eventTemp4.R=\ubc18\ub824 + +#EgovEventRceptConfm.jsp +comUssIonEvt.eventRceptConfm.title=\ud589\uc0ac\uc811\uc218\uc2b9\uc778 \ubaa9\ub85d +comUssIonEvt.eventRceptConfm.validate.checkedEvent=\uc2b9\uc778\ucc98\ub9ac\ud560 \ub300\uc0c1\uc774 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc2b9\uc778\ucc98\ub9ac\ud560 \ub300\uc0c1\uc744 \uc120\ud0dd\ud558\uc2e0 \ud6c4 \uc2b9\uc778\ucc98\ub9ac \uac00\ub2a5\ud569\ub2c8\ub2e4. +comUssIonEvt.eventRceptConfm.eventParticipateApply.agree=\ud589\uc0ac\ucc38\uc5ec\uc2e0\uccad - \uc2b9\uc778 +comUssIonEvt.eventRceptConfm.eventParticipateApply.disagree=\ud589\uc0ac\uc811\uc218\uc2e0\uccad - \ubc18\ub824 +comUssIonEvt.eventRceptConfm.eventRcptMngList=\ud589\uc0ac\uc811\uc218\uc2b9\uc778\uad00\ub9ac \ubaa9\ub85d + +#EgovEventRceptManageList.jsp +comUssIonEvt.eventRceptManageList.title=\ud589\uc0ac\uc811\uc218\uad00\ub9ac \ubaa9\ub85d +comUssIonEvt.eventRceptManageList.proccessCategory=\uc9c4\ud589\uad6c\ubd84 +comUssIonEvt.eventRceptManageList.searchConfmAt=\uc2b9\uc778\uad6c\ubd84 +comUssIonEvt.eventRceptManageList.searchConfmAt.non=\uc2e0\uccad\uc804 +comUssIonEvt.eventRceptManageList.searchConfmAt.a=\uc2e0\uccad\uc911 +comUssIonEvt.eventRceptManageList.searchConfmAt.c=\uc2b9\uc778 +comUssIonEvt.eventRceptManageList.searchConfmAt.r=\ubc18\ub824 +comUssIonEvt.eventRceptManageList.applyDetail=\uc2e0\uccad(\uc0c1\uc138) +comUssIonEvt.eventRceptManageList.confmAt=\uc2e0\uccad + +#EgovEventRceptDetail.jsp +comUssIonEvt.eventRceptDetail.title=\ud589\uc0ac\uc811\uc218\uc2e0\uccad \uc0c1\uc138\uc870\ud68c +comUssIonEvt.eventRceptDetail.validate.confirmCancle=\uc2e0\uccad\ucde8\uc18c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comUssIonEvt.eventRceptDetail.eventManageVO.eventTemp7=\uc18c\uc18d +comUssIonEvt.eventRceptDetail.confirmCancle=\uc2e0\uccad\ucde8\uc18c + +#EgovEventRceptRegist.jsp +comUssIonEvt.eventRceptRegist.title=\ud589\uc0ac\uc811\uc218\uc2e0\uccad +comUssIonEvt.eventRceptRegist.infrmlSanctn=\uacb0\uc7ac\uad8c\uc790 + +#Common +comUssIonEvt.common.validate.searchYearValue=\uc804\uccb4\ub144\ub3c4\uc5d0 \uc6d4\ub9cc \uc870\ud68c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ub144\ub3c4\ub294 \uc120\ud0dd\ud574\uc8fc\uc138\uc694 +comUssIonEvt.common.searchSe=\ud589\uc0ac\uad6c\ubd84 +comUssIonEvt.common.selectedAll=\uc804\uccb4 +comUssIonEvt.common.eventYearMonth=\ud589\uc0ac\ub144\uc6d4 +comUssIonEvt.common.searchYear=\ud589\uc0ac\ub144 +comUssIonEvt.common.searchMonth=\ud589\uc0ac\uc6d4 +comUssIonEvt.common.year=\ub144 +comUssIonEvt.common.month=\uc6d4 +comUssIonEvt.common.eventNm=\ud589\uc0ac\uba85 +comUssIonEvt.common.eventPlace=\ud589\uc0ac\uc7a5\uc18c +comUssIonEvt.common.eventTemp3=\ud589\uc0ac\uad6c\ubd84 +comUssIonEvt.common.eventBeginDe.eventEndDe=\ud589\uc0ac\uc77c\uc790 +comUssIonEvt.common.eventTemp1=\uae30\uac04 +comUssIonEvt.common.prcpPpl=\ucc38\uc5ec/\uc815\uc6d0 +comUssIonEvt.common.rceptBeginDe.rceptEndDe=\ud589\uc0ac\uc811\uc218\uae30\uac04 +comUssIonEvt.common.days=\uc77c\uac04 +comUssIonEvt.common.validate.vEventBeginDefastervEventEndDe=\ud589\uc0ac\uc2dc\uc791\uc77c\uc774 \ud589\uc0ac\uc885\ub8cc\uc77c\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \ud589\uc0ac\uae30\uac04\uc744 \ud655\uc778\ud574 \uc8fc\uc138\uc694. +comUssIonEvt.common.validate.vRceptBeginDeFastervRceptEndDe=\ud589\uc0ac\uc811\uc218\uc2dc\uc791\uc77c\uc774 \ud589\uc0ac\uc811\uc218\uc885\ub8cc\uc77c\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \ud589\uc0ac\uc811\uc218\uae30\uac04\uc744 \ud655\uc778\ud574 \uc8fc\uc138\uc694. +comUssIonEvt.common.validate.vRceptEndDeFastervEventBeginDe=\ud589\uc0ac\uc811\uc218\ub294 \ud589\uc0ac\uc2dc\uc791\uc77c \uc774\uc804\uc5d0 \uc811\uc218\uc885\ub8cc\ub418\uc5b4\uc5b4 \ud569\ub2c8\ub2e4. \ud589\uc0ac\uae30\uac04/\ud589\uc0ac\uc811\uc218\uae30\uac04\uc744 \ud655\uc778\ud574 \uc8fc\uc138\uc694. +comUssIonEvt.common.validate.urlCheckvRefrnUrl=\ucc38\uc870URL\uc758 \ud615\uc2dd\uc774 URL \ud615\uc2dd\uacfc \ud2c0\ub9bd\ub2c8\ub2e4. \ud655\uc778\ud574 \uc8fc\uc138\uc694. +comUssIonEvt.common.validate.isNaNvPartcptCt=\ucc38\uac00\ube44\uc6a9\uc740 \uc22b\uc790\ub9cc \uc785\ub825\uac00\ub2a5\ud569\ub2c8\ub2e4. +comUssIonEvt.common.validate.vPartcptCtZero=\ucc38\uac00\ube44\uc6a9\uc774 \uc720\ub8cc\uc778 \uacbd\uc6b0 0\uc6d0 \uc774\uc0c1 \uc785\ub825\ud558\uc154\uc57c \ud569\ub2c8\ub2e4. \ud655\uc548\ud574 \uc8fc\uc138\uc694 +comUssIonEvt.common.validate.isNaNvPsncpa=\uc815\uc6d0\uc740 \uc22b\uc790\ub9cc \uc785\ub825\uac00\ub2a5\ud569\ub2c8\ub2e4. +comUssIonEvt.common.validate.vPsncpaZero=\uc815\uc6d0\uc740 0\uba85\uc744 \uc774\uc0c1 \uc785\ub825\ud558\uc154\uc57c \ud569\ub2c8\ub2e4. \ud655\uc548\ud574 \uc8fc\uc138\uc694. +comUssIonEvt.common.eventPurps=\ud589\uc0ac\ubaa9\uc801 +comUssIonEvt.common.eventDe=\ud589\uc0ac\uae30\uac04 +comUssIonEvt.common.eventBeginDe=\ud589\uc0ac \uc2dc\uc791\uc77c\uc790 +comUssIonEvt.common.eventEndDe=\ud589\uc0ac \uc885\ub8cc\uc77c\uc790 +comUssIonEvt.common.eventAuspcInsttNm=\ud589\uc0ac\uc8fc\ucd5c +comUssIonEvt.common.eventMngtInsttNm=\ud589\uc0ac\uc8fc\uad00 +comUssIonEvt.common.refrnUrl=\ucc38\uc870URL +comUssIonEvt.common.eventCn=\ud589\uc0ac\ub0b4\uc6a9 +comUssIonEvt.common.ctOccrrncAt=\ucc38\uac00\ube44\uc6a9 +comUssIonEvt.common.free=\ubb34\ub8cc +comUssIonEvt.common.fee=\uc720\ub8cc +comUssIonEvt.common.feePrice=\uc720\ub8cc\uae08\uc561 +comUssIonEvt.common.feeUnit=\ub9cc\uc6d0 +comUssIonEvt.common.psncpa=\uc815\uc6d0 +comUssIonEvt.common.rceptBeginDe=\ud589\uc0ac\uc811\uc218 \uc2dc\uc791\uc77c\uc790 +comUssIonEvt.common.rceptEndDe=\ud589\uc0ac\uc811\uc218 \uc885\ub8cc\uc77c\uc790 +comUssIonEvt.common.init=\ucd08\uae30\ud654 +comUssIonEvt.common.submit=\uc804\uc1a1 +comUssIonEvt.common.toNewWindow=\uc0c8\ucc3d\uc73c\ub85c +comUssIonEvt.common.titleIconImage=\uc81c\ubaa9\uc544\uc774\ucf58\uc774\ubbf8\uc9c0 +comUssIonEvt.common.confrm=\uc2b9\uc778 +comUssIonEvt.common.return=\ubc18\ub824 +comUssIonEvt.common.applcntNm=\uc2e0\uccad\uc790 +comUssIonEvt.common.sanctnDt=\uc2b9\uc778\uc77c\uc790 + + + +#Facebook +#EgovFacebookHome.jsp +comUssIonFbk.facebookHome.title=\uae30\ub2a5\ubaa9\ub85d +comUssIonFbk.facebookHome.subject=\ud398\uc774\uc2a4\ubd81 \uc5f0\ub3d9 +comUssIonFbk.facebookHome.viewFeed=\ub2f4\ubcbc\ub77d \ubcf4\uae30 +comUssIonFbk.facebookHome.viewDetailAlbum=\uc0ac\uc9c4\uc568\ubc94 \uc0c1\uc138\ubcf4\uae30 +comUssIonFbk.facebookHome.viewProfile=\ud504\ub85c\ud544 \uc815\ubcf4\ubcf4\uae30 +comUssIonFbk.facebookHome.signOutFacebook=\ud398\uc774\uc2a4\ubd81 \ub85c\uadf8\uc544\uc6c3 + +#EgovFacebookAlbum.jsp +comUssIonFbk.facebookAlbum.title=\uc568\ubc94 \uc870\ud68c + +#EgovFacebookAlbums.jsp +comUssIonFbk.facebookAlbums.title=\uc568\ubc94\ubaa9\ub85d \uc870\ud68c + +#EgovFacebookFeed.jsp +comUssIonFbk.facebookFeed.title=\ub2f4\ubcbc\ub77d \uc870\ud68c + +#EgovFacebookProfile.jsp +comUssIonFbk.facebookProfile.title=\ud504\ub85c\ud544 \uc870\ud68c + +#EgovFacebookSignin.jsp +comUssIonFbk.facebookSignin.title=\ub85c\uadf8\uc778 +comUssIonFbk.facebookSignin.titleInfo=Facebook \uc5f0\ub3d9 +comUssIonFbk.facebookSignin.description=\uae30\ub2a5 \ud14c\uc2a4\ud2b8\ub97c \uc704\ud574\uc11c \uc0ac\uc804\uc5d0 https://developers.facebook.com\uc5d0\uc11c API\ub4f1\ub85d\uc744 \ud574\uc57c \ud55c\ub2e4. + + + +#\uc778\ud130\ub137\uc11c\ube44\uc2a4\uc548\ub0b4 \uad00\ub9ac# +uss.ion.isg.intnetSvcGuidanceList.intnetSvcGuidanceList=\uc778\ud130\ub137\uc11c\ube44\uc2a4 \uc548\ub0b4 \ubc0f \uad00\ub9ac \ubaa9\ub85d +uss.ion.isg.intnetSvcGuidanceList.intnetSvcGuidanceNm=\uc778\ud130\ub137\uc11c\ube44\uc2a4 \uba85 +uss.ion.isg.intnetSvcGuidanceList.intnetSvcGuidanceId=\uc778\ud130\ub137\uc11c\ube44\uc2a4 ID +uss.ion.isg.intnetSvcGuidanceList.intnetSvcGuidanceReflctAt=\ubc18\uc601\uc5ec\ubd80 +uss.ion.isg.intnetSvcGuidanceList.intnetSvcGuidanceRegDate=\ub4f1\ub85d\uc77c\uc2dc + +uss.ion.isg.intnetSvcGuidanceRegist.intnetSvcGuidanceRegist=\uc778\ud130\ub137\uc11c\ube44\uc2a4\uc548\ub0b4 \ub4f1\ub85d +uss.ion.isg.intnetSvcGuidanceRegist.intnetSvcGuidanceNm=\uc778\ud130\ub137\uc11c\ube44\uc2a4 \uba85 +uss.ion.isg.intnetSvcGuidanceRegist.intnetSvcGuidanceId=\uc778\ud130\ub137\uc11c\ube44\uc2a4 ID +uss.ion.isg.intnetSvcGuidanceRegist.intnetSvcGuidanceDc=\uc778\ud130\ub137\uc11c\ube44\uc2a4 \uc124\uba85 +uss.ion.isg.intnetSvcGuidanceRegist.intnetSvcGuidanceReflctAt=\ubc18\uc601\uc5ec\ubd80 +uss.ion.isg.intnetSvcGuidanceRegist.intnetSvcGuidanceRegDate=\ub4f1\ub85d\uc77c\uc2dc + +uss.ion.isg.intnetSvcGuidanceUpdt.intnetSvcGuidanceUpdt=\uc778\ud130\ub137\uc11c\ube44\uc2a4\uc548\ub0b4 \uc218\uc815 +uss.ion.isg.intnetSvcGuidanceUpdt.intnetSvcGuidanceNm=\uc778\ud130\ub137\uc11c\ube44\uc2a4 \uba85 +uss.ion.isg.intnetSvcGuidanceUpdt.intnetSvcGuidanceId=\uc778\ud130\ub137\uc11c\ube44\uc2a4 ID +uss.ion.isg.intnetSvcGuidanceUpdt.intnetSvcGuidanceDc=\uc778\ud130\ub137\uc11c\ube44\uc2a4 \uc124\uba85 +uss.ion.isg.intnetSvcGuidanceUpdt.intnetSvcGuidanceReflctAt=\ubc18\uc601\uc5ec\ubd80 +uss.ion.isg.intnetSvcGuidanceUpdt.intnetSvcGuidanceRegDate=\ub4f1\ub85d\uc77c\uc2dc + +uss.ion.isg.intnetSvcGuidanceView.intnetSvcGuidanceView=\uc778\ud130\ub137\uc11c\ube44\uc2a4\uc548\ub0b4 \ubcf4\uae30 + + + +#\uc57d\uc2dd\uacb0\uc7ac +#EgovInfrmlSanctnRegist.jsp +comUssIonIsm.infrmlSanctnRegist.sanctnDtNm=\uc2b9\uc778\uad8c\uc790\uba85 +comUssIonIsm.infrmlSanctnRegist.orgnztNm=\uc18c\uc18d +comUssIonIsm.infrmlSanctnRegist.contractor=\uacb0\uc7ac\uc790\uc9c0\uc815 + +#EgovInfrmlSanctnDetail.jsp +comUssIonIsm.infrmlSanctnDetail.confmAt=\uc2b9\uc778\uc5ec\ubd80 +comUssIonIsm.infrmlSanctnDetail.confmAtA=\uc2e0\uccad\uc911 +comUssIonIsm.infrmlSanctnDetail.confmAtC=\uc2b9\uc778 +comUssIonIsm.infrmlSanctnDetail.confmAtR=\ubc18\ub824 +comUssIonIsm.infrmlSanctnDetail.confmDate=\uc2b9\uc778\uc77c\uc790 +comUssIonIsm.infrmlSanctnDetail.opinion=\uc758\uacac +comUssIonIsm.infrmlSanctnDetail.confmAtReason=\ubc18\ub824\uc0ac\uc720 + +#EgovReturnPopup.jsp +comUssIonIsm.returnPopup.returnProcess=\ubc18\ub824 \ucc98\ub9ac\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + +#EgovSanctnerList.jsp +comUssIonIsm.sanctnerList.searchCondition=\uc870\ud68c\uc870\uac74 +comUssIonIsm.sanctnerList.title=\uc0ac\uc6a9\uc790 \ubaa9\ub85d\uc870\ud68c +comUssIonIsm.sanctnerList.deptNm=\ubd80\uc11c\uba85 +comUssIonIsm.sanctnerList.employeeNm=\uc0ac\uc6d0\uba85 +comUssIonIsm.sanctnerList.dept=\ubd80\uc11c +comUssIonIsm.sanctnerList.class=\uc9c1\uc704 +comUssIonIsm.sanctnerList.employeeNo=\uc0ac\ubc88 + + + +#\ub85c\uadf8\uc778\ud654\uba74\uc774\ubbf8\uc9c0 \uad00\ub9ac# +ussIonLsi.loginScrinImageList.loginScrinImageList=\ub85c\uadf8\uc778\ud654\uba74\uc774\ubbf8\uc9c0 \ubaa9\ub85d +ussIonLsi.loginScrinImageList.imageNm=\uc774\ubbf8\uc9c0 \uba85 +ussIonLsi.loginScrinImageList.image=\uc774\ubbf8\uc9c0 +ussIonLsi.loginScrinImageList.imageDc=\uc774\ubbf8\uc9c0 \uc124\uba85 +ussIonLsi.loginScrinImageList.reflctAtt=\ubc18\uc601\uc5ec\ubd80 +ussIonLsi.loginScrinImageList.noImage=\uc120\ud0dd\ub41c \ub85c\uadf8\uc778\ud654\uba74 \uc774\ubbf8\uc9c0\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +ussIonLsi.loginScrinImageList.failInquire=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +ussIonLsi.loginScrinImageList.deleteImage=\uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c? + +ussIonLsi.loginScrinImageRegist.loginScrinImageRegist=\ub85c\uadf8\uc778\ud654\uba74\uc774\ubbf8\uc9c0 \ub4f1\ub85d +ussIonLsi.loginScrinImageRegist.mainImageNm=\uc774\ubbf8\uc9c0 \uba85 +ussIonLsi.loginScrinImageRegist.mainImage=\uc774\ubbf8\uc9c0 +ussIonLsi.loginScrinImageRegist.mainImageId=\uc774\ubbf8\uc9c0ID +ussIonLsi.loginScrinImageRegist.mainImageDc=\uc774\ubbf8\uc9c0 \uc124\uba85 +ussIonLsi.loginScrinImageRegist.mainImageReflctAt=\ubc18\uc601\uc5ec\ubd80 +ussIonLsi.loginScrinImageRegist.mainImageregDate=\ub4f1\ub85d\uc77c\uc2dc +ussIonLsi.loginScrinImageRegist.saveImage=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +ussIonLsi.loginScrinImageRegist.ImageReq=\uc774\ubbf8\uc9c0\ub294 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +ussIonLsi.loginScrinImageRegist.deleteImage=\uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c? + +ussIonLsi.loginScrinImageUpdt.loginScrinImageUpdt=\ub85c\uadf8\uc778\ud654\uba74\uc774\ubbf8\uc9c0 \uc218\uc815 +ussIonLsi.loginScrinImageUpdt.mainImageNm=\uc774\ubbf8\uc9c0 \uba85 +ussIonLsi.loginScrinImageUpdt.mainImage=\uc774\ubbf8\uc9c0 +ussIonLsi.loginScrinImageUpdt.mainImageId=\uc774\ubbf8\uc9c0ID +ussIonLsi.loginScrinImageUpdt.mainImageDc=\uc774\ubbf8\uc9c0 \uc124\uba85 +ussIonLsi.loginScrinImageUpdt.mainImageReflctAt=\ubc18\uc601\uc5ec\ubd80 +ussIonLsi.loginScrinImageUpdt.mainImageregDate=\ub4f1\ub85d\uc77c\uc2dc +ussIonLsi.loginScrinImageUpdt.saveImage=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +ussIonLsi.loginScrinImageUpdt.deleteImage=\uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c? + +ussIonLsi.loginScrinImageView.loginScrinImageView=\ub85c\uadf8\uc778\ud654\uba74\uc774\ubbf8\uc9c0 \ubc18\uc601 +ussIonLsi.loginScrinImageView.loginScrinImageViewDc=\uc774 \ud398\uc774\uc9c0\ub294 750. \ub85c\uadf8\uc778\uc774\ubbf8\uc9c0 \uad00\ub9ac\uc5d0 \ub4f1\ub85d\ud55c \uc774\ubbf8\uc9c0\ub4e4\uc774 \ubc18\uc601\ub418\ub294 \uacf3\uc785\ub2c8\ub2e4. + + + +#\uba54\uc778\uc774\ubbf8\uc9c0\uad00\ub9ac# +uss.ion.msi.mainImageList.mainImageList=\uba54\uc778\ud654\uba74\uc774\ubbf8\uc9c0 \ubaa9\ub85d +uss.ion.msi.mainImageList.mainImageNm=\uc774\ubbf8\uc9c0 \uba85 +uss.ion.msi.mainImageList.mainImage=\uc774\ubbf8\uc9c0 +uss.ion.msi.mainImageList.mainImageDc=\uc774\ubbf8\uc9c0 \uc124\uba85 +uss.ion.msi.mainImageList.mainImageReflctAt=\ubc18\uc601\uc5ec\ubd80 +uss.ion.msi.mainImageList.noImage=\uc120\ud0dd\ub41c \uba54\uc778\ud654\uba74 \uc774\ubbf8\uc9c0\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +uss.ion.msi.mainImageList.failInquire=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +uss.ion.msi.mainImageList.deleteImage=\uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c? + +uss.ion.msi.mainImageRegist.mainImageRegist=\uba54\uc778\ud654\uba74\uc774\ubbf8\uc9c0 \ub4f1\ub85d +uss.ion.msi.mainImageRegist.mainImageNm=\uc774\ubbf8\uc9c0 \uba85 +uss.ion.msi.mainImageRegist.mainImage=\uc774\ubbf8\uc9c0 +uss.ion.msi.mainImageRegist.mainImageId=\uc774\ubbf8\uc9c0ID +uss.ion.msi.mainImageRegist.mainImageDc=\uc774\ubbf8\uc9c0 \uc124\uba85 +uss.ion.msi.mainImageRegist.mainImageReflctAt=\ubc18\uc601\uc5ec\ubd80 +uss.ion.msi.mainImageRegist.mainImageregDate=\ub4f1\ub85d\uc77c\uc2dc +uss.ion.msi.mainImageRegist.saveImage=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +uss.ion.msi.mainImageRegist.ImageReq=\uc774\ubbf8\uc9c0\ub294 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +uss.ion.msi.mainImageRegist.deleteImage=\uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c? + +uss.ion.msi.mainImageUpdt.mainImageUpdt=\uba54\uc778\ud654\uba74\uc774\ubbf8\uc9c0 \uc218\uc815 +uss.ion.msi.mainImageUpdt.mainImageNm=\uc774\ubbf8\uc9c0 \uba85 +uss.ion.msi.mainImageUpdt.mainImage=\uc774\ubbf8\uc9c0 +uss.ion.msi.mainImageUpdt.mainImageId=\uc774\ubbf8\uc9c0ID +uss.ion.msi.mainImageUpdt.mainImageDc=\uc774\ubbf8\uc9c0 \uc124\uba85 +uss.ion.msi.mainImageUpdt.mainImageReflctAt=\ubc18\uc601\uc5ec\ubd80 +uss.ion.msi.mainImageUpdt.mainImageregDate=\ub4f1\ub85d\uc77c\uc2dc +uss.ion.msi.mainImageUpdt.saveImage=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +uss.ion.msi.mainImageUpdt.ImageReq=\uc774\ubbf8\uc9c0\ub294 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +uss.ion.msi.mainImageUpdt.deleteImage=\uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c? + +uss.ion.msi.mainImageView.mainImageView=\uba54\uc778\ud654\uba74\uc774\ubbf8\uc9c0 \ubc18\uc601 +uss.ion.msi.mainImageView.mainImageViewDc=\uc774 \ud398\uc774\uc9c0\ub294 770. \uba54\uc778\uc774\ubbf8\uc9c0 \uad00\ub9ac\uc5d0 \ub4f1\ub85d\ud55c \uc774\ubbf8\uc9c0\ub4e4\uc774 \ubc18\uc601\ub418\ub294 \uacf3\uc785\ub2c8\ub2e4. + + + +#\ud68c\uc758\uc2e4\uad00\ub9ac +#EgovMtgPlaceManageList jsp +comUssIonMtg.mtgPlaceManageList.title=\ud68c\uc758\uc2e4 \uad00\ub9ac\ubaa9\ub85d +comUssIonMtg.mtgPlaceManageList.mtgPlaceNm=\ud68c\uc758\uc2e4\uba85 +comUssIonMtg.mtgPlaceManageList.number=\ubc88\ud638 +comUssIonMtg.mtgPlaceManageList.time=\uac1c\ubc29\uc2dc\uac04(From~To) +comUssIonMtg.mtgPlaceManageList.capacity=\uc218\uc6a9\uc778\uc6d0 +comUssIonMtg.mtgPlaceManageList.location=\uc704\uce58 +comUssIonMtg.mtgPlaceManageList.searchUser=\uc0ac\uc6a9\uc790\uba85\uac80\uc0c9 +comUssIonMtg.mtgPlaceManageList.meetingManagementList=\ud68c\uc758\uc2e4 \uad00\ub9ac \ubaa9\ucc28 +comUssIonMtg.mtgPlaceManageList.persons=\uba85 + +#EgovMtgPlaceRegist.jsp +comUssIonMtg.mtgPlaceRegist.title=\ud68c\uc758\uc2e4 \ub4f1\ub85d +comUssIonMtg.mtgPlaceRegist.occupancy=\uc218\uc6a9\uac00\ub2a5\uc778\uc6d0 +comUssIonMtg.mtgPlaceRegist.openTime=\uac1c\ubc29\uc2dc\uac04 +comUssIonMtg.mtgPlaceRegist.imageUpload=\uc774\ubbf8\uc9c0 \ud30c\uc77c\ucca8\ubd80 +comUssIonMtg.mtgPlaceRegist.openTimeFrom=\uac1c\ubc29\uc2dc\uc791\uc2dc\uac04 +comUssIonMtg.mtgPlaceRegist.openTimeTo=\uac1c\ubc29\uc885\ub8cc\uc2dc\uac04 +comUssIonMtg.mtgPlaceRegist.locationSelection=\uc704\uce58\uc120\ud0dd +comUssIonMtg.mtgPlaceRegist.locationDetail=\uc704\uce58\uc0c1\uc138 +comUssIonMtg.mtgPlaceRegist.attachments=\ucca8\ubd80\ud30c\uc77c +comUssIonMtg.mtgPlaceRegist.selectStartTime=\uac1c\ubc29 \uc624\ud508 \uc2dc\uac04\uc744 \uc120\ud0dd\ud558\uc138\uc694 +comUssIonMtg.mtgPlaceRegist.selectCloseTime=\uac1c\ubc29 \uc885\ub8cc \uc2dc\uac04\uc744 \uc120\ud0dd\ud558\uc138\uc694 +comUssIonMtg.mtgPlaceRegist.checkOpenTime=\uac1c\ubc29\uc624\ud508\uc2dc\uac04\uc774 \uac1c\ubc29\uc885\ub8cc\uc2dc\uac04\ubcf4\ub2e4 \ub2a6\uac70\ub098 \uac19\uc2b5\ub2c8\ub2e4. \uac1c\ubc29\uc2dc\uac04\uc744 \ud655\uc778\ud558\uc138\uc694. + +#EgovMtgPlaceDetail.jsp +comUssIonMtg.mtgPlaceDetail.title=\ud68c\uc758\uc2e4 \uc0c1\uc138 +comUssIonMtg.mtgPlaceDetail.imgFileList=\uc774\ubbf8\uc9c0 \ud30c\uc77c\ubaa9\ub85d + +#EgovMtgPlaceUpdt.jsp +comUssIonMtg.mtgPlaceUpdt.title=\ud68c\uc758\uc2e4 \uc218\uc815 + +#\ud68c\uc758\uc2e4\uc608\uc57d\uad00\ub9ac +#EgovMtgPlaceResveManageList.jsp +comUssIonMtg.mtgPlaceResveManageList.title=\ud68c\uc758\uc2e4\uc608\uc57d\uad00\ub9ac \ubaa9\ub85d +comUssIonMtg.mtgPlaceResveManageList.meetingDate=\ud68c\uc758\uc77c\uc790 +comUssIonMtg.mtgPlaceResveManageList.interfaceSearch=\ud68c\uc758\uc77c\uc790 \ubcc0\uacbd\uc2dc \uc870\ud68c \ubc84\ud2bc \ud074\ub9ad\ud558\uc154\uc57c \uc608\uc57d \ub9ac\uc2a4\ud2b8\uac00 \uc870\ud68c\ub429\ub2c8\ub2e4. +comUssIonMtg.mtgPlaceResveManageList.interfaceDetail=\ud68c\uc758\uc2e4 \uc608\uc57d\uc740 \ud68c\uc758\uc2e4\uc758 \uc0c9\uc774 \uc5c6\ub294 \ube48 \uc2dc\uac04\uc744 \ud074\ub9ad\ud558\uc2dc\uba74 \uc608\uc57d\uc2e0\uccad\ud654\uba74\uc73c\ub85c \uc774\ub3d9\ud569\ub2c8\ub2e4. (\uadf8\ub798\ud504 \ud074\ub9ad\uc2dc \uc0c1\uc138\ud654\uba74 \uc774\ub3d9.) + +#EgovMtgPlaceResveRegist.jsp +comUssIonMtg.mtgPlaceResveRegist.title=\ud68c\uc758\uc2e4 \uc608\uc57d\uc2e0\uccad +comUssIonMtg.mtgPlaceResveRegist.mtgSj=\uc81c\ubaa9 +comUssIonMtg.mtgPlaceResveRegist.location=\ud68c\uc758\uc2e4 \uc704\uce58 +comUssIonMtg.mtgPlaceResveRegist.reserver=\uc608\uc57d\uc790 +comUssIonMtg.mtgPlaceResveRegist.belong=\uc18c\uc18d +comUssIonMtg.mtgPlaceResveRegist.resveTime=\uc608\uc57d\uc2dc\uac04 +comUssIonMtg.mtgPlaceResveRegist.resveDe=\uc608\uc57d\uc77c\uc790 +comUssIonMtg.mtgPlaceResveRegist.resveBeginTm=\uc608\uc57d\uc2dc\uc791\uc2dc\uac04 +comUssIonMtg.mtgPlaceResveRegist.resveEndTm=\uc608\uc57d\uc885\ub8cc\uc2dc\uac04 +comUssIonMtg.mtgPlaceResveRegist.mtgCn=\ud68c\uc758\ub0b4\uc6a9 +comUssIonMtg.mtgPlaceResveRegist.image=\ud68c\uc758\uc2e4 \uc774\ubbf8\uc9c0 +comUssIonMtg.mtgPlaceResveRegist.newWindow=\uc0c8\ucc3d\uc73c\ub85c +comUssIonMtg.mtgPlaceResveRegist.sameCheck=\uc911\ubcf5\uccb4\ud06c +comUssIonMtg.mtgPlaceResveRegist.attendPeople=\ucc38\uc11d\uc778\uc6d0 +comUssIonMtg.mtgPlaceResveRegist.dplactCeck=\ud68c\uc758\uc2e4 \uc608\uc57d \uc911\ubcf5\ud655\uc778\uc744 \ud558\uc2e0 \ud6c4 \ud68c\uc758\uc2e4 \uc608\uc57d\uc744 \ud574\uc8fc\uc138\uc694. +comUssIonMtg.mtgPlaceResveRegist.reserve=\uc774\ubbf8 \ud68c\uc758\uc2e4\uc774 \uc608\uc57d\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. + +#EgovMtgPlaceResveUpdt.jsp +comUssIonMtg.mtgPlaceResveUpdt.timeCheck=\uc608\uc57d\uc2dc\uc791\uc2dc\uac04\uc774 \uc608\uc57d\uc885\ub8cc\uc2dc\uac04\ubcf4\ub2e4 \uc791\uac70\ub098 \uac19\uc2b5\ub2c8\ub2e4. \uc608\uc57d\uc2dc\uac04\uc744 \ud655\uc778\ud574 \uc8fc\uc138\uc694. +comUssIonMtg.mtgPlaceResveUpdt.title=\ud68c\uc758\uc2e4 \uc608\uc57d\uc218\uc815 + +#EgovMtgPlaceResveDetail.jsp +comUssIonMtg.mtgPlaceResveDetail.title=\ud68c\uc758\uc2e4 \uc608\uc57d\uc0c1\uc138 +comUssIonMtg.mtgPlaceResveDetail.submit=\uc804\uc1a1 + +#EgovMtgPlaceResveDplactCeck.jsp +comUssIonMtg.mtgPlaceResveDplactCeck.title=\ud68c\uc758\uc2e4 \uc911\ubcf5\uccb4\ud06c +comUssIonMtg.mtgPlaceResveDplactCeck.doubleCheck=\uc911\ubcf5\uc5ec\ubd80 +comUssIonMtg.mtgPlaceResveDplactCeck.impossible=\ud68c\uc758\uc2e4 \uc608\uc57d\uc774 \ubd88\uac00\ub2a5\ud569\ub2c8\ub2e4. +comUssIonMtg.mtgPlaceResveDplactCeck.doubleTime=\ud68c\uc758\uc2e4 \uc911\ubcf5 \uc608\uc57d\uc785\ub2c8\ub2e4. +comUssIonMtg.mtgPlaceResveDplactCeck.possible=\ud68c\uc758\uc2e4 \uc608\uc57d \uac00\ub2a5\ud569\ub2c8\ub2e4. +comUssIonMtg.mtgPlaceResveDplactCeck.close=\ub2eb\uae30 + + + +#\uc815\ubcf4\uc54c\ub9bc\uc774# +ussIonNoi.notificationList.notificationList=\uc815\ubcf4\uc54c\ub9bc\uc774 \ubaa9\ub85d +ussIonNoi.notificationList.ntfcSj=\uc81c\ubaa9 +ussIonNoi.notificationList.ntfcCn=\ub0b4\uc6a9 +ussIonNoi.notificationList.ntfcTime=\uc54c\ub9bc\uc2dc\uac04 +ussIonNoi.notificationList.ntfcDate=\uc54c\ub9bc\uc77c\uc790 +ussIonNoi.notificationList.bhNtfcIntrvlString=\uc0ac\uc804\uc54c\ub9bc\uac04\uaca9 +ussIonNoi.notificationList.frstRegisterPnttm=\uc0dd\uc131\uc77c + +ussIonNoi.notificationRegist.notificationRegist=\uc815\ubcf4\uc54c\ub9bc\uc774 \ub4f1\ub85d +ussIonNoi.notificationRegist.validate.bhNtfcIntrvlmsg=\uc0ac\uc804\uc54c\ub9bc\uac04\uaca9 \uc9c0\uc815\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. +ussIonNoi.notificationRegist.ntfcSj=\uc81c\ubaa9 +ussIonNoi.notificationRegist.ntfcCn=\ub0b4\uc6a9 +ussIonNoi.notificationRegist.ntfcTime=\uc54c\ub9bc\uc2dc\uac04 +ussIonNoi.notificationRegist.ntfcDate=\uc54c\ub9bc\uc77c\uc790 +ussIonNoi.notificationRegist.bhNtfcIntrvlString=\uc0ac\uc804\uc54c\ub9bc\uac04\uaca9 + +ussIonNoi.notificationUpdt.notificationUpdt=\uc815\ubcf4\uc54c\ub9bc\uc774 \uc218\uc815 +ussIonNoi.notificationUpdt.validate.bhNtfcIntrvlmsg=\uc0ac\uc804\uc54c\ub9bc\uac04\uaca9 \uc9c0\uc815\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. +ussIonNoi.notificationUpdt.validate.alertNtfcTime=\uc54c\ub9bc\uc77c\uc790 \ubc0f \uc2dc\uac04\uc774 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +ussIonNoi.notificationUpdt.ntfcSj=\uc81c\ubaa9 +ussIonNoi.notificationUpdt.ntfcCn=\ub0b4\uc6a9 +ussIonNoi.notificationUpdt.ntfcTime=\uc54c\ub9bc\uc2dc\uac04 +ussIonNoi.notificationUpdt.ntfcDate=\uc54c\ub9bc\uc77c\uc790 +ussIonNoi.notificationUpdt.bhNtfcIntrvlString=\uc0ac\uc804\uc54c\ub9bc\uac04\uaca9 + +ussIonNoi.notificationDetail.notificationDetail=\uc815\ubcf4\uc54c\ub9bc\uc774 \uc0c1\uc138\uc870\ud68c +ussIonNoi.notificationDetail.ntfcSj=\uc81c\ubaa9 +ussIonNoi.notificationDetail.ntfcCn=\ub0b4\uc6a9 +ussIonNoi.notificationDetail.ntfcTime=\uc54c\ub9bc\uc2dc\uac04 +ussIonNoi.notificationDetail.ntfcDate=\uc54c\ub9bc\uc77c\uc790 +ussIonNoi.notificationDetail.bhNtfcIntrvlString=\uc0ac\uc804\uc54c\ub9bc\uac04\uaca9 +ussIonNoi.notificationDetail.frstRegisterNm=\uc791\uc131\uc790 +ussIonNoi.notificationDetail.frstRegisterPnttm=\uc791\uc131\uc2dc\uac04 + +ussIonNoi.ntfcRegist.validate.ntfcSj=\uc81c\ubaa9 +ussIonNoi.ntfcRegist.validate.ntfcCn=\ub0b4\uc6a9 +ussIonNoi.ntfcRegist.validate.ntfcDate=\uc54c\ub9bc\uc77c\uc790 +ussIonNoi.ntfcRegist.validate.ntfcHH=\uc2dc +ussIonNoi.ntfcRegist.validate.ntfcMM=\ubd84 +ussIonNoi.ntfcRegist.validate.bhNtfcIntrvl=\uc0ac\uc804\uc54c\ub9bc\uac04\uaca9 + + + +#\ucabd\uc9c0\uad00\ub9ac# +#1\ucc28\uc644\uc131 +#EgovNoteManage.jsp +comUssIonNtm.NoteManage.title = \ucabd\uc9c0\uad00\ub9ac +comUssIonNtm.NoteMange.subject = \uc81c\ubaa9 +comUssIonNtm.NoteMange.receiver = \ubc1b\ub294 \uc0ac\ub78c +comUssIonNtm.NoteMange.receiverList = \uc218\uc2e0\uc790 \ubaa9\ub85d +comUssIonNtm.NoteMange.reception = \uc218\uc2e0 +comUssIonNtm.NoteMange.reference = \ucc38\uc870 +comUssIonNtm.NoteMange.delete = \uc0ad\uc81c +comUssIonNtm.NoteMange.content = \ucabd\uc9c0 \ub0b4\uc6a9 +comUssIonNtm.NoteMange.send = \uc804\uc1a1 +comUssIonNtm.NoteMange.summary = \ucabd\uc9c0\uad00\ub9ac \uc785\ub825\uc744 \uc81c\uacf5\ud55c\ub2e4. +comUssIonNtm.NoteMange.alert.noList = \uc0ad\uc81c \uac00\ub2a5\ud55c \uc218\uc2e0\uc790 \ubaa9\ub85d\uc774 \uc5c6\uc2b5\ub2c8\ub2e4! +comUssIonNtm.NoteMange.success = \ucabd\uc9c0\ub97c \uc131\uacf5\uc801\uc73c\ub85c \uc804\uc1a1\ud588\uc2b5\ub2c8\ub2e4. + +#EgovNoteEmpList.jsp +comUssIonNtm.NoteEmpList.title = \ucabd\uc9c0 \uad00\ub9ac(\ubcf4\ub0b4\uae30)-\uc218\uc2e0\uc790/\ucc38\uc870\uc790 \uc120\ud0dd +comUssIonNtm.NoteEmpList.name = \uc774\ub984 +comUssIonNtm.NoteEmpList.id = \uc544\uc774\ub514 +comUssIonNtm.NoteEmpList.tel = \uc804\ud654\ubc88\ud638 +comUssIonNtm.NoteEmpList.number = \ubc88\ud638 +comUssIonNtm.NoteEmpList.address = \uc8fc\uc18c +comUssIonNtm.NoteEmpList.all = \uc804\uccb4\uc120\ud0dd + + + +#\ubc1b\uc740\ucabd\uc9c0\ud568 Message# + +comUssIonNtr.title=\ubc1b\uc740\ucabd\uc9c0\ud568 + +comUssIonNtr.list.seq=\uc21c\ubc88 +comUssIonNtr.list.noteSj=\uc81c\ubaa9 +comUssIonNtr.list.rcverNm=\ubcf4\ub0b8\uc0ac\ub78c +comUssIonNtr.list.rcverDateTime=\ubcf4\ub0b8\uc2dc\uac01 + +comUssIonNtr.detail.noteSj=\ucabd\uc9c0\uc81c\ubaa9 +comUssIonNtr.detail.trnsmiterNm=\ubc1c\uc2e0\uc790 +comUssIonNtr.detail.trnsmiterPnttm=\ubc1c\uc2e0\uc2dc\uac01 +comUssIonNtr.detail.rcverNm=\uc218\uc2e0\uc790 +comUssIonNtr.detail.rcverPnttm=\uc218\uc2e0\uc2dc\uac01 +comUssIonNtr.detail.noteRecptn=\ucabd\uc9c0\ub0b4\uc6a9 + +comUssIonNtr.btn.replay=\ub2f5\uc7a5 + +comUssIonNtr.searchCondition.rcverDate=\ubcf4\ub0b8\ub0a0\uc9dc +comUssIonNtr.searchCondition.NOTE_SJ=\ucabd\uc9c0\uc81c\ubaa9 +comUssIonNtr.searchCondition.NOTE_CN=\ucabd\uc9c0\ub0b4\uc6a9 +comUssIonNtr.searchCondition.RCVER_NM=\ubcf4\ub0b8\uc0ac\ub78c +comUssIonNtr.searchCondition.searchFromDate=\ubcf4\ub0b8\ub0a0\uc9dc \uc2dc\uc791\uc77c\uc790 +comUssIonNtr.searchCondition.searchToDate=\ubcf4\ub0b8\ub0a0\uc9dc \uc885\ub8cc\uc77c\uc790 + +comUssIonNtr.validate.deleteCnfirmt=\uc120\ud0dd\ub41c \ubc1b\uc740\ucabd\uc9c0\ud568\uc744 \uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comUssIonNtr.validate.noDelList=\uc0ad\uc81c\ud560 \ubaa9\ub85d\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694! + +comUssIonNtr.validate.dateFromCheck=\uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \uac80\uc0c9\uc870\uac74 \ub0a0\uc9dc\ub97c \ud655\uc778\ud558\uc138\uc694! + + + +#\ubcf4\ub0b8\ucabd\uc9c0\ud568 Message# + +comUssIonNts.title=\ubcf4\ub0b8\ucabd\uc9c0\ud568 + +comUssIonNts.list.seq=\uc21c\ubc88 +comUssIonNts.list.noteSj=\uc81c\ubaa9 +comUssIonNts.list.rcverNm=\ubc1b\ub294\uc0ac\ub78c +comUssIonNts.list.openAt=\uac1c\ubd09/\ub9e4\uac1c\ubd09 +comUssIonNts.list.trnsmiteDateTime=\ubcf4\ub0b8\uc2dc\uac01 + +comUssIonNts.detail.noteSj=\ucabd\uc9c0\uc81c\ubaa9 +comUssIonNts.detail.trnsmitNm=\ubc1c\uc2e0\uc790 +comUssIonNts.detail.trnsmitPnttm=\ubc1c\uc2e0\uc2dc\uac01 +comUssIonNts.detail.rcverNm=\uc218\uc2e0\uc790 +comUssIonNts.detail.noteRecptn=\ucabd\uc9c0\ub0b4\uc6a9 + +comUssIonNts.detail.trnsmitAll=\uc804\uccb4 +comUssIonNts.detail.trnsmitOpen=\uac1c\ubd09 +comUssIonNts.detail.trnsmitNotOpen=\ubbf8\uac1c\ubd09 + +comUssIonNts.popupTrnsmitCnfirm.title=\uc218\uc2e0\uc790\ubaa9\ub85d \ud31d\uc5c5 + +comUssIonNts.popupTrnsmitCnfirmList.seq=\uc21c\ubc88 +comUssIonNts.popupTrnsmitCnfirmList.rcverID=\uc218\uc2e0\uc790ID +comUssIonNts.popupTrnsmitCnfirmList.rcverNm=\ubc1b\ub294\uc0ac\ub78c +comUssIonNts.popupTrnsmitCnfirmList.openAt=\uac1c\ubd09/\ubbf8\uac1c\ubd09 +comUssIonNts.popupTrnsmitCnfirmList.gbn=\uad6c\ubd84 +comUssIonNts.popupTrnsmitCnfirmList.rcverDateTime=\uc218\uc2e0\uc2dc\uac01 + + +comUssIonNts.searchCondition.rcverDate=\ubcf4\ub0b8\ub0a0\uc9dc +comUssIonNts.searchCondition.NOTE_SJ=\ucabd\uc9c0\uc81c\ubaa9 +comUssIonNts.searchCondition.NOTE_CN=\ucabd\uc9c0\ub0b4\uc6a9 + +comUssIonNts.searchCondition.searchFromDate=\ubcf4\ub0b8\ub0a0\uc9dc \uc2dc\uc791\uc77c\uc790 +comUssIonNts.searchCondition.searchToDate=\ubcf4\ub0b8\ub0a0\uc9dc \uc885\ub8cc\uc77c\uc790 + +comUssIonNts.validate.deleteCnfirmt=\uc120\ud0dd\ub41c \ubc1b\uc740\ucabd\uc9c0\ud568\uc744 \uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comUssIonNts.validate.noDelList=\uc0ad\uc81c\ud560 \ubaa9\ub85d\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694! + +comUssIonNts.validate.dateFromCheck=\uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \uac80\uc0c9\uc870\uac74 \ub0a0\uc9dc\ub97c \ud655\uc778\ud558\uc138\uc694! + + + +#\ub274\uc2a4 \uad00\ub9ac# + +comUssIonNws.newsVO.title = \ub274\uc2a4 + +comUssIonNws.newsVO.newsSj = \ub274\uc2a4\uc81c\ubaa9 +comUssIonNws.newsVO.newsCn = \ub274\uc2a4\ub0b4\uc6a9 +comUssIonNws.newsVO.newsOrigin = \ub274\uc2a4\ucd9c\ucc98 +comUssIonNws.newsVO.ntceDe = \uac8c\uc2dc\uc77c\uc790 +comUssIonNws.newsVO.atchFile = \ucca8\ubd80\ud30c\uc77c +comUssIonNws.newsVO.atchFileList = \ucca8\ubd80\ud30c\uc77c \ubaa9\ub85d + + + +#\ud31d\uc5c5\ucc3d\uad00\ub9ac# +ussIonPwm.popupList.popupList=\ud31d\uc5c5\ucc3d\uad00\ub9ac \ubaa9\ub85d +ussIonPwm.popupList.popupTitleNm=\uc81c\ubaa9 +ussIonPwm.popupList.ntcePeriod=\uac8c\uc2dc\uae30\uac04 +ussIonPwm.popupList.fileUrl=\ud30c\uc77c +ussIonPwm.popupList.ntceAt=\uac8c\uc2dc\uc0c1\ud0dc +ussIonPwm.popupList.checkAlert=\uccb4\ud06c\ubc15\uc2a4\ub97c \ud558\ub098 \uc774\uc0c1 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694. +ussIonPwm.popupList.guide=\ud31d\uc5c5\ucc3d \uc0dd\uc131 \uc2dc \ud31d\uc5c5\ucc3d URL\uc5d0 \uc0d8\ud50c\ud398\uc774\uc9c0\ub97c \uc785\ub825\ud558\uc154\uc57c \uc0d8\ud50c\uc774 \ubcf4\uc785\ub2c8\ub2e4.(/egovframework/com/uss/ion/pwm/sample/EgovPopupSample) + +ussIonPwm.popupRegist.popupRegist=\ud31d\uc5c5\ucc3d\uad00\ub9ac \ub4f1\ub85d +ussIonPwm.popupRegist.popupTitleNm=\ud31d\uc5c5\ucc3d\uba85 +ussIonPwm.popupRegist.fileUrl=\ud31d\uc5c5\ucc3d URL +ussIonPwm.popupRegist.popupLoca=\ud31d\uc5c5\ucc3d \uc704\uce58 +ussIonPwm.popupRegist.popupWlce=\uac00\ub85c +ussIonPwm.popupRegist.popupHlc=\uc138\ub85c +ussIonPwm.popupRegist.popupSize=\ud31d\uc5c5\ucc3d \uc0ac\uc774\uc988 +ussIonPwm.popupRegist.popupWSize=WIDTH +ussIonPwm.popupRegist.popupHSize=HEIGH +ussIonPwm.popupRegist.ntcePeriod=\uac8c\uc2dc\uae30\uac04 +ussIonPwm.popupRegist.stopVewAt=\uadf8\ub9cc\ubcf4\uae30 \uc124\uc815 \uc5ec\ubd80 +ussIonPwm.popupRegist.ntceAt=\uac8c\uc2dc\uc0c1\ud0dc +ussIonPwm.popupRegist.validate.iChkDate=\uac8c\uc2dc\uc2dc\uc791\uc77c\uc790\ub294 \uac8c\uc2dc\uc885\ub8cc\uc77c\uc790 \ubcf4\ub2e4 \ud074\uc218 \uc5c6\uace0, \uac8c\uc2dc\uc885\ub8cc\uc77c\uc790\ub294 \uac8c\uc2dc\uc2dc\uc791\uc77c\uc790 \ubcf4\ub2e4 \uc791\uc744\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + +ussIonPwm.popupDetail.popupDetail=\ud31d\uc5c5\ucc3d\uad00\ub9ac \uc0c1\uc138\ubcf4\uae30 +ussIonPwm.popupDetail.popupTitleNm=\ud31d\uc5c5\ucc3d\uba85 +ussIonPwm.popupDetail.fileUrl=\ud31d\uc5c5\ucc3d URL +ussIonPwm.popupDetail.popupLoca=\ud31d\uc5c5\ucc3d \uc704\uce58 +ussIonPwm.popupDetail.popupWlce=\uac00\ub85c +ussIonPwm.popupDetail.popupHlc=\uc138\ub85c +ussIonPwm.popupDetail.popupSize=\ud31d\uc5c5\ucc3d \uc0ac\uc774\uc988 +ussIonPwm.popupDetail.popupWSize=WIDTH +ussIonPwm.popupDetail.popupHSize=HEIGH +ussIonPwm.popupDetail.ntcePeriod=\uac8c\uc2dc\uae30\uac04 +ussIonPwm.popupDetail.stopVewAt=\uadf8\ub9cc\ubcf4\uae30 \uc124\uc815 \uc5ec\ubd80 +ussIonPwm.popupDetail.ntceAt=\uac8c\uc2dc\uc0c1\ud0dc + +ussIonPwm.popupUpdt.popupUpdt=\ud31d\uc5c5\ucc3d\uad00\ub9ac \uc218\uc815 +ussIonPwm.popupUpdt.popupTitleNm=\ud31d\uc5c5\ucc3d\uba85 +ussIonPwm.popupUpdt.fileUrl=\ud31d\uc5c5\ucc3d URL +ussIonPwm.popupUpdt.popupLoca=\ud31d\uc5c5\ucc3d \uc704\uce58 +ussIonPwm.popupUpdt.popupWlce=\uac00\ub85c +ussIonPwm.popupUpdt.popupHlc=\uc138\ub85c +ussIonPwm.popupUpdt.popupSize=\ud31d\uc5c5\ucc3d \uc0ac\uc774\uc988 +ussIonPwm.popupUpdt.popupWSize=WIDTH +ussIonPwm.popupUpdt.popupHSize=HEIGH +ussIonPwm.popupUpdt.ntcePeriod=\uac8c\uc2dc\uae30\uac04 +ussIonPwm.popupUpdt.stopVewAt=\uadf8\ub9cc\ubcf4\uae30 \uc124\uc815 \uc5ec\ubd80 +ussIonPwm.popupUpdt.ntceAt=\uac8c\uc2dc\uc0c1\ud0dc +ussIonPwm.popupUpdt.validate.iChkDate=\uac8c\uc2dc\uc2dc\uc791\uc77c\uc790\ub294 \uac8c\uc2dc\uc885\ub8cc\uc77c\uc790 \ubcf4\ub2e4 \ud074\uc218 \uc5c6\uace0, \uac8c\uc2dc\uc885\ub8cc\uc77c\uc790\ub294 \uac8c\uc2dc\uc2dc\uc791\uc77c\uc790 \ubcf4\ub2e4 \uc791\uc744\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + +ussIonPwm.popupManage.validate.popupTitleNm=\ud31d\uc5c5\ucc3d\uba85 +ussIonPwm.popupManage.validate.fileUrl=\ud31d\uc5c5\ucc3d URL +ussIonPwm.popupManage.validate.popupWlce=\ud31d\uc5c5\ucc3d \uac00\ub85c\uc704\uce58 +ussIonPwm.popupManage.validate.popupHlc=\ud31d\uc5c5\ucc3d \uc138\ub85c\uc704\uce58 +ussIonPwm.popupManage.validate.popupWSize=\ud31d\uc5c5\ucc3d \uac00\ub85c +ussIonPwm.popupManage.validate.popupHSize=\ud31d\uc5c5\ucc3d \uc138\ub85c +ussIonPwm.popupManage.validate.stopVewAt=\uadf8\ub9cc\ubcf4\uae30\uc5ec\ubd80 +ussIonPwm.popupManage.validate.ntceAt=\uac8c\uc2dc\uc5ec\ubd80 + +ussIonPwm.popupSample.popupSample=\ud31d\uc5c5 \uc0d8\ud50c\ud398\uc774\uc9c0 +ussIonPwm.popupSample.popupTest=\ud31d\uc5c5\ucc3d \ud14c\uc2a4\ud2b8 +ussIonPwm.popupSample.checkBox=\ub2e4\uc74c\ubd80\ud130 \uc774 \ucc3d\uc744 \uc5f4\uc9c0 \uc54a\uc74c + + + +#\ucd94\ucc9c\uc0ac\uc774\ud2b8# + +comUssIonRec.recomendSiteVO.title = \ucd94\ucc9c\uc0ac\uc774\ud2b8 + +comUssIonRec.recomendSiteVO.recomendSiteNm = \ucd94\ucc9c\uc0ac\uc774\ud2b8\uba85 +comUssIonRec.recomendSiteVO.recomendSiteUrl = \ucd94\ucc9c\uc0ac\uc774\ud2b8URL +comUssIonRec.recomendSiteVO.recomendSiteDc = \ucd94\ucc9c\uc0ac\uc774\ud2b8\uc124\uba85 +comUssIonRec.recomendSiteVO.recomendResnCn = \ucd94\ucc9c\uc0ac\uc720 +comUssIonRec.recomendSiteVO.recomendConfmAt = \ucd94\ucc9c\uc2b9\uc778\uc5ec\ubd80 +comUssIonRec.recomendSiteVO.confmDe = \uc2b9\uc778\uc77c\uc790 + + + +#\uc57d\ub3c4\uad00\ub9ac +#EgovRoughMapList.jsp +comUssIonRmm.roughMapList.title=\uc57d\ub3c4 \ubaa9\ub85d +comUssIonRmm.roughMapList.roughMapSj=\uc57d\ub3c4\uc81c\ubaa9 +comUssIonRmm.roughMapList.roughMapAddress=\uc57d\ub3c4\uc8fc\uc18c +comUssIonRmm.roughMapList.roughMapNo=\uc21c\ubc88 +comUssIonRmm.roughMapList.roughMapDetailAddress=\uc57d\ub3c4\uc0c1\uc138\uc8fc\uc18c +comUssIonRmm.roughMapList.lastUpdtPnttm=\ub4f1\ub85d\uc77c\uc790 +comUssIonRmm.roughMapList.info=\uc57d\ub3c4\uad00\ub9ac\ub294 Daum \uc9c0\ub3c4 API \ud0a4\ub97c \ubc1c\uae09\ubc1b\uc544\uc57c \ud569\ub2c8\ub2e4. +comUssIonRmm.roughMapList.info2=Daum \uc9c0\ub3c4 API \uac00\uc774\ub4dc + +#EgovRoughMapInfoRegist.jsp +comUssIonRmm.roughMapInfoRegist.title=\uc57d\ub3c4 \ub4f1\ub85d +comUssIonRmm.roughMapInfoRegist.validate.error=\uc5d0\ub7ec\ubc1c\uc0dd, \uc5d0\ub7ec\ucf54\ub4dc +comUssIonRmm.roughMapInfoRegist.validate.msg=\uba54\uc2dc\uc9c0 +comUssIonRmm.roughMapInfoRegist.validate.noAddress=\uc57d\ub3c4\uc8fc\uc18c\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +comUssIonRmm.roughMapInfoRegist.validate.searchAddress=\uc57d\ub3c4\uc8fc\uc18c\ub97c \uac80\uc0c9\ud574\uc8fc\uc138\uc694. +comUssIonRmm.roughMapInfoRegist.express=\uc57d\ub3c4\ud45c\uc2dc +comUssIonRmm.roughMapInfoRegist.input=\uc57d\ub3c4\uc785\ub825 + +#EgovRoughMapInfoDetail.jsp +comUssIonRmm.roughMapInfoDetail.title=\uc57d\ub3c4 \uc0c1\uc138 +comUssIonRmm.roughMapInfoDetail.findRoughMap=\uae38\ucc3e\uae30 +comUssIonRmm.roughMapInfoDetail.magnifyRoughMap=\ud06c\uac8c\ubcf4\uae30 + +#EgovRoughMapUpdt.jsp +comUssIonRmm.roughMapUpdt.title=\uc57d\ub3c4 \uc218\uc815 + + + +#\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac# +ussIonRsm.recentSrchwrdList.recentSrchwrdList=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac \ubaa9\ub85d +ussIonRsm.recentSrchwrdList.srchwrdNum=\uc21c\ubc88 +ussIonRsm.recentSrchwrdList.srchwrdManageNm=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac\uba85 +ussIonRsm.recentSrchwrdList.srchwrdManageUrl=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac URL +ussIonRsm.recentSrchwrdList.srchwrdManageResult=\uacb0\uacfc +ussIonRsm.recentSrchwrdList.view=\ubcf4\uae30 +ussIonRsm.recentSrchwrdList.frstRegisterNm=\ub4f1\ub85d\uc790 +ussIonRsm.recentSrchwrdList.frstRegisterPnttm=\ub4f1\ub85d\uc77c\uc790 + +ussIonRsm.recentSrchwrdRegist.recentSrchwrdRegist=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac \ub4f1\ub85d +ussIonRsm.recentSrchwrdRegist.srchwrdManageNm=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac\uba85 +ussIonRsm.recentSrchwrdRegist.srchwrdManageUrl=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac URL +ussIonRsm.recentSrchwrdRegist.srchwrdManageUseYn=\uc0ac\uc6a9\uc790 \uac80\uc0c9 \uc5ec\ubd80 + +ussIonRsm.recentSrchwrdDetail.recentSrchwrdDetail=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac \uc0c1\uc138\ubcf4\uae30 +ussIonRsm.recentSrchwrdDetail.srchwrdManageId=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac\ubc88\ud638 +ussIonRsm.recentSrchwrdDetail.srchwrdManageNm=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac\uba85 +ussIonRsm.recentSrchwrdDetail.srchwrdManageUrl=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac URL +ussIonRsm.recentSrchwrdDetail.srchwrdManageUseYn=\uc0ac\uc6a9\uc790 \uac80\uc0c9 \uc5ec\ubd80 +ussIonRsm.recentSrchwrdDetail.validate.deleteMsg=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + +ussIonRsm.recentSrchwrdUpdt.recentSrchwrdUpdt=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac \uc218\uc815 +ussIonRsm.recentSrchwrdUpdt.srchwrdManageId=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac\ubc88\ud638 +ussIonRsm.recentSrchwrdUpdt.srchwrdManageNm=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac\uba85 +ussIonRsm.recentSrchwrdUpdt.srchwrdManageUrl=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac URL +ussIonRsm.recentSrchwrdUpdt.srchwrdManageUseYn=\uc0ac\uc6a9\uc790 \uac80\uc0c9 \uc5ec\ubd80 +ussIonRsm.recentSrchwrdUpdt.srchwrdManageUseYnSelect=\uc0ac\uc6a9\uc790 \uac80\uc0c9 \uc5ec\ubd80 \uc120\ud0dd + +ussIonRsm.recentSrchwrdResultList.recentSrchwrdResultList=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uacb0\uacfc \ubaa9\ub85d +ussIonRsm.recentSrchwrdResultList.srchwrdNum=\uc21c\ubc88 +ussIonRsm.recentSrchwrdResultList.srchwrdNm=\ucd5c\uadfc\uac80\uc0c9\uc5b4 +ussIonRsm.recentSrchwrdResultList.frstRegisterNm=\ub4f1\ub85d\uc790 +ussIonRsm.recentSrchwrdResultList.frstRegisterPnttm=\ub4f1\ub85d\uc77c\uc790 +ussIonRsm.recentSrchwrdResultList.deleteAllButton=\uc804\uccb4\uc0ad\uc81c +ussIonRsm.recentSrchwrdResultList.deleteButton=\uc0ad\uc81c +ussIonRsm.recentSrchwrdResultList.validate.deleteMsg=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +ussIonRsm.recentSrchwrdResultList.validate.deleteAMsg=\ubaa8\ub450 \uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + + + +#RSS\ud0dc\uadf8 \uc11c\ube44\uc2a4# +ussIonRsn.rssTagServiceList.rssTagServiceList=RSS\ud0dc\uadf8 \uc11c\ube44\uc2a4 \ubaa9\ub85d +ussIonRsn.rssTagServiceList.rssTagNum=\uc21c\ubc88 +ussIonRsn.rssTagServiceList.trgetSvcNm=\ub300\uc0c1\uc11c\ube44\uc2a4\uba85 +ussIonRsn.rssTagServiceList.trgetSvcTable=\ub300\uc0c1\ud14c\uc774\ube14\uba85 +ussIonRsn.rssTagServiceList.frstRegisterNm=\uc791\uc131\uc790 +ussIonRsn.rssTagServiceList.frstRegisterPnttm=\ub4f1\ub85d\uc77c\uc790 + +ussIonRsn.rssTagServiceList.validate.searchCondition=\uac80\uc0c9\uc870\uac74\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694! +ussIonRsn.rssTagServiceList.validate.searchKeyword=\uac80\uc0c9\uc5b4\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694! + + + +#RSS\ud0dc\uadf8\uad00\ub9ac# +ussIonRss.rssTagManageList.rssTagManageList=RSS\ud0dc\uadf8\uad00\ub9ac \ubaa9\ub85d +ussIonRss.rssTagManageList.trgetSvcNm=\ub300\uc0c1\uc11c\ube44\uc2a4\uba85 +ussIonRss.rssTagManageList.trgetSvcTable=\ub300\uc0c1\ud14c\uc774\ube14\uba85 +ussIonRss.rssTagManageList.hderTitle=\ud5e4\ub354TITLE +ussIonRss.rssTagManageList.hderLink=\ud5e4\ub354LINK +ussIonRss.rssTagManageList.hderDescription=\ud5e4\ub354DESCRIPTION +ussIonRss.rssTagManageList.hderTag=\ud5e4\ub354TAG +ussIonRss.rssTagManageList.hderEtc=\ud5e4\ub354ETC +ussIonRss.rssTagManageList.bdtLink=\ubcf8\ubb38LINK +ussIonRss.rssTagManageList.bdtDescription=\ubcf8\ubb38DESCRIPTION +ussIonRss.rssTagManageList.bdtTag=\ubcf8\ubb38TAG +ussIonRss.rssTagManageList.bdtEtc=\ubcf8\ubb38ETC +ussIonRss.rssTagManageList.frstRegisterNm=\uc791\uc131\uc790 +ussIonRss.rssTagManageList.frstRegisterPnttm=\ub4f1\ub85d\uc77c\uc790 +ussIonRss.rssTagManageList.validate.searchCondition=\uac80\uc0c9\uc870\uac74\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694! +ussIonRss.rssTagManageList.validate.searchKeyword=\uac80\uc0c9\uc5b4\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694! +ussIonRss.rssTagManageList.validate.deleteAlert=\uc120\ud0dd\ub41c \uc815\ubcf4\ub97c \uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +ussIonRss.rssTagManageList.validate.selectDelete=\uc0ad\uc81c\ud560 \ubaa9\ub85d\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694! + +ussIonRss.rssTagManageDetail.rssTagManageDetail=RSS\ud0dc\uadf8\uad00\ub9ac \uc0c1\uc138\uc870\ud68c +ussIonRss.rssTagManageDetail.trgetSvcNm=\ub300\uc0c1\uc11c\ube44\uc2a4\uba85 +ussIonRss.rssTagManageDetail.trgetSvcTable=\ub300\uc0c1\ud14c\uc774\ube14\uba85 +ussIonRss.rssTagManageDetail.trgetSvcListCo=\ub300\uc0c1\uc11c\ube44\uc2a4\ubaa9\ub85d\uac2f\uc218 +ussIonRss.rssTagManageDetail.hderTitle=\ud5e4\ub354TITLE +ussIonRss.rssTagManageDetail.hderLink=\ud5e4\ub354LINK +ussIonRss.rssTagManageDetail.hderDescription=\ud5e4\ub354DESCRIPTION +ussIonRss.rssTagManageDetail.hderTag=\ud5e4\ub354TAG +ussIonRss.rssTagManageDetail.hderEtc=\ud5e4\ub354ETC +ussIonRss.rssTagManageDetail.bdtTitle=\ubcf8\ubb38TITLE +ussIonRss.rssTagManageDetail.bdtLink=\ubcf8\ubb38LINK +ussIonRss.rssTagManageDetail.bdtDescription=\ubcf8\ubb38DESCRIPTION +ussIonRss.rssTagManageDetail.bdtTag=\ubcf8\ubb38TAG +ussIonRss.rssTagManageDetail.bdtEtc=\ubcf8\ubb38ETC +ussIonRss.rssTagManageDetail.validate.deleteAlert=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + +ussIonRss.rssTagManageRegist.rssTagManageRegist=RSS\ud0dc\uadf8\uad00\ub9ac \ub4f1\ub85d +ussIonRss.rssTagManageRegist.trgetSvcNm=\ub300\uc0c1\uc11c\ube44\uc2a4\uba85 +ussIonRss.rssTagManageRegist.trgetSvcTable=\ub300\uc0c1\ud14c\uc774\ube14\uba85 +ussIonRss.rssTagManageRegist.trgetSvcListCo=\ub300\uc0c1\uc11c\ube44\uc2a4\ubaa9\ub85d\uac2f\uc218 +ussIonRss.rssTagManageRegist.hderTitle=\ud5e4\ub354TITLE +ussIonRss.rssTagManageRegist.hderLink=\ud5e4\ub354LINK +ussIonRss.rssTagManageRegist.hderDescription=\ud5e4\ub354DESCRIPTION +ussIonRss.rssTagManageRegist.hderTag=\ud5e4\ub354TAG +ussIonRss.rssTagManageRegist.hderEtc=\ud5e4\ub354ETC +ussIonRss.rssTagManageRegist.tableColumn=\uceec\ub7fc +ussIonRss.rssTagManageRegist.bdtTitle=\ubcf8\ubb38TITLE +ussIonRss.rssTagManageRegist.bdtLink=\ubcf8\ubb38LINK +ussIonRss.rssTagManageRegist.bdtDescription=\ubcf8\ubb38DESCRIPTION +ussIonRss.rssTagManageRegist.bdtTag=\ubcf8\ubb38TAG +ussIonRss.rssTagManageRegist.bdtEtc=\ubcf8\ubb38ETC +ussIonRss.rssTagManageRegist.validate.Duplicate=\uceec\ub7fc\uba85\uc774 \uc911\ubcf5\ub418\uc5c8\uc2b5\ub2c8\ub2e4! + +ussIonRss.rssTagManageUpdt.rssTagManageUpdt=RSS\ud0dc\uadf8\uad00\ub9ac \uc218\uc815 +ussIonRss.rssTagManageUpdt.trgetSvcNm=\ub300\uc0c1\uc11c\ube44\uc2a4\uba85 +ussIonRss.rssTagManageUpdt.trgetSvcTable=\ub300\uc0c1\ud14c\uc774\ube14\uba85 +ussIonRss.rssTagManageUpdt.trgetSvcListCo=\ub300\uc0c1\uc11c\ube44\uc2a4\ubaa9\ub85d\uac2f\uc218 +ussIonRss.rssTagManageUpdt.hderTitle=\ud5e4\ub354TITLE +ussIonRss.rssTagManageUpdt.hderLink=\ud5e4\ub354LINK +ussIonRss.rssTagManageUpdt.hderDescription=\ud5e4\ub354DESCRIPTION +ussIonRss.rssTagManageUpdt.hderTag=\ud5e4\ub354TAG +ussIonRss.rssTagManageUpdt.hderEtc=\ud5e4\ub354ETC +ussIonRss.rssTagManageUpdt.tableColumn=\uceec\ub7fc +ussIonRss.rssTagManageUpdt.bdtTitle=\ubcf8\ubb38TITLE +ussIonRss.rssTagManageUpdt.bdtLink=\ubcf8\ubb38LINK +ussIonRss.rssTagManageUpdt.bdtDescription=\ubcf8\ubb38DESCRIPTION +ussIonRss.rssTagManageUpdt.bdtTag=\ubcf8\ubb38TAG +ussIonRss.rssTagManageUpdt.bdtEtc=\ubcf8\ubb38ETC +ussIonRss.rssTagManageUpdt.validate.Duplicate=\uceec\ub7fc\uba85\uc774 \uc911\ubcf5\ub418\uc5c8\uc2b5\ub2c8\ub2e4! + + +#\ud3ec\uc0c1\uad00\ub9ac UssIonRwd +#EgovRwardManage.xml +comUssIonRwd.rwardManage.validate.rwardManNm=\ud3ec\uc0c1\uc790 +comUssIonRwd.rwardManage.validate.rwardCd=\ud3ec\uc0c1\ucf54\ub4dc +comUssIonRwd.rwardManage.validate.rwardNm=\ud3ec\uc0c1\uba85 +comUssIonRwd.rwardManage.validate.rwardDe=\ud3ec\uc0c1\uc77c\uc790 +comUssIonRwd.rwardManage.validate.pblenCn=\uacf5\uc801\uc0ac\ud56d +comUssIonRwd.rwardManage.validate.sanctnDtNm=\uc2b9\uc778\uad8c\uc790 + +#EgovRwardManageList.jsp +comUssIonRwd.rwardManageList.title=\ud3ec\uc0c1\uad00\ub9ac \ubaa9\ub85d + +#EgovRwardManageDetail.jsp +comUssIonRwd.rwardManageDetail.title=\ud3ec\uc0c1\uc0c1\uc138\uc870\ud68c + +#EgovRwardRegist.jsp +comUssIonRwd.rwardRegist.title=\ud3ec\uc0c1\ub4f1\ub85d +comUssIonRwd.rwardRegist.rwardAppl=\ud3ec\uc0c1\uc2e0\uccad + +#EgovRwardUpdt.jsp +comUssIonRwd.rwardUpdt.title=\ud3ec\uc0c1\uc218\uc815 +comUssIonRwd.rwardUpdt.atchFileIdList=\ucca8\ubd80\ud30c\uc77c\ubaa9\ub85d + +#EgovRwardConfm.jsp +comUssIonRwd.rwardConfm.title=\ud3ec\uc0c1\uc2b9\uc778 +comUssIonRwd.rwardConfm.arrParam.rwardAply.agree=\ud3ec\uc0c1\uc2e0\uccad - \uc2b9\uc778 +comUssIonRwd.rwardConfm.arrParam.rwardAply.disagree=\ud3ec\uc0c1\uc2e0\uccad - \ubc18\ub824 + +#EgovRwardConfmList.jsp +comUssIonRwd.rwardConfmList.title=\ud3ec\uc0c1\uc2b9\uc778 \ubaa9\ub85d +comUssIonRwd.rwardConfmList.rwardAgreeList=\ud3ec\uc0c1\uc2b9\uc778\uad00\ub9ac \ubaa9\ub85d +comUssIonRwd.rwardConfmList.rwardProgress=\uc2b9\uc778\ucc98\ub9ac +comUssIonRwd.rwardConfmList.detailView=\uc0c1\uc138\ubcf4\uae30 + +#\uacf5\ud1b5 +comUssIonRwd.common.validate.searchFromDate=\ud3ec\uc0c1\uc77c\uc790 \uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \ud3ec\uc0c1\uc77c\uc790\ub97c \ud655\uc778\ud558\uc138\uc694. +comUssIonRwd.common.validate.searchToDate=\ud3ec\uc0c1\uc77c\uc790 \uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \ud3ec\uc0c1\uc77c\uc790\ub97c \ud655\uc778\ud558\uc138\uc694. +comUssIonRwd.common.searchKeyword=\ud3ec\uc0c1\uad6c\ubd84 +comUssIonRwd.common.selectedAll=\uc804\uccb4 +comUssIonRwd.common.rwardDate=\ud3ec\uc0c1\uc77c\uc790 +comUssIonRwd.common.searchFromDate=\ud3ec\uc0c1 \uc2dc\uc791\uc77c\uc790 +comUssIonRwd.common.searchToDate=\ud3ec\uc0c1 \uc885\ub8cc\uc77c\uc790 +comUssIonRwd.common.searchNm=\ud3ec\uc0c1\uc790 +comUssIonRwd.common.rwardNm=\ud3ec\uc0c1\uba85 +comUssIonRwd.common.rwardDe=\ud3ec\uc0c1\uc77c\uc790 +comUssIonRwd.common.rwardManNm=\ud3ec\uc0c1\uc790\uba85 +comUssIonRwd.common.orgnztNm=\uc18c\uc18d +comUssIonRwd.common.confmAt=\uc9c4\ud589\uad6c\ubd84 +comUssIonRwd.common.sanctnerNm=\uc2b9\uc778\uc790 +comUssIonRwd.common.confmAt.A=\uc2e0\uccad\uc911 +comUssIonRwd.common.confmAt.C=\uc2b9\uc778 +comUssIonRwd.common.confmAt.R=\ubc18\ub824 +comUssIonRwd.common.submit=\uc804\uc1a1 +comUssIonRwd.common.pblenCn=\uacf5\uc801\uc0ac\ud56d +comUssIonRwd.common.atchFileId=\ucca8\ubd80\ud30c\uc77c +comUssIonRwd.common.sanctnDtNm=\uc2b9\uc778\uad8c\uc790 +comUssIonRwd.common.toNewWindow=\uc0c8 \ucc3d\uc73c\ub85c \uc774\ub3d9 +comUssIonRwd.common.infrmlSanctnRegist=\uacb0\uc7ac\uad8c\uc790 + + + +#\uc0ac\uc774\ud2b8\uad00\ub9ac# + +comUssIonSit.siteVO.title = \uc0ac\uc774\ud2b8 + +comUssIonSit.siteVO.siteNm = \uc0ac\uc774\ud2b8\uba85 +comUssIonSit.siteVO.siteUrl = \uc0ac\uc774\ud2b8URL +comUssIonSit.siteVO.siteDc = \uc0ac\uc774\ud2b8\uc124\uba85 +comUssIonSit.siteVO.siteThemaClCode = \uc0ac\uc774\ud2b8\ubd84\ub958 +comUssIonSit.siteVO.actvtyAt = \ud65c\uc131\uc5ec\ubd80 +comUssIonSit.siteVO.useAt = \uc0ac\uc6a9\uc5ec\ubd80 + + + +#Twitter\uc5f0\ub3d9# +ussIonTir.twitterMain.twitterMain=\ud2b8\uc704\ud130(Twitter) \uc571\ub4f1\ub85d \uc548\ub0b4 +ussIonTir.twitterMain.app=\ud2b8\uc704\ud130 \uc0ac\uc774\ud2b8\uc5d0 \ub85c\uadf8\uc778\ud55c\ub2e4. +ussIonTir.twitterMain.buttonClick=\ubc84\ud2bc\uc744 \ud074\ub9ad\ud558\uace0 \ub4f1\ub85d \ud398\uc774\uc9c0\uc5d0 \uc544\ub798\uc640 \uac19\uc774 \ud2b8\uc704\ud130 \uc5b4\ud50c\ub9ac\ucf00\uc774\uc158 \uc11c\ube44\uc2a4\ub97c \ub4f1\ub85d\ud55c\ub2e4. +ussIonTir.twitterMain.returnUrl=(\ud0a4 \ubc1c\uae09 \ud6c4 \ub9ac\ud134\ub418\ub294 URL) +ussIonTir.twitterMain.key=Consumer key, Consumer secret \ub4f1\uc774 \uc544\ub798\uc640 \uac19\uc774 \ubc1c\uae09\ub41c\ub2e4. + +ussIonTir.twitterPopup.twitterPopup=\ud2b8\uc704\ud130(Twitter) \uc778\uc99d\uc694\uccad +ussIonTir.twitterPopup.consumerKey=Consumer key \ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694! +ussIonTir.twitterPopup.consumerSecret=Consumer secret\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694! +ussIonTir.twitterPopup.twitterPopupKey=\ud2b8\uc704\ud130(Twitter) \uc778\uc99d\uc694\uccad - \uc778\uc99d\ud0a4 \uc785\ub825 +ussIonTir.twitterPopup.saveKey=Consumer key/Consumer secret \ud0a4 \uac12 \uc800\uc7a5 +ussIonTir.twitterPopup.send=\uc804\uc1a1 + +ussIonTir.twitterTrnsmit.twitterTrnsmit=\ud2b8\uc704\ud130(Twitter) \uc1a1\uc2e0(\ub4f1\ub85d) +ussIonTir.twitterTrnsmit.validate.id=Twitter \uc544\uc774\ub514(ID)\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694! +ussIonTir.twitterTrnsmit.validate.password=Twitter \ube44\ubc00\ubc88\ud638(PW)\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694! +ussIonTir.twitterTrnsmit.validate.send=\uc791\uc131\ub41c Twitter\ub97c \uc804\uc1a1 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +ussIonTir.twitterTrnsmit.twitterText=Twitter \ub0b4\uc6a9 +ussIonTir.twitterTrnsmit.send=\uc804\uc1a1 + +ussIonTir.twitterRecptn.twitterRecptn=\ud2b8\uc704\ud130(Twitter) \uc218\uc2e0 +ussIonTir.twitterRecptn.validate.number=\uc22b\uc790\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694! +ussIonTir.twitterRecptn.validate.onlyNumber=\uc22b\uc790\ub9cc \uc785\ub825\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4 +ussIonTir.twitterRecptn.twitterProfileImageURL=\ud504\ub85c\ud544 \uc774\ubbf8\uc9c0 +ussIonTir.twitterRecptn.text=\ub0b4\uc6a9 + +ussIonTir.twitterTrnsmitResult.twitterTrnsmitResult=\ud2b8\uc704\ud130(Twitter) \uc1a1\uc2e0(\ub4f1\ub85d)\uacb0\uacfc\ud655\uc778 +ussIonTir.twitterTrnsmitResult.id=\ub4f1\ub85dID +ussIonTir.twitterTrnsmitResult.screenName=\uacc4\uc815ID +ussIonTir.twitterTrnsmitResult.name=\ubcc4\uba85 +ussIonTir.twitterTrnsmitResult.url=URL +ussIonTir.twitterTrnsmitResult.text=\ud2b8\uc704\ud130 \ub0b4\uc6a9 +ussIonTir.twitterTrnsmitResult.profileImage=Profile Image +ussIonTir.twitterTrnsmitResult.createdAt=\ub4f1\ub85d\uc77c +ussIonTir.twitterTrnsmitResult.isFavorited=favorite +ussIonTir.twitterTrnsmitResult.isRetweet=retweet +ussIonTir.twitterTrnsmitResult.isTruncated=runcated +ussIonTir.twitterTrnsmitResult.confirm=\ud655\uc778 + + + +#\uc0ac\uc6a9\uc790\ubd80\uc7ac\uad00\ub9ac# +ussIonUas.userAbsnceList.userAbsnceList=\uc0ac\uc6a9\uc790\ubd80\uc7ac\uad00\ub9ac \ubaa9\ub85d +ussIonUas.userAbsnceList.userNm=\uc0ac\uc6a9\uc790 \uba85 +ussIonUas.userAbsnceList.userId=\uc0ac\uc6a9\uc790 ID +ussIonUas.userAbsnceList.userAbsnceAt=\ubd80\uc7ac\uc5ec\ubd80 +ussIonUas.userAbsnceList.regYn=\ub4f1\ub85d\uc5ec\ubd80 +ussIonUas.userAbsnceList.lastUpdusrPnttm=\ub3d9\ub85d\uc77c\uc2dc +ussIonUas.userAbsnceList.all=\uc804\uccb4 +ussIonUas.userAbsnceList.noUserSlct=\uc120\ud0dd\ub41c \uc0ac\uc6a9\uc790\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +ussIonUas.userAbsnceList.failInquir=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +ussIonUas.userAbsnceList.regiAftrView=\uc870\ud68c \ud6c4 \ub4f1\ub85d\ud558\uc2dc\uae38 \ubc14\ub78d\ub2c8\ub2e4. +ussIonUas.userAbsnceList.alreadyRegis=\uc774\ubbf8 \ub4f1\ub85d\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. +ussIonUas.userAbsnceList.selectOnlyOne=\ub4f1\ub85d\ub300\uc0c1 \ud558\ub098\ub9cc \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624. +ussIonUas.userAbsnceList.noRegisTargetSlct=\uc120\ud0dd\ub41c \ub4f1\ub85d\ub300\uc0c1\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. +ussIonUas.userAbsnceList.goToregisPage=\ub4f1\ub85d\ub41c \uc0ac\uc6a9\uc790\ubd80\uc7ac \uc815\ubcf4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \ub4f1\ub85d\ud398\uc774\uc9c0\ub85c \uc774\ub3d9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +ussIonUas.userAbsnceList.deleteMsg=\uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + +ussIonUas.userAbsnceRegist.userAbsnceRegist=\uc0ac\uc6a9\uc790\ubd80\uc7ac\uad00\ub9ac \ub4f1\ub85d +ussIonUas.userAbsnceRegist.userNm=\uc0ac\uc6a9\uc790 \uba85 +ussIonUas.userAbsnceRegist.userId=\uc0ac\uc6a9\uc790 ID +ussIonUas.userAbsnceRegist.userAbsnceAt=\ubd80\uc7ac\uc5ec\ubd80 +ussIonUas.userAbsnceRegist.lastUpdusrPnttm=\ub3d9\ub85d\uc77c\uc2dc +ussIonUas.userAbsnceRegist.all=\uc804\uccb4 +ussIonUas.userAbsnceRegist.saveMsg=\uc800\uc7a5\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +ussIonUas.userAbsnceRegist.deleteMsg=\uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + +ussIonUas.userAbsnceUpdt.userAbsnceUpdt=\uc0ac\uc6a9\uc790\ubd80\uc7ac\uad00\ub9ac \uc218\uc815 +ussIonUas.userAbsnceUpdt.userNm=\uc0ac\uc6a9\uc790 \uba85 +ussIonUas.userAbsnceUpdt.userId=\uc0ac\uc6a9\uc790 ID +ussIonUas.userAbsnceUpdt.userAbsnceAt=\ubd80\uc7ac\uc5ec\ubd80 +ussIonUas.userAbsnceUpdt.lastUpdusrPnttm=\ub3d9\ub85d\uc77c\uc2dc +ussIonUas.userAbsnceUpdt.saveMsg=\uc800\uc7a5\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +ussIonUas.userAbsnceUpdt.deleteMsg=\uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + + +#\ud1b5\ud569\ub9c1\ud06c\uad00\ub9ac# +uss.ion.ulm.unityLinkList.unityLinkList=\ud1b5\ud569\ub9c1\ud06c\uad00\ub9ac \ubaa9\ub85d +uss.ion.ulm.unityLinkList.unityLinkNum=\uc21c\ubc88 +uss.ion.ulm.unityLinkList.unityLinkGroup=\uadf8\ub8f9 +uss.ion.ulm.unityLinkList.unityLinkNm=\ud1b5\ud569\ub9c1\ud06c\uba85 +uss.ion.ulm.unityLinkList.unityLinkDc=\ud1b5\ud569\ub9c1\ud06c\uc124\uba85 +uss.ion.ulm.unityLinkList.unityLinkUrl=\ud1b5\ud569\ub9c1\ud06cURL +uss.ion.ulm.unityLinkList.unityLinkRegNm=\ub4f1\ub85d\uc790 +uss.ion.ulm.unityLinkList.unityLinkRegDate=\ub4f1\ub85d\uc77c\uc790 + +uss.ion.ulm.unityLinkDetail.unityLinkDetail=\ud1b5\ud569\ub9c1\ud06c\uad00\ub9ac \uc0c1\uc138\ubcf4\uae30 +uss.ion.ulm.unityLinkDetail.unityLinkGroup=\ud1b5\ud569\ub9c1\ud06c\uadf8\ub8f9 +uss.ion.ulm.unityLinkDetail.unityLinkNm=\ud1b5\ud569\ub9c1\ud06c\uba85 +uss.ion.ulm.unityLinkDetail.unityLinkDc=\ud1b5\ud569\ub9c1\ud06c\uc124\uba85 +uss.ion.ulm.unityLinkDetail.unityLinkUrl=\ud1b5\ud569\ub9c1\ud06cURL +uss.ion.ulm.unityLinkDetail.validate.deleteMsg=\uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c? + +uss.ion.ulm.unityLinkRegist.unityLinkRegist=\ud1b5\ud569\ub9c1\ud06c\uad00\ub9ac \ub4f1\ub85d +uss.ion.ulm.unityLinkRegist.unityLinkGroup=\ud1b5\ud569\ub9c1\ud06c\uadf8\ub8f9 +uss.ion.ulm.unityLinkRegist.unityLinkNm=\ud1b5\ud569\ub9c1\ud06c\uba85 +uss.ion.ulm.unityLinkRegist.unityLinkDc=\ud1b5\ud569\ub9c1\ud06c\uc124\uba85 +uss.ion.ulm.unityLinkRegist.unityLinkUrl=\ud1b5\ud569\ub9c1\ud06cURL + +uss.ion.ulm.unityLinkUpdt.unityLinkUpdate=\ud1b5\ud569\ub9c1\ud06c\uad00\ub9ac \uc218\uc815 +uss.ion.ulm.unityLinkUpdt.unityLinkGroup=\ud1b5\ud569\ub9c1\ud06c\uadf8\ub8f9 +uss.ion.ulm.unityLinkUpdt.unityLinkNm=\ud1b5\ud569\ub9c1\ud06c\uba85 +uss.ion.ulm.unityLinkUpdt.unityLinkDc=\ud1b5\ud569\ub9c1\ud06c\uc124\uba85 +uss.ion.ulm.unityLinkUpdt.unityLinkUrl=\ud1b5\ud569\ub9c1\ud06cURL + +uss.ion.ulm.unityLinkSample.unityLink=\ud1b5\ud569\ub9c1\ud06c +uss.ion.ulm.unityLinkSample.goUnityLinkSample=\ud1b5\ud569\ub9c1\ud06c \uc0d8\ud50c\ud398\uc774\uc9c0 \uc774\ub3d9 +uss.ion.ulm.unityLinkSample.validate.select=\ud1b5\ud569\ub9c1\ud06c\ub97c \uc120\ud0dd\ud574\uc8fc\uc138\uc694! +uss.ion.ulm.unityLinkSample.moveButton=\uc774\ub3d9 + + + +# Vacation Management comUssIonVct + +# EgovVcatnManage.xml +comUssIonVct.vcatnManage.validate.vcatnSe = \ud734\uac00\uad6c\ubd84 +comUssIonVct.vcatnManage.validate.bgnde = \uc2dc\uc791\uc77c\uc790 +comUssIonVct.vcatnManage.validate.endde = \uc885\ub8cc\uc77c\uc790 +comUssIonVct.vcatnManage.validate.vcatnResn = \ud734\uac00\uc0ac\uc720 +comUssIonVct.vcatnManage.validate.sanctnDtNm = \uc2b9\uc778\uad8c\uc790 + +#common +comUssIonVct.common.validate.bgnde = \ud734\uac00 \uc2dc\uc791\uc77c\uc790\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ud734\uac00\uc77c\uc790\ub97c \ud655\uc778\ud558\uc138\uc694. +comUssIonVct.common.validate.endde = \ud734\uac00\uc885\ub8cc\uc77c\uc790\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ud734\uac00\uc77c\uc790\ub97c \ud655\uc778\ud558\uc138\uc694. +comUssIonVct.common.validate.vcatnSe = \ud734\uac00\uc77c\uc790 \uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \ud734\uac00\uc77c\uc790\ub97c \ud655\uc778\ud558\uc138\uc694. +comUssIonVct.common.calendar = \ub2ec\ub825 +comUssIonVct.common.endde = \uc885\ub8cc\uc77c\uc790 +comUssIonVct.common.noonSe1 = \uc624\uc804 +comUssIonVct.common.noonSe2 = \uc624\ud6c4 +comUssIonVct.common.noonSe = \uc815\uc624\uad6c\ubd84 +comUssIonVct.common.applcntNm = \uc2e0\uccad\uc790 +comUssIonVct.common.orgnztNm = \uc18c\uc18d +comUssIonVct.common.occrncYrycCo = \ubc1c\uc0dd\uc5f0\ucc28 +comUssIonVct.common.useYrycCo = \uc0ac\uc6a9\uc5f0\ucc28 +comUssIonVct.common.remndrYrycCo = \uc794\uc5ec\uc5f0\ucc28 +comUssIonVct.common.vcatnSe = \ud734\uac00\uad6c\ubd84 +comUssIonVct.common.startDate = \uc2dc\uc791\uc77c\uc790 +comUssIonVct.common.endDate = \uc885\ub8cc\uc77c\uc790 +comUssIonVct.common.vcatnResn = \ud734\uac00\uc0ac\uc720 +comUssIonVct.common.infrmlSanctnRegist = \uacb0\uc7ac\uad8c\uc790 +comUssIonVct.common.vcatnTotalInfo = \uc2e0\uccad\uc790 \uc5f0\ucc28\uc815\ubcf4 +comUssIonVct.common.sanctnDtNm = \uc2b9\uc778\uad8c\uc790 +comUssIonVct.common.agree = \uc2b9\uc778 +comUssIonVct.common.disagree = \ubc18\ub824 +comUssIonVct.common.inputSuccess=\uc785\ub825\uc131\uacf5 +comUssIonVct.common.validate.vacationSelectError=\ud734\uac00\uc77c\uc790 \uc9c0\uc815 \uc624\ub958 - \ud734\uac00\uc2dc\uc791\uc77c\uc790/\uc885\ub8cc\uc77c\uc790\ub97c \ud655\uc778\ud558\uc138\uc694. +comUssIonVct.common.validate.thatYearOnly=\uc5f0\ucc28\uc0ac\uc6a9\uc2dc \ud734\uac00\ub294 \ub2f9\ud574\uc5f0\ub3c4\ub9cc \uac00\ub2a5\ud569\ub2c8\ub2e4. +comUssIonVct.common.validate.vacationFail=\uc5f0\ucc28\ud734\uac00 \ub4f1\ub85d\uc2e4\ud328(\uc794\uc5ec\uc5f0\ucc28 \ubd80\uc871) +comUssIonVct.common.validate.halfVacationFail=\ubc18\ucc28\ud734\uac00 \ub4f1\ub85d\uc2e4\ud328(\uc794\uc5ec\uc5f0\ucc28 \ubd80\uc871) +comUssIonVct.common.validate.duplicate = \ud734\uac00\uc77c\uc790\uac00 \uc911\ubcf5\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ud734\uac00\uc77c\uc790\ub97c \ud655\uc778\ud574 \uc8fc\uc138\uc694. + +# EgovVcatnManageList.jsp +comUssIonVct.vcatnManageList.title = \ud734\uac00\uad00\ub9ac \ubaa9\ub85d +comUssIonVct.vcatnManageList.userNm = \uc0ac\uc6a9\uc790 \uba85 +comUssIonVct.vcatnManageList.vctYr = \ud734\uac00\ub144\ub3c4 +comUssIonVct.vcatnManageList.selectedAll = \uc804\uccb4 +comUssIonVct.vcatnManageList.year = \ub144 +comUssIonVct.vcatnManageList.vcatnSeNm = \ud734\uac00\uad6c\ubd84 +comUssIonVct.vcatnManageList.bgnde = \uc2dc\uc791\uc77c +comUssIonVct.vcatnManageList.endde = \uc885\ub8cc\uc77c +comUssIonVct.vcatnManageList.vcatnResn = \ud734\uac00\uc0ac\uc720 +comUssIonVct.vcatnManageList.confmAt = \uad6c\ubd84 +comUssIonVct.vcatnManageList.sanctnerNm = \uc2b9\uc778\uc790 +comUssIonVct.vcatnManageList.confmAt.A = \uc2e0\uccad\uc911 +comUssIonVct.vcatnManageList.confmAt.C = \uc2b9\uc778 +comUssIonVct.vcatnManageList.confmAt.R = \ubc18\ub824 +comUssIonVct.vcatnManageList.validate.guide =\u203b 902.\uac1c\uc778\uc5f0\ucc28\uad00\ub9ac\uc758 \ubc1c\uc0dd\uc5f0\ucc28\uac00 \ub4f1\ub85d\uc774 \ub418\uc5b4 \uc788\uc5b4\uc57c \uc0ac\uc6a9\uac00\ub2a5 +comUssIonVct.vcatnManageList.validate.makeVcatn = \uc5f0\ucc28\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \uac1c\uc778\uc5f0\ucc28 \ud655\uc778\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. +comUssIonVct.vcatnManageList.validate.access = \uc0c1\uc138\ud654\uba74 \uc811\uadfc\uc744 \uc704\ud574\uc11c\ub294 \uc0ac\uc6a9\uc790 \uad8c\ud55c\uacfc \uc870\uc9c1 \uc544\uc774\ub514\uac00 \ud544\uc694\ud569\ub2c8\ub2e4. +comUssIonVct.vcatnManageList.validate.move = \u203b \ud734\uac00 \uc0ac\uc6a9\uc744 \uc704\ud55c \uac1c\uc778\uc5f0\ucc28 \ub4f1\ub85d\uc744 \uc704\ud574 \uac1c\uc778\uc5f0\ucc28\uad00\ub9ac \ucf64\ud3ec\ub10c\ud2b8\ub85c \uc774\ub3d9 + +# EgovVcatnRegist.jsp +comUssIonVct.vcatnRegist.title = \ud734\uac00\uc2e0\uccad +comUssIonVct.vcatnRegist.vcatnAplyr = \ud734\uac00 \uc2e0\uccad\uc790 + +# EgovVcatnUpdt.jsp +comUssIonVct.vcatnUpdt.title = \ud734\uac00\uc218\uc815 +comUssIonVct.vcatnUpdt.validate.length = \ud734\uac00\uc0ac\uc720 \ud56d\ubaa9\uc758 \uc785\ub825\uac12\uc774 200\uc790(\ud55c\uae00100\uc790)\ub97c \ucd08\uacfc\ud558\uc600\uc2b5\ub2c8\ub2e4. \ud2b9\uc218\ubb38\uc790('<','>','&','\\"', '\'')\ub97c \uc0ac\uc6a9\ud558\uc2e0 \uacbd\uc6b0 \ud574\ub2f9 \ubb38\uc790('<','>','&','"',''')\ub85c \uce58\ud658 \ucc98\ub9ac\ub418\uc5b4 \ubb38\uc790\uc218\uac00 \ucd08\uacfc\ucc98\ub9ac \ub420\uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. +comUssIonVct.vcatnUpdt.vcatnAplyr = \ud734\uac00 \uc2e0\uccad\uc790 + +# EgovVcatnManageDetail.jsp +comUssIonVct.vcatnManageDetail.title = \ud734\uac00\uc0c1\uc138\uc870\ud68c +comUssIonVct.vcatnManageDetail.vcatnApply = \ud734\uac00\uc2e0\uccad + +# EgovVcatnConfm.jsp +comUssIonVct.vcatnConfm.title = \ud734\uac00\uc2b9\uc778 +comUssIonVct.vcatnConfm.submit = \uc804\uc1a1 +comUssIonVct.vcatnConfm.validate.length = \ud734\uac00\uc0ac\uc720 \ud56d\ubaa9\uc758 \uc785\ub825\uac12\uc774 200\uc790(\ud55c\uae00100\uc790)\ub97c \ucd08\uacfc\ud558\uc600\uc2b5\ub2c8\ub2e4. \ud2b9\uc218\ubb38\uc790('<','>','&','\\"', '\'')\ub97c \uc0ac\uc6a9\ud558\uc2e0 \uacbd\uc6b0 \ud574\ub2f9 \ubb38\uc790('<','>','&','"',''')\ub85c \uce58\ud658 \ucc98\ub9ac\ub418\uc5b4 \ubb38\uc790\uc218\uac00 \ucd08\uacfc\ucc98\ub9ac \ub420\uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. + +# EgovVcatnConfmList.jsp +comUssIonVct.vcatnConfmList.title = \ud734\uac00\uc2b9\uc778 \ubaa9\ub85d +comUssIonVct.vcatnConfmList.validate.searchYear = \uc804\uccb4\ub144\ub3c4\uc5d0 \uc6d4\ub9cc \uc870\ud68c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ub144\ub3c4\ub294 \uc120\ud0dd\ud574\uc8fc\uc138\uc694. +comUssIonVct.vcatnConfmList.searchConfmAt = \uc9c4\ud589\uad6c\ubd84 +comUssIonVct.vcatnConfmList.selectedAll = \uc804\uccb4 +comUssIonVct.vcatnConfmList.searchConfmAt.A = \uc2e0\uccad +comUssIonVct.vcatnConfmList.searchConfmAt.vcatnDay = \ud734\uac00\uc77c\uc790 +comUssIonVct.vcatnConfmList.month = \uc6d4 +comUssIonVct.vcatnConfmList.bgnde = \uc2dc\uc791\uc77c +comUssIonVct.vcatnConfmList.endde = \uc885\ub8cc\uc77c +comUssIonVct.vcatnConfmList.confmAt.agreeProcess = \uc2b9\uc778\ucc98\ub9ac +comUssIonVct.vcatnConfmList.confmAt.detail = \uc0c1\uc138\ubcf4\uae30 +comUssIonVct.vcatnConfmList.vcatnManageList = \ud734\uac00\uc2b9\uc778\uad00\ub9ac \ubaa9\ub85d +comUssIonVct.vcatnConfmList.searchYear = \ub144\ub3c4 +comUssIonVct.vcatnConfmList.search = \ub144 + + + +#\uc704\ud0a4\ubd81\ub9c8\ud06c# +ussIonWikBmk.wikiBookmarkList.wikiBookmarkList=\uc704\ud0a4\ubd81\ub9c8\ud06c \ubaa9\ub85d +ussIonWikBmk.wikiBookmarkList.chooseDelete=\uc0ad\uc81c\ud560 \ubaa9\ub85d\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694! +ussIonWikBmk.wikiBookmarkList.confirmDelete=\uc120\ud0dd\ub41c \uc815\ubcf4\ub97c \uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +ussIonWikBmk.wikiBookmarkList.bookmarkNm=\ubd81\ub9c8\ud06c\uba85 +ussIonWikBmk.wikiBookmarkList.bookmarkgd=\uc704\ud0a4\ubd81\ub9c8\ud06c \ub4f1\ub85d\uc740 JSP WIki \uc124\uce58\uac00 \ud544\uc694\ud569\ub2c8\ub2e4.(\uc790\uc138\ud55c \ub0b4\uc6a9\uc740 \uc704\ud0a4\uac00\uc774\ub4dc \ucc38\uace0) + + + +#\uac1c\uc778\uc5f0\ucc28\uad00\ub9ac +#EgovIndvdlYrycManageList jsp +comUssIonYrc.indvdlYrycManageList.title=\uac1c\uc778\uc5f0\ucc28\uad00\ub9ac \ubaa9\ub85d +comUssIonYrc.indvdlYrycManageList.occrrncYear=\ubc1c\uc0dd\uc5f0\ub3c4 +comUssIonYrc.indvdlYrycManageList.occrncYrycCo=\ubc1c\uc0dd\uc5f0\ucc28 +comUssIonYrc.indvdlYrycManageList.useYrycCo=\uc0ac\uc6a9\uc5f0\ucc28 +comUssIonYrc.indvdlYrycManageList.remndrYrycCo=\uc794\uc5ec\uc5f0\ucc28 +comUssIonYrc.indvdlYrycManageList.mberNm=\uc0ac\uc6a9\uc790 + +#EgovIndvdlYrycRegist.jsp +comUssIonYrc.indvdlYrycRegist.title=\uac1c\uc778\uc5f0\ucc28\uad00\ub9ac \ub4f1\ub85d +comUssIonYrc.indvdlYrycRegist.change= \uac1c\uc778\uc5f0\ucc28 \ub4f1\ub85d/\uc218\uc815\uc2dc \ubc1c\uc0dd\uc5f0\ub3c4\ub294 \ud574\ub2f9\uc5f0\ub3c4\ub85c \ubcc0\uacbd\ub418\uc5b4 \uc800\uc7a5\ub428 +comUssIonYrc.indvdlYrycRegist.occrncYrycCo=\uc5f0\ucc28\ub4f1\ub85d +comUssIonYrc.indvdlYrycRegist.useYrycCo=\uc0ac\uc6a9\uc5f0\ucc28\ub4f1\ub85d +comUssIonYrc.indvdlYrycRegist.diffValue=\uc794\uc5ec\uc5f0\ucc28\uac00 \uc74c\uc218\uc77c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + + + + +#\ub9c8\uc774\ud398\uc774\uc9c0# + +comUssMpe.indvdlPgeVO.title = \ub9c8\uc774\ud398\uc774\uc9c0 + +comUssMpe.indvdlPgeVO.cntntsNm = \ucee8\ud150\uce20\uba85 +comUssMpe.indvdlPgeVO.cntntsLinkUrl = \ubbf8\ub9ac\ubcf4\uae30URL +comUssMpe.indvdlPgeVO.cntcUrl = \ucee8\ud150\uce20URL +comUssMpe.indvdlPgeVO.cntntsDc = \ucee8\ud150\uce20\uc124\uba85 +comUssMpe.indvdlPgeVO.cntntsUseAt = \uc0ac\uc6a9\uc5ec\ubd80 + + +#\ud589\uc815\uc6a9\uc5b4\uc0ac\uc804# + +comUssOlhAwm.administrationWordVO.title = \ud589\uc815\uc804\ubb38\uc6a9\uc5b4\uc0ac\uc804 + +comUssOlhAwm.administrationWordVO.administWordNm = \ud589\uc815\uc6a9\uc5b4\uba85 +comUssOlhAwm.administrationWordVO.administWordEngNm = \ud589\uc815\uc6a9\uc5b4\uc601\ubb38\uba85 +comUssOlhAwm.administrationWordVO.administWordAbrv = \ud589\uc815\uc6a9\uc5b4\uc57d\uc5b4\uba85 +comUssOlhAwm.administrationWordVO.themaRelm = \uc8fc\uc81c\uc601\uc5ed\uba85 +comUssOlhAwm.administrationWordVO.wordDomn = \uc6a9\uc5b4\uad6c\ubd84 +comUssOlhAwm.administrationWordVO.stdWord = \uad00\ub828\ud45c\uc900\uc6a9\uc5b4 +comUssOlhAwm.administrationWordVO.administWordDf = \ud589\uc815\uc6a9\uc5b4\uc815\uc758 +comUssOlhAwm.administrationWordVO.administWordDc = \ud589\uc815\uc6a9\uc5b4\uc124\uba85 + + +#FAQ# + +comUssOlhFaq.faqVO.title = FAQ + +comUssOlhFaq.faqVO.qestnSj = \uc9c8\ubb38\uc81c\ubaa9 +comUssOlhFaq.faqVO.qestnCn = \uc9c8\ubb38\ub0b4\uc6a9 +comUssOlhFaq.faqVO.answerCn = \ub2f5\ubcc0\ub0b4\uc6a9 +comUssOlhFaq.faqVO.inqireCo = \uc870\ud68c\uc218 +comUssOlhFaq.faqVO.atchFile = \ucca8\ubd80\ud30c\uc77c + + +#\ub3c4\uc6c0\ub9d0 \ucef4\ud3ec\ub10c\ud2b8# + +comUssOlhHpc.hpcmVO.title = \ub3c4\uc6c0\ub9d0 + +comUssOlhHpc.hpcmVO.hpcmSeCode = \ub3c4\uc6c0\ub9d0\uad6c\ubd84 +comUssOlhHpc.hpcmVO.hpcmDf = \ub3c4\uc6c0\ub9d0\uc815\uc758 +comUssOlhHpc.hpcmVO.hpcmDc = \ub3c4\uc6c0\ub9d0\uc124\uba85 + + + +#\uc628\ub77c\uc778\uba54\ub274\uc5bc# + +comUssOlhOmm.onlineManualVO.title = \uc628\ub77c\uc778\uba54\ub274\uc5bc + +comUssOlhOmm.onlineManualVO.onlineMnlNm = \uc628\ub77c\uc778\uba54\ub274\uc5bc\uba85 +comUssOlhOmm.onlineManualVO.onlineMnlSeCode = \uad6c\ubd84 +comUssOlhOmm.onlineManualVO.onlineMnlDf = \uc628\ub77c\uc778\uba54\ub274\uc5bc\uc815\uc758 +comUssOlhOmm.onlineManualVO.onlineMnlDc = \uc628\ub77c\uc778\uba54\ub274\uc5bc\uc124\uba85 + + +#Q&A# + +comUssOlhQna.qnaVO.title = Q&A + +comUssOlhQna.qnaVO.qestnSj = \uc9c8\ubb38\uc81c\ubaa9 +comUssOlhQna.qnaVO.qestnCn = \uc9c8\ubb38\ub0b4\uc6a9 +comUssOlhQna.qnaVO.writingDe = \uc791\uc131\ub0a0\uc9dc +comUssOlhQna.qnaVO.inqireCo = \uc870\ud68c\uc218 +comUssOlhQna.qnaVO.emailAdres = \uc774\uba54\uc77c\uc8fc\uc18c +comUssOlhQna.qnaVO.qnaProcessSttusCode = \uc9c4\ud589\uc0c1\ud0dc +comUssOlhQna.qnaVO.answerCn = \ub2f5\ubcc0\ub0b4\uc6a9 +comUssOlhQna.qnaVO.answerDe = \ub2f5\ubcc0\ub0a0\uc9dc +comUssOlhQna.qnaVO.emailAnswerAt = \uc774\uba54\uc77c\ub2f5\ubcc0\uc5ec\ubd80 +comUssOlhQna.qnaVO.telNo = \uc5f0\ub77d\ucc98 +comUssOlhQna.qnaVO.areaNo = \uc9c0\uc5ed\ubc88\ud638 +comUssOlhQna.qnaVO.middleTelno = \uc911\uac04\uc804\ud654\ubc88\ud638 +comUssOlhQna.qnaVO.endTelno = \ub05d\uc804\ud654\ubc88\ud638 + + +comUssOlhQna.qnaAnswerVO.title = Q&A\ub2f5\ubcc0 + + + +#\uc6a9\uc5b4\uc0ac\uc804# + +comUssOlhWor.wordDicaryVO.title = \uc6a9\uc5b4\uc0ac\uc804 + +comUssOlhWor.wordDicaryVO.wordNm = \uc6a9\uc5b4\uba85 +comUssOlhWor.wordDicaryVO.engNm = \uc601\ubb38\uba85 +comUssOlhWor.wordDicaryVO.synonm = \ub3d9\uc758\uc5b4 +comUssOlhWor.wordDicaryVO.wordDc = \uc6a9\uc5b4\uc124\uba85 + + + +#\uc0c1\ub2f4\uad00\ub9ac Message# +comUssOlpCns.title=\uc0c1\ub2f4\uad00\ub9ac + +comUssOlpCns.searchCondition.wrterNm = \uc791\uc131\uc790\uba85 +comUssOlpCns.searchCondition.cnsltSj = \uc0c1\ub2f4\uc81c\ubaa9 + +comUssOlpCns.list.cnsltSj=\uc0c1\ub2f4\uc81c\ubaa9 +comUssOlpCns.list.qnaProcessSttusCodeNm=\uc9c4\ud589\uc0c1\ud0dc +comUssOlpCns.list.hit=\uc870\ud68c\uc218 + +comUssOlpCns.regist.wrterNm=\uc791\uc131\uc790\uba85 +comUssOlpCns.regist.writngPassword=\uc791\uc131 \ube44\ubc00\ubc88\ud638 +comUssOlpCns.regist.telNo=\uc804\ud654\ubc88\ud638 +comUssOlpCns.regist.mobileNo=\ud734\ub300\ud3f0\ubc88\ud638 +comUssOlpCns.regist.email=\uc774\uba54\uc77c +comUssOlpCns.regist.emailAt=\uc774\uba54\uc77c\ub2f5\ubcc0\uc5ec\ubd80 +comUssOlpCns.regist.cnsltSj=\uc0c1\ub2f4\uc81c\ubaa9 +comUssOlpCns.regist.cnsltCn=\uc0c1\ub2f4\ub0b4\uc6a9 +comUssOlpCns.regist.managtCn=\ub2f5\ubcc0\ub0b4\uc6a9 +comUssOlpCns.regist.file=\ud30c\uc77c\ucca8\ubd80 + +comUssOlpCns.detail.regdate=\uc791\uc131\uc77c\uc790 +comUssOlpCns.detail.qnaProcessSttusCodeNm=\ucc98\ub9ac\uc0c1\ud0dc +comUssOlpCns.detail.hit=\uc870\ud68c\uc218 + +comUssOlpCns.detail.managtCn=\ub2f5\ubcc0\ub0b4\uc6a9 +comUssOlpCns.detail.managtDept=\ub2f4\ub2f9\ubd80\uc11c +comUssOlpCns.detail.managtDate=\ub2f5\ubcc0\uc77c\uc790 +comUssOlpCns.detail.managter=\ub2f5\ubcc0\uc790 +comUssOlpCns.detail.managtTel=\uc804\ud654\ubc88\ud638 +comUssOlpCns.detail.managtMail=\uc774\uba54\uc77c + +comUssOlpCns.validate.passwordConfirm=\uc791\uc131 \ube44\ubc00\ubc88\ud638\ub97c \ud655\uc778 \ubc14\ub78d\ub2c8\ub2e4. + + +comUssOlpCns.regist.telNo1=\uc804\ud654\ubc88\ud638(\uc9c0\uc5ed) +comUssOlpCns.regist.telNo2=\uc804\ud654\ubc88\ud638(\uad6d\ubc88) +comUssOlpCns.regist.telNo3=\uc804\ud654\ubc88\ud638(\uc9c0\ubc88) +comUssOlpCns.regist.mobileNo1=\ud734\ub300\ud3f0\ubc88\ud638(\uc55e\ubc88) +comUssOlpCns.regist.mobileNo2=\ud734\ub300\ud3f0\ubc88\ud638(\uad6d\ubc88) +comUssOlpCns.regist.mobileNo3=\ud734\ub300\ud3f0\ubc88\ud638(\uc9c0\ubc88) + + +#\uc791\uc131\ube44\ubc00\ubc88\ud638 \ud655\uc778 Message# +comUssOlpCns.passwordConfirm.title=\uc791\uc131\ube44\ubc00\ubc88\ud638 \ud655\uc778 +comUssOlpCns.passwordConfirm.password=\uc791\uc131\uae00 \ube44\ubc00\ubc88\ud638 + +#\uc0c1\ub2f4\ub2f5\ubcc0\uad00\ub9ac Message# +comUssOlpCnm.title=\uc0c1\ub2f4\ub2f5\ubcc0\uad00\ub9ac + +comUssOlpCnm.searchCondition.wrterNm = \uc791\uc131\uc790\uba85 +comUssOlpCnm.searchCondition.cnsltSj = \uc0c1\ub2f4\uc81c\ubaa9 + +comUssOlpCnm.list.cnsltSj=\uc0c1\ub2f4\uc81c\ubaa9 +comUssOlpCnm.list.qnaProcessSttusCodeNm=\uc9c4\ud589\uc0c1\ud0dc +comUssOlpCnm.list.hit=\uc870\ud68c\uc218 + +comUssOlpCnm.btn.managt=\ub2f5\ubcc0 + + +#\ud68c\uc758 \uad00\ub9ac# +ussOlpMgt.meetingManageList.meetingManageList=\ud68c\uc758\uad00\ub9ac \ubaa9\ub85d +ussOlpMgt.meetingManageList.mtgDe=\ud68c\uc758\uc77c\uc790 +ussOlpMgt.meetingManageList.mtgNm=\ud68c\uc758\uba85 +ussOlpMgt.meetingManageList.mtgMtrCn=\ud68c\uc758\uc548\uac74\ub0b4\uc6a9 +ussOlpMgt.meetingManageList.mtgPlace=\ud68c\uc758\uc7a5\uc18c +ussOlpMgt.meetingManageList.mtgBeginTime=\uc2dc\uc791\uc2dc\uac04 +ussOlpMgt.meetingManageList.mtgEndTime=\uc885\ub8cc\uc2dc\uac04 +ussOlpMgt.meetingManageList.frstRegisterNm=\uc791\uc131\uc790\uba85 +ussOlpMgt.meetingManageList.frstRegisterPnttm=\ub4f1\ub85d\uc77c\uc790 + +ussOlpMgt.meetingManageRegist.meetingManageRegist=\ud68c\uc758\uad00\ub9ac \ub4f1\ub85d +ussOlpMgt.meetingManageRegist.mtgNm=\ud68c\uc758\uc81c\ubaa9 +ussOlpMgt.meetingManageRegist.mtgMtrCn=\ud68c\uc758\uc548\uac74 \ub0b4\uc6a9 +ussOlpMgt.meetingManageRegist.mtgSn=\ud68c\uc758\uc21c\uc11c +ussOlpMgt.meetingManageRegist.mtgCo=\ud68c\uc758\ud68c\ucc28 +ussOlpMgt.meetingManageRegist.mtgDe=\ud68c\uc758\uc77c\uc790 +ussOlpMgt.meetingManageRegist.mtgPlace=\ud68c\uc758\uc7a5\uc18c +ussOlpMgt.meetingManageRegist.mtgBeginTime=\ud68c\uc758 \uc2dc\uc791\uc2dc\uac04 +ussOlpMgt.meetingManageRegist.mtgEndTime=\ud68c\uc758 \uc885\ub8cc\uc2dc\uac04 +ussOlpMgt.meetingManageRegist.clsdrMtgAt=\ube44\uacf5\uac1c \ud68c\uc758\uc5ec\ubd80 +ussOlpMgt.meetingManageRegist.readngBeginDe=\uc5f4\ub78c \uac1c\uc2dc\uc77c +ussOlpMgt.meetingManageRegist.readngAt=\uc5f4\ub78c \uc5ec\ubd80 +ussOlpMgt.meetingManageRegist.mtgResultCn=\ud68c\uc758\uacb0\uacfc \ub0b4\uc6a9 +ussOlpMgt.meetingManageRegist.mtgResultEnnc=\ud68c\uc758\uacb0\uacfc \uc5ec\ubd80 +ussOlpMgt.meetingManageRegist.etcMatter=\uae30\ud0c0\uc0ac\ud56d +ussOlpMgt.meetingManageRegist.mngtDeptNm=\uc8fc\uad00\ubd80\uc11c +ussOlpMgt.meetingManageRegist.mnaerNm=\uc8fc\uad00\uc790\uba85 +ussOlpMgt.meetingManageRegist.mnaerDeptNm=\uc8fc\uad00\uc790\ubd80\uc11c +ussOlpMgt.meetingManageRegist.mtnAt=\ud68c\uc758\uc5ec\ubd80 +ussOlpMgt.meetingManageRegist.nonatdrnCo=\ubd88\ucc38\uc11d\uc790\uc218 +ussOlpMgt.meetingManageRegist.atdrnCo=\ucc38\uc11d\uc790\uc218 +ussOlpMgt.meetingManageRegist.validate.checkTime=\ud68c\uc758 \uc2dc\uc791\uc2dc\uac04\uc774 \uc885\ub8cc \uc2dc\uac04\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. + +ussOlpMgt.meetingManageDetail.meetingManageDetail=\ud68c\uc758\uad00\ub9ac \uc0c1\uc138\uc870\ud68c +ussOlpMgt.meetingManageDetail.mtgNm=\ud68c\uc758\uc81c\ubaa9 +ussOlpMgt.meetingManageDetail.mtgMtrCn=\ud68c\uc758\uc548\uac74 \ub0b4\uc6a9 +ussOlpMgt.meetingManageDetail.mtgSn=\ud68c\uc758\uc21c\uc11c +ussOlpMgt.meetingManageDetail.mtgCo=\ud68c\uc758\ud68c\ucc28 +ussOlpMgt.meetingManageDetail.mtgDe=\ud68c\uc758\uc77c\uc790 +ussOlpMgt.meetingManageDetail.mtgPlace=\ud68c\uc758\uc7a5\uc18c +ussOlpMgt.meetingManageDetail.mtgHH=\uc2dc +ussOlpMgt.meetingManageDetail.mtgMM=\ubd84 +ussOlpMgt.meetingManageDetail.mtgBeginTime=\ud68c\uc758 \uc2dc\uc791\uc2dc\uac04 +ussOlpMgt.meetingManageDetail.mtgEndTime=\ud68c\uc758 \uc885\ub8cc\uc2dc\uac04 +ussOlpMgt.meetingManageDetail.clsdrMtgAt=\ube44\uacf5\uac1c \ud68c\uc758\uc5ec\ubd80 +ussOlpMgt.meetingManageDetail.readngBeginDe=\uc5f4\ub78c \uac1c\uc2dc\uc77c +ussOlpMgt.meetingManageDetail.readngAt=\uc5f4\ub78c \uc5ec\ubd80 +ussOlpMgt.meetingManageDetail.mtgResultCn=\ud68c\uc758\uacb0\uacfc \ub0b4\uc6a9 +ussOlpMgt.meetingManageDetail.mtgResultEnnc=\ud68c\uc758\uacb0\uacfc \uc5ec\ubd80 +ussOlpMgt.meetingManageDetail.etcMatter=\uae30\ud0c0\uc0ac\ud56d +ussOlpMgt.meetingManageDetail.mngtDeptNm=\uc8fc\uad00\ubd80\uc11c +ussOlpMgt.meetingManageDetail.mnaerIds=\uc8fc\uad00\uc790 ID +ussOlpMgt.meetingManageDetail.mnaerNm=\uc8fc\uad00\uc790\uba85 +ussOlpMgt.meetingManageDetail.mnaerDeptNm=\uc8fc\uad00\uc790\ubd80\uc11c +ussOlpMgt.meetingManageDetail.mtnAt=\ud68c\uc758\uc5ec\ubd80 +ussOlpMgt.meetingManageDetail.nonatdrnCo=\ubd88\ucc38\uc11d\uc790\uc218 +ussOlpMgt.meetingManageDetail.atdrnCo=\ucc38\uc11d\uc790\uc218 + +ussOlpMgt.meetingManageModify.meetingManageModify=\ud68c\uc758\uad00\ub9ac \uc218\uc815 +ussOlpMgt.meetingManageModify.mtgNm=\ud68c\uc758\uc81c\ubaa9 +ussOlpMgt.meetingManageModify.mtgMtrCn=\ud68c\uc758\uc548\uac74 \ub0b4\uc6a9 +ussOlpMgt.meetingManageModify.mtgSn=\ud68c\uc758\uc21c\uc11c +ussOlpMgt.meetingManageModify.mtgCo=\ud68c\uc758\ud68c\ucc28 +ussOlpMgt.meetingManageModify.mtgDe=\ud68c\uc758\uc77c\uc790 +ussOlpMgt.meetingManageModify.mtgPlace=\ud68c\uc758\uc7a5\uc18c +ussOlpMgt.meetingManageModify.mtgHH=\uc2dc +ussOlpMgt.meetingManageModify.mtgMM=\ubd84 +ussOlpMgt.meetingManageModify.mtgBeginTime=\ud68c\uc758 \uc2dc\uc791\uc2dc\uac04 +ussOlpMgt.meetingManageModify.mtgEndTime=\ud68c\uc758 \uc885\ub8cc\uc2dc\uac04 +ussOlpMgt.meetingManageModify.clsdrMtgAt=\ube44\uacf5\uac1c \ud68c\uc758\uc5ec\ubd80 +ussOlpMgt.meetingManageModify.readngBeginDe=\uc5f4\ub78c \uac1c\uc2dc\uc77c +ussOlpMgt.meetingManageModify.readngAt=\uc5f4\ub78c \uc5ec\ubd80 +ussOlpMgt.meetingManageModify.mtgResultCn=\ud68c\uc758\uacb0\uacfc \ub0b4\uc6a9 +ussOlpMgt.meetingManageModify.mtgResultEnnc=\ud68c\uc758\uacb0\uacfc \uc5ec\ubd80 +ussOlpMgt.meetingManageModify.etcMatter=\uae30\ud0c0\uc0ac\ud56d +ussOlpMgt.meetingManageModify.mngtDeptNm=\uc8fc\uad00\ubd80\uc11c +ussOlpMgt.meetingManageModify.mnaerIds=\uc8fc\uad00\uc790 ID +ussOlpMgt.meetingManageModify.mnaerNm=\uc8fc\uad00\uc790\uba85 +ussOlpMgt.meetingManageModify.mnaerDeptNm=\uc8fc\uad00\uc790\ubd80\uc11c +ussOlpMgt.meetingManageModify.mtnAt=\ud68c\uc758\uc5ec\ubd80 +ussOlpMgt.meetingManageModify.nonatdrnCo=\ubd88\ucc38\uc11d\uc790\uc218 +ussOlpMgt.meetingManageModify.atdrnCo=\ucc38\uc11d\uc790\uc218 +ussOlpMgt.meetingManageModify.validate.checkTime=\ud68c\uc758 \uc2dc\uc791\uc2dc\uac04\uc774 \uc885\ub8cc \uc2dc\uac04\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. + +ussOlpMgt.meetingManageLisAuthorGroupPopup.orgnzPopup=\ubd80\uc11c\uac80\uc0c9 \ud31d\uc5c5 +ussOlpMgt.meetingManageLisAuthorGroupPopup.orgnzList=\ubd80\uc11c\ubaa9\ub85d \uc870\ud68c +ussOlpMgt.meetingManageLisAuthorGroupPopup.orgnztNm=\ubd80\uc11c\uba85 +ussOlpMgt.meetingManageLisAuthorGroupPopup.orgnztDc=\ubd80\uc11c\uc124\uba85 + +ussOlpMgt.meetingManageLisEmpLyrPopup.userPopup=\uc0ac\uc6a9\uc790\uac80\uc0c9 \ud31d\uc5c5 +ussOlpMgt.meetingManageLisEmpLyrPopup.searchId=\uc544\uc774\ub514 \uac80\uc0c9 +ussOlpMgt.meetingManageLisEmpLyrPopup.userNm=\uc774\ub984 +ussOlpMgt.meetingManageLisEmpLyrPopup.emplyrId=\uc544\uc774\ub514 +ussOlpMgt.meetingManageLisEmpLyrPopup.offmTelno=\uc804\ud654\ubc88\ud638 +ussOlpMgt.meetingManageLisEmpLyrPopup.detailAdres=\uc8fc\uc18c + +ussOlpMgt.meetingManage.mtgNm=\ud68c\uc758\uc81c\ubaa9 +ussOlpMgt.meetingManage.mtgMtrCn=\ud68c\uc758\uc548\uac74 \ub0b4\uc6a9 +ussOlpMgt.meetingManage.mtgSn=\ud68c\uc758\uc21c\uc11c +ussOlpMgt.meetingManage.mtgCo=\ud68c\uc758\ud68c\ucc28 +ussOlpMgt.meetingManage.mtgDe=\ud68c\uc758\uc77c\uc790 +ussOlpMgt.meetingManage.mtgPlace=\ud68c\uc758\uc7a5\uc18c +ussOlpMgt.meetingManage.mtgBeginHH=\ud68c\uc758\uc2dc\uc791\uc2dc\uac04(\uc2dc\uac04) +ussOlpMgt.meetingManage.mtgBeginMM=\ud68c\uc758\uc2dc\uc791\uc2dc\uac04(\ubd84) +ussOlpMgt.meetingManage.mtgEndHH=\ud68c\uc758\uc885\ub8cc\uc2dc\uac04(\uc2dc\uac04) +ussOlpMgt.meetingManage.mtgEndMM=\ud68c\uc758\uc885\ub8cc\uc2dc\uac04(\ubd84) +ussOlpMgt.meetingManage.readngBeginDe=\uc5f4\ub78c \uac1c\uc2dc\uc77c +ussOlpMgt.meetingManage.mtgResultCn=\ud68c\uc758\uacb0\uacfc \ub0b4\uc6a9 +ussOlpMgt.meetingManage.etcMatter=\uae30\ud0c0\uc0ac\ud56d +ussOlpMgt.meetingManage.nonatdrnCo=\ubd88\ucc38\uc11d\uc790\uc218 +ussOlpMgt.meetingManage.atdrnCo=\ucc38\uc11d\uc790\uc218 + + +#\uc628\ub77c\uc778POLL\uad00\ub9ac Message# + +comUssOlpOpm.title=\uc628\ub77c\uc778POLL\uad00\ub9ac + +comUssOlpOpm.searchCondition.POLL_NM=POLL\uba85 + +comUssOlpOpm.list.pollNm=\uc628\ub77c\uc778POLL\uba85 +comUssOlpOpm.list.pollBeginDe=\uc2dc\uc791\uc77c +comUssOlpOpm.list.pollEndDe=\uc885\ub8cc\uc77c +comUssOlpOpm.list.pollStatistics=\ud1b5\uacc4 +comUssOlpOpm.list.pollResult=\uacb0\uacfc +comUssOlpOpm.list.pollItem=\uc628\ub77c\uc778POLL\ud56d\ubaa9 +comUssOlpOpm.list.item=\ud56d\ubaa9\uba85 + + +comUssOlpOpm.regist.pollNm=POLL\uba85 +comUssOlpOpm.regist.pollBeginDe=POLL\uc2dc\uc791\uc77c\uc790 +comUssOlpOpm.regist.pollEndDe=POLL\uc885\ub8cc\uc77c\uc790 +comUssOlpOpm.regist.pollType=POLL\uad6c\ubd84 +comUssOlpOpm.regist.pollDsuseYn=POLL\ud398\uae30\uc720\ubb34 +comUssOlpOpm.regist.pollAutoDsuseYn=POLL\uc790\ub3d9\ud398\uae30\uc720\ubb34 + +comUssOlpOpm.btn.view=\ubcf4\uae30 + +comUssOlpOpm.result.title=\uc628\ub77c\uc778POLL\uacb0\uacfc + +comUssOlpOpm.pollItem.title=\uc628\ub77c\uc778POLL\ud56d\ubaa9 \uc815\ubcf4 + + + +#\uc628\ub77c\uc778POLL\ucc38\uc5ec Message# + +comUssOlpOpp.title=\uc628\ub77c\uc778POLL\ucc38\uc5ec + +comUssOlpOpp.validate.onlinePollPartcptn=\uc9c0\uae08\uc740 \uc628\ub77c\uc778POLL \ud22c\ud45c\uae30\uac04\uc774 \uc544\ub2d9\ub2c8\ub2e4! + +comUssOlpOpp.regist.pollNm=POLL\uba85 +comUssOlpOpp.regist.pollBeginDe=POLL\uc2dc\uc791\uc77c\uc790 +comUssOlpOpp.regist.pollEndDe=POLL\uc885\ub8cc\uc77c\uc790 +comUssOlpOpp.regist.pollType=POLL\uc885\ub958 + +comUssOlpOpp.statistics.title=\ud1b5\uacc4 + + + +#\ud56d\ubaa9\uad00\ub9ac(\uc124\ubb38\ud56d\ubaa9) \uba54\uc2dc\uc9c0# +comUssOlpQim.title=\uc124\ubb38\ud56d\ubaa9 +comUssOlpQim.titleManage=\ud56d\ubaa9\uad00\ub9ac +comUssOlpQim.searchCondition.IEM_CN=\ud56d\ubaa9\ub0b4\uc6a9 +comUssOlpQim.searchCondition.FRST_REGISTER_ID=\ub4f1\ub85d\uc790 + +comUssOlpQim.regist.qestnrCn=\uc124\ubb38\uc815\ubcf4 +comUssOlpQim.regist.qestnrQesitmCn=\uc124\ubb38\ubb38\ud56d\uc815\ubcf4 +comUssOlpQim.regist.iemSn=\ud56d\ubaa9\uc21c\ubc88 +comUssOlpQim.regist.iemCn=\ud56d\ubaa9\ub0b4\uc6a9 +comUssOlpQim.regist.etcAnswerAt=\uae30\ud0c0\ub2f5\ubcc0\uc5ec\ubd80 + +comUssOlpQim.regist.registerName=\ub4f1\ub85d\uc790 +comUssOlpQim.regist.registerDate=\ub4f1\ub85d\uc77c\uc790 + +comUssOlpQim.regist.popUp=\ud31d\uc5c5 + +comUssOlpQim.value.submit=\uc804\uc1a1 + +#Javascript alert# +comUssOlpQim.alert.searchKeyword=\uac80\uc0c9\uc5b4 +comUssOlpQim.alert.searchCondition=\uac80\uc0c9\uad6c\ubd84 + +comUssOlpQim.alert.select=\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694! +comUssOlpQim.alert.input=\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694! + +comUssOlpQim.alert.total=\uc0ad\uc81c\uc2dc \uc124\ubb38\ud56d\ubaa9, \uc124\ubb38\uc870\uc0ac(\uc124\ubb38\uacb0\uacfc) +comUssOlpQim.alert.delete=\uc815\ubcf4\uac00 \ud568\uaed8 \uc0ad\uc81c\ub429\ub2c8\ub2e4! + + + +#\uc124\ubb38\uad00\ub9ac \uba54\uc2dc\uc9c0# +comUssOlpQmc.title=\uc124\ubb38\uad00\ub9ac +comUssOlpQmc.searchCondition.QUSTNR_SJ=\uc124\ubb38\uc81c\ubaa9 +comUssOlpQmc.searchCondition.FRST_REGISTER_ID=\ub4f1\ub85d\uc790 + +comUssOlpQmc.regist.qestnrSj=\uc124\ubb38\uc81c\ubaa9 +comUssOlpQmc.regist.qestnrPurps=\uc124\ubb38\ubaa9\uc801 +comUssOlpQmc.regist.qestnrWritngGuidanceCn=\uc124\ubb38\uc791\uc131 \uc548\ub0b4 \ub0b4\uc6a9 +comUssOlpQmc.regist.qestnrTrget=\uc124\ubb38\ub300\uc0c1 +comUssOlpQmc.regist.qestnrDe=\uc124\ubb38\uae30\uac04 +comUssOlpQmc.regist.qestnrTmplatTy=\ud15c\ud50c\ub9bf \uc720\ud615 + +comUssOlpQmc.regist.respondentInfo=\uc124\ubb38\uc751\ub2f5\uc790\uc815\ubcf4 +comUssOlpQmc.regist.qustnrqestn=\uc124\ubb38\ubb38\ud56d +comUssOlpQmc.regist.qustnrInvestigation=\uc124\ubb38\uc870\uc0ac +comUssOlpQmc.regist.statistics=\ud1b5\uacc4 +comUssOlpQmc.regist.registerName=\ub4f1\ub85d\uc790 +comUssOlpQmc.regist.registerDate=\ub4f1\ub85d\uc77c\uc790 + +comUssOlpQmc.regist.qestnrTmplatInfo=\ud15c\ud50c\ub9bf \uc124\uba85 +comUssOlpQmc.regist.qestnrTmplatDesc=\ud15c\ud50c\ub9bf \uc720\ud615\uc774 \uc5c6\ub294 \uacbd\uc6b0 "\uc124\ubb38\ud15c\ud50c\ub9bf\uad00\ub9ac"\uba54\ub274\uc5d0\uc11c \ub4f1\ub85d\uc744 \ud574\uc57c \ud569\ub2c8\ub2e4. + +comUssOlpQmc.value.view=\ubcf4\uae30 + +comUssOlpQmc.value.select=\uc120\ud0dd + +comUssOlpQmc.title.startDay=\uc2dc\uc791\uc77c +comUssOlpQmc.title.endDay=\uc885\ub8cc\uc77c +comUssOlpQmc.regist.qestnrDeStartDay=\uc124\ubb38\uae30\uac04 \uc2dc\uc791\uc77c +comUssOlpQmc.regist.qestnrDeEndDay=\uc124\ubb38\uae30\uac04 \uc885\ub8cc\uc77c +comUssOlpQmc.title.image=\uc774\ubbf8\uc9c0 +comUssOlpQmc.title.submit=\uc804\uc1a1 + +comUssOlpQmc.alt.calPopup=\ub2ec\ub825\ucc3d\ud31d\uc5c5\ubc84\ud2bc\uc774\ubbf8\uc9c0 + +#Javascript alert# +comUssOlpQmc.alert.startDay=\uc124\ubb38\uae30\uac04 \uc2dc\uc791\uc77c\uc740 \uc885\ub8cc\uc77c \ubcf4\ub2e4 \ud074\uc218 \uc5c6\uace0 +comUssOlpQmc.alert.endDay=\uc124\ubb38\uae30\uac04 \uc885\ub8cc\uc77c\uc740 \uc2dc\uc791\uc77c \ubcf4\ub2e4 \uc791\uc744\uc218 \uc5c6\uc2b5\ub2c8\ub2e4! +comUssOlpQmc.alert.total=\uc0ad\uc81c\uc2dc \uc124\ubb38\uad00\ub9ac, \uc124\ubb38\ud56d\ubaa9, \uc124\ubb38\ubb38\ud56d, \uc124\ubb38\uc751\ub2f5\uc790\uad00\ub9ac, \uc124\ubb38\uc870\uc0ac(\uc124\ubb38\uacb0\uacfc) +comUssOlpQmc.alert.delete=\uc815\ubcf4\uac00 \ud568\uaed8 \uc0ad\uc81c\ub429\ub2c8\ub2e4! + + +#\uc124\ubb38\uc870\uc0ac \uba54\uc2dc\uc9c0# +comUssOlpQnn.title=\uc124\ubb38\ucc38\uc5ec +comUssOlpQnn.titleManage=\uc124\ubb38\uc870\uc0ac +comUssOlpQnn.searchCondition.QUSTNR_SJ=\uc124\ubb38\uc81c\ubaa9 +comUssOlpQnn.searchCondition.FRST_REGISTER_ID=\ub4f1\ub85d\uc790 + +comUssOlpQnn.regist.sexdstnCode=\uc131\ubcc4 +comUssOlpQnn.regist.occpTyCode=\uc9c1\uc5c5 +comUssOlpQnn.regist.respondNm=\uc751\ub2f5\uc790\uba85 + +comUssOlpQnn.regist.qestnrSj=\uc124\ubb38\uc81c\ubaa9 +comUssOlpQnn.regist.qestnrPurps=\uc124\ubb38\ubaa9\uc801 +comUssOlpQnn.regist.qestnrWritngGuidanceCn=\uc124\ubb38\uc791\uc131 \uc548\ub0b4\ub0b4\uc6a9 +comUssOlpQnn.regist.qestnrTrgetAndDe=\uc124\ubb38\ub300\uc0c1,\uc124\ubb38\uae30\uac04 +comUssOlpQnn.regist.qestnrTmplatCours=\uc124\ubb38\uc870\uc0ac + +comUssOlpQnn.regist.statistics=\ud1b5\uacc4 +comUssOlpQnn.regist.registerName=\ub4f1\ub85d\uc790 +comUssOlpQnn.regist.registerDate=\ub4f1\ub85d\uc77c\uc790 + +comUssOlpQnn.regist.example=\ubcf4\uae30 + +comUssOlpQnn.regist.respondInfo=\uc124\ubb38\uc751\ub2f5\uc790 \uc815\ubcf4 +comUssOlpQnn.regist.qestnrInfo=\uc124\ubb38\uc815\ubcf4 + +comUssOlpQnn.regist.qestnrTrget=\uc124\ubb38\ub300\uc0c1 +comUssOlpQnn.regist.qestnrDate=\uc124\ubb38\uae30\uac04 + +comUssOlpQnn.regist.student=\ud559\uc0dd +comUssOlpQnn.regist.univStudent=\ub300\ud559\uc0dd +comUssOlpQnn.regist.salaryMan=\uc9c1\uc7a5\uc778 +comUssOlpQnn.regist.soldier=\uad70\uc778 +comUssOlpQnn.regist.teacher=\uad50\uc0ac +comUssOlpQnn.regist.etc=\uae30\ud0c0 + +comUssOlpQnn.alt.compulsoryInput=\ud544\uc218\uc785\ub825\ud45c\uc2dc +comUssOlpQnn.alt.chartImage=\ucc28\ud2b8\uc774\ubbf8\uc9c0 + +#\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 alert# +comUssOlpQnn.alert.sexdstnCode=\uc124\ubb38\uc751\ub2f5\uc790\uc815\ubcf4 \uc131\ubcc4\uc744 \ud0dd\ud574\uc8fc\uc138\uc694! +comUssOlpQnn.alert.occpTyCode=\uc124\ubb38\uc751\ub2f5\uc790\uc815\ubcf4 \uc9c1\uc5c5\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694! +comUssOlpQnn.alert.respondNm=\uc124\ubb38\uc751\ub2f5\uc790\uc815\ubcf4 \uc751\ub2f5\uc790\uba85\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694! + +comUssOlpQnn.alert.qestnIem=\ubc88 \uc124\ubb38\ubb38\ud56d\uc744 \uc791\uc131\ud574 \uc8fc\uc138\uc694! +comUssOlpQnn.alert.etcAnswer=\ubc88 \uc124\ubb38\ubb38\ud56d \uae30\ud0c0\ub2f5\ubcc0\uc744 \uc791\uc131\ud574\uc8fc\uc138\uc694! + +comUssOlpQnn.alert.mxmmChoiseCo=\ucd5c\ub300\uc120\ud0dd\uac74\uc218 +comUssOlpQnn.alert.exceed=\uac74\uc744 \ucd08\uacfc\ud558\uc600\uc2b5\ub2c8\ub2e4! + + +#\uc9c8\ubb38\uad00\ub9ac(\uc124\ubb38\ubb38\ud56d) \uba54\uc2dc\uc9c0# +comUssOlpQqm.title=\uc124\ubb38\ubb38\ud56d +comUssOlpQqm.titleManage=\ubb38\ud56d \uad00\ub9ac +comUssOlpQqm.searchCondition.QESTN_CN=\uc9c8\ubb38\ub0b4\uc6a9 +comUssOlpQqm.searchCondition.MXMM_CHOISE_CO=\ucd5c\ub300\uc120\ud0dd\uac74\uc218 + +comUssOlpQqm.regist.qestnrCn=\uc124\ubb38\uc9c0\uc815\ubcf4(\uc81c\ubaa9) +comUssOlpQqm.regist.qestnSn=\uc9c8\ubb38\uc21c\ubc88 +comUssOlpQqm.regist.qestnTyCode=\uc9c8\ubb38\uc720\ud615 +comUssOlpQqm.regist.qestnCn=\uc9c8\ubb38\ub0b4\uc6a9 +comUssOlpQqm.regist.mxmmChoiseCo=\ucd5c\ub300\uc120\ud0dd\uac74\uc218 + +comUssOlpQqm.result.iemCn=\uc124\ubb38\ud56d\ubaa9\uacb0\uacfc +comUssOlpQqm.result.respondAnswerCn=\uc751\ub2f5\uc790\ub2f5\ubcc0\ub0b4\uc6a9 \uacb0\uacfc +comUssOlpQqm.result.etcAnswerCn=\uae30\ud0c0\ub2f5\ubcc0\ub0b4\uc6a9 \uacb0\uacfc + +comUssOlpQqm.regist.qestnIem=\uc9c8\ubb38\ud56d\ubaa9 +comUssOlpQqm.regist.statistics=\ud1b5\uacc4 +comUssOlpQqm.regist.registerName=\ub4f1\ub85d\uc790 +comUssOlpQqm.regist.registerDate=\ub4f1\ub85d\uc77c\uc790 + +comUssOlpQqm.regist.popup=\ud31d\uc5c5 + +comUssOlpQqm.regist.objectiveQuest=\uac1d\uad00\uc2dd +comUssOlpQqm.regist.subjectiveQuest=\uc8fc\uad00\uc2dd + +comUssOlpQqm.value.view=\ubcf4\uae30 + +comUssOlpQqm.title.submit=\uc804\uc1a1 + +comUssOlpQqm.alt.chartImage=\ucc28\ud2b8\uc774\ubbf8\uc9c0 + +#Javascript alert# +comUssOlpQqm.alert.input=\ub97c \uc785\ub825\ud574 \uc8fc\uc138\uc694! + +comUssOlpQqm.alert.total=\uc0ad\uc81c\uc2dc \uc124\ubb38\ubb38\ud56d, \uc124\ubb38\ud56d\ubaa9, \uc124\ubb38\uc870\uc0ac(\uc124\ubb38\uacb0\uacfc) +comUssOlpQqm.alert.delete=\uc815\ubcf4\uac00 \ud568\uaed8 \uc0ad\uc81c\ub429\ub2c8\ub2e4! + + + +#\uc124\ubb38\uad00\ub9ac-\uc124\ubb38\uc870\uc0ac'\ubcf4\uae30' \uba54\uc2dc\uc9c0# +comUssOlpQri.title=\uc124\ubb38\uc870\uc0ac +comUssOlpQri.titleManage=\uc124\ubb38\uc870\uc0ac\uad00\ub9ac +comUssOlpQri.searchCondition.ETC_ANSWER_CN=\uae30\ud0c0\ub2f5\ubcc0\ub0b4\uc6a9 +comUssOlpQri.searchCondition.RESPOND_ANSWER_CN=\uc751\ub2f5\uc790\ub2f5\ubcc0\ub0b4\uc6a9 +comUssOlpQri.searchCondition.RESPOND_NM=\uc751\ub2f5\uc790\uba85 + +comUssOlpQri.regist.qestnrCn=\uc124\ubb38\uad00\ub9ac\uc815\ubcf4 +comUssOlpQri.regist.qestnrQesitmCn=\uc124\ubb38\ubb38\ud56d\uc815\ubcf4 +comUssOlpQri.regist.qestnTyCode=\uc124\ubb38\uc720\ud615 +comUssOlpQri.regist.qustnrIemCn=\uc124\ubb38\ud56d\ubaa9\uc815\ubcf4 +comUssOlpQri.regist.respondAnswerCn=\uc751\ub2f5\uc790\ub2f5\ubcc0\ub0b4\uc6a9 +comUssOlpQri.regist.etcAnswerCn=\uae30\ud0c0\ub2f5\ubcc0\ub0b4\uc6a9 +comUssOlpQri.regist.respondNm=\uc751\ub2f5\uc790\uba85 + +comUssOlpQri.regist.qestnType=\ubb38\ud56d\uc720\ud615 +comUssOlpQri.regist.qustnrqestn=\uc124\ubb38\ubb38\ud56d +comUssOlpQri.regist.qustnrIem=\uc124\ubb38\ud56d\ubaa9 +comUssOlpQri.regist.writerName=\uc791\uc131\uc790\uba85 +comUssOlpQri.regist.registerDate=\ub4f1\ub85d\uc77c\uc790 + +comUssOlpQri.regist.objectiveQuest=\uac1d\uad00\uc2dd +comUssOlpQri.regist.subjectiveQuest=\uc8fc\uad00\uc2dd + +comUssOlpQri.regist.newWindow=\uc0c8\ucc3d + +comUssOlpQri.title.submit=\uc804\uc1a1 + +comUssOlpQri.regist.mxmmChoiseCo=\ucd5c\ub300\uc120\ud0dd\uac74\uc218 + +comUssOlpQri.title.template=\ud15c\ud50c\ub9bf +comUssOlpQri.title.etcAnswer=\uae30\ud0c0\ub2f5\ubcc0\uc5ec\ubd80 +comUssOlpQri.title.inputSubjQuest=\uc8fc\uad00\uc2dd\ub0b4\uc6a9\uc785\ub825 +comUssOlpQri.title.checkBox=\uccb4\ud06c\ubc15\uc2a4 + +comUssOlpQri.alt.compulsoryInput=\ud544\uc218\uc785\ub825\ud45c\uc2dc + +#Javascript alert# +comUssOlpQri.alert.input=\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694! + + + +#\uc751\ub2f5\uc790\uad00\ub9ac \uba54\uc2dc\uc9c0# +comUssOlpQrm.title=\uc751\ub2f5\uc790\uc815\ubcf4 +comUssOlpQrm.titleManage=\uc751\ub2f5\uc790\uad00\ub9ac +comUssOlpQrm.searchCondition.RESPOND_NM=\uc751\ub2f5\uc790\uba85 + +comUssOlpQrm.regist.qestnrCn=\uc124\ubb38\uad00\ub9ac\uc815\ubcf4 +comUssOlpQrm.regist.sexdstnCode=\uc131\ubcc4 +comUssOlpQrm.regist.occpTyCode=\uc9c1\uc5c5 +comUssOlpQrm.regist.respondNm=\uc751\ub2f5\uc790\uba85 + +comUssOlpQrm.regist.qestnrCnList=\uc124\ubb38\uc9c0\uc815\ubcf4(\uc81c\ubaa9) +comUssOlpQrm.regist.registerName=\ub4f1\ub85d\uc790 +comUssOlpQrm.regist.registerDate=\ub4f1\ub85d\uc77c\uc790 + +comUssOlpQrm.title.submit=\uc804\uc1a1 + +#Javascript alert# +comUssOlpQrm.alert.input=\ub97c \uc785\ub825\ud574 \uc8fc\uc138\uc694! + + + + +#\uc124\ubb38\ud15c\ud50c\ub9bf\uad00\ub9ac \uba54\uc2dc\uc9c0# +comUssOlpQtm.menu=\uba54\ub274 +comUssOlpQtm.title=\uc124\ubb38\ud15c\ud50c\ub9bf\uad00\ub9ac +comUssOlpQtm.searchCondition.QUSTNR_TMPLAT_DC=\ud15c\ud50c\ub9bf\uc124\uba85 +comUssOlpQtm.searchCondition.QUSTNR_TMPLAT_TY=\ud15c\ud50c\ub9bf\uc720\ud615 + +comUssOlpQtm.regist.qestnrTmplatTy=\ud15c\ud50c\ub9bf\uc720\ud615 +comUssOlpQtm.regist.egovfile=\ud15c\ud50c\ub9bf\uc720\ud615 \uc774\ubbf8\uc9c0 +comUssOlpQtm.regist.egovfile.information=\ud15c\ud50c\ub9bf\uc720\ud615 \uc774\ubbf8\uc9c0 \uc815\ubcf4 +comUssOlpQtm.regist.qestnrTmplatCn=\ud15c\ud50c\ub9bf\uc124\uba85 +comUssOlpQtm.regist.qestnrTmplatCours=\ud15c\ud50c\ub9bf \ud30c\uc77c(\uacbd\ub85c) + +comUssOlpQtm.regist.frstRegisterNm=\uc791\uc131\uc790\uba85 +comUssOlpQtm.regist.frstRegisterPnttm=\ub4f1\ub85d\uc77c\uc790 + +comUssOlpQtm.regist.qestnrTmplatImage=\ud15c\ud50c\ub9bf \uc774\ubbf8\uc9c0 + +comUssOlpQtm.title.image=\uc774\ubbf8\uc9c0 +comUssOlpQtm.title.submit=\uc804\uc1a1 + +#Javascript alert# +comUssOlpQtm.alert.select=\ub97c \uc120\ud0dd\ud574\uc8fc\uc138\uc694! +comUssOlpQtm.alert.image=\uc774\ubbf8\uc9c0 \ud615\uc2dd\uc758 \ud655\uc7a5\uc790\ub9cc \uc5c5\ub85c\ub4dc \uac00\ub2a5\ud569\ub2c8\ub2e4! +comUssOlpQtm.alert.total=\uc0ad\uc81c\uc2dc \uc124\ubb38\ud15c\ud50c\ub9bf, \uc124\ubb38\ud56d\ubaa9, \uc124\ubb38\ubb38\ud56d, \uc124\ubb38\uc751\ub2f5\uc790\uad00\ub9ac, \uc124\ubb38\uc870\uc0ac(\uc124\ubb38\uacb0\uacfc) +comUssOlpQtm.alert.delete=\uc815\ubcf4\uac00 \ud568\uaed8 \uc0ad\uc81c\ub429\ub2c8\ub2e4! + + + +#\uc800\uc791\uad8c\ubcf4\ud638\uc815\ucc45# +ussSamCpy.cpyrhtPrtcPolicyListInqire.cpyrhtPrtcPolicyListInqire=\uc800\uc791\uad8c\ubcf4\ud638\uc815\ucc45 \ubaa9\ub85d +ussSamCpy.cpyrhtPrtcPolicyListInqire.cpyrhtPrtcPolicyCn=\uc800\uc791\uad8c\ubcf4\ud638\uc815\ucc45\ub0b4\uc6a9 +ussSamCpy.cpyrhtPrtcPolicyListInqire.lastUpdtPnttm=\ub4f1\ub85d\uc77c\uc790 + +ussSamCpy.cpyrhtPrtcPolicyCnRegist.cpyrhtPrtcPolicyCnRegist=\uc800\uc791\uad8c\ubcf4\ud638\uc815\ucc45 \ub4f1\ub85d +ussSamCpy.cpyrhtPrtcPolicyCnRegist.cpyrhtPrtcPolicyCn=\uc800\uc791\uad8c\ubcf4\ud638\uc815\ucc45\ub0b4\uc6a9 + +ussSamCpy.cpyrhtPrtcPolicyCnUpdt.cpyrhtPrtcPolicyCnUpdt=\uc800\uc791\uad8c\ubcf4\ud638\uc815\ucc45 \uc218\uc815 +ussSamCpy.cpyrhtPrtcPolicyCnUpdt.cpyrhtPrtcPolicyCn=\uc800\uc791\uad8c\ubcf4\ud638\uc815\ucc45\ub0b4\uc6a9 + +ussSamCpy.cpyrhtPrtcPolicyDetailInqire.cpyrhtPrtcPolicyDetailInqire=\uc800\uc791\uad8c\ubcf4\ud638\uc815\ucc45 \uc0c1\uc138\ubcf4\uae30 +ussSamCpy.cpyrhtPrtcPolicyDetailInqire.cpyrhtPrtcPolicyCn=\uc800\uc791\uad8c\ubcf4\ud638\uc815\ucc45\ub0b4\uc6a9 +ussSamCpy.cpyrhtPrtcPolicyDetailInqire.lastUpdtPnttm=\ub4f1\ub85d\uc77c\uc790 + +ussSamCpy.cpyrhtPrtcPolicy.validate.cpyrhtPrtcPolicyCn=\uc800\uc791\uad8c\ubcf4\ud638\uc815\ucc45\ub0b4\uc6a9 + + + + +#\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45 \uad00\ub9ac# +ussSamIpm.indvdlInfoPolicyList.indvdlInfoPolicyList=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45 \ubaa9\ub85d +ussSamIpm.indvdlInfoPolicyList.indvdlInfoPolicyNm=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45\uba85 +ussSamIpm.indvdlInfoPolicyList.indvdlInfoPolicyCn=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45\ub0b4\uc6a9 +ussSamIpm.indvdlInfoPolicyList.indvdlInfoscrPolicyAgreAt=\ub3d9\uc758\uc5ec\ubd80 +ussSamIpm.indvdlInfoPolicyList.frstRegisterNm=\ub4f1\ub85d\uc790 +ussSamIpm.indvdlInfoPolicyList.frstRegistPnttm=\ub4f1\ub85d\uc77c\uc790 + +ussSamIpm.indvdlInfoPolicyRegist.indvdlInfoPolicyRegist=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45 \uad00\ub9ac \ub4f1\ub85d +ussSamIpm.indvdlInfoPolicyRegist.indvdlInfoNm=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45\uba85 +ussSamIpm.indvdlInfoPolicyRegist.indvdlInfoDc=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45\ub0b4\uc6a9 +ussSamIpm.indvdlInfoPolicyRegist.indvdlInfoYn=\ub3d9\uc758\uc5ec\ubd80 + +ussSamIpm.indvdlInfoPolicyDetail.indvdlInfoPolicyDetail=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45 \uad00\ub9ac \uc0c1\uc138\ubcf4\uae30 +ussSamIpm.indvdlInfoPolicyDetail.indvdlInfoNm=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45\uba85 +ussSamIpm.indvdlInfoPolicyDetail.indvdlInfoDc=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45\ub0b4\uc6a9 +ussSamIpm.indvdlInfoPolicyDetail.indvdlInfoYn=\ub3d9\uc758\uc5ec\ubd80 + +ussSamIpm.indvdlInfoPolicyUpdt.indvdlInfoPolicyUpdt=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45 \uad00\ub9ac \uc0c1\uc138\ubcf4\uae30 +ussSamIpm.indvdlInfoPolicyUpdt.indvdlInfoNm=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45\uba85 +ussSamIpm.indvdlInfoPolicyUpdt.indvdlInfoDc=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45\ub0b4\uc6a9 +ussSamIpm.indvdlInfoPolicyUpdt.indvdlInfoYn=\ub3d9\uc758\uc5ec\ubd80 + +ussSamIpm.indvdlInfoPolicy.indvdlInfoNm=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45\uba85 +ussSamIpm.indvdlInfoPolicy.indvdlInfoDc=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45\ub0b4\uc6a9 +ussSamIpm.indvdlInfoPolicy.indvdlInfoYn=\ub3d9\uc758\uc5ec\ubd80 + + + + +#\uc57d\uad00\uad00\ub9ac Message# +comUssSamStp.title=\uc57d\uad00\uad00\ub9ac +comUssSamStp.list.useStplatNm=\uc57d\uad00\uba85 +comUssSamStp.list.useStplatCn=\uc57d\uad00\ub0b4\uc6a9 +comUssSamStp.list.infoProvdAgreCn=\uc815\ubcf4\uc81c\uacf5\ub3d9\uc758\ub0b4\uc6a9 + + +#\ub514\uc9c0\ud138\uc6d0\ud328\uc2a4 \uba54\uc2dc\uc9c0# +digital.onepass.access.denied.code=\ub514\uc9c0\ud138\uc6d0\ud328\uc2a4\uc5d0\ub7ec +digital.onepass.access.denied.title=\ub514\uc9c0\ud138\uc6d0\ud328\uc2a4 \uc778\uc99d\uc5d0 \ud544\uc694\ud55c \ud30c\uc77c\uc774\ub098 \uc124\uc815 \ub4f1\uc758 \ud655\uc778\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. +digital.onepass.connect.success=\uc804\uc790\uc815\ubd80 \ud45c\uc900\ud504\ub808\uc784\uc6cc\ud06c {0} \uacc4\uc815\uacfc \ub514\uc9c0\ud138\uc6d0\ud328\uc2a4 \uacc4\uc815\uc774 \uc5f0\ub3d9\ub418\uc5c8\uc2b5\ub2c8\ub2e4. +digital.onepass.disconnect.success=\ub514\uc9c0\ud138\uc6d0\ud328\uc2a4 \uc5f0\ub3d9\ud574\uc9c0\ub418\uc5c8\uc2b5\ub2c8\ub2e4. +digital.onepass.connect.join.failure=\uc77c\ubc18\ud68c\uc6d0 \ud639\uc740 \uae30\uc5c5\ud68c\uc6d0 \uac00\uc785\uc744 \uba3c\uc800 \uc9c4\ud589\ud574\uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4. +digital.onepass.connect.user.infomation.failure=\ub514\uc9c0\ud138\uc6d0\ud328\uc2a4\uc758 \uc0ac\uc6a9\uc790 \uc815\ubcf4\ub97c \ud655\uc778\ud574\uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4. +digital.onepass.connect.athentication.failure=\ub514\uc9c0\ud138\uc6d0\ud328\uc2a4 \uc778\uc99d\uc774 \uc815\uc0c1\uc801\uc73c\ub85c \uc9c4\ud589\ub418\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. +digital.onepass.delete.alert=\ub514\uc9c0\ud138\uc6d0\ud328\uc2a4 \uc5f0\ub3d9\ud574\uc81c \ud6c4 \uc0ad\uc81c\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4. + + +#\ub85c\uadf8\uc778 \uc57d\uad00\uad00\ub9ac# +comUssUmt.stplatCnfirmt.title=\uc57d\uad00\ud655\uc778 +comUssUmt.stplatCnfirmt.useStplatCn=\uc57d\uad00\ub0b4\uc6a9 +comUssUmt.stplatCnfirmt.infoProvdAgreCn=\uc815\ubcf4\ub3d9\uc758\ub0b4\uc6a9 + +comUssUmt.stplatCnfirmtMsg.useStplat=\uc57d\uad00\ub0b4\uc6a9\uc5d0 \ub3d9\uc758\ud569\ub2c8\ub2e4. +comUssUmt.stplatCnfirmtMsg.infoProvdAgre=\uc815\ubcf4\uc774\uc6a9\ub0b4\uc6a9\uc5d0 \ub3d9\uc758\ud569\ub2c8\ub2e4. + +comUssUmt.stplatCnfirmtValidate.disagreeStplatCnfirmt=\uc57d\uad00\uc5d0 \ub3d9\uc758\ud558\uc9c0 \uc54a\uc73c\uba74 \ud68c\uc6d0\uc73c\ub85c \uac00\uc785\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + +comUssUmt.common.lockAt=\ub85c\uadf8\uc778\uc778\uc99d\uc81c\ud55c\uc5ec\ubd80 +comUssUmt.common.lockAtBtn=\ub85c\uadf8\uc778\uc778\uc99d\uc81c\ud55c\ud574\uc81c +comUssUmt.common.lockAtConfirm=\ub85c\uadf8\uc778\uc778\uc99d\uc81c\ud55c\uc744 \ud574\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + +#\ubd80\uc11c\uad00\ub9ac# +comUssUmt.deptManage.title=\ubd80\uc11c\uad00\ub9ac + +comUssUmt.deptManageList.deptId=\ubd80\uc11c ID +comUssUmt.deptManageList.deptName=\ubd80\uc11c \uba85 +comUssUmt.deptManageList.deptDc=\uc124\uba85 +comUssUmt.deptManageSearchCondition.searchKeywordText=\ubd80\uc11c\uba85 + +comUssUmt.deptManageRegist.deptId=\ubd80\uc11c ID +comUssUmt.deptManageRegist.deptName=\ubd80\uc11c \uba85 +comUssUmt.deptManageRegist.deptDc=\uc124\uba85 + +#\uc0ac\uc6a9\uc790\uad00\ub9ac# +comUssUmt.userManage.title=\uc77c\ubc18\ud68c\uc6d0\uad00\ub9ac + +comUssUmt.userManageSsearch.sbscrbSttusTitle=\uac00\uc785\uc0c1\ud0dc\uc870\uac74 \uc120\ud0dd +comUssUmt.userManageSsearch.sbscrbSttusAll=\uc0c1\ud0dc(\uc804\uccb4) +comUssUmt.userManageSsearch.sbscrbSttusA=\uac00\uc785\uc2e0\uccad +comUssUmt.userManageSsearch.sbscrbSttusD=\uc0ad\uc81c +comUssUmt.userManageSsearch.sbscrbSttusP=\uc2b9\uc778 +comUssUmt.userManageSsearch.searchConditioTitle=\uc870\ud68c\uc870\uac74 \uc120\ud0dd +comUssUmt.userManageSsearch.searchConditionId=ID +comUssUmt.userManageSsearch.searchConditionName=\uc774\ub984 + +comUssUmt.userManageList.id=\uc544\uc774\ub514 +comUssUmt.userManageList.name=\uc0ac\uc6a9\uc790\uc774\ub984 +comUssUmt.userManageList.email=\uc0ac\uc6a9\uc790\uc774\uba54\uc77c +comUssUmt.userManageList.phone=\uc804\ud654\ubc88\ud638 +comUssUmt.userManageList.sbscrbSttus=\uac00\uc785\uc0c1\ud0dc + +comUssUmt.userManageRegist.id=\uc77c\ubc18\ud68c\uc6d0\uc544\uc774\ub514 +comUssUmt.userManageRegist.name=\uc77c\ubc18\ud68c\uc6d0\uc774\ub984 +comUssUmt.userManageRegist.pass=\ube44\ubc00\ubc88\ud638 +comUssUmt.userManageRegist.passConfirm=\ube44\ubc00\ubc88\ud638\ud655\uc778 +comUssUmt.userManageRegist.passHit=\ube44\ubc00\ubc88\ud638\ud78c\ud2b8 +comUssUmt.userManageRegist.passOk=\ube44\ubc00\ubc88\ud638\uc815\ub2f5 +comUssUmt.userManageRegist.saxTypeCode=\uc131\ubcc4\uad6c\ubd84\ucf54\ub4dc +comUssUmt.userManageRegist.tel=\uc804\ud654\ubc88\ud638 +comUssUmt.userManageRegist.fax=\ud329\uc2a4\ubc88\ud638 +comUssUmt.userManageRegist.phone=\ud578\ub4dc\ud3f0\ubc88\ud638 +comUssUmt.userManageRegist.email=\uc774\uba54\uc77c\uc8fc\uc18c +comUssUmt.userManageRegist.post=\uc6b0\ud3b8\ubc88\ud638 +comUssUmt.userManageRegist.addr=\uc8fc\uc18c +comUssUmt.userManageRegist.addrDetail=\uc0c1\uc138\uc8fc\uc18c +comUssUmt.userManageRegist.groupId=\uadf8\ub8f9\uc544\uc774\ub514 +comUssUmt.userManageRegist.status=\uc77c\ubc18\ud68c\uc6d0\uc0c1\ud0dc\ucf54\ub4dc +comUssUmt.userManageRegistBtn.idSearch=\uc911\ubcf5\uc544\uc774\ub514 \uac80\uc0c9 + +comUssUmt.userManageRegistModal.title=\uc544\uc774\ub514 \uc911\ubcf5 \ud655\uc778 +comUssUmt.userManageRegistModal.userIsId=\uc0ac\uc6a9\ud560\uc544\uc774\ub514 +comUssUmt.userManageRegistModal.initStatus=\uacb0\uacfc : \uc911\ubcf5\ud655\uc778\uc744 \uc2e4\ud589\ud558\uc2ed\uc2dc\uc624. + +comUssUmt.userManageRegistModal.result=\uacb0\uacfc +comUssUmt.userManageRegistModal.useMsg=\ub294 \uc0ac\uc6a9\ud560\uc218 \uc5c6\ub294 \uc544\uc774\ub514\uc785\ub2c8\ub2e4. +comUssUmt.userManageRegistModal.notUseMsg=\ub294 \uc0ac\uc6a9\uac00\ub2a5\ud55c \uc544\uc774\ub514\uc785\ub2c8\ub2e4. +comUssUmt.userManageRegistModal.noIdMsg=\uc0ac\uc6a9\uc774 \ubd88\uac00\ub2a5\ud55c \uc544\uc774\ub514 \uc785\ub2c8\ub2e4 + +comUssUmt.userManageModifyBtn.passwordChange=\ube44\ubc00\ubc88\ud638\ubcc0\uacbd + +comUssUmt.userManagePasswordUpdt.title=\ube44\ubc00\ubc88\ud638\ubcc0\uacbd +comUssUmt.userManagePasswordUpdt.id=\uc77c\ubc18\ud68c\uc6d0\uc544\uc774\ub514 +comUssUmt.userManagePasswordUpdt.oldPass=\uae30\uc874 \ube44\ubc00\ubc88\ud638 +comUssUmt.userManagePasswordUpdt.pass=\ube44\ubc00\ubc88\ud638 +comUssUmt.userManagePasswordUpdt.passConfirm=\ube44\ubc00\ubc88\ud638\ud655\uc778 + + +#\uc5c5\ubb34\ud68c\uc6d0\uad00\ub9ac# +comUssUmt.deptUserManage.title=\uc5c5\ubb34\uc0ac\uc6a9\uc790\uad00\ub9ac + +comUssUmt.deptUserManageRegist.id=\uc77c\ubc18\ud68c\uc6d0\uc544\uc774\ub514 +comUssUmt.deptUserManageRegist.name=\uc77c\ubc18\ud68c\uc6d0\uc774\ub984 +comUssUmt.deptUserManageRegist.pass=\ube44\ubc00\ubc88\ud638 +comUssUmt.deptUserManageRegist.passConfirm=\ube44\ubc00\ubc88\ud638\ud655\uc778 +comUssUmt.deptUserManageRegist.passHit=\ube44\ubc00\ubc88\ud638\ud78c\ud2b8 +comUssUmt.deptUserManageRegist.passOk=\ube44\ubc00\ubc88\ud638\uc815\ub2f5 +comUssUmt.deptUserManageRegist.saxTypeCode=\uc131\ubcc4\uad6c\ubd84\ucf54\ub4dc +comUssUmt.deptUserManageRegist.tel=\uc804\ud654\ubc88\ud638 +comUssUmt.deptUserManageRegist.fax=\ud329\uc2a4\ubc88\ud638 +comUssUmt.deptUserManageRegist.phone=\ud578\ub4dc\ud3f0\ubc88\ud638 +comUssUmt.deptUserManageRegist.email=\uc774\uba54\uc77c\uc8fc\uc18c +comUssUmt.deptUserManageRegist.post=\uc6b0\ud3b8\ubc88\ud638 +comUssUmt.deptUserManageRegist.addr=\uc8fc\uc18c +comUssUmt.deptUserManageRegist.addrDetail=\uc0c1\uc138\uc8fc\uc18c +comUssUmt.deptUserManageRegist.groupId=\uadf8\ub8f9\uc544\uc774\ub514 +comUssUmt.deptUserManageRegist.status=\uc77c\ubc18\ud68c\uc6d0\uc0c1\ud0dc\ucf54\ub4dc +comUssUmt.deptUserManageRegistBtn.idSearch=\uc911\ubcf5\uc544\uc774\ub514 \uac80\uc0c9 +comUssUmt.deptUserManageRegist.subDn=\uc0ac\uc6a9\uc790DN + +comUssUmt.deptUserManageRegist.insttCode=\uc18c\uc18d\uae30\uad00\ucf54\ub4dc +comUssUmt.deptUserManageRegist.orgnztId=\uc870\uc9c1\uc544\uc774\ub514 +comUssUmt.deptUserManageRegist.ofcps=\uc9c1\uc704 +comUssUmt.deptUserManageRegist.emplNum=\uc0ac\ubc88 +comUssUmt.deptUserManageRegist.brth=\uc0dd\uc77c +comUssUmt.deptUserManageRegist.areaNo=\uc9d1\uc804\ud654\ubc88\ud638 +comUssUmt.deptUserManageRegist.offmTelno=\uc0ac\ubb34\uc2e4\uc804\ud654\ubc88\ud638 +comUssUmt.deptUserManageRegist.fxNum=\ud329\uc2a4\ubc88\ud638 +comUssUmt.deptUserManageRegist.emailAdres=\uc774\uba54\uc77c\uc8fc\uc18c +comUssUmt.deptUserManageRegistBtn.Search=\uac80\uc0c9 + +#\uae30\uc5c5\ud68c\uc6d0\uad00\ub9ac# +comUssUmt.entrprsUserManage.title=\uae30\uc5c5\ud68c\uc6d0\uad00\ub9ac +comUssUmt.entrprsUserManageList.id=\uae30\uc5c5\ud68c\uc6d0\uc544\uc774\ub514 +comUssUmt.entrprsUserManageList.company=\ud68c\uc0ac\uba85 +comUssUmt.entrprsUserManageList.name=\uc0ac\uc6a9\uc790\uc774\ub984 +comUssUmt.entrprsUserManageList.regName=\uc2e0\uccad\uc790\uba85 +comUssUmt.entrprsUserManageList.regMail=\uc2e0\uccad\uc790\uc774\uba54\uc77c +comUssUmt.entrprsUserManageList.email=\uc774\uba54\uc77c +comUssUmt.entrprsUserManageList.phone=\uc804\ud654\ubc88\ud638 +comUssUmt.entrprsUserManageList.sbscrbSttus=\uac00\uc785\uc0c1\ud0dc + +comUssUmt.entrprsUserManageRegist.id=\uae30\uc5c5\ud68c\uc6d0\uc544\uc774\ub514 +comUssUmt.entrprsUserManageRegist.name=\ud68c\uc0ac\uba85 +comUssUmt.entrprsUserManageRegist.pass=\ube44\ubc00\ubc88\ud638 +comUssUmt.entrprsUserManageRegist.passConfirm=\ube44\ubc00\ubc88\ud638\ud655\uc778 +comUssUmt.entrprsUserManageRegist.passHit=\ube44\ubc00\ubc88\ud638\ud78c\ud2b8 +comUssUmt.entrprsUserManageRegist.passOk=\ube44\ubc00\ubc88\ud638\uc815\ub2f5 +comUssUmt.entrprsUserManageRegist.tel=\ud68c\uc0ac\uc804\ud654\ubc88\ud638 +comUssUmt.entrprsUserManageRegist.fax=\ud329\uc2a4\ubc88\ud638 +comUssUmt.entrprsUserManageRegist.post=\uc6b0\ud3b8\ubc88\ud638 +comUssUmt.entrprsUserManageRegist.addr=\uc8fc\uc18c +comUssUmt.entrprsUserManageRegist.addrDetail=\uc0c1\uc138\uc8fc\uc18c +comUssUmt.entrprsUserManageRegist.groupId=\uadf8\ub8f9\uc544\uc774\ub514 +comUssUmt.entrprsUserManageRegist.status=\uae30\uc5c5\ud68c\uc6d0\uc0c1\ud0dc\ucf54\ub4dc +comUssUmt.entrprsUserManageRegist.subDn=\uc0ac\uc6a9\uc790DN + +comUssUmt.entrprsUserManageRegist.indutyCode=\uc5c5\uc885 +comUssUmt.entrprsUserManageRegist.entrprsSeCode=\uae30\uc5c5\uad6c\ubd84 +comUssUmt.entrprsUserManageRegist.cxfc=\ub300\ud45c\uc774\uc0ac\uc774\ub984 +comUssUmt.entrprsUserManageRegist.bizrno=\uc0ac\uc5c5\uc790\ub4f1\ub85d\ubc88\ud638 +comUssUmt.entrprsUserManageRegist.jurirno=\ubc95\uc778\ub4f1\ub85d\ubc88\ud638 + +comUssUmt.entrprsUserManageRegistBtn.idSearch=\uc911\ubcf5\uc544\uc774\ub514 \uac80\uc0c9 +comUssUmt.entrprsUserManageRegistBtn.Search=\uac80\uc0c9 + + +#DB\ubaa8\ub2c8\ud130\ub9c1# +comUtlSysDbm.dbMntrngList.title = DB\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \ubaa9\ub85d +comUtlSysDbm.dbMntrngDetail.title = DB\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \uc0c1\uc138\uc870\ud68c +comUtlSysDbm.dbMntrngDetail.summary = \ub4f1\ub85d\ub41c DB\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1\uc5d0 \ub300\ud55c \uc0c1\uc138\uc815\ubcf4\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. +comUtlSysDbm.dbMntrngModify.title = DB\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \uc218\uc815 +comUtlSysDbm.dbMntrngModify.summary = DB\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \uc218\uc815\uae30\ub2a5\uc744 \uc81c\uacf5\ud55c\ub2e4. +comUtlSysDbm.dbMntrngRegist.title = DB\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \ub4f1\ub85d +comUtlSysDbm.dbMntrngLogList.title = DB\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1\ub85c\uadf8 \ubaa9\ub85d +comUtlSysDbm.dbMntrngLogDetail.title = DB\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1\ub85c\uadf8 \uc0c1\uc138\uc870\ud68c +comUtlSysDbm.dbMntrngLogDetail.summary = \ub4f1\ub85d\ub41c DB\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1\ub85c\uadf8\uc5d0 \ub300\ud55c \uc0c1\uc138\uc815\ubcf4\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. + +comUtlSysDbm.dbMntrng.period = \uae30\uac04 +comUtlSysDbm.dbMntrng.seq = \uc21c\ubc88 +comUtlSysDbm.dbMntrng.logID = \ub85c\uadf8ID +comUtlSysDbm.dbMntrng.dataSourceName = \ub370\uc774\ud0c0\uc18c\uc2a4\uba85 +comUtlSysDbm.dbMntrng.serverName = \uc11c\ubc84\uba85 +comUtlSysDbm.dbMntrng.dbms = DBMS\uc885\ub958 +comUtlSysDbm.dbMntrng.managerName = \uad00\ub9ac\uc790\uba85 +comUtlSysDbm.dbMntrng.managerEmail = \uad00\ub9ac\uc790\uc774\uba54\uc77c +comUtlSysDbm.dbMntrng.createdDateTime = \uc0dd\uc131\uc77c\uc2dc +comUtlSysDbm.dbMntrng.status = \uc0c1\ud0dc +comUtlSysDbm.dbMntrng.checkSQL = \uccb4\ud06cSQL +comUtlSysDbm.dbMntrng.monitoringDatetime = \ubaa8\ub2c8\ud130\ub9c1\uc2dc\uac01 +comUtlSysDbm.dbMntrng.logInfo = \ub85c\uadf8\uc815\ubcf4 + +comUtlSysDbm.dbMntrng.searchStartDate = \uac80\uc0c9\uc2dc\uc791\uc77c\uc790 +comUtlSysDbm.dbMntrng.searchStartHour = \uac80\uc0c9\uc2dc\uc791\uc2dc\uac04 +comUtlSysDbm.dbMntrng.searchStartMin = \uac80\uc0c9\uc2dc\uc791\ubd84 +comUtlSysDbm.dbMntrng.searchEndDate = \uac80\uc0c9\uc885\ub8cc\uc77c\uc790 +comUtlSysDbm.dbMntrng.searchEndHour = \uac80\uc0c9\uc885\ub8cc\uc2dc\uac04 +comUtlSysDbm.dbMntrng.searchEndMin = \uac80\uc0c9\uc885\ub8cc\ubd84 + + +#\ud30c\uc77c\uc2dc\uc2a4\ud15c\ubaa8\ub2c8\ud130\ub9c1# +comUtlSysFsm.fileSysMntrng.title = \ud30c\uc77c\uc2dc\uc2a4\ud15c\ubaa8\ub2c8\ud130\ub9c1 +comUtlSysFsm.fileSysMntrngLog.title = \ud30c\uc77c\uc2dc\uc2a4\ud15c\ubaa8\ub2c8\ud130\ub9c1\ub85c\uadf8 + +comUtlSysFsm.fileSysMntrng.fileSysNm.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c\uba85 +comUtlSysFsm.fileSysMntrng.fileSysManageNm.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c\uad00\ub9ac\uba85 +comUtlSysFsm.fileSysMntrng.fileSysMg.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c \ud06c\uae30 +comUtlSysFsm.fileSysMntrng.fileSysThrhld.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c \uc784\uacc4\uce58 +comUtlSysFsm.fileSysMntrng.fileSysUsgQty.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c \uc0ac\uc6a9\ub7c9 +comUtlSysFsm.fileSysMntrng.mngrNm.label=\uad00\ub9ac\uc790\uba85 +comUtlSysFsm.fileSysMntrng.mngrEmailAddr.label=\uad00\ub9ac\uc790\uc774\uba54\uc77c\uc8fc\uc18c +comUtlSysFsm.fileSysMntrng.mntrngSttus.label=\ubaa8\ub2c8\ud130\ub9c1\uc0c1\ud0dc +comUtlSysFsm.fileSysMntrng.creatDt.label=\ub9c8\uc9c0\ub9c9 \uc0dd\uc131\uc77c\uc2dc + +comUtlSysFsm.fileSysMntrngList.seq.label=\ubc88\ud638 +comUtlSysFsm.fileSysMntrngList.fileSysNm.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c\uba85 +comUtlSysFsm.fileSysMntrngList.fileSysManageNm.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c\uad00\ub9ac\uba85 +comUtlSysFsm.fileSysMntrngList.fileSysMg.label=\ud06c\uae30 +comUtlSysFsm.fileSysMntrngList.fileSysThrhld.label=\uc784\uacc4\uce58 +comUtlSysFsm.fileSysMntrngList.fileSysUsgQty.label=\uc0ac\uc6a9\ub7c9 +comUtlSysFsm.fileSysMntrngList.mntrngSttus.label=\uc0c1\ud0dc +comUtlSysFsm.fileSysMntrngList.mngrNm.label=\uad00\ub9ac\uc790\uba85 +comUtlSysFsm.fileSysMntrngList.guideOne=\uc6b4\uc601\uccb4\uc81c\uac00 \uc708\ub3c4\uc6b0 10\uc77c \uacbd\uc6b0, \uc774\ud074\ub9bd\uc2a4\ub97c \uad00\ub9ac\uc790 \uad8c\ud55c\uc73c\ub85c \uc2e4\ud589\ud574\uc57c \ud569\ub2c8\ub2e4. +comUtlSysFsm.fileSysMntrngList.guideTwo=globals.properties\uc5d0\uc11c Globals.OsType\uc744 UNIX \ub610\ub294 WINDOWS\uc5d0 \uc0ac\uc6a9\uc911\uc778 \ud658\uacbd\uc5d0 \ub9de\uac8c \ubcc0\uacbd\uc774 \ud544\uc694\ud569\ub2c8\ub2e4.
WINDOW\uc640 UNIX\uc758 \uc2dc\uc2a4\ud15c \uc6a9\ub7c9 \uacbd\ub85c\uc758 \ucc28\uc774\ub3c4 globals.properties \uc0c1\ub2e8\uc5d0\uc11c \ud655\uc778 \uac00\ub2a5\ud569\ub2c8\ub2e4. + +comUtlSysFsm.fileSysMntrngLog.logInfo.label=\ub85c\uadf8\uc815\ubcf4 +comUtlSysFsm.fileSysMntrngLog.logId.label=\ub85c\uadf8ID +comUtlSysFsm.fileSysMntrngLog.fileSysNm.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c\uba85 +comUtlSysFsm.fileSysMntrngLog.fileSysManageNm.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c\uad00\ub9ac\uba85 +comUtlSysFsm.fileSysMntrngLog.fileSysMg.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c \ud06c\uae30 +comUtlSysFsm.fileSysMntrngLog.fileSysThrhld.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c \uc784\uacc4\uce58 +comUtlSysFsm.fileSysMntrngLog.fileSysUsgQty.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c \uc0ac\uc6a9\ub7c9 +comUtlSysFsm.fileSysMntrngLog.mntrngSttus.label=\ubaa8\ub2c8\ud130\ub9c1\uc0c1\ud0dc +comUtlSysFsm.fileSysMntrngLog.creatDt.label=\uc0dd\uc131\uc77c\uc2dc + +comUtlSysFsm.fileSysMntrngLogList.seq.label=\ubc88\ud638 +comUtlSysFsm.fileSysMntrngLogList.fileSysNm.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c\uba85 +comUtlSysFsm.fileSysMntrngLogList.fileSysManageNm.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c\uad00\ub9ac\uba85 +comUtlSysFsm.fileSysMntrngLogList.fileSysMg.label=\ud06c\uae30 +comUtlSysFsm.fileSysMntrngLogList.fileSysThrhld.label=\uc784\uacc4\uce58 +comUtlSysFsm.fileSysMntrngLogList.fileSysUsgQty.label=\uc0ac\uc6a9\ub7c9 +comUtlSysFsm.fileSysMntrngLogList.mntrngSttus.label=\uc0c1\ud0dc +comUtlSysFsm.fileSysMntrngLogList.creatDt.label=\uc0dd\uc131\uc77c\uc2dc +comUtlSysFsm.fileSysMntrngLogList.mngrNm.label=\uad00\ub9ac\uc790\uba85 +comUtlSysFsm.fileSysMntrngLogList.validate.bgnDe=\uac80\uc0c9\uc2dc\uc791\uc77c\uc790 +comUtlSysFsm.fileSysMntrngLogList.validate.endDe=\uac80\uc0c9\uc885\ub8cc\uc77c\uc790 +comUtlSysFsm.fileSysMntrngLogList.validate.bgnDeHourendDeHour=\uac80\uc0c9\uc885\ub8cc\uc77c\uc2dc\uac00 \uac80\uc0c9\uc2dc\uc791\uc77c\uc2dc\ubcf4\ub2e4 \ube60\ub97c\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comUtlSysFsm.fileSysMntrngLogList.select=\uc120\ud0dd\ud558\uc138\uc694 +comUtlSysFsm.fileSysMntrngLogList.list=\ubaa9\ub85d + +#EgovFileSysMntrngRegist +comUtlSysFsm.fileSysMntrngRegist.notApplicableFileSysTrue=\ud30c\uc77c\uc2dc\uc2a4\ud15c\uba85\uc774 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comUtlSysFsm.fileSysMntrngRegist.fileSysMg=\ud30c\uc77c\uc2dc\uc2a4\ud15c\ud655\uc778 \ubc84\ud2bc\uc744 \ud074\ub9ad\ud558\uc5ec, \ud30c\uc77c\uc2dc\uc2a4\ud15c\uc758 \ud06c\uae30\ub97c \ud655\uc778\ud574\uc57c \ud569\ub2c8\ub2e4. +comUtlSysFsm.fileSysMntrngRegist.fileSysThrhldG=\ud30c\uc77c\uc2dc\uc2a4\ud15c \uc784\uacc4\uce58\ub97c 1G \uc774\uc0c1 \uc785\ub825\ud558\uc5ec\uc57c \ud569\ub2c8\ub2e4. +comUtlSysFsm.fileSysMntrngRegist.fileSysThrhldLimit=\ud30c\uc77c\uc2dc\uc2a4\ud15c \uc784\uacc4\uce58\ub294 \ud30c\uc77c\uc2dc\uc2a4\ud15c \ud06c\uae30\ubcf4\ub2e4 \ud074 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comUtlSysFsm.fileSysMntrngRegist.selectFileSysMg=\ud30c\uc77c\uc2dc\uc2a4\ud15c\ud655\uc778 + +#EgovFileSysMntrngUpdt +comUtlSysFsm.fileSysMntrngUpdt.fileSysMg=\ud30c\uc77c\uc2dc\uc2a4\ud15c \ud06c\uae30\ub97c 1G \uc774\uc0c1 \uc785\ub825\ud558\uc5ec\uc57c \ud569\ub2c8\ub2e4. +comUtlSysFsm.fileSysMntrngUpdt.fileSysThrhldG=\ud30c\uc77c\uc2dc\uc2a4\ud15c \uc784\uacc4\uce58\ub97c 1G \uc774\uc0c1 \uc785\ub825\ud558\uc5ec\uc57c \ud569\ub2c8\ub2e4. +comUtlSysFsm.fileSysMntrngUpdt.fileSysThrhldLimit=\ud30c\uc77c\uc2dc\uc2a4\ud15c \uc784\uacc4\uce58\ub294 \ud30c\uc77c\uc2dc\uc2a4\ud15c \ud06c\uae30\ubcf4\ub2e4 \ud074 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comUtlSysFsm.fileSysMntrngUpdt.tableSummary=\uc774 \ud45c\ub294 \ud30c\uc77c\uc2dc\uc2a4\ud15c\ubaa8\ub2c8\ud130\ub9c1 \ub300\uc0c1 \uc815\ubcf4\ub97c \uc218\uc815\ud558\uae30 \uc704\ud55c \ud45c\uc774\uba70, \ud30c\uc77c\uc2dc\uc2a4\ud15c\uba85, \ud30c\uc77c\uc2dc\uc2a4\ud15c\uad00\ub9ac\uba85, \ud30c\uc77c\uc2dc\uc2a4\ud15c \ud06c\uae30, \ud30c\uc77c\uc2dc\uc2a4\ud15c \uc784\uacc4\uce58, \uad00\ub9ac\uc790\uba85, \uad00\ub9ac\uc790\uc774\uba54\uc77c\uc8fc\uc18c \uc815\ubcf4\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4 . + + +#HTTP\ubaa8\ub2c8\ud130\ub9c1# +comUtlSysHtm.comUtlHttpMonList.title = HTTP\ubaa8\ub2c8\ud130\ub9c1 \ubaa9\ub85d +comUtlSysHtm.comUtlHttpMonDetail.title = HTTP\ubaa8\ub2c8\ud130\ub9c1 \uc0c1\uc138\uc870\ud68c +comUtlSysHtm.comUtlHttpMonDetail.summary = \uc774 \ud45c\ub294 HTTP\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \ub300\uc0c1 \uc815\ubcf4\ub97c \uc81c\uacf5\ud558\uba70, \uc6f9\uc11c\ube44\uc2a4\uc885\ub8cc, \uc2dc\uc2a4\ud15cURL, \uc0c1\ud0dc, \uad00\ub9ac\uc790\uba85, \uad00\ub9ac\uc790\uc774\uba54\uc77c \uc815\ubcf4\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4 . +comUtlSysHtm.comUtlHttpMonModify.title = HTTP\ubaa8\ub2c8\ud130\ub9c1 \uc218\uc815 +comUtlSysHtm.comUtlHttpMonModify.summary = \uc774 \ud45c\ub294 HTTP\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \ub300\uc0c1 \uc815\ubcf4\ub97c \uc81c\uacf5\ud558\uba70, \uc6f9\uc11c\ube44\uc2a4\uc885\ub8cc, \uc2dc\uc2a4\ud15cURL, \uc0c1\ud0dc, \uad00\ub9ac\uc790\uba85, \uad00\ub9ac\uc790\uc774\uba54\uc77c \uc815\ubcf4\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4 . +comUtlSysHtm.comUtlHttpMonRegist.title = HTTP\ubaa8\ub2c8\ud130\ub9c1 \ub4f1\ub85d +comUtlSysHtm.comUtlHttpMonLogList.title = HTTP\ubaa8\ub2c8\ud130\ub9c1\ub85c\uadf8 \ubaa9\ub85d +comUtlSysHtm.comUtlHttpMonLogDetail.title = HTTP\ubaa8\ub2c8\ud130\ub9c1\ub85c\uadf8 \uc0c1\uc138\uc870\ud68c +comUtlSysHtm.comUtlHttpMonLogDetail.summary = \uc774 \ud45c\ub294 HTTP\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \ub300\uc0c1 \uc815\ubcf4\ub97c \uc81c\uacf5\ud558\uba70, \ub85c\uadf8ID, \ud504\ub85c\uc138\uc2a4ID, \uc6f9\uc11c\ube44\uc2a4\uc885\ub958, \uc0c1\ud0dc, \ub85c\uadf8 \uc815\ubcf4, \ub9c8\uc9c0\ub9c9\uc0dd\uc131\uc77c\uc2dc\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4 . + +comUtlSysHtm.comUtlHttpMon.period = \uae30\uac04 +comUtlSysHtm.comUtlHttpMon.seq = \uc21c\ubc88 +comUtlSysHtm.comUtlHttpMon.logID = \ub85c\uadf8ID +comUtlSysHtm.comUtlHttpMon.processID = \ud504\ub85c\uc138\uc2a4ID +comUtlSysHtm.comUtlHttpMon.webService = \uc6f9\uc11c\ube44\uc2a4\uc885\ub958 +comUtlSysHtm.comUtlHttpMon.systemURL = \uc2dc\uc2a4\ud15cURL +comUtlSysHtm.comUtlHttpMon.managerName = \uad00\ub9ac\uc790\uba85 +comUtlSysHtm.comUtlHttpMon.managerEmail = \uad00\ub9ac\uc790\uc774\uba54\uc77c +comUtlSysHtm.comUtlHttpMon.createdDateTime = \uc0dd\uc131\uc77c\uc2dc +comUtlSysHtm.comUtlHttpMon.lastCreatedDateTime = \ub9c8\uc9c0\ub9c9 \uc0dd\uc131\uc77c\uc2dc +comUtlSysHtm.comUtlHttpMon.status = \uc0c1\ud0dc +comUtlSysHtm.comUtlHttpMon.monitoringDatetime = \ubaa8\ub2c8\ud130\ub9c1\uc2dc\uac01 +comUtlSysHtm.comUtlHttpMon.logInfo = \ub85c\uadf8 + +comUtlSysHtm.comUtlHttpMon.searchStartDate = \uac80\uc0c9\uc2dc\uc791\uc77c\uc790 +comUtlSysHtm.comUtlHttpMon.searchStartHour = \uac80\uc0c9\uc2dc\uc791\uc2dc\uac04 +comUtlSysHtm.comUtlHttpMon.searchStartMin = \uac80\uc0c9\uc2dc\uc791\ubd84 +comUtlSysHtm.comUtlHttpMon.searchEndDate = \uac80\uc0c9\uc885\ub8cc\uc77c\uc790 +comUtlSysHtm.comUtlHttpMon.searchEndHour = \uac80\uc0c9\uc885\ub8cc\uc2dc\uac04 +comUtlSysHtm.comUtlHttpMon.searchEndMin = \uac80\uc0c9\uc885\ub8cc\ubd84 + + +#\ub124\ud2b8\uc6cc\ud06c\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1# +comUtlSysNsm.ntwrkSvcMntrng.title = \ub124\ud2b8\uc6cc\ud06c\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1 +comUtlSysNsm.ntwrkSvcMntrngLog.title = \ub124\ud2b8\uc6cc\ud06c\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1\ub85c\uadf8 + +comUtlSysNsm.ntwrkSvcMntrng.sysIp.label=\uc2dc\uc2a4\ud15cIP +comUtlSysNsm.ntwrkSvcMntrng.sysPort.label=\uc2dc\uc2a4\ud15c\ud3ec\ud2b8 +comUtlSysNsm.ntwrkSvcMntrng.sysNm.label=\uc2dc\uc2a4\ud15c\uba85 +comUtlSysNsm.ntwrkSvcMntrng.mngrNm.label=\uad00\ub9ac\uc790\uba85 +comUtlSysNsm.ntwrkSvcMntrng.mngrEmailAddr.label=\uad00\ub9ac\uc790\uc774\uba54\uc77c\uc8fc\uc18c +comUtlSysNsm.ntwrkSvcMntrng.mntrngSttus.label=\ubaa8\ub2c8\ud130\ub9c1\uc0c1\ud0dc +comUtlSysNsm.ntwrkSvcMntrng.creatDt.label=\ub9c8\uc9c0\ub9c9 \uc0dd\uc131\uc77c\uc2dc +comUtlSysNsm.ntwrkSvcMntrng.validate.alert.duplicate=\uc911\ubcf5\ub41c \ub124\ud2b8\uc6cc\ud06c\uc11c\ube44\uc2a4\uc758 IP\uc640 Port\uac00 \uc788\uc2b5\ub2c8\ub2e4. + +comUtlSysNsm.ntwrkSvcMntrngList.num.label=\ubc88\ud638 +comUtlSysNsm.ntwrkSvcMntrngList.sysIp.label=\uc2dc\uc2a4\ud15cIP +comUtlSysNsm.ntwrkSvcMntrngList.sysPort.label=\uc2dc\uc2a4\ud15c\ud3ec\ud2b8 +comUtlSysNsm.ntwrkSvcMntrngList.sysNm.label=\uc2dc\uc2a4\ud15c\uba85 +comUtlSysNsm.ntwrkSvcMntrngList.mntrngSttus.label=\ubaa8\ub2c8\ud130\ub9c1\uc0c1\ud0dc +comUtlSysNsm.ntwrkSvcMntrngList.mngrNm.label=\uad00\ub9ac\uc790\uba85 + +comUtlSysNsm.ntwrkSvcMntrngLog.logId.label=\ub85c\uadf8ID +comUtlSysNsm.ntwrkSvcMntrngLog.logInfo.label=\ub85c\uadf8\uc815\ubcf4 +comUtlSysNsm.ntwrkSvcMntrngLog.num.label=\ubc88\ud638 +comUtlSysNsm.ntwrkSvcMntrngLog.sysIp.label=\uc2dc\uc2a4\ud15cIP +comUtlSysNsm.ntwrkSvcMntrngLog.sysPort.label=\uc2dc\uc2a4\ud15c\ud3ec\ud2b8 +comUtlSysNsm.ntwrkSvcMntrngLog.sysNm.label=\uc2dc\uc2a4\ud15c\uba85 +comUtlSysNsm.ntwrkSvcMntrngLog.mntrngSttus.label=\ubaa8\ub2c8\ud130\ub9c1\uc0c1\ud0dc +comUtlSysNsm.ntwrkSvcMntrngLog.mngrNm.label=\uad00\ub9ac\uc790\uba85 +comUtlSysNsm.ntwrkSvcMntrngLog.creatDt.label=\uc0dd\uc131\uc77c\uc2dc +comUtlSysNsm.ntwrkSvcMntrngLog.validate.alert.bgnDe=\uac80\uc0c9\uc2dc\uc791\uc77c\uc790 +comUtlSysNsm.ntwrkSvcMntrngLog.validate.alert.endDe=\uac80\uc0c9\uc885\ub8cc\uc77c\uc790 +comUtlSysNsm.ntwrkSvcMntrngLog.validate.alert.diffBgnDeEndDe=\uac80\uc0c9\uc885\ub8cc\uc77c\uc2dc\uac00 \uac80\uc0c9\uc2dc\uc791\uc77c\uc2dc\ubcf4\ub2e4 \ube60\ub97c\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comUtlSysNsm.ntwrkSvcMntrngLog.title.searchBgnDe=\uc870\ud68c\uc2dc\uc791\uc77c\uc790 \uc785\ub825 +comUtlSysNsm.ntwrkSvcMntrngLog.title.searchBgnHour=\uc870\ud68c\uc2dc\uc791 \uc2dc\uac04 \uc120\ud0dd +comUtlSysNsm.ntwrkSvcMntrngLog.title.searchEndDe=\uc870\ud68c\uc885\ub8cc\uc77c\uc790 \uc785\ub825 +comUtlSysNsm.ntwrkSvcMntrngLog.title.searchEndHour=\uc870\ud68c\uc885\ub8cc \uc2dc\uac04 \uc120\ud0dd +comUtlSysNsm.ntwrkSvcMntrngLog.title.searchWrd=\uac80\uc0c9\uc5b4 \uc785\ub825 + + + +#\ud504\ub85c\uc138\uc2a4\ubaa8\ub2c8\ud130\ub9c1# +comUtlSysPrm.comUtlProcessMonList.title = \ud504\ub85c\uc138\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \ubaa9\ub85d +comUtlSysPrm.comUtlProcessMonDetail.title = \ud504\ub85c\uc138\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \uc0c1\uc138\uc870\ud68c +comUtlSysPrm.comUtlProcessMonDetail.summary = \uc774 \ud45c\ub294 \ud504\ub85c\uc138\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \ub300\uc0c1 \uc815\ubcf4\ub97c \uc81c\uacf5\ud558\uba70, \ud504\ub85c\uc138\uc2a4\uba85, \uc0c1\ud0dc, \uad00\ub9ac\uc790\uba85, \uad00\ub9ac\uc790\uc774\uba54\uc77c\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. +comUtlSysPrm.comUtlProcessMonModify.title = \ud504\ub85c\uc138\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \uc218\uc815 +comUtlSysPrm.comUtlProcessMonRegist.title = \ud504\ub85c\uc138\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \ub4f1\ub85d +comUtlSysPrm.comUtlProcessMonLogList.title = \ud504\ub85c\uc138\uc2a4\ubaa8\ub2c8\ud130\ub9c1\ub85c\uadf8 \ubaa9\ub85d +comUtlSysPrm.comUtlProcessMonLogDetail.title = \ud504\ub85c\uc138\uc2a4\ubaa8\ub2c8\ud130\ub9c1\ub85c\uadf8 \uc0c1\uc138\uc870\ud68c +comUtlSysPrm.comUtlProcessMonLogDetail.summary = \uc774 \ud45c\ub294 \ud504\ub85c\uc138\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \ub85c\uadf8 \ub300\uc0c1 \uc815\ubcf4\ub97c \uc81c\uacf5\ud558\uba70, \ub85c\uadf8ID, \ud504\ub85c\uc138\uc2a4ID, \ud504\ub85c\uc138\uc2a4\uba85, \uc0c1\ud0dc, \ub85c\uadf8, \ub9c8\uc9c0\ub9c9 \uc0dd\uc131\uc77c\uc2dc\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. + +comUtlSysPrm.comUtlProcessMon.seq = \uc21c\ubc88 +comUtlSysPrm.comUtlProcessMon.logID = \ub85c\uadf8ID +comUtlSysPrm.comUtlProcessMon.processID = \ud504\ub85c\uc138\uc2a4ID +comUtlSysPrm.comUtlProcessMon.processName = \ud504\ub85c\uc138\uc2a4\uba85 +comUtlSysPrm.comUtlProcessMon.status = \uc0c1\ud0dc +comUtlSysPrm.comUtlProcessMon.logInfo = \ub85c\uadf8 +comUtlSysPrm.comUtlProcessMon.managerName = \uad00\ub9ac\uc790\uba85 +comUtlSysPrm.comUtlProcessMon.managerEmail = \uad00\ub9ac\uc790\uc774\uba54\uc77c +comUtlSysPrm.comUtlProcessMon.createdDateTime = \uc0dd\uc131\uc77c\uc2dc +comUtlSysPrm.comUtlProcessMon.lastCreatedDateTime = \ub9c8\uc9c0\ub9c9 \uc0dd\uc131\uc77c\uc2dc +comUtlSysPrm.comUtlProcessMon.searchBgnDe = \uc870\ud68c\uc2dc\uc791\uc77c\uc790 \uc785\ub825 +comUtlSysPrm.comUtlProcessMon.searchBgnHour = \uc870\ud68c\uc2dc\uc791 \uc2dc \uc120\ud0dd +comUtlSysPrm.comUtlProcessMon.searchEndDe = \uc870\ud68c\uc885\ub8cc\uc77c\uc790 \uc785\ub825 +comUtlSysPrm.comUtlProcessMon.searchEndHour = \uc870\ud68c\uc885\ub8cc \uc2dc \uc120\ud0dd + + + +#\ud504\ub85d\uc2dc\uc11c\ube44\uc2a4# +comUtlSysPxy.proxyLog.title=\ud504\ub85d\uc2dc\ub85c\uadf8 +comUtlSysPxy.proxySvc.title=\ud504\ub85d\uc2dc\uc124\uc815 + +comUtlSysPxy.proxySvc.proxyId.label=\ud504\ub85d\uc2dcID +comUtlSysPxy.proxySvc.proxyNm.label=\ud504\ub85d\uc2dc\uba85 +comUtlSysPxy.proxySvc.proxyIp.label=\ud504\ub85d\uc2dcIP +comUtlSysPxy.proxySvc.proxyPort.label=\ud504\ub85d\uc2dcPort +comUtlSysPxy.proxySvc.trgetSvcNm.label=\ub300\uc0c1\uc11c\ube44\uc2a4\uba85 +comUtlSysPxy.proxySvc.svcDc.label=\uc11c\ube44\uc2a4\uc124\uba85 +comUtlSysPxy.proxySvc.svcIp.label=\uc11c\ube44\uc2a4IP +comUtlSysPxy.proxySvc.svcPort.label=\uc11c\ube44\uc2a4Port +comUtlSysPxy.proxySvc.svcSttusNm.label=\uc11c\ube44\uc2a4\uc0c1\ud0dc + +comUtlSysPxy.proxySvcList.proxyId.label=\ud504\ub85d\uc2dcID +comUtlSysPxy.proxySvcList.proxyNm.label=\ud504\ub85d\uc2dc\uba85 +comUtlSysPxy.proxySvcList.proxyPort.label=\ud504\ub85d\uc2dcPort +comUtlSysPxy.proxySvcList.trgetSvcNm.label=\ub300\uc0c1\uc11c\ube44\uc2a4\uba85 +comUtlSysPxy.proxySvcList.svcIp.label=\uc11c\ube44\uc2a4IP/Port +comUtlSysPxy.proxySvcList.svcSttusNm.label=\uc0c1\ud0dc +comUtlSysPxy.proxySvcList.checknum=\ub0a0\uc9dc \ud615\uc2dd\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4 +comUtlSysPxy.proxySvcList.strTmpFromDateEndDate=\uc2dc\uc791\uc77c\uc790\ub294 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ud074 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4 +comUtlSysPxy.proxySvcList.pmProxyLogVO.strStartDate=\ud504\ub85d\uc2dc\ub85c\uadf8 \uc2dc\uc791\uc77c\uc790 +comUtlSysPxy.proxySvcList.pmProxyLogVO.strEndDate=\ud504\ub85d\uc2dc\ub85c\uadf8 \uc885\ub8cc\uc77c\uc790 + +comUtlSysPxy.proxyLog.period.label=\uae30\uac04 +comUtlSysPxy.proxyLog.proxyId.label=\ud504\ub85d\uc2dcID +comUtlSysPxy.proxyLog.proxyNm.label=\ub300\uc0c1\uc11c\ube44\uc2a4 +comUtlSysPxy.proxyLog.clntPort.label=\ud504\ub85d\uc2dcPort +comUtlSysPxy.proxyLog.clntIp.label=\ud074\ub77c\uc774\uc5b8\ud2b8IP +comUtlSysPxy.proxyLog.conectTime.label=\uc811\uc18d\uc77c\uc2dc +comUtlSysPxy.proxyLog.log=\ub85c\uadf8 + +comUtlSysPxy.proxySvcDetail.title=\ud504\ub85d\uc2dc\uc124\uc815 \uc0c1\uc138\uc870\ud68c +comUtlSysPxy.proxySvcDetail.summary=\ud504\ub85d\uc2dc\uc124\uc815\uc5d0 \ub300\ud55c \uc0c1\uc138\uc815\ubcf4\ub97c \uc81c\uacf5\ud55c\ub2e4. + +comUtlSysPxy.proxySvcUpdtl.title=\ud504\ub85d\uc2dc\uc124\uc815 \uc218\uc815 +comUtlSysPxy.proxySvcUpdt.summary=\ud504\ub85d\uc2dc\uc124\uc815 \uc815\ubcf4\ub97c \uc218\uc815\ud55c\ub2e4. +comUtlSysPxy.proxySvcUpdt.ipValueException=\ub294 \uc608\uc678 \uc544\uc774\ud53c \uc785\ub2c8\ub2e4. +comUtlSysPxy.proxySvcUpdt.ipFormalException=IP \ud615\uc2dd\uc774 \uc77c\uce58 \ud558\uc9c0\uc54a\uc2b5\ub2c8\ub2e4. +comUtlSysPxy.proxySvcUpdt.svcSttus.run=\uc815\uc0c1 +comUtlSysPxy.proxySvcUpdt.svcSttus.stop=\uc911\uc9c0 + +comUtlSysPxy.proxySvcRegist.ipValueException=\ub294 \uc608\uc678 \uc544\uc774\ud53c \uc785\ub2c8\ub2e4. +comUtlSysPxy.proxySvcRegist.ipFormalException=IP \ud615\uc2dd\uc774 \uc77c\uce58 \ud558\uc9c0\uc54a\uc2b5\ub2c8\ub2e4. +comUtlSysPxy.proxySvcRegist.svcSttus.run=\uc815\uc0c1 +comUtlSysPxy.proxySvcRegist.svcSttus.stop=\uc911\uc9c0 + + + +#\ub85c\uadf8\uc778\uc138\uc158\uc815\ubcf4\uccb4\ud06c# +utlSysRsc.loginSessionCheck.loginSessionCheck=\ub85c\uadf8\uc778 \uc138\uc158\uc815\ubcf4 \uccb4\ud06c +utlSysRsc.loginSessionCheck.validate.confirmSetLoginSession=\uc124\uc815\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +utlSysRsc.loginSessionCheck.url=URL +utlSysRsc.loginSessionCheck.sessionURL=\uc138\uc158 URL +utlSysRsc.loginSessionCheck.set=\uc124\uc815 +utlSysRsc.loginSessionCheck.sessionView=\uc774\ub3d9 + + + +#\uc11c\ubc84\uc790\uc6d0\ubaa8\ub2c8\ud130\ub9c1-\ub300\uc0c1\ubaa9\ub85d# + +ultSysScm.mntrngServer.Title=\uc11c\ubc84\uc790\uc6d0\ubaa8\ub2c8\ud130\ub9c1 + +ultSysScm.mntrngServerList.Title=\uc11c\ubc84\uc790\uc6d0\ubaa8\ub2c8\ud130\ub9c1 \ubaa9\ub85d\uc870\ud68c +ultSysScm.mntrngServerList.ServerName=\uc11c\ubc84H/W \uba85 + +ultSysScm.mntrngServerList.ServerId=\uc11c\ubc84H/W ID +ultSysScm.mntrngServerList.ServerIp=\uc11c\ubc84H/W IP +ultSysScm.mntrngServerList.ServerEmail=\ub2f4\ub2f9\uc790 E-Mail + +ultSysScm.mntrngServerList.btnLog=\ub85c\uadf8 + + +#\uc11c\ubc84\uc790\uc6d0\ubaa8\ub2c8\ud130\ub9c1 \ub85c\uadf8 \ubaa9\ub85d +ultSysScm.mntrngResrceServerList.Title=\uc11c\ubc84\uc790\uc6d0\ubaa8\ub2c8\ud130\ub9c1 \ub85c\uadf8 +ultSysScm.mntrngResrceServerList.scServerName=\uc11c\ubc84H/W \uba85 +ultSysScm.mntrngResrceServerList.scBetween=\uae30\uac04 +ultSysScm.mntrngResrceServerList.scFromDate=\uac80\uc0c9 \uc2dc\uc791\uc77c\uc790 +ultSysScm.mntrngResrceServerList.scToDate=\uac80\uc0c9 \uc885\ub8cc\uc77c\uc790 + +ultSysScm.mntrngResrceServerList.listServerName=\uc11c\ubc84H/W \uba85 +ultSysScm.mntrngResrceServerList.listServerIp=\uc11c\ubc84H/W IP +ultSysScm.mntrngResrceServerList.listCpuUse=CPU\uc0ac\uc6a9\ub960 +ultSysScm.mntrngResrceServerList.lisMemoryUse=\uba54\ubaa8\ub9ac\uc0ac\uc6a9\ub960 +ultSysScm.mntrngResrceServerList.listServerStatus=\uc11c\ube44\uc2a4\uc0c1\ud0dc +ultSysScm.mntrngResrceServerList.listCreateDatetime=\uc0dd\uc131\uc77c\uc2dc + +ultSysScm.mntrngResrceServerList.validate.datatFail=\ub0a0\uc9dc \ud615\uc2dd\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4! +ultSysScm.mntrngResrceServerList.validate.datatCheck=\uc2dc\uc791\uc77c\uc790\ub294 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ud074 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4! + +#\uc11c\ubc84\uc790\uc6d0\ubaa8\ub2c8\ud130\ub9c1 \uc0c1\uc138\uc870\ud68c +ultSysScm.mntrngServerDetail.Title=\uc11c\ubc84\uc790\uc6d0\ubaa8\ub2c8\ud130\ub9c1 \ub85c\uadf8 +ultSysScm.mntrngServerDetail.logId=\ub85c\uadf8ID +ultSysScm.mntrngServerDetail.serverName=\uc11c\ubc84H/W \uba85 +ultSysScm.mntrngServerDetail.serverIp=\uc11c\ubc84H/W IP +ultSysScm.mntrngServerDetail.cpuUse=CPU\uc0ac\uc6a9\ub960 +ultSysScm.mntrngServerDetail.memoryUse=\uba54\ubaa8\ub9ac\uc0ac\uc6a9\ub960 +ultSysScm.mntrngServerDetail.serviceStatus=\uc11c\ube44\uc2a4\uc0c1\ud0dc +ultSysScm.mntrngServerDetail.logInfo=\ub85c\uadf8\uc815\ubcf4 +ultSysScm.mntrngServerDetail.crateDate=\uc0dd\uc131\uc77c\uc2dc + + + +#\ud30c\uc77c\ub3d9\uae30\ud654(\ub300\uc0c1\uc11c\ubc84)# +comUtlSysSsy.download.msg=\ub2e4\uc6b4\ub85c\ub4dc\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comUtlSysSsy.sync.msg=\ub3d9\uae30\ud654\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + +comUtlSysSsy.synchrn.title=\ub3d9\uae30\ud654\ud30c\uc77c +comUtlSysSsy.synchrnServer.title=\ub3d9\uae30\ud654\ub300\uc0c1 \uc11c\ubc84 +comUtlSysSsy.synchrnServerFile.title=\ub3d9\uae30\ud654\ub300\uc0c1 \ud30c\uc77c + +comUtlSysSsy.synchrnServer.serverId.label=\uc11c\ubc84ID +comUtlSysSsy.synchrnServer.serverNm.label=\uc11c\ubc84\uba85 +comUtlSysSsy.synchrnServer.serverIp.label=\uc11c\ubc84 IP +comUtlSysSsy.synchrnServer.serverPort.label=\uc11c\ubc84 Port +comUtlSysSsy.synchrnServer.ftpId.label=FTP ID +comUtlSysSsy.synchrnServer.ftpPassword.label=FTP \ube44\ubc00\ubc88\ud638 +comUtlSysSsy.synchrnServer.synchrnLc.label=\ub3d9\uae30\ud654 \uc704\uce58 +comUtlSysSsy.synchrnServer.reflctAt.label=\ub3d9\uae30\ud654 \uc5ec\ubd80 +comUtlSysSsy.synchrnServer.lastUpdusrId.label=\ub4f1\ub85d\uc790 + +comUtlSysSsy.synchrnServer.fileSelect.label=\ud30c\uc77c \uc120\ud0dd +comUtlSysSsy.synchrnServer.seq.label=\uc21c\ubc88 +comUtlSysSsy.synchrnServer.fileNm.label=\ud30c\uc77c\uba85 +comUtlSysSsy.synchrnServer.fileList.label=\ud30c\uc77c \ubaa9\ub85d +comUtlSysSsy.synchrnServer.fileDownload.label=\ub2e4\uc6b4\ub85c\ub4dc +comUtlSysSsy.synchrnServer.fileDelete.label=\uc0ad\uc81c +comUtlSysSsy.synchrnServer.nofile.label=\uc11c\ubc84\uc811\uc18d\uc774 \ubd88\uac00\ub2a5\ud569\ub2c8\ub2e4 + +comUtlSysSsy.synchrnServer.validate.noList=\ub3d9\uae30\ud654 \ub300\uc0c1\ubaa9\ub85d\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. +comUtlSysSsy.synchrnServer.validate.noSelectedFile=\uc120\ud0dd\ub41c \ud30c\uc77c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. +comUtlSysSsy.synchrnServer.validate.noQueryResult=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +comUtlSysSsy.synchrnServer.synch=\ub3d9\uae30\ud654 +comUtlSysSsy.synchrnServer.validate.exceptIP=\ub294 \uc608\uc678 \uc544\uc774\ud53c \uc785\ub2c8\ub2e4. +comUtlSysSsy.synchrnServer.validate.misMatchIP=IP \ud615\uc2dd\uc774 \uc77c\uce58 \ud558\uc9c0\uc54a\uc2b5\ub2c8\ub2e4. + + + +#\uc1a1\uc218\uc2e0\ubaa8\ub2c8\ud130\ub9c1# +comUtlSysTrm.trsmrcvMntrngList.title = \uc1a1\uc218\uc2e0\ubaa8\ub2c8\ud130\ub9c1 \ubaa9\ub85d +comUtlSysTrm.trsmrcvMntrngDetail.title = \uc1a1\uc218\uc2e0\ubaa8\ub2c8\ud130\ub9c1 \uc0c1\uc138\uc870\ud68c +comUtlSysTrm.trsmrcvMntrngDetail.summary = \ub4f1\ub85d\ub41c \uc1a1\uc218\uc2e0\ubaa8\ub2c8\ud130\ub9c1\uc5d0 \ub300\ud55c \uc0c1\uc138\uc815\ubcf4\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. +comUtlSysTrm.trsmrcvMntrngUpdt.title = \uc1a1\uc218\uc2e0\ubaa8\ub2c8\ud130\ub9c1 \uc218\uc815 +comUtlSysTrm.trsmrcvMntrngUpdt.summary = \uc1a1\uc218\uc2e0\ubaa8\ub2c8\ud130\ub9c1 \uc218\uc815\uae30\ub2a5\uc744 \uc81c\uacf5\ud55c\ub2e4. +comUtlSysTrm.trsmrcvMntrngRegist.title = \uc1a1\uc218\uc2e0\ubaa8\ub2c8\ud130\ub9c1 \ub4f1\ub85d +comUtlSysTrm.trsmrcvMntrngLogList.title = \uc1a1\uc218\uc2e0\ubaa8\ub2c8\ud130\ub9c1\ub85c\uadf8 \ubaa9\ub85d +comUtlSysTrm.trsmrcvMntrngLogDetail.title = \uc1a1\uc218\uc2e0\ubaa8\ub2c8\ud130\ub9c1\ub85c\uadf8 \uc0c1\uc138\uc870\ud68c +comUtlSysTrm.trsmrcvMntrngLogDetail.summary = \uc1a1\uc218\uc2e0\ubaa8\ub2c8\ud130\ub9c1\ub85c\uadf8\uc5d0 \ub300\ud55c \uc0c1\uc138\uc815\ubcf4\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. + +comUtlSysTrm.trsmrcvMntrng.logID = \ub85c\uadf8ID +comUtlSysTrm.trsmrcvMntrng.interOperationID = \uc5f0\uacc4ID +comUtlSysTrm.trsmrcvMntrng.interOperationName = \uc5f0\uacc4\uba85 +comUtlSysTrm.trsmrcvMntrng.interOperationPopup = \uc5f0\uacc4\uc815\ubcf4\uc870\ud68c\ud31d\uc5c5 \uc81c\uacf5 +comUtlSysTrm.trsmrcvMntrng.testClassName = \ud14c\uc2a4\ud2b8\ud074\ub798\uc2a4\uba85 +comUtlSysTrm.trsmrcvMntrng.managerName = \uad00\ub9ac\uc790\uba85 +comUtlSysTrm.trsmrcvMntrng.managerEmail = \uad00\ub9ac\uc790\uc774\uba54\uc77c +comUtlSysTrm.trsmrcvMntrng.monitoringDateTime = \ubaa8\ub2c8\ud130\ub9c1\uc2dc\uac01 +comUtlSysTrm.trsmrcvMntrng.provider = \uc81c\uacf5\uae30\uad00 +comUtlSysTrm.trsmrcvMntrng.provideSystem = \uc81c\uacf5\uc2dc\uc2a4\ud15c +comUtlSysTrm.trsmrcvMntrng.service = \uc81c\uacf5\uc11c\ube44\uc2a4 +comUtlSysTrm.trsmrcvMntrng.requester = \uc694\uccad\uae30\uad00 +comUtlSysTrm.trsmrcvMntrng.requestSystem = \uc694\uccad\uc2dc\uc2a4\ud15c +comUtlSysTrm.trsmrcvMntrng.status = \uc0c1\ud0dc +comUtlSysTrm.trsmrcvMntrng.logInfo = \ub85c\uadf8\uc815\ubcf4 + +comUtlSysTrm.trsmrcvMntrng.searchStartDate = \uac80\uc0c9\uc2dc\uc791\uc77c\uc790 +comUtlSysTrm.trsmrcvMntrng.searchStartHour = \uac80\uc0c9\uc2dc\uc791\uc2dc\uac04 +comUtlSysTrm.trsmrcvMntrng.searchStartMin = \uac80\uc0c9\uc2dc\uc791\ubd84 +comUtlSysTrm.trsmrcvMntrng.searchEndDate = \uac80\uc0c9\uc885\ub8cc\uc77c\uc790 +comUtlSysTrm.trsmrcvMntrng.searchEndHour = \uac80\uc0c9\uc885\ub8cc\uc2dc\uac04 +comUtlSysTrm.trsmrcvMntrng.searchEndMin = \uac80\uc0c9\uc885\ub8cc\ubd84 \ No newline at end of file diff --git a/bin/main/messages/urp/message_en.properties b/bin/main/messages/urp/message_en.properties new file mode 100644 index 00000000..e2a02f95 --- /dev/null +++ b/bin/main/messages/urp/message_en.properties @@ -0,0 +1,6037 @@ +#Address Book Management Message# +comCopAdb.title=Address Book Management + +comCopAdb.searchCondition.searchCnd0=Address Book Name +comCopAdb.searchCondition.searchCnd1=Scope of Disclosure +comCopAdb.searchCondition.searchCnd2=Registrant + +comCopAdb.validate.isUser=Duplicated user is not allowed. + +comCopAdb.searchCondition.userNm = Name +comCopAdb.searchCondition.group = Group +comCopAdb.btn.groupInquire = Group Inquiry Popup + +comCopAdb.list.adbkNm=Address Book Name +comCopAdb.list.othbcScope=Scope of Disclosure + +comCopAdb.regist.adbkNm=Address Book Name +comCopAdb.regist.othbcScope=Scope of Disclosure +comCopAdb.regist.company=Company +comCopAdb.regist.part=Department Name +comCopAdb.regist.man=Individual +comCopAdb.regist.adbkUser=Member +comCopAdb.regist.findAdbkUser=Find Member + + +comCopAdb.registList.id=User ID +comCopAdb.registList.name=Name +comCopAdb.registList.email=Email +comCopAdb.registList.homeTel=PhoneNumber +comCopAdb.registList.mobileTel=Mobile PhoneNumber +comCopAdb.registList.officeTel=Office PhoneNumber +comCopAdb.registList.faxNum=Fax Number +comCopAdb.registList.del=Delete + +comCopAdb.popopUserList.title=User List + +comCopAdb.popopUserList.title1=User List +comCopAdb.popopUserList.title2=Name Card List + +comCopAdb.popopUserListSearchCondition.searchUser=User Name +comCopAdb.popopUserListSearchCondition.searchMyNcrd=Name Card Title + +comCopAdb.popopUserList.id=User ID +comCopAdb.popopUserList.name=User Name +comCopAdb.popopUserList.myNcrdId=Name Card ID +comCopAdb.popopUserList.myNcrdNm=Name Card Title +comCopAdb.popopUserList.email=Email +comCopAdb.popopUserList.homeTel=Home PhoneNumber +comCopAdb.popopUserList.mobileTel=Mobile PhoneNumber +comCopAdb.popopUserList.officeTel=Office PhoneNumber +comCopAdb.popopUserList.faxNum=Fax Number + + +#\uac8c\uc2dc\ud310\uc18d\uc131\uad00\ub9ac BBS Master# +comCopBbs.boardMasterVO.title=Board Master Management + +comCopBbs.boardMasterVO.list.bbsNm=Board Title +comCopBbs.boardMasterVO.list.bbsIntrcn=Board Explantation +comCopBbs.boardMasterVO.list.useAt=Available Options + +comCopBbs.boardMasterVO.detail.bbsNm=Board Title +comCopBbs.boardMasterVO.detail.bbsIntrcn=Board Explanation +comCopBbs.boardMasterVO.detail.useAt=Available Options +comCopBbs.boardMasterVO.detail.replyPosblAt=Reply Available +comCopBbs.boardMasterVO.detail.fileAtchPosblAt=Attach files Available +comCopBbs.boardMasterVO.detail.atchPosblFileNumber=The Maximum Number of File Attachments +comCopBbs.boardMasterVO.detail.bbsTyCode=Board Type +comCopBbs.boardMasterVO.detail.bbsAdres=Board Domain +comCopBbs.boardMasterVO.detail.option=Additional Options +comCopBbs.boardMasterVO.detail.option1=No Option +comCopBbs.boardMasterVO.detail.option2=Comments +comCopBbs.boardMasterVO.detail.option3=Satisfactions +comCopBbs.boardMasterVO.detail.option.unabledToModify=\u203b Additional options cannot be modified (first time can be set for unset existing bulletin board). + +comCopBbs.boardMasterVO.regist.bbsNm=Board Title +comCopBbs.boardMasterVO.regist.bbsIntrcn=Board Explanation +comCopBbs.boardMasterVO.regist.useAt=Available Options +comCopBbs.boardMasterVO.regist.replyPosblAt=Reply Available +comCopBbs.boardMasterVO.regist.fileAtchPosblAt=Attach files Available +comCopBbs.boardMasterVO.regist.atchPosblFileNumber=The Maximum Number of File Attachments +comCopBbs.boardMasterVO.regist.bbsTyCode=Board Type + +comCopBbs.boardMasterVO.updt.bbsNm=Board Title +comCopBbs.boardMasterVO.updt.bbsIntrcn=Board Explanation +comCopBbs.boardMasterVO.updt.useAt=Available Options +comCopBbs.boardMasterVO.updt.replyPosblAt=Reply Available +comCopBbs.boardMasterVO.updt.fileAtchPosblAt=Attach files Available +comCopBbs.boardMasterVO.updt.atchPosblFileNumber=The Maximum Number of File Attachments +comCopBbs.boardMasterVO.updt.bbsTyCode=Board Type + +comCopBbs.boardMasterVO.guestReply=Unable to reply in guestbook. +comCopBbs.boardMasterVO.guestFile=Unable to upload file in guestbook. + + +#BBS(Article) +comCopBbs.articleVO.title=Article Board + +comCopBbs.articleVO.list.nttSj=Title +comCopBbs.articleVO.list.nttCn=Contents +comCopBbs.articleVO.list.inqireCo=Views + +comCopBbs.articleVO.detail.nttSj=Title +comCopBbs.articleVO.detail.nttCn=Contents +comCopBbs.articleVO.detail.inqireCo=Views +comCopBbs.articleVO.detail.ntceDe=Notice Period +comCopBbs.articleVO.detail.atchFile=Attach files + +comCopBbs.articleVO.regist.nttSj=Title +comCopBbs.articleVO.regist.nttCn=Contents +comCopBbs.articleVO.regist.sjBoldAt=Subject Bold +comCopBbs.articleVO.regist.noticeAt=Notice Submit +comCopBbs.articleVO.regist.secretAt=Privacy Mode +comCopBbs.articleVO.regist.anonymousAt=Anonymous Mode +comCopBbs.articleVO.regist.ntceDe=Notice Period +comCopBbs.articleVO.regist.atchFile=Attach files + +comCopBbs.articleVO.updt.nttSj=Title +comCopBbs.articleVO.updt.nttCn=Contents +comCopBbs.articleVO.updt.sjBoldAt=Subject Bold +comCopBbs.articleVO.updt.noticeAt=Notice Submit +comCopBbs.articleVO.updt.secretAt=Privacy Mode +comCopBbs.articleVO.updt.anonymousAt=Anonymous Mode +comCopBbs.articleVO.updt.ntceDe=Notice Period +comCopBbs.articleVO.updt.atchFile=Attach files +comCopBbs.articleVO.updt.atchFileAdd=Add Attach files + +comCopBbs.articleVO.reply.nttSj=Title +comCopBbs.articleVO.reply.nttCn=Contents +comCopBbs.articleVO.reply.sjBoldAt=Subject Bold +comCopBbs.articleVO.reply.noticeAt=Notice Submit +comCopBbs.articleVO.reply.anonymousAt=Anonymous Mode +comCopBbs.articleVO.reply.ntceDe=Notice Period +comCopBbs.articleVO.reply.atchFile=Attach files + +comCopBbs.articleVO.guest.title=Guest Board + +comCopBbs.articleVO.secretBold=Unable to post a title in bold on privacy mode. +comCopBbs.articleVO.secretAnonymous=Unable to be an anonymous user on privacy mode +comCopBbs.articleVO.secretNotice=Unable to post up a notice on privacy mode. +comCopBbs.articleVO.anonymousNotice=Unable to post up a notice by an anonyomus user. +comCopBbs.articleVO.ntceDeError=Start date cannot be greater than End date + + +# Blog Main List +comCopBlog.articleBlogList.regCategory=Category Registration +comCopBlog.articleBlogList.setListNumbers=Set Number of Posts +comCopBlog.articleBlogList.listNumber5=5 lines +comCopBlog.articleBlogList.listNumber10=10 lines +comCopBlog.articleBlogList.listNumber15=15 lines +comCopBlog.articleBlogList.listNumber20=20 lines +comCopBlog.articleBlogList.listNumber30=30 lines +comCopBlog.articleBlogList.validate.noResult=No posts! \\nPlease register your post. +comCopBlog.articleBlogList.validate.limitSize=Comments can be up to 500bytes. +comCopBlog.articleBlogList.validate.noContent=The text does not exist! +comCopBlog.articleBlogList.validate.occurError=An error has occurred. +comCopBlog.articleBlogList.validate.noBoard=There are no registered boards.\\nPlease create a board through category registration. + +#\uac8c\uc2dc\ud310\uc18d\uc131\uad00\ub9ac BBS Master# +comCopBlog.blogMasterVO.title=Blog + +comCopBlog.blogMasterVO.list.blogNm=Blog Name +comCopBlog.blogMasterVO.list.useAt=Usage Status + +comCopBlog.blogMasterVO.detail.blogNm=Blog Name +comCopBlog.blogMasterVO.detail.blogIntrcn=About Blog +comCopBlog.blogMasterVO.detail.useAt=Usage Status +comCopBlog.blogMasterVO.detail.blogAdres=Blog Address + +comCopBlog.blogMasterVO.regist.blogNm=Blog Name +comCopBlog.blogMasterVO.regist.blogIntrcn=About Blog +comCopBlog.blogMasterVO.regist.useAt=Usage Status + +comCopBlog.blogMasterVO.updt.blogNm=Blog Name +comCopBlog.blogMasterVO.updt.blogIntrcn=About Blog +comCopBlog.blogMasterVO.updt.useAt=Usage Status + + + +comCopBlog.blogUserVO.title=Blog User + +comCopBlog.blogUserVO.emplyrId=User ID +comCopBlog.blogUserVO.emplyrNm=User Name +comCopBlog.blogUserVO.mberSttus=Member Status +comCopBlog.blogUserVO.etc=Etc + + +#Manage blog users# +comCopBlog.blogUseMgrMain.title=Blog User Main + +comCopBlog.blogUseMgrMain.btnBoard=Personal Blog Management +comCopBlog.blogUseMgrMain.btnUser=User Management + +comCopBlog.blogUseMgrMain.btnMemberWithdrawal=Member Withdrawal +comCopBlog.blogUseMgrMain.btnMemberJoin=Member Join + +comCopBlog.blogUseMgrMain.titleContents=Content Area + + +comCopBlog.blogUseMgrBaseTmpl.title=Blog Default Template +comCopBlog.blogUseMgrBaseTmpl.more=More +comCopBlog.blogUseMgrBaseTmpl.noList=There is no registered contents. + +comCopBlog.validate.blogUserCheck=A blog already exists with the same account. + +#Article Comment# +comCopCmt.articleCommentVO.title=Comments + +comCopCmt.articleCommentVO.commentCn=Comment contents + + +#Community Master# +comCopCmy.commuMasterVO.title=Community Master Management + +comCopCmy.commuMasterVO.list.cmmntyNm=Community Title +comCopCmy.commuMasterVO.list.useAt=Available Options + +comCopCmy.commuMasterVO.detail.cmmntyNm=Community Title +comCopCmy.commuMasterVO.detail.cmmntyIntrcn=Community Explanation +comCopCmy.commuMasterVO.detail.useAt=Available Options +comCopCmy.commuMasterVO.detail.commuAdres=Community Domain + +comCopCmy.commuMasterVO.regist.cmmntyNm=Community Title +comCopCmy.commuMasterVO.regist.cmmntyIntrcn=Community Explanation +comCopCmy.commuMasterVO.regist.useAt=Available Options + +comCopCmy.commuMasterVO.updt.cmmntyNm=Community Title +comCopCmy.commuMasterVO.updt.cmmntyIntrcn=Community Explanation +comCopCmy.commuMasterVO.updt.useAt=Available Options +comCopCmy.commuMasterVO.updt.yes=Yes +comCopCmy.commuMasterVO.updt.no=No + + +comCopCmy.commuMasterVO.list.board=Board List + +comCopCmy.commuUserVO.title=Community User Management + +comCopCmy.commuUserVO.emplyrId=User ID +comCopCmy.commuUserVO.emplyrNm=User Name +comCopCmy.commuUserVO.mberSttus=Member Status +comCopCmy.commuUserVO.etc=etc + + +#Community Usage Management# +comCopCmy.communityUseMgrMain.title=Community Usage Management Main + +comCopCmy.communityUseMgrMain.btnBoard=Board Management +comCopCmy.communityUseMgrMain.btnUser=Member Management + +comCopCmy.communityUseMgrMain.btnMemberWithdrawal=Delete Your Account +comCopCmy.communityUseMgrMain.btnMemberJoin=Sign Up + +comCopCmy.communityUseMgrMain.titleContents=Content Area + + +comCopCmy.communityUseMgrBaseTmpl.title=Community Usage Management Default Template +comCopCmy.communityUseMgrBaseTmpl.more=Load More +comCopCmy.communityUseMgrBaseTmpl.noList=Currently there is no content on the list. + +comCopCmy.commuMain.joinMember.info.success=Member registration has been processed. +comCopCmy.commuMain.joinMember.info.fail=already registered as a member. +comCopCmy.commuMain.deleteMember.info.success=Your account has been deleted. +comCopCmy.commuMain.deleteMember.info.admin=Administrator accounts can not be deleted. + + +comCopCom.userListPop.title=User List +comCopCom.userListPop.pageTop.title=User List +comCopCom.userListPop.index=Index +comCopCom.userListPop.userId=User ID +comCopCom.userListPop.userNm=User Name +comCopCom.userListPop.userAdres=Address +comCopCom.userListPop.userEmail=Email +comCopCom.userListPop.useAt=Usage status +comCopCom.userListPop.select=Select + + +#\uba85\ud568\ubaa9\ub85d \uc870\ud68c +#EgovNcrdList.jsp +comCopNcm.ncrdList.title=Public Business Card List +comCopNcm.ncrdList.submit=Send +comCopNcm.ncrdList.searchWordInput=Enter Search Words +comCopNcm.ncrdList.nrcdSearch=Business card inquiry +comCopNcm.ncrdList.multiList=Number, name, company name, department name, registration date, use registration list. + +#EgovNcrdInqirePopup.jsp +comCopNcm.ncrdInqirePopup.title=Contact information + +#EgovMyNcrdList.jsp +comCopNcm.myNcrdList.title=My business card list + +#EgovNcrdRegist.jsp +comCopNcm.ncrdRegist.title=Business Card Registration +comCopNcm.ncrdRegist.idNo=Identification number + +#EgovNcrdUpdt.jsp +comCopNcm.ncrdUpdt.title=Business Card Update + +#EgovNcrdRegist.xml +comCopNcm.ncrdRegist.validate.areaNo=Area code +comCopNcm.ncrdRegist.validate.middleTelNo=4 digit station number +comCopNcm.ncrdRegist.validate.endTelNo=4 digits at end of phone +comCopNcm.ncrdRegist.validate.middleMbtlNum=4 digits in front of your phone +comCopNcm.ncrdRegist.validate.endMbtlNum=4 digits at the end of your phone number +comCopNcm.ncrdRegist.validate.detailAdres=Detailed Address + + +#\uba85\ud568\ubaa9\ub85d \uc870\ud68c +#EgovNcrdList.jsp +comCopNcm.ncrdList.title=Public Business Card List +comCopNcm.ncrdList.submit=Send +comCopNcm.ncrdList.searchWordInput=Enter Search Words +comCopNcm.ncrdList.nrcdSearch=Business card inquiry +comCopNcm.ncrdList.multiList=Number, name, company name, department name, registration date, use registration list. + +#EgovNcrdInqirePopup.jsp +comCopNcm.ncrdInqirePopup.title=Contact information + +#EgovMyNcrdList.jsp +comCopNcm.myNcrdList.title=My business card list + +#EgovNcrdRegist.jsp +comCopNcm.ncrdRegist.title=Business Card Registration +comCopNcm.ncrdRegist.idNo=Identification number + +#EgovNcrdUpdt.jsp +comCopNcm.ncrdUpdt.title=Business Card Update + +#EgovNcrdRegist.xml +comCopNcm.ncrdRegist.validate.areaNo=Area code +comCopNcm.ncrdRegist.validate.middleTelNo=4 digit station number +comCopNcm.ncrdRegist.validate.endTelNo=4 digits at end of phone +comCopNcm.ncrdRegist.validate.middleMbtlNum=4 digits in front of your phone +comCopNcm.ncrdRegist.validate.endMbtlNum=4 digits at the end of your phone number +comCopNcm.ncrdRegist.validate.detailAdres=Detailed Address + +#370\uba85\ud568\uad00\ub9ac , 371.\ub0b4\uba85\ud568\ubaa9\ub85d \uae40\uc608\uc601J# +cop.extrlUser = External User +cop.intrlUser = Internal User +cop.private = private +cop.public = public + +cop.adbkNm = Address Name +cop.othbcScope = Disclose Range +cop.company = compnay +cop.part = part +cop.man = man +cop.adbkUser = member +cop.bbsNm = BBS Name +cop.bbsIntrcn = BBS Introduction +cop.bbsTyCode = BBS Type +cop.bbsAttrbCode = BBS Attribute +cop.replyPosblAt = Reply Possible Alternative +cop.fileAtchPosblAt = File Attach Possible Alternative +cop.posblAtchFileNumber = Possible Attach File Number +cop.tmplatId = Template Information +cop.guestList.subject = This article registered by Guest List +cop.nttSj = Notice Subject +cop.nttCn = Notice Contents +cop.ntceBgnde = Notice Start Date +cop.ntceEndde = Notice End Date +cop.ntcrNm = Noticer Name +cop.password = PassWord +cop.atchFile = Attach Files +cop.guestList = Guest List +cop.guestListCn = Guest List Contents +cop.noticeTerm = Notice term +cop.atchFileList = Attached File List +cop.cmmntyNm = Community Name +cop.cmmntyIntrcn = Community Introduction +cop.cmmntyMngr = Community Manager +cop.clbOprtr = Club Operator +cop.clbIntrcn = Club Introduction +cop.clbNm = Club Name +cop.tmplatNm = Template Name +cop.tmplatSeCode = Template Se Code +cop.tmplatCours = Template Cours +cop.useAt = Use Alternative +cop.ncrdNm = NameCard user name +cop.cmpnyNm = Company name +cop.deptNm = Department name +cop.ofcpsNm = OFCPS name +cop.clsfNm = Class Name +cop.emailAdres = E-mail +cop.telNo = Tel No. +cop.mbtlNum = Mobile +cop.adres = Address +cop.extrlUserAt = External User alternative +cop.publicAt = Public open alternative +cop.remark = Remark +cop.trgetNm = Company/Club Information +cop.preview = preview + +cop.withdraw.msg=confirm withdrawal memebership? +cop.reregist.msg=confirm re-registration? +cop.registmanager.msg=confirm registration of manager? +cop.use.msg=confirm use? +cop.unuse.msg=confirm stop using? +cop.delete.confirm.msg=If you choose to disable the re-use change is impossible. +cop.ing.msg=Approval is being requested. +cop.request.msg=Signup is normally requested. +cop.password.msg=Please enter your password. +cop.password.not.same.msg=Password do not match. + +cop.comment.wrterNm = Writer Name +cop.comment.commentCn = Comment +cop.comment.commentPassword = Password + +cop.satisfaction.wrterNm = Writer Name +cop.satisfaction.stsfdgCn = Satisfaction +cop.satisfaction.stsfdg = Satisfaction Degree +cop.satisfaction.stsfdgPassword = Password + +cop.scrap.scrapNm = Scrap Name + + +#Scrap Article # +comCopScp.articleScrapVO.title=Scrap Article + +comCopScp.articleScrapVO.list.scrapNm=Scrap Title + +comCopScp.articleScrapVO.detail.scrapNm=Scrap Title +comCopScp.articleScrapVO.detail.nttSj=Subject +comCopScp.articleScrapVO.detail.nttCn=Contents +comCopScp.articleScrapVO.detail.inqireCo=Views + +comCopScp.articleScrapVO.regist.scrapNm=Scrap Title +comCopScp.articleScrapVO.regist.nttSj=Subject +comCopScp.articleScrapVO.regist.nttCn=Contents +comCopScp.articleScrapVO.regist.inqireCo=Views + +comCopScp.articleScrapVO.updt.scrapNm=Scrap Title +comCopScp.articleScrapVO.updt.nttSj=Subject +comCopScp.articleScrapVO.updt.nttCn=Contents +comCopScp.articleScrapVO.updt.inqireCo=Views + + +#UI COP Message# +cop.sms.trnsmitTelno=Sender +cop.sms.trnsmitCn=Contents +cop.sms.recptnTelno=Receiver(s) +cop.sms.send=Send +cop.sms.addRecptn=Add +cop.sms.recptnTelno.msg=The phone number of receiver is required. + +cop.sms.textMassageList=SMS Service List +cop.sms.textMassageRegist=SMS Service Regist +cop.sms.textMassageDetail=SMS Service Detail +cop.sms.trnsmitTelno=Outgoing phone number +cop.sms.recptnCnt=Number of incoming phone numbers +cop.sms.frstRegisterPnttm=Transmission date and time +cop.sms.frstRegisterNm=Sender +cop.sms.recptnResult=Receive and transmit results + + +# Departmental Workplace Management +# EgovDeptJobBxList.jsp +comCopSmtDjm.deptJobBxList.title = View your departmental workbook management list +comCopSmtDjm.deptJobBxList.indictOrdrChanged = You can change the order of departments within the same department name. +comCopSmtDjm.deptJobBxList.searchCnd = You have not selected any query criteria. +comCopSmtDjm.deptJobBxList.ordrCnd = Please select the department you want to edit the order in. +comCopSmtDjm.deptJobBxList.deptNm = Department name +comCopSmtDjm.deptJobBxList.deptJobNm = Departmental job description +comCopSmtDjm.deptJobBxList.deptJobBxManage = Departmental Workbox Management +comCopSmtDjm.deptJobBxList.finalEditor = final sperm +comCopSmtDjm.deptJobBxList.finalEditDate = Last Modified Date + +# EgovDeptJobRegist.jsp +comCopSmtDjm.deptJobRegist.title = Departmental Worker Registration +comCopSmtDjm.deptJobRegist.deptJobBxNmDuplicated = There is a duplicate department job in the department. +comCopSmtDjm.deptJobRegist.intIndictOrdr = You must enter a value of 1 or greater in the display order. +comCopSmtDjm.deptJobRegist.deptIndictOrdr = The maximum value of the departmental display order for this department is +Since comCopSmtDjm.deptJobRegist.deptIndictOrdrCause = +comCopSmtDjm.deptJobRegist.deptIndictOrdrInput = You must enter below. +comCopSmtDjm.deptJobRegist.deptNm = Department +comCopSmtDjm.deptJobRegist.deptJobBxNm = Departmental job description +comCopSmtDjm.deptJobRegist.indictOrdr = Display Order + +# EgovDeptListPopup.jsp +comCopSmtDjm.deptListPopup.title = Department List + +# EgovDeptList.jsp +comCopSmtDjm.deptList.title = View department list +comCopSmtDjm.deptList.deptSelect = Select department +comCopSmtDjm.deptList.deptExplain = Department description + +# EgovDeptJobBxUpdt.jsp +comCopSmtDjm.deptJobBxUpdt.title = Departmental work order + +#EgovDeptJobList.jsp +comCopSmtDjm.deptJobList.title = Department List +comCopSmtDjm.deptJobList.subject = Title +comCopSmtDjm.deptJobList.content = Content +comCopSmtDjm.deptJobList.charger = Contact +comCopSmtDjm.deptJobList.summary = Provides a list of departmental workspaces. +comCopSmtDjm.deptJobList.writerDate = Date created + +# EgovDeptJob.xml +comCopSmtDjm.deptJobVO.validate.deptNm = Department +comCopSmtDjm.deptJobVO.validate.deptJobBxNm = Departmental job description +comCopSmtDjm.deptJobVO.validate.deptJobNm = Department job name +comCopSmtDjm.deptJobVO.validate.deptJobCn = Departmental business content +comCopSmtDjm.deptJobVO.validate.chargerNm = Business contact +comCopSmtDjm.deptJobVO.validate.priort = Priority + +# EgovDeptJobRegist.jsp +comCopSmtDjm.deptJobRegist.title = Departmental business registration +comCopSmtDjm.deptJobRegist.high = High +comCopSmtDjm.deptJobRegist.medium = Medium +comCopSmtDjm.deptJobRegist.low = Low +comCopSmtDjm.deptJobRegist.fileAttach = Attach file + +#EgovDeptJobBxListPopup.jsp +comCopSmtDjm.deptJobBxListPopup.title=Department Workbox List + +# EgovDeptJobBxList.jsp +comCopSmtDjm.deptJobBxList.title = Departmental Worklist +comCopSmtDjm.deptJobBxList.userNm = username + +# EgovChargerList.jsp +comCopSmtDjm.chargerList.title = View contact list +comCopSmtDjm.chargerList.chargerSelect = Select Contact +comCopSmtDjm.chargerList.deptNm = Department name +comCopSmtDjm.chargerList.emplyrNm = Employee name +comCopSmtDjm.chargerList.ofcpsNm = Position +comCopSmtDjm.chargerList.emplNo = employer Number + +#EgovDeptJobDetail.jsp +comCopSmtDjm.deptJobDetail.title=View details of departmental work + +# EgovDeptJobUpdt.jsp +comCopSmtDjm.deptJobUpdt.title = Modify Department Jobs + + + +#Diary management Message# +comCopSmtDsm.title=Diary Management + +comCopSmtDsm.searchCondition.diaryNm=Diary Title +comCopSmtDsm.searchCondition.drctMatter=Instructions +comCopSmtDsm.searchCondition.partclrMatter=Speciality +comCopSmtDsm.searchCondition.schdulId=Schedule ID + +comCopSmtDsm.list.diaryNm=Diary Title +comCopSmtDsm.list.diaryProcsPte=The Rate of Progress + +comCopSmtDsm.regist.schdulCn=Schedule Information +comCopSmtDsm.regist.diaryNm=Diary Title +comCopSmtDsm.regist.drctMatter=Instructions +comCopSmtDsm.regist.partclrMatter=Speciality +comCopSmtDsm.regist.diaryProcsPte=The Rate of Progress +comCopSmtDsm.regist.Atch=Attach file +comCopSmtDsm.regist.atchFileList=Attachment list + +comCopSmtDsm.registBtn.schdulCn=Search for Schedule + + +#\uac04\ubd80\uc77c\uc815\uad00\ub9ac +#EgovLeaderSchdul.xml +comCopSmtLsm.leaderSchdul.validate.schdulSe = Classification +comCopSmtLsm.leaderSchdul.validate.schdulNm = Schedule name +comCopSmtLsm.leaderSchdul.validate.schdulCn = Schedule contents +comCopSmtLsm.leaderSchdul.validate.schdulBgndeYYYMMDD = Calendar Start Date +comCopSmtLsm.leaderSchdul.validate.schdulEnddeYYYMMDD = Calendar end date +comCopSmtLsm.leaderSchdul.validate.schdulBgndeHH = Calendar Start (hour) +comCopSmtLsm.leaderSchdul.validate.schdulBgndeMM = Schedule start (minutes) +comCopSmtLsm.leaderSchdul.validate.schdulEnddeHH = Calendar End (hour) +comCopSmtLsm.leaderSchdul.validate.schdulEnddeMM = Schedule end (minutes) +comCopSmtLsm.leaderSchdul.validate.leaderName =Executive +comCopSmtLsm.leaderSchdul.validate.schdulChargerName = Contact Person + +# EgovLeaderSttus.xml +comCopSmtLsm.leaderSchdul.validate.leaderNm = Executive +comCopSmtLsm.leaderSchdul.validate.leaderSttus = Executive status + +# EgovLeaderSchdulList.jsp +comCopSmtLsm.leaderSchdulList.title = Executive Calendar List +comCopSmtLsm.leaderSchdulList.title.selectLeaderSchdulMonthList = View Monthly Calendar +comCopSmtLsm.leaderSchdulList.title.selectLeaderSchdulWeekList = View Weekly Calendar +comCopSmtLsm.leaderSchdulList.title.selectLeaderSchdulDailyList = View Day's Calendar + +# EgovLeaderSchdulMonthList.jsp +comCopSmtLsm.leaderSchdulMonthList.title = View the monthly executive calendar +comCopSmtLsm.leaderSchdulMonthList.list = Monthly Executive Calendar List +comCopSmtLsm.leaderSchdulMonthList.year = Year +comCopSmtLsm.leaderSchdulMonthList.month = Month +comCopSmtLsm.leaderSchdulMonthList.mon = Mon +comCopSmtLsm.leaderSchdulMonthList.tue = Tues +comCopSmtLsm.leaderSchdulMonthList.wed = Wednes +comCopSmtLsm.leaderSchdulMonthList.thu = Thurs +comCopSmtLsm.leaderSchdulMonthList.fri = Fri +comCopSmtLsm.leaderSchdulMonthList.sat = Satur +comCopSmtLsm.leaderSchdulMonthList.sun = Sun + +#EgovLeaderSchdulDetail.jsp +comCopSmtLsm.leaderSchdulDetail.title = Detailed management of executive calendar +comCopSmtLsm.leaderSchdulDetail.schdulPlace = Schedule location +comCopSmtLsm.leaderSchdulDetail.reptitSeCode = Repeat Separation +comCopSmtLsm.leaderSchdulDetail.datetime = Date / Time +comCopSmtLsm.leaderSchdulDetail.hour = hour +comCopSmtLsm.leaderSchdulDetail.minute = minutes + + +# EgovLeaderSchdulModify.jsp +comCopSmtLsm.leaderSchdulModify.title = Update Executive Calendar +comCopSmtLsm.leaderSchdulModify.noRepeat = No repeat +comCopSmtLsm.leaderSchdulModify.everyday = Daily +comCopSmtLsm.leaderSchdulModify.everyweek = Weekly +comCopSmtLsm.leaderSchdulModify.everymonth = Monthly +comCopSmtLsm.leaderSchdulModify.validate.timeCompare = The minute can not be earlier than the minute at the start of the schedule. +comCopSmtLsm.leaderSchdulModify.validate.dayCompare = The schedule end date and time can not be earlier than the schedule start date and time. + +# EgovLeaderSchdulRegist.jsp +comCopSmtLsm.leaderSchdulRegist.title = Register for Executive Calendar Management + +# EgovEmplyrList.jsp +comCopSmtLsm.emplyrList.title = View user list +comCopSmtLsm.emplyrList.dept = Department name +comCopSmtLsm.emplyrList.employrName = Employee name +comCopSmtLsm.emplyrList.leaderName = Manage exec +comCopSmtLsm.emplyrList.no = number +comCopSmtLsm.emplyrList.orgnztNm = Department +comCopSmtLsm.emplyrList.ofcpsNm = Position +comCopSmtLsm.emplyrList.emplNo = Squad +comCopSmtLsm.emplyrList.emplyrNm = Employee name + +# EgovLeaderSchdulWeekList.jsp +comCopSmtLsm.leaderSchdulWeekList.day = +comCopSmtLsm.leaderSchdulWeekList.search = View weekly executive calendar +comCopSmtLsm.leaderSchdulWeekList.week = week +comCopSmtLsm.leaderSchdulWeekList.list = List of weekly executive agenda +comCopSmtLsm.leaderSchdulWeekList.summary = This table provides a list of weekly executive schedules, consisting of date, time, calendar name, and executive information. +comCopSmtLsm.leaderSchdulWeekList.date = date +comCopSmtLsm.leaderSchdulWeekList.time = Time + +# EgovLeaderSchdulDailyList.jsp +comCopSmtLsm.leaderSchdulDailyList.title = View the daily executive calendar +comCopSmtLsm.leaderSchdulDailyList.list = List of daily executive agenda +comCopSmtLsm.leaderSchdulDailyList.summary = This table provides a list of daily executive schedules and consists of time, schedule name, and executive information. + + +# Manage notes reporting +# EgovMemoReprt.xml +comCopSmtMrm.memoReprtVO.validate.reprtSj = Report title +comCopSmtMrm.memoReprtVO.validate.reprtDe = Date reported +comCopSmtMrm.memoReprtVO.validate.wrterNm = Author Name +comCopSmtMrm.memoReprtVO.validate.reportrNm = Reporter +comCopSmtMrm.memoReprtVO.validate.reprtCn=Report Content + +# EgovMemoReprtList.jsp +comCopSmtMrm.memoReprtList.title = View note report list +comCopSmtMrm.memoReprtList.select = Select approval status +comCopSmtMrm.memoReprtList.searchSttus = Report Status +comCopSmtMrm.memoReprtList.searchSttus0 = Unidentified +comCopSmtMrm.memoReprtList.searchSttus1 = identified +comCopSmtMrm.memoReprtList.reportDate = Date reported +comCopSmtMrm.memoReprtList.searchBgnDe = Enter View Start Date +comCopSmtMrm.memoReprtList.searchEndDe = Enter View End Date +comCopSmtMrm.memoReprtList.searchDrctMatterYN = Feedback +comCopSmtMrm.memoReprtList.searchDrctMatter0 = Unregistered +comCopSmtMrm.memoReprtList.searchDrctMatter1 = Register +comCopSmtMrm.memoReprtList.searchCnd = Select query criteria +comCopSmtMrm.memoReprtList.searchCnd0 = Report title +comCopSmtMrm.memoReprtList.searchCnd1 = Report content +comCopSmtMrm.memoReprtList.searchCnd2 = Author +comCopSmtMrm.memoReprtList.searchDrctMatter = Feedback + +# EgovMemoReprtRegist.jsp +comCopSmtMrm.memoReprtRegist.title = Register for Comment Reporting +comCopSmtMrm.memoReprtRegist.reprtCn.reportrNm = Reporter is required. +comCopSmtMrm.memoReprtRegist.reprtCn.reprtSj = Report title is required. +comCopSmtMrm.memoReprtRegist.reprtCn.essential = Report content is required. +comCopSmtMrm.memoReprtRegist.reprtCn = Report content +comCopSmtMrm.memoReprtRegist.attachFile = Attach file + +# EgovMemoReprtDetail.jsp +comCopSmtMrm.memoReprtDetail.title = View Notes Detail View +comCopSmtMrm.memoReprtDetail.memoreprt.confirm = Would you like to comment? +comCopSmtMrm.memoReprtDetail.memoreprt = Feedback +comCopSmtMrm.memoReprtDetail.drctMatter = Comments / Instructions + +#EgovMemoReprtUpdt.jsp +comCopSmtMrm.memoReprtUpdt.title = Edit note reporting + +# EgovReportrList.jsp +comCopSmtMrm.reportrList.title = View list of people to view +comCopSmtMrm.reportrList.select = Select who to view +comCopSmtMrm.reportrList.orgnztNm = Department +comCopSmtMrm.reportrList.ofcpsNm = Position +comCopSmtMrm.reportrList.emplNo = Saved +comCopSmtMrm.reportrList.emplyrNm = Employee name + + +# Manage notes +# EgovMemoTodo.xml +comCopSmtMtm.memoToDo.validate.todoNm = To do title +comCopSmtMtm.memoToDo.validate.todoDe = Date of task +comCopSmtMtm.memoToDo.validate.todoBeginHour = Do's start (at) +comCopSmtMtm.memoToDo.validate.todoBeginMin = Start day (in minutes) +comCopSmtMtm.memoToDo.validate.todoEndHour = End Task (at) +comCopSmtMtm.memoToDo.validate.todoEndMin = End Task Days (minutes) +comCopSmtMtm.memoToDo.validate.wrterNm = Author Name +comCopSmtMtm.memoToDo.validate.todoCn = What to do + +# EgovMemoTodoList.jsp +comCopSmtMtm.memoTodoList.title = View your to-do list +comCopSmtMtm.memoTodoList.bgnDe = Search start date +comCopSmtMtm.memoTodoList.endDe = Search end date +comCopSmtMtm.memoTodoList.searchBgnDe = Enter View Start Date +comCopSmtMtm.memoTodoList.searchEndDe = Enter View End Date +comCopSmtMtm.memoTodoList.bgnDeEvalEndDe = The search end date can not be earlier than the search start date. +comCopSmtMtm.memoTodoList.searchDeVal = Please select date lookup. +comCopSmtMtm.memoTodoList.searchbgnDeVal = Please enter search start date. +comCopSmtMtm.memoTodoList.searchEndDeVal = Please enter the search end date. +comCopSmtMtm.memoTodoList.aearchCndVal = Please select a task condition. +comCopSmtMtm.memoTodoList.searchDe = Select date lookup +comCopSmtMtm.memoTodoList.searchDe0 = Date of task +comCopSmtMtm.memoTodoList.searchDe1 = Date created +comCopSmtMtm.memoTodoList.searchCnd = To-do condition +comCopSmtMtm.memoTodoList.searchCnd0 = To do title +comCopSmtMtm.memoTodoList.searchCnd1 = What to do +comCopSmtMtm.memoTodoList.toDoListToday = Today +comCopSmtMtm.memoTodoList.frstRegisterPnttm = Date created + +# EgovMemoTodoListToday.jsp +comCopSmtMtm.memoTodoListToday.title = View today's todo list +comCopSmtMtm.memoTodoListToday.allList = Full list + +# EgovMemoTodoRegist.jsp +comCopSmtMtm.memoTodoRegist.title = Register your note to do +comCopSmtMtm.memoTodoRegist.todoHourMin = Can not be less than minutes at the beginning of the task. + +# EgovMemoTodoDetail.jsp +comCopSmtMtm.memoTodoDetail.title = Show details of notes + +# EgovMemoTodoUpdt.jsp +comCopSmtMtm.memoTodoUpdt.title = Edit Notes +comCopSmtMtm.memoTodoUpdt.hour = hours +comCopSmtMtm.memoTodoUpdt.minutes = minutes + + +#\uc804\uccb4\uc77c\uc815\uad00\ub9ac Message# +comCopSmtSam.title=Master Schedule + +comCopSmtSam.searchCondition.schdulNm=Schedule Name +comCopSmtSam.searchCondition.schdulCn=Schedule Info + +comCopSmtSam.list.schdulKind=Schedule Type +comCopSmtSam.list.schdulNm=Schedule Title + +comCopSmtSam.registBtn.schdulCn=Search for Schedule +comCopSmtSam.regist.schdulCn=Schedule Info +comCopSmtSam.regist.diaryNm=Diary Title +comCopSmtSam.regist.drctMatter=Instructions +comCopSmtSam.regist.partclrMatter=Specialty +comCopSmtSam.regist.diaryProcsPte=The Rate of Progress +comCopSmtSam.regist.Atch=Attach files + + + +#Department Schedule Management Message# +comCopSmtSdm.title=Department Schedule Management + +comCopSmtSdm.Gbn.Monthly=Monthly +comCopSmtSdm.Gbn.Weekly=Weekly +comCopSmtSdm.Gbn.Daily=Daily + +comCopSmtSdm.Navi.Today=TODAY +comCopSmtSdm.Navi.Year=YEAR +comCopSmtSdm.Navi.Month=MONTH +comCopSmtSdm.Navi.Day=DAY +comCopSmtSdm.Navi.Week=WEEK + +comCopSmtSdm.Monthly.monday=Monday +comCopSmtSdm.Monthly.tuesday=Tuesday +comCopSmtSdm.Monthly.wednesday=Wednesday +comCopSmtSdm.Monthly.thursday=Thursday +comCopSmtSdm.Monthly.friday=Friday +comCopSmtSdm.Monthly.saturday=Saturday +comCopSmtSdm.Monthly.sunday=Sunday + +comCopSmtSdm.Weekly.date=DAY +comCopSmtSdm.Weekly.time=TIME +comCopSmtSdm.Weekly.title=Title +comCopSmtSdm.Weekly.chargeName=In Charge + +comCopSmtSdm.selectSchdulSe=Select Schedule Type +comCopSmtSdm.validate.alert.delete=Are you sure you want to delete? +comCopSmtSdm.validate.alert.diffBgndeEndde=Please select a date later than the start date. +comCopSmtSdm.goPrevMonth=Go to previous month +comCopSmtSdm.goNextMonth=Go to next month + +comCopSmtSdm.regist.schdulSe=Schedule Type +comCopSmtSdm.regist.schdulIpcrCode=Importance +comCopSmtSdm.regist.schdulDeptName=Department Title +comCopSmtSdm.regist.schdulNm=Schedule Name +comCopSmtSdm.regist.schdulCn=Schedule Content +comCopSmtSdm.regist.reptitSeCode=Repeat Type +comCopSmtSdm.regist.schdulSe1=Today +comCopSmtSdm.regist.schdulSe2=Repeat +comCopSmtSdm.regist.schdulSe3=Consecutively +comCopSmtSdm.regist.schdulDatetime=Date/Time +comCopSmtSdm.regist.schdulYYYY=Hours +comCopSmtSdm.regist.schdulMM=Minutes +comCopSmtSdm.regist.schdulChargerName=In Charge +comCopSmtSdm.regist.schdulAtch=Attach files + +comCopSmtSdm.btn.diaryManage=Diary Management + +#Department Schedule Management List Popup Message# +comCopSmtSdm.popup.title=Department Schedule Management Popup List + +comCopSmtSdm.popupSearchCondition.diaryNm=Diary Title + +comCopSmtSdm.popupListValidate.searchKeyword=Please, search a keyword! +comCopSmtSdm.popupListValidate.searchCondition=Please, select a condition! + +comCopSmtSdm.popupList.diaryType=Diary Type +comCopSmtSdm.popupList.diaryNm=Diary Title + +comCopSmtSdm.popupList.diaryPersonal=Individual Schedule +comCopSmtSdm.popupList.diaryDept=Dept Schedule + + +#user list popup# +comCopSmtSdm.empLyrTitle=User Popup Search + +comCopSmtSdm.empLyrList.id=ID +comCopSmtSdm.empLyrList.name=Name +comCopSmtSdm.empLyrList.tel=Phonenumber +comCopSmtSdm.empLyrList.addr=Address + +#dept \ud31d\uc5c5# +comCopSmtSdm.deptLyrTitle=Dept Popup Search + +comCopSmtSdm.deptLyrList.name=Department Name +comCopSmtSdm.deptLyrList.description=Department Description + + +#Schedule Management Message# +comCopSmtSim.title=Master Schedule + +comCopSmtSim.Gbn.Monthly=MONTHLY +comCopSmtSim.Gbn.Weekly=WEEKLY +comCopSmtSim.Gbn.Daily=DAILY + +comCopSmtSim.Navi.Today=TODAY +comCopSmtSim.Navi.Year=YEAR +comCopSmtSim.Navi.Month=MONTH +comCopSmtSim.Navi.Day=DAY +comCopSmtSim.Navi.Week=WEEK + +comCopSmtSim.Monthly.monday=Monday +comCopSmtSim.Monthly.tuesday=Tuesday +comCopSmtSim.Monthly.wednesday=Wednesday +comCopSmtSim.Monthly.thursday=Thursday +comCopSmtSim.Monthly.friday=Friday +comCopSmtSim.Monthly.saturday=Saturday +comCopSmtSim.Monthly.sunday=Sunday + +comCopSmtSim.Weekly.date=DAY +comCopSmtSim.Weekly.time=TIME +comCopSmtSim.Weekly.title=TITLE +comCopSmtSim.Weekly.chargeName=In Charge + +comCopSmtSim.goPrevMonth=Go to previous month +comCopSmtSim.goNextMonth=Go to next month + +comCopSmtSim.regist.schdulSe=Schedule Type +comCopSmtSim.regist.schdulIpcrCode=Importance +comCopSmtSim.regist.schdulDeptName=Department Name +comCopSmtSim.regist.schdulNm=Schedule Name +comCopSmtSim.regist.schdulCn=Schedule Content +comCopSmtSim.regist.reptitSeCode=Repeat Type +comCopSmtSim.regist.schdulSe1=Today +comCopSmtSim.regist.schdulSe2=Repeat +comCopSmtSim.regist.schdulSe3=Consecutively +comCopSmtSim.regist.schdulDatetime=Date/Time +comCopSmtSim.regist.schdulYYYY=Hours +comCopSmtSim.regist.schdulMM=Minutes +comCopSmtSim.regist.schdulChargerName=In Charge +comCopSmtSim.regist.schdulAtch=Attach files + +comCopSmtSim.btn.diaryManage=Diary Management + +#\uc77c\uc815\uad00\ub9ac \ud31d\uc5c5# +comCopSmtSim.popup.title=Master Schedule Popup List + +comCopSmtSim.popupSearchCondition.diaryNm=Diary Title + +comCopSmtSim.popupListValidate.searchKeyword=Please type a search term! +comCopSmtSim.popupListValidate.searchCondition=Please select the search division! + +comCopSmtSim.popupList.diaryType=Diary Type +comCopSmtSim.popupList.diaryNm=Diary Name + +comCopSmtSim.popupList.diaryPersonal=Individual schedule +comCopSmtSim.popupList.diaryDept=Dept schedule + + +#Weekly / Monthly Reporting Management# +copSmtWmr.wikMnthngReprtList.wikMnthngReprtList=Weekly / monthly Report List +copSmtWmr.wikMnthngReprtList.searchSttus=Approval status +copSmtWmr.wikMnthngReprtList.unapproved=Unapproved +copSmtWmr.wikMnthngReprtList.approval=Approval +copSmtWmr.wikMnthngReprtList.searchDe=Date +copSmtWmr.wikMnthngReprtList.reprtDe=Report Date +copSmtWmr.wikMnthngReprtList.reprtBgnEndDe=The Date +copSmtWmr.wikMnthngReprtList.searchSe=Reporting type +copSmtWmr.wikMnthngReprtList.WeeklyReport=Weekly Report +copSmtWmr.wikMnthngReprtList.MonthlyReport=Monthly Report +copSmtWmr.wikMnthngReprtList.searchCnd=Title / Writer +copSmtWmr.wikMnthngReprtList.reprtSj=Title +copSmtWmr.wikMnthngReprtList.reprtSuj=Report Title +copSmtWmr.wikMnthngReprtList.wrterNm=Writer +copSmtWmr.wikMnthngReprtList.searchBgnDe=Search Start date +copSmtWmr.wikMnthngReprtList.searchEndDe=Search End date +copSmtWmr.wikMnthngReprtList.validate.searchDeAlert=The search end date can not be earlier than the search date. + +copSmtWmr.wikMnthngReprtRegist.wikMnthngReprtRegist=Weekly / monthly Report Regist +copSmtWmr.wikMnthngReprtRegist.bgnDe=Start date +copSmtWmr.wikMnthngReprtRegist.endDe=End date +copSmtWmr.wikMnthngReprtRegist.validate.searchDeAlert=The end date can not be earlier than the search date. +copSmtWmr.wikMnthngReprtRegist.searchSe=Reporting type +copSmtWmr.wikMnthngReprtRegist.WeeklyReport=Weekly Report +copSmtWmr.wikMnthngReprtRegist.MonthlyReport=Monthly Report +copSmtWmr.wikMnthngReprtRegist.reprtDe=Report Date +copSmtWmr.wikMnthngReprtRegist.reprtBgnEndDe=The Date +copSmtWmr.wikMnthngReprtRegist.wrterNm=Writer +copSmtWmr.wikMnthngReprtRegist.reportrNm=Report target +copSmtWmr.wikMnthngReprtRegist.reprtSuj=Report Title +copSmtWmr.wikMnthngReprtRegist.reprtThswikCn=Report of the week +copSmtWmr.wikMnthngReprtRegist.reprtLesseeCn=Report of next week +copSmtWmr.wikMnthngReprtRegist.partclrMatter=Special note +copSmtWmr.wikMnthngReprtRegist.file=File attachment + +copSmtWmr.wikMnthngReprtDetail.wikMnthngReprtDetail=Weekly / monthly Report Detail +copSmtWmr.wikMnthngReprtDetail.reprtSeInfo=Reporting type +copSmtWmr.wikMnthngReprtDetail.reprtDe=Report Date +copSmtWmr.wikMnthngReprtDetail.reprtBgnEndDe=The Date +copSmtWmr.wikMnthngReprtDetail.wrterNm=Writer +copSmtWmr.wikMnthngReprtDetail.reportrNm=Report target +copSmtWmr.wikMnthngReprtDetail.reprtSuj=Report Title +copSmtWmr.wikMnthngReprtDetail.reprtThswikCn=Report of the week +copSmtWmr.wikMnthngReprtDetail.reprtLesseeCn=Report of next week +copSmtWmr.wikMnthngReprtDetail.partclrMatter=Special note +copSmtWmr.wikMnthngReprtDetail.file=Attachments +copSmtWmr.wikMnthngReprtDetail.reprtSttus=Report status + +copSmtWmr.wikMnthngReprtUpdt.wikMnthngReprtUpdt=Weekly / monthly Report Update +copSmtWmr.wikMnthngReprtUpdt.bgnDe=Start date +copSmtWmr.wikMnthngReprtUpdt.endDe=End date +copSmtWmr.wikMnthngReprtUpdt.validate.searchDeAlert=The end date can not be earlier than the search date. +copSmtWmr.wikMnthngReprtUpdt.searchSe=Reporting type +copSmtWmr.wikMnthngReprtUpdt.WeeklyReport=Weekly Report +copSmtWmr.wikMnthngReprtUpdt.MonthlyReport=Monthly Report +copSmtWmr.wikMnthngReprtUpdt.reprtDe=Report Date +copSmtWmr.wikMnthngReprtUpdt.reprtBgnEndDe=The Date +copSmtWmr.wikMnthngReprtUpdt.wrterNm=Writer +copSmtWmr.wikMnthngReprtUpdt.reportrNm=Report target +copSmtWmr.wikMnthngReprtUpdt.reprtSuj=Report Title +copSmtWmr.wikMnthngReprtUpdt.reprtThswikCn=Report of the week +copSmtWmr.wikMnthngReprtUpdt.reprtLesseeCn=Report of next week +copSmtWmr.wikMnthngReprtUpdt.partclrMatter=Special note +copSmtWmr.wikMnthngReprtUpdt.file=File attachment +copSmtWmr.wikMnthngReprtUpdt.atchFile=Attachments +copSmtWmr.wikMnthngReprtUpdt.reprtSttus=Report status + +copSmtWmr.reportrList.reportrList=List of people to report +copSmtWmr.reportrList.selectReprt=Select reportee +copSmtWmr.reportrList.fnInit=List view +copSmtWmr.reportrList.searchCnd=Inquiry Condition +copSmtWmr.reportrList.orgnztNm=Department +copSmtWmr.reportrList.emplyrNm=Employee name +copSmtWmr.reportrList.ofcpsNm=Position +copSmtWmr.reportrList.emplNo=Employee number + +copSmtWmr.reportrListPopup.reportrList=List of people to report + + +#Article Satisfaction# +comCopCmt.articleSatisfactionVO.title=Satisfaction Survey +comCopCmt.articleSatisfactionVO.button=Satisfaction +comCopCmt.articleSatisfactionVO.level5=Very satisfied +comCopCmt.articleSatisfactionVO.level4=Satisfied +comCopCmt.articleSatisfactionVO.level3=Normal +comCopCmt.articleSatisfactionVO.level2=Unsatisfied +comCopCmt.articleSatisfactionVO.level1=Very unsatisfied +comCopCmt.articleSatisfactionVO.content=Content +comCopCmt.articleSatisfactionVO.password=Password +comCopCmt.articleSatisfactionVO.nodata=There is no data. + + + +comCopSymEms.regist.title=Outgoing Mail +comCopSymEms.regist.summary={0} Posted typing the possible contents of registers by clicking the button. +comCopSymEms.regist.receiver = Receiver +comCopSymEms.regist.title2 = Title +comCopSymEms.regist.content = Send Content +comCopSymEms.regist.atch = Attach files + +comCopSymEms.inqire.sender = Sender +comCopSymEms.inqire.receiver = Receiver +comCopSymEms.inqire.title = Title +comCopSymEms.inqire.sendCn = Send Content +comCopSymEms.inqire.sendResult = Send Result +comCopSymEms.inqire.xml = XML Mail Inqire +comCopSymEms.inqire.atch = Attach files +comCopSymEms.inqire.summary=Print out {0} about a detail list. + +comCopSymEms.searchCondition.title = Title +comCopSymEms.searchCondition.cn = Contents +comCopSymEms.searchCondition.sender = Sender + +comCopSymEms.list.status = Status +comCopSymEms.list.receiver = Receiver +comCopSymEms.list.sender = Sender +comCopSymEms.list.title = Title +comCopSymEms.list.cn = Contents +comCopSymEms.list.regdate = Reg.Date +comCopSymEms.list.summary=Print out {0} about the list. + + +#\ud15c\ud50c\ub9bf +comCopTpl.template.title = Template + +comCopTpl.template.name = Template Name +comCopTpl.template.type = Template Type +comCopTpl.template.path = Template Path +comCopTpl.template.useYN = Use YN +comCopTpl.template.registDt = Regist Date +comCopTpl.template.preview = preview + +comCopTpl.template.tmplatCss = The board template is only CSS enabled. +comCopTpl.template.tmplatJsp = The template is only for JSP. + + + +# EgovKnoAppraisal.xml +comDamApp.knoAppraisal.validate.orgnztId=Organization Name +comDamApp.knoAppraisal.validate.knoTypeCd=Knowledge Type Name +comDamApp.knoAppraisal.validate.knoNm=Knowledge Name +comDamApp.knoAppraisal.validate.knoCn=Knowledge Content +comDamApp.knoAppraisal.validate.appYmd=Evaluation Date +comDamApp.knoAppraisal.validate.knoAps=Evaluation Result + + +comDamApp.comDamAppraisalList.title=Knowledge Evaluation Management +comDamApp.comDamAppraisalList.pageTop.title=Knowledge Evaluation Management +comDamApp.comDamAppraisalList.knoId=No. +comDamApp.comDamAppraisalList.knoNm=Knowledge Name +comDamApp.comDamAppraisalList.knoTypeNm=Knowledge Type +comDamApp.comDamAppraisalList.userNm=Registrant Name +comDamApp.comDamAppraisalList.knoAps=Evaluation Result +comDamApp.comDamAppraisalList.appYmd=Evaluation Date +comDamApp.comDamAppraisalList.status.evaluating=Evaluating +comDamApp.comDamAppraisalList.status.approved=Approved +comDamApp.comDamAppraisalList.status.denied=Denied +comDamApp.comDamAppraisalList.status.proceeding=Proceeding + + +comDamApp.comDamAppraisalDetail.title=Knowledge Evaluation Detailed View +comDamApp.comDamAppraisalDetail.pageTop.title=Knowledge Evaluation Detailed View +comDamApp.comDamAppraisalDetail.knoId=No. +comDamApp.comDamAppraisalDetail.orgnztNm=Organization Name +comDamApp.comDamAppraisalDetail.knoTypeNm=Knowledge Type +comDamApp.comDamAppraisalDetail.knoNm=Knowledge Name +comDamApp.comDamAppraisalDetail.knoCn=Knowledge Content +comDamApp.comDamAppraisalDetail.atchFileList=Attachment File List +comDamApp.comDamAppraisalDetail.knoAps=Evaluation Result +comDamApp.comDamAppraisalDetail.appYmd=Evaluation Date +comDamApp.comDamAppraisalDetail.status.proceeding=Proceeding +comDamApp.comDamAppraisalDetail.status.evaluating=Evaluating +comDamApp.comDamAppraisalDetail.status.approved=Approved +comDamApp.comDamAppraisalDetail.status.denied=Denied +comDamApp.comDamAppraisalDetail.button.evaluation=evaluate + + +comDamApp.comDamAppraisalModify.title=Knowledge Evaluation Modification +comDamApp.comDamAppraisalModify.pageTop.title=Knowledge Evaluation Modification +comDamApp.comDamAppraisalModify.knoId=No. +comDamApp.comDamAppraisalModify.orgnztNm=Organization Name +comDamApp.comDamAppraisalModify.knoTypeNm=Knowledge Type +comDamApp.comDamAppraisalModify.knoNm=Knowledge Name +comDamApp.comDamAppraisalModify.knoCn=Knowledge Content +comDamApp.comDamAppraisalModify.atchFileList=Attachment File List +comDamApp.comDamAppraisalModify.knoAps=Evaluation Result +comDamApp.comDamAppraisalModify.appYmd=Evaluation Date +comDamApp.comDamAppraisalModify.status.proceeding=Proceeding +comDamApp.comDamAppraisalModify.status.evaluating=Evaluating +comDamApp.comDamAppraisalModify.status.approved=Approved +comDamApp.comDamAppraisalModify.status.denied=Denied +comDamApp.comDamAppraisalModify.button.evaluation=evaluate + + + +# EgovMapMaterial.xml +comDamMapMat.mapMaterial.validate.orgnztId=Organization ID +comDamMapMat.mapMaterial.validate.knoTypeCd=Knowledge Type Code +comDamMapMat.mapMaterial.validate.knoTypeNm=Knowledge Type Name +comDamMapMat.mapMaterial.validate.knoUrl=Knowledge URL +comDamMapMat.mapMaterial.validate.clYmd=Date of Classification + + +comDamMapMat.comDamMapMaterialList.title=Knowledge Map (by type) Management List +comDamMapMat.comDamMapMaterialList.pageTop.title=Knowledge Map (by type) Management List +comDamMapMat.comDamMapMaterialList.index=Index +comDamMapMat.comDamMapMaterialList.orgnztNm=Organization Name +comDamMapMat.comDamMapMaterialList.knoTypeNm=Knowledge Type Name +comDamMapMat.comDamMapMaterialList.knoUrl=Knowledge URL +comDamMapMat.comDamMapMaterialList.clYmd=Date of Classification + + +comDamMapMat.comDamMapMaterialDetail.title=Knowledge Map (by type) Detailed View +comDamMapMat.comDamMapMaterialDetail.pageTop.title=Knowledge Map (by type) Detailed View +comDamMapMat.comDamMapMaterialDetail.orgnztId=Organization ID +comDamMapMat.comDamMapMaterialDetail.orgnztNm=Organization Name +comDamMapMat.comDamMapMaterialDetail.knoTypeCd=Knowledge Type Code +comDamMapMat.comDamMapMaterialDetail.knoTypeNm=Knowledge Type Name +comDamMapMat.comDamMapMaterialDetail.knoUrl=Knowledge URL +comDamMapMat.comDamMapMaterialDetail.clYmd=Date of Classification + + +comDamMapMat.comDamMapMaterialModify.title=Knowledge Map (by type) Modification +comDamMapMat.comDamMapMaterialModify.pageTop.title=Knowledge Map (by type) Modification +comDamMapMat.comDamMapMaterialModify.orgnztId=Organization ID +comDamMapMat.comDamMapMaterialModify.orgnztNm=Organization Name +comDamMapMat.comDamMapMaterialModify.knoTypeCd=Knowledge Type Code +comDamMapMat.comDamMapMaterialModify.knoTypeNm=Knowledge Type Name +comDamMapMat.comDamMapMaterialModify.knoUrl=Knowledge URL +comDamMapMat.comDamMapMaterialModify.clYmd=Date of Classification + + +comDamMapMat.comDamMapMaterialRegist.title=Knowledge Map (by type) Registration +comDamMapMat.comDamMapMaterialRegist.pageTop.title=Knowledge Map (by type) Registration +comDamMapMat.comDamMapMaterialRegist.orgnztId=Organization ID +comDamMapMat.comDamMapMaterialRegist.orgnztNm=Organization Name +comDamMapMat.comDamMapMaterialRegist.knoTypeCd=Knowledge Type Code +comDamMapMat.comDamMapMaterialRegist.knoTypeNm=Knowledge Type Name +comDamMapMat.comDamMapMaterialRegist.knoUrl=Knowledge URL +comDamMapMat.comDamMapMaterialRegist.clYmd=Date of Classification + + + +# EgovMapMaterial.xml +comDamMapTea.mapTeam.validate.orgnztId=Organization ID +comDamMapTea.mapTeam.validate.orgnztNm=Organization Name +comDamMapTea.mapTeam.validate.knoUrl=Knowledge URL +comDamMapTea.mapTeam.validate.clYmd=Date of Classification + + +comDamMapTea.comDamMapTeamList.title=Knowledge Map (by organization) Management List +comDamMapTea.comDamMapTeamList.pageTop.title=Knowledge Map (by organization) Management List +comDamMapTea.comDamMapTeamList.index=Index +comDamMapTea.comDamMapTeamList.orgnztNm=Organization Name +comDamMapTea.comDamMapTeamList.orgnztId=Organization ID +comDamMapTea.comDamMapTeamList.knoUrl=Knowledge URL +comDamMapTea.comDamMapTeamList.clYmd=Date of Classification + + +comDamMapTea.comDamMapTeamDetail.title=Knowledge Map (by organization) Detailed View +comDamMapTea.comDamMapTeamDetail.pageTop.title=Knowledge Map (by organization) Detailed View +comDamMapTea.comDamMapTeamDetail.orgnztId=Organization ID +comDamMapTea.comDamMapTeamDetail.orgnztNm=Organization Name +comDamMapTea.comDamMapTeamDetail.knoUrl=Knowledge URL +comDamMapTea.comDamMapTeamDetail.clYmd=Date of Classification + + +comDamMapTea.comDamMapTeamModify.title=Knowledge Map (by organization) Modification +comDamMapTea.comDamMapTeamModify.pageTop.title=Knowledge Map (by organization) Modification +comDamMapTea.comDamMapTeamModify.orgnztId=Organization ID +comDamMapTea.comDamMapTeamModify.orgnztNm=Organization Name +comDamMapTea.comDamMapTeamModify.knoUrl=Knowledge URL +comDamMapTea.comDamMapTeamModify.clYmd=Date of Classification + + +comDamMapTea.comDamMapTeamRegist.title=Knowledge Map (by organization) Registration +comDamMapTea.comDamMapTeamRegist.pageTop.title=Knowledge Map (by organization) Registration +comDamMapTea.comDamMapTeamRegist.orgnztId=Organization ID +comDamMapTea.comDamMapTeamRegist.orgnztNm=Organization Name +comDamMapTea.comDamMapTeamRegist.knoUrl=Knowledge URL +comDamMapTea.comDamMapTeamRegist.clYmd=Date of Classification + + + +# KnoManagement.xml +comDamMgm.knoManagement.validate.knoAps=Knowledge Refining + + +comDamMgm.comDamManagementList.title=Knowledge Management List +comDamMgm.comDamManagementList.pageTop.title=Knowledge Management List +comDamMgm.comDamManagementList.index=No. +comDamMgm.comDamManagementList.orgnztNm=Organization Name +comDamMgm.comDamManagementList.knoTypeNm=Knowledge type +comDamMgm.comDamManagementList.knoNm=Knowledge Name +comDamMgm.comDamManagementList.userNm=Registrant Name +comDamMgm.comDamManagementList.appYmd=Evaluation Date + + +comDamMgm.comDamManagementDetail.title=Knowledge Management List +comDamMgm.comDamManagementDetail.pageTop.title=Knowledge Management List +comDamMgm.comDamManagementDetail.orgnztNm=Organization Name +comDamMgm.comDamManagementDetail.knoTypeNm=Knowledge Type Name +comDamMgm.comDamManagementDetail.frstRegisterPnttm=Registration Date +comDamMgm.comDamManagementDetail.userNm=Registrant Name +comDamMgm.comDamManagementDetail.knoNm=Knowledge Name +comDamMgm.comDamManagementDetail.knoCn=Knowledge Content +comDamMgm.comDamManagementDetail.othbcAt=Disclosure State +comDamMgm.comDamManagementDetail.public=public +comDamMgm.comDamManagementDetail.private=private +comDamMgm.comDamManagementDetail.appYmd=Evaluation Date +comDamMgm.comDamManagementDetail.speNm=Evaluator Name +comDamMgm.comDamManagementDetail.knoAps=Evaluation Result +comDamMgm.comDamManagementDetail.knoAps=Knowledge Refining +comDamMgm.comDamManagementDetail.junkYmd=Disposal Date +comDamMgm.comDamManagementDetail.atchFileList=Attachment List +comDamMgm.comDamManagementDetail.status.proceeding=Proceeding +comDamMgm.comDamManagementDetail.status.evaluating=Evaluating +comDamMgm.comDamManagementDetail.status.approved=Approved +comDamMgm.comDamManagementDetail.status.denied=Denied +comDamMgm.comDamManagementDetail.status.available=Available +comDamMgm.comDamManagementDetail.status.disposal=Disposal +comDamMgm.comDamManagementDetail.disposal=Disposal + + +comDamMgm.comDamManagementModify.title=Knowledge Management List +comDamMgm.comDamManagementModify.pageTop.title=Knowledge Management List +comDamMgm.comDamManagementModify.orgnztNm=Organization Name +comDamMgm.comDamManagementModify.knoTypeNm=Knowledge Type Name +comDamMgm.comDamManagementModify.frstRegisterPnttm=Registration Date +comDamMgm.comDamManagementModify.userNm=Registrant Name +comDamMgm.comDamManagementModify.knoNm=Knowledge Name +comDamMgm.comDamManagementModify.knoCn=Knowledge Content +comDamMgm.comDamManagementModify.othbcAt=Disclosure State +comDamMgm.comDamManagementModify.appYmd=Evaluation Date +comDamMgm.comDamManagementModify.speNm=Evaluator Name +comDamMgm.comDamManagementModify.knoAps=Evaluation Result +comDamMgm.comDamManagementModify.knoAps=Knowledge Refining +comDamMgm.comDamManagementModify.junkYmd=Disposal Date +comDamMgm.comDamManagementModify.atchFileList=Attachment List +comDamMgm.comDamManagementModify.status.proceeding=Proceeding +comDamMgm.comDamManagementModify.status.evaluating=Evaluating +comDamMgm.comDamManagementModify.status.approved=Approved +comDamMgm.comDamManagementModify.status.denied=Denied +comDamMgm.comDamManagementModify.status.available=Available +comDamMgm.comDamManagementModify.status.disposal=Disposal +comDamMgm.comDamManagementModify.disposal=Disposal + + + + +comDamPer.comDamPersonalList.title=Individual Knowledge Management List +comDamPer.comDamPersonalList.pageTop.title=Individual Knowledge Management List +comDamPer.comDamPersonalList.index=Index +comDamPer.comDamPersonalList.orgnztNm=Organization Name +comDamPer.comDamPersonalList.knoTypeNm=Knowledge Type +comDamPer.comDamPersonalList.knoNm=Knowledge Name +comDamPer.comDamPersonalList.userNm=Registrant +comDamPer.comDamPersonalList.colYmd=Collection Date +comDamPer.comDamPersonalList.othbcAt=Disclosure State +comDamPer.comDamPersonalList.public=Public +comDamPer.comDamPersonalList.private=Private + + +comDamPer.comDamPersonalDetail.title=Individual Knowledge Detailed View +comDamPer.comDamPersonalDetail.pageTop.title=Individual Knowledge Detailed View +comDamPer.comDamPersonalDetail.orgnztNm=Organization Name +comDamPer.comDamPersonalDetail.knoTypeNm=Knowledge Type +comDamPer.comDamPersonalDetail.knoNm=Knowledge Name +comDamPer.comDamPersonalDetail.knoCn=Knowledge Content +comDamPer.comDamPersonalDetail.colYmd=Collection Date +comDamPer.comDamPersonalDetail.othbcAt=Disclosure State +comDamPer.comDamPersonalDetail.public=Public +comDamPer.comDamPersonalDetail.private=Private +comDamPer.comDamPersonalDetail.atchFileId=Attachment List + + +comDamPer.comDamPersonalModify.title=Individual Knowledge Modification +comDamPer.comDamPersonalModify.pageTop.title=Individual Knowledge Modification +comDamPer.comDamPersonalModify.orgnztNm=Organization Name +comDamPer.comDamPersonalModify.knoTypeNm=Knowledge Type +comDamPer.comDamPersonalModify.knoNm=Knowledge Name +comDamPer.comDamPersonalModify.knoCn=Knowledge Content +comDamPer.comDamPersonalModify.colYmd=Collection Date +comDamPer.comDamPersonalModify.othbcAt=Disclosure State +comDamPer.comDamPersonalModify.public=Public +comDamPer.comDamPersonalModify.private=Private +comDamPer.comDamPersonalModify.atchFileId=Attachment List +comDamPer.comDamPersonalModify.fileUpload=File Attachments +comDamPer.comDamPersonalModify.colYmdCalendar=Collection Date Calendar + + +comDamPer.comDamPersonalRegist.title=Individual Knowledge Registration +comDamPer.comDamPersonalRegist.pageTop.title=Individual Knowledge Registration +comDamPer.comDamPersonalRegist.orgnztNm=Organization Name +comDamPer.comDamPersonalRegist.knoTypeNm=Knowledge Type +comDamPer.comDamPersonalRegist.knoNm=Knowledge Name +comDamPer.comDamPersonalRegist.knoCn=Knowledge Content +comDamPer.comDamPersonalRegist.colYmd=Collection Date +comDamPer.comDamPersonalRegist.othbcAt=Disclosure State +comDamPer.comDamPersonalRegist.public=Public +comDamPer.comDamPersonalRegist.private=Private +comDamPer.comDamPersonalRegist.atchFileId=Attachment List +comDamPer.comDamPersonalRegist.fileUpload=File Attachments +comDamPer.comDamPersonalRegist.colYmdCalendar=Collection Date Calendar + + + +# EgovKnoRequestOffer.xml +comDamSpeReq.knoRequestOffer.validate.orgnztId=Organization Name +comDamSpeReq.knoRequestOffer.validate.knoTypeCd=Knowledge Type +comDamSpeReq.knoRequestOffer.validate.knoNm=Knowledge Name +comDamSpeReq.knoRequestOffer.validate.knoCn=Knowledge Content + + +comDamSpeReq.comDamRequestOfferList.title=Providing and requesting knowledge information +comDamSpeReq.comDamRequestOfferList.pageTop.title=Providing and requesting knowledge information +comDamSpeReq.comDamRequestOfferList.knoId=No. +comDamSpeReq.comDamRequestOfferList.orgnztNm=Organization Name +comDamSpeReq.comDamRequestOfferList.knoTypeNm=Knowledge Type +comDamSpeReq.comDamRequestOfferList.knoNm=Knowledge Name +comDamSpeReq.comDamRequestOfferList.frstRegisterNm=Registrant +comDamSpeReq.comDamRequestOfferList.frstRegistPnttm=Registration Date +comDamSpeReq.comDamRequestOfferList.knoCn=Knowledge Content + + +comDamSpeReq.comDamRequestOfferDetail.title=Providing and requesting knowledge information - Dedetailed View +comDamSpeReq.comDamRequestOfferDetail.pageTop.title=Providing and requesting knowledge information - Dedetailed View +comDamSpeReq.comDamRequestOfferDetail.orgnztNm=Organization Name +comDamSpeReq.comDamRequestOfferDetail.knoTypeNm=Knowledge Type +comDamSpeReq.comDamRequestOfferDetail.knoNm=Knowledge Name +comDamSpeReq.comDamRequestOfferDetail.knoCn=Knowledge Content +comDamSpeReq.comDamRequestOfferDetail.atchFile=Attach File + + +comDamSpeReq.comDamRequestOfferUpdt..title=Providing and requesting knowledge information - Modification +comDamSpeReq.comDamRequestOfferUpdt..pageTop.title=Providing and requesting knowledge information - Modification +comDamSpeReq.comDamRequestOfferUpdt.orgnztNm=Organization Name +comDamSpeReq.comDamRequestOfferUpdt.knoTypeNm=Knowledge Type +comDamSpeReq.comDamRequestOfferUpdt.knoNm=Knowledge Name +comDamSpeReq.comDamRequestOfferUpdt.knoCn=Knowledge Content +comDamSpeReq.comDamRequestOfferUpdt.atchFileList=Attached File List +comDamSpeReq.comDamRequestOfferUpdt.atchFile=Attach File + + +comDamSpeReq.comDamRequestOfferRegist..title=Providing and requesting knowledge information - Registration +comDamSpeReq.comDamRequestOfferRegist..pageTop.title=Providing and requesting knowledge information +comDamSpeReq.comDamRequestOfferRegist.orgnztNm=Organization Name +comDamSpeReq.comDamRequestOfferRegist.knoTypeNm=Knowledge Type +comDamSpeReq.comDamRequestOfferRegist.knoNm=Knowledge Name +comDamSpeReq.comDamRequestOfferRegist.knoCn=Knowledge Content +comDamSpeReq.comDamRequestOfferRegist.atchFile=Attach File +comDamSpeReq.comDamRequestOfferRegist.answer=answer +comDamSpeReq.comDamRequestOfferRegist.regist=regist + + + +# EgovKnoSpecialist.xml +comDamSpeSpe.knoSpecialist.validate.orgnztId=Organization Name +comDamSpeSpe.knoSpecialist.validate.knoTypeCd=Knowledge Type Name +comDamSpeSpe.knoSpecialist.validate.speId=Expert Name +comDamSpeSpe.knoSpecialist.validate.appTypeCd=Rank +comDamSpeSpe.knoSpecialist.validate.speExpCn=Expert Description +comDamSpeSpe.knoSpecialist.validate.speConfmDe=Approval Date + + +comDamSpeSpe.comDamSpecialistList.title=Knowledge Expert List +comDamSpeSpe.comDamSpecialistList.pageTop.title=Knowledge Expert List +comDamSpeSpe.comDamSpecialistList.index=Index +comDamSpeSpe.comDamSpecialistList.orgnztNm=Organization Name +comDamSpeSpe.comDamSpecialistList.knoTypeNm=Knowledge Type Name +comDamSpeSpe.comDamSpecialistList.expertNm=Expert Name +comDamSpeSpe.comDamSpecialistList.rank=Rank +comDamSpeSpe.comDamSpecialistList.speConfmDe=Approval Date +comDamSpeSpe.comDamSpecialistList.rankType1=Principle Research Engineer +comDamSpeSpe.comDamSpecialistList.rankType2=Senior Research Engineer +comDamSpeSpe.comDamSpecialistList.rankType3=Research Engineer + + +comDamSpeSpe.comDamSpecialistDetail.title=Knowledge Expert Detailed View +comDamSpeSpe.comDamSpecialistDetail.pageTop.title=Knowledge Expert Detailed View +comDamSpeSpe.comDamSpecialistDetail.orgnztNm=Organization Name +comDamSpeSpe.comDamSpecialistDetail.knoTypeNm=Knowledge Type Name +comDamSpeSpe.comDamSpecialistDetail.expertNm=Expert Name +comDamSpeSpe.comDamSpecialistDetail.rank=Rank +comDamSpeSpe.comDamSpecialistDetail.speExpCn=Expert Description +comDamSpeSpe.comDamSpecialistDetail.speConfmDe=Approval Date +comDamSpeSpe.comDamSpecialistDetail.rankType1=Principle Research Engineer +comDamSpeSpe.comDamSpecialistDetail.rankType2=Senior Research Engineer +comDamSpeSpe.comDamSpecialistDetail.rankType3=Research Engineer + + +comDamSpeSpe.comDamSpecialistModify.title=Knowledge Expert Detailed View +comDamSpeSpe.comDamSpecialistModify.pageTop.title=Knowledge Expert Detailed View +comDamSpeSpe.comDamSpecialistModify.orgnztNm=Organization Name +comDamSpeSpe.comDamSpecialistModify.knoTypeNm=Knowledge Type Name +comDamSpeSpe.comDamSpecialistModify.expertNm=Expert Name +comDamSpeSpe.comDamSpecialistModify.rank=Rank +comDamSpeSpe.comDamSpecialistModify.speExpCn=Expert Description +comDamSpeSpe.comDamSpecialistModify.speConfmDe=Approval Date +comDamSpeSpe.comDamSpecialistModify.rankType1=Principle Research Engineer +comDamSpeSpe.comDamSpecialistModify.rankType2=Senior Research Engineer +comDamSpeSpe.comDamSpecialistModify.rankType3=Research Engineer + + +comDamSpeSpe.comDamSpecialistRegist.title=Knowledge Expert Registration +comDamSpeSpe.comDamSpecialistRegist.pageTop.title=Knowledge Expert Registration +comDamSpeSpe.comDamSpecialistRegist.orgnztNm=Organization Name +comDamSpeSpe.comDamSpecialistRegist.knoTypeNm=Knowledge Type Name +comDamSpeSpe.comDamSpecialistRegist.expertNm=Expert Name +comDamSpeSpe.comDamSpecialistRegist.rank=Rank +comDamSpeSpe.comDamSpecialistRegist.speExpCn=Expert Description +comDamSpeSpe.comDamSpecialistRegist.speConfmDe=Approval Date +comDamSpeSpe.comDamSpecialistRegist.rankType1=Principle Research Engineer +comDamSpeSpe.comDamSpecialistRegist.rankType2=Senior Research Engineer +comDamSpeSpe.comDamSpecialistRegist.rankType3=Research Engineer + + +#LDAP Org. Management, LDAP Org. Graph# +extLdapumtDpt.deptTree.Title=LDAP Org. Management +extLdapumtDpt.deptTree.rename=rename +extLdapumtDpt.deptTree.del=del +extLdapumtDpt.deptTree.add=add +extLdapumtDpt.deptTree.edit=edit +extLdapumtDpt.deptTree.deptMove=dept.move +extLdapumtDpt.deptTree.paste=paste +extLdapumtDpt.deptTree.dept=dept +extLdapumtDpt.deptTree.user=user + +extLdapumtDpt.user.name=name +extLdapumtDpt.user.dept=ou +extLdapumtDpt.user.deptCode=ou.code +extLdapumtDpt.user.deptOrg=company name +extLdapumtDpt.user.deptOrgCode=topou code +extLdapumtDpt.user.userFullName=user full name +extLdapumtDpt.user.orgFullName=org full name + +extLdapumtDpt.dept.dept=ou +extLdapumtDpt.dept.ouCode=ou.code +extLdapumtDpt.dept.ucChieftitle=uc.chieftitle +extLdapumtDpt.dept.ucOrgFullName=uc.org.full name +extLdapumtDpt.dept.parentouCode=parentou code +extLdapumtDpt.dept.repouCode=repou.code +extLdapumtDpt.dept.ouReceiveDocumentYN=receive document Yn +extLdapumtDpt.dept.ouSendOutDocumentYN=send out document Yn + +extLdapumtDpt.deptChart.Title=LDAP Org. Graph + + + +#WebMessenger# +comExtMsg.webSocket.Title=Web Messenger +comExtMsg.webSocket.btnInto=messenger access + +comExtMsg.webSocketInto.msg1=on the messenger. +comExtMsg.webSocketInto.msg2=This menu is available after access. +comExtMsg.webSocketInto.msg3=Please log in and use it. + +comExtMsg.webSocketMain.msg=If you select a conversation status other than yourself, the dialog window opens. + +comExtMsg.webSocketChat.msg1=talking to. +comExtMsg.webSocketChat.msg2=No dialogs found. + + + +comCopSecDrm.title=Department Authority Management + +comCopSecDrm.searchCondition.searchKeywordText=Department + +comCopSecDrm.btn.deptSelectPopup=Department Inquiry Popup + +comCopSecDrm.list.userId=User ID +comCopSecDrm.list.userNm=User Name +comCopSecDrm.list.author=Authority +comCopSecDrm.list.regAt=Available Options About Register +comCopSecDrm.list.deptCd=Department Code +comCopSecDrm.list.deptNm=Department Name +comCopSecDrm.list.searchDept=Department Search + +comCopSecDrm.validate.deptAuthorSelect=There is no selected user. +comCopSecDrm.validate.deptAuthorNoSelectResult=There is no viewed result. + +comCopSecDrm.validate.deptSelect=Please select the viewed department. + +comCopSecDrm.deptSearchPopup.title=Department Inquiry Popup +comCopSecDrm.deptSearchPopup.searchKeywordText=Department Name +comCopSecDrm.deptSearchPopupList.deptId=Department ID +comCopSecDrm.deptSearchPopupList.deptNm=Department Name +comCopSecDrm.deptSearchPopup.validate.alert.selectOne=Please select one department. +comCopSecDrm.deptSearchPopup.validate.alert.selectNothing=No items selected. +comCopSecDrm.deptSearchPopup.validate.alert.searchAfter=Please select after viewing. + + + +comCopSecGmt.title=Group Management + +comCopSecGmt.searchCondition.searchKeywordText=Group Name + +comCopSecGmt.list.groupId=Group ID +comCopSecGmt.list.groupNm=Group Name +comCopSecGmt.list.groupDc=Group Description + +comCopSecGmt.validate.groupSelect=There is no selected group. +comCopSecGmt.validate.groupSelectResult=There is no viewed result. +comCopSecGmt.validate.groupOneSelect=One or more groups are selected. +comCopSecGmt.validate.confirm.delete=Are you sure you want to delete? + +comCopSecGmt.regist.groupId=Group ID +comCopSecGmt.regist.groupNm=Group Name +comCopSecGmt.regist.groupDc=Group Description + +comCopSecGmt.groupPopup.title=Group Inquiry Popup +comCopSecGmt.groupPopup.searchKeywordText=Group Name +comCopSecGmt.groupPopupList.groupId=Group ID +comCopSecGmt.groupPopupList.groupNm=Group Name + + +comSecPki.title=Encryption/Decryption +comSecPki.cryptoInfo.plainText=Source string +comSecPki.cryptoInfo.cryptoType=Encryption method +comSecPki.cryptoInfo.plainTextLen=Source string length +comSecPki.cryptoInfo.cryptText=Encryption string(Base64) +comSecPki.cryptoInfo.decryptText=Decryption string +comSecPki.cryptoInfo.decryptTextLen=Decryption string length +comSecPki.cryptoInfo.sampleText=Please enter a sample string for encryption/decryption. + + + +comCopSecRam.title=Authority Management +comCopSecRam.list.searchKeywordText=Authority Name +comCopSecRam.list.authorRollId=Authority ID +comCopSecRam.list.authorNm=Authority Name +comCopSecRam.list.authorDc=Description +comCopSecRam.list.authorRoll=Roll Infomation + +comCopSecRam.regist.authorCode=Authority Code +comCopSecRam.regist.authorNm=Authority Name +comCopSecRam.regist.authorDc=Description + +comCopSecRam.validate.authorSelect=There is no selected authority. +comCopSecRam.validate.authorSelectResult=There is no viewed result. + +comCopSecRam.authorRoleList.title=Authority Roll management +comCopSecRam.authorRoleList.searchKeywordText=Authority Code +comCopSecRam.authorRoleList.allSelectBox=Select All Checkbox +comCopSecRam.authorRoleList.rollNm=Roll Name +comCopSecRam.authorRoleList.rollId=Roll ID +comCopSecRam.authorRoleList.rollType=Roll Type +comCopSecRam.authorRoleList.rollSort=Roll Sort +comCopSecRam.authorRoleList.rollDc=Roll Description +comCopSecRam.authorRoleList.regdate=Registration Date +comCopSecRam.authorRoleList.regYn=Available Options About Register +comCopSecRam.authorRoleList.regY=Registration +comCopSecRam.authorRoleList.regN=Unregistered +comCopSecRam.authorRoleList.validate.alert.noSelect=No roles selected. +comCopSecRam.authorRoleList.validate.alert.noResult=No query results found. +comCopSecRam.authorRoleList.validate.confirm.regist=Would you like to register? + + + +comCopSecRgm.title=Authority Group Management + +comCopSecRgm.searchCondition.userId=User ID +comCopSecRgm.searchCondition.userNm=User Name +comCopSecRgm.searchCondition.group=Group +comCopSecRgm.btn.groupInquire= Group Inquiry Popup + +comCopSecRgm.list.userId=User ID +comCopSecRgm.list.userNm=User Name +comCopSecRgm.list.userType=User Type +comCopSecRgm.list.author=Authority +comCopSecRgm.list.regYn=Available Options About Register +comCopSecRgm.list.authorManageCombo=Select Authority +comCopSecRgm.list.validate.alert.notSelect=No items selected. +comCopSecRgm.list.validate.alert.noResult=No query results found. +comCopSecRgm.list.validate.confirm.regist=Would you like to register? +comCopSecRgm.list.validate.confirm.delete=Are you sure you want to delete? +comCopSecRgm.list.validate.alert.selectGroup=Please select a group. + + +comCopSecRmt.title=Role Management For Each Authority + +comCopSecRmt.searchCondition.searchKeywordText=Roll Name + +comCopSecRmt.validate.groupSelect=There is no selected group. +comCopSecRmt.validate.groupSelectResult=There is no viewed result. + +comCopSecRam.list.rollId=Roll ID +comCopSecRam.list.rollNm=Roll Name +comCopSecRam.list.rollType=Roll Type +comCopSecRam.list.rollSort=Roll Sort +comCopSecRam.list.rollDc=Roll Description + +comCopSecRam.regist.rollId=Roll ID +comCopSecRam.regist.rollNm=Roll Name +comCopSecRam.regist.rollPtn=Roll Pattern +comCopSecRam.regist.rollDc=Roll Description +comCopSecRam.regist.rollType=Roll Type +comCopSecRam.regist.rollSort=Roll Sort + + + +# EgovCntcInstt.xml +comSsiSyiIis.cntcInstt.cntcInstt.validate.insttNm=Institution Name +comSsiSyiIis.cntcInstt.cntcSystem.validate.insttId=Institution ID +comSsiSyiIis.cntcInstt.cntcSystem.validate.sysNm=System Name +comSsiSyiIis.cntcInstt.cntcService.validate.insttId=Institution ID +comSsiSyiIis.cntcInstt.cntcService.validate.sysId=System ID +comSsiSyiIis.cntcInstt.cntcService.validate.svcNm=Service Name + + +comSsiSyiIis.cntcInsttList.title=Contact Institution List +comSsiSyiIis.cntcInsttList.pageTop.title=Contact Institution List +comSsiSyiIis.cntcInsttList.index=No. +comSsiSyiIis.cntcInsttList.insttId=Institution ID +comSsiSyiIis.cntcInsttList.insttNm=Institution Name + + +comSsiSyiIis.cntcInsttRegist.title=Contact Institution Registration +comSsiSyiIis.cntcInsttRegist.pageTop.title=Contact Institution Registration +comSsiSyiIis.cntcInsttRegist.insttId=Institution ID +comSsiSyiIis.cntcInsttRegist.insttNm=Institution Name + + +comSsiSyiIis.cntcInsttUpdt.title=Contact Institution Modification +comSsiSyiIis.cntcInsttUpdt.pageTop.title=Contact Institution Modification +comSsiSyiIis.cntcInsttUpdt.insttId=Institution ID +comSsiSyiIis.cntcInsttUpdt.insttNm=Institution Name + + +comSsiSyiIis.cntcInsttDetail.title=Contact Institution Detailed View +comSsiSyiIis.cntcInsttDetail.pageTop.title=Contact Institution Detailed View +comSsiSyiIis.cntcInsttDetail.pageSub.title=Institution System +comSsiSyiIis.cntcInsttDetail.insttId=Institution ID +comSsiSyiIis.cntcInsttDetail.insttNm=Institution Name +comSsiSyiIis.cntcInsttDetail.button.regContactSystem=regist contact system +comSsiSyiIis.cntcInsttDetail.contactSystem=Contact System +comSsiSyiIis.cntcInsttDetail.contactService=Contact Service +comSsiSyiIis.cntcInsttDetail.index=No. +comSsiSyiIis.cntcInsttDetail.sysId=System ID +comSsiSyiIis.cntcInsttDetail.sysNm=System Name +comSsiSyiIis.cntcInsttDetail.sysIp=System IP +comSsiSyiIis.cntcInsttDetail.button.regContactService=regist service +comSsiSyiIis.cntcInsttDetail.svcNm=Service Name +comSsiSyiIis.cntcInsttDetail.requestMessageNm=Request Message +comSsiSyiIis.cntcInsttDetail.rspnsMessageNm=Reponse Message +comSsiSyiIis.cntcInsttDetail.process=Process + + +comSsiSyiIis.cntcSystemRegist.title=Contact System Registration +comSsiSyiIis.cntcSystemRegist.pageTop.title=Contact System Registration +comSsiSyiIis.cntcSystemRegist.insttId=Institution +comSsiSyiIis.cntcSystemRegist.sysId=System ID +comSsiSyiIis.cntcSystemRegist.sysNm=System Name +comSsiSyiIis.cntcSystemRegist.sysIp=System IP + + +comSsiSyiIis.cntcSystemRegist.title=Contact System Registration +comSsiSyiIis.cntcSystemRegist.pageTop.title=Contact System Registration +comSsiSyiIis.cntcSystemRegist.insttId=Institution +comSsiSyiIis.cntcSystemRegist.sysId=System ID +comSsiSyiIis.cntcSystemRegist.sysNm=System Name +comSsiSyiIis.cntcSystemRegist.sysIp=System IP + + +comSsiSyiIis.cntcSystemUpdt.title=Contact System Modification +comSsiSyiIis.cntcSystemUpdt.pageTop.title=Contact System Modification +comSsiSyiIis.cntcSystemUpdt.insttId=Institution +comSsiSyiIis.cntcSystemUpdt.sysId=System ID +comSsiSyiIis.cntcSystemUpdt.sysNm=System Name +comSsiSyiIis.cntcSystemUpdt.sysIp=System IP + + +comSsiSyiIis.cntcServiceRegist.title=Contact Service Registration +comSsiSyiIis.cntcServiceRegist.pageTop.title=Contact Service Registration +comSsiSyiIis.cntcServiceRegist.insttId=Institution +comSsiSyiIis.cntcServiceRegist.sysId=System Name +comSsiSyiIis.cntcServiceRegist.svcId=Service ID +comSsiSyiIis.cntcServiceRegist.svcNm=Service Name +comSsiSyiIis.cntcServiceRegist.requestMessageId=Request Message ID +comSsiSyiIis.cntcServiceRegist.rspnsMessageId=Response Message ID + + +comSsiSyiIis.cntcServiceUpdt.title=Contact Service Modification +comSsiSyiIis.cntcServiceUpdt.pageTop.title=Contact Service Modification +comSsiSyiIis.cntcServiceUpdt.insttId=Institution +comSsiSyiIis.cntcServiceUpdt.sysId=System Name +comSsiSyiIis.cntcServiceUpdt.svcId=Service ID +comSsiSyiIis.cntcServiceUpdt.svcNm=Service Name +comSsiSyiIis.cntcServiceUpdt.requestMessageId=Request Message ID +comSsiSyiIis.cntcServiceUpdt.rspnsMessageId=Response Message ID + + + +# EgovCntcMessage.xml +comSsiSyiIms.cntcMessage.validate.cntcMessageNm=Contact Message Name +comSsiSyiIms.cntcMessage.validate.cntcMessageId=Contact Message ID +comSsiSyiIms.cntcMessage.validate.itemNm=Item Name +comSsiSyiIms.cntcMessage.validate.itemType=Item Type +comSsiSyiIms.cntcMessage.validate.itemLt=Item Length + + +comSsiSyiIms.cntcMessageList.title=Contact Message List +comSsiSyiIms.cntcMessageList.pageTop.title=Contact Message List +comSsiSyiIms.cntcMessageList.index=Index +comSsiSyiIms.cntcMessageList.cntcMessageId=Contact Message ID +comSsiSyiIms.cntcMessageList.cntcMessageNm=Contact Message Name + + +comSsiSyiIms.cntcMessageDetail.title=Contact Message Detailed View +comSsiSyiIms.cntcMessageDetail.pageTop.title=Contact Message Detailed View +comSsiSyiIms.cntcMessageDetail.pageTop.title.sub=Contact Message Item +comSsiSyiIms.cntcMessageDetail.cntcMessageId=Contact Message ID +comSsiSyiIms.cntcMessageDetail.cntcMessageNm=Contact Message Name +comSsiSyiIms.cntcMessageDetail.upperCntcMessageId=Upper Contact Message ID +comSsiSyiIms.cntcMessageDetail.itemIndex=Index +comSsiSyiIms.cntcMessageDetail.itemId=Item ID +comSsiSyiIms.cntcMessageDetail.itemNm=Item Name +comSsiSyiIms.cntcMessageDetail.itemType=Item Type +comSsiSyiIms.cntcMessageDetail.itemLt=Item Length +comSsiSyiIms.cntcMessageDetail.process=Process + + +comSsiSyiIms.cntcMessageUpdt.title=Contact Message Modification +comSsiSyiIms.cntcMessageUpdt.pageTop.title=Contact Message Modification +comSsiSyiIms.cntcMessageUpdt.cntcMessageId=Contact Message ID +comSsiSyiIms.cntcMessageUpdt.cntcMessageNm=Contact Message Name +comSsiSyiIms.cntcMessageUpdt.upperCntcMessageId=Upper Contact Message ID + + +comSsiSyiIms.cntcMessageRegist.title=Contact Message Registration +comSsiSyiIms.cntcMessageRegist.pageTop.title=Contact Message Registration +comSsiSyiIms.cntcMessageRegist.cntcMessageId=Contact Message ID +comSsiSyiIms.cntcMessageRegist.cntcMessageNm=Contact Message Name +comSsiSyiIms.cntcMessageRegist.upperCntcMessageId=Upper Contact Message ID + + +comSsiSyiIms.cntcMessageItemUpdt.title=Contact Message Item Modification +comSsiSyiIms.cntcMessageItemUpdt.pageTop.title=Contact Message Item Modification +comSsiSyiIms.cntcMessageItemUpdt.cntcMessageList=Contact Message +comSsiSyiIms.cntcMessageItemUpdt.itemId=Item ID +comSsiSyiIms.cntcMessageItemUpdt.itemNm=Item Name +comSsiSyiIms.cntcMessageItemUpdt.itemType=Item Type +comSsiSyiIms.cntcMessageItemUpdt.itemLt=Item Length + + +comSsiSyiIms.cntcMessageItemRegist.title=Contact Message Item Registration +comSsiSyiIms.cntcMessageItemRegist.pageTop.title=Contact Message Item Registration +comSsiSyiIms.cntcMessageItemRegist.cntcMessageList=Contact Message +comSsiSyiIms.cntcMessageItemRegist.itemId=Item ID +comSsiSyiIms.cntcMessageItemRegist.itemNm=Item Name +comSsiSyiIms.cntcMessageItemRegist.itemType=Item Type +comSsiSyiIms.cntcMessageItemRegist.itemLt=Item Length + + +comSsiSyiIst.cntcSttusList.title=Contact Status List +comSsiSyiIst.cntcSttusList.pageTop.title=Contact Status List +comSsiSyiIst.cntcSttusList.index=Index +comSsiSyiIst.cntcSttusList.cntcNm=Contact Name +comSsiSyiIst.cntcSttusList.cntcType=Contact Type +comSsiSyiIst.cntcSttusList.provdInsttNm=Provider +comSsiSyiIst.cntcSttusList.provdSysNm=Providing System +comSsiSyiIst.cntcSttusList.provdSvcNm=Providing Service +comSsiSyiIst.cntcSttusList.requstInsttNm=Request Agency +comSsiSyiIst.cntcSttusList.requstSysNm=Request System + + +comSsiSyiIst.cntcSttusDetail.title=Contact Status Detailed View +comSsiSyiIst.cntcSttusDetail.pageTop.title=Contact Status Detailed View +comSsiSyiIst.cntcSttusDetail.cntcId=Contact ID +comSsiSyiIst.cntcSttusDetail.cntcNm=Contact Name +comSsiSyiIst.cntcSttusDetail.cntcType=Contact Type +comSsiSyiIst.cntcSttusDetail.provdInsttId=Provider +comSsiSyiIst.cntcSttusDetail.provdSysId=Providing System +comSsiSyiIst.cntcSttusDetail.provdSvcId=Providing Service +comSsiSyiIst.cntcSttusDetail.requstInsttId=Request Agency +comSsiSyiIst.cntcSttusDetail.requstSysId=Request System +comSsiSyiIst.cntcSttusDetail.cntAll=Total number of Contacts +comSsiSyiIst.cntcSttusDetail.cntSuccess=Number of Successes +comSsiSyiIst.cntcSttusDetail.successRate=Success Rate(%) + + + +# EgovSystemCntc.xml +comSsiSyiSim.systemCntc.validate.cntcNm=Contact Name +comSsiSyiSim.systemCntc.validate.cntcType=Contact Type +comSsiSyiSim.systemCntc.validate.provdInsttId=Provider +comSsiSyiSim.systemCntc.validate.provdSysId=Providing System +comSsiSyiSim.systemCntc.validate.provdSvcId=Providing Service +comSsiSyiSim.systemCntc.validate.requstInsttId=Request Agency +comSsiSyiSim.systemCntc.validate.requstSysId=Request System +comSsiSyiSim.systemCntc.validate.validBeginDe=Effective Start Date +comSsiSyiSim.systemCntc.validate.useAt=Select Usage Status + + +comSsiSyiSim.systemCntcList.title=System Contact List +comSsiSyiSim.systemCntcList.pageTop.title=System Contact List +comSsiSyiSim.systemCntcList.index=Index +comSsiSyiSim.systemCntcList.cntcId=System Contact ID +comSsiSyiSim.systemCntcList.cntcNm=System Contact Name +comSsiSyiSim.systemCntcList.confmAt=Approval Status +comSsiSyiSim.systemCntcList.confmAt.Y=Approved +comSsiSyiSim.systemCntcList.confmAt.N=Unapproved + + +comSsiSyiSim.systemCntcDetail.title=System Contact Detailed view +comSsiSyiSim.systemCntcDetail.pageTop.title=System Contact Detailed view +comSsiSyiSim.systemCntcDetail.cntcId=Contact ID +comSsiSyiSim.systemCntcDetail.cntcNm=Contact Name +comSsiSyiSim.systemCntcDetail.cntcType=Contact Type +comSsiSyiSim.systemCntcDetail.provdInsttId=Provider +comSsiSyiSim.systemCntcDetail.provdSysId=Providing System +comSsiSyiSim.systemCntcDetail.provdSvcId=Providing Service +comSsiSyiSim.systemCntcDetail.requstInsttId=Request Agency +comSsiSyiSim.systemCntcDetail.requstSysId=Request System +comSsiSyiSim.systemCntcDetail.validBeginDe=Effective Start Date +comSsiSyiSim.systemCntcDetail.validEndDe=Effective End Date +comSsiSyiSim.systemCntcDetail.useAt=Usage Status +comSsiSyiSim.systemCntcDetail.confmAt=Select Approval Status +comSsiSyiSim.systemCntcDetail.selectProvdInsttId=Select Provider +comSsiSyiSim.systemCntcDetail.selectProvdSysId=Select Providing System +comSsiSyiSim.systemCntcDetail.selectProvdSvcId=Select Providing Service +comSsiSyiSim.systemCntcDetail.selectRequstInsttId=Select Request Agency +comSsiSyiSim.systemCntcDetail.selectRequstSysId=Select Request System +comSsiSyiSim.systemCntcDetail.selectUseAt=Select Usage Status +comSsiSyiSim.systemCntcDetail.selectConfmAt=Select Approval Status + + +comSsiSyiSim.systemCntcUpdt.title=System Contact Modification +comSsiSyiSim.systemCntcUpdt.pageTop.title=System Contact Modification +comSsiSyiSim.systemCntcUpdt.cntcId=Contact ID +comSsiSyiSim.systemCntcUpdt.cntcNm=Contact Name +comSsiSyiSim.systemCntcUpdt.cntcType=Contact Type +comSsiSyiSim.systemCntcUpdt.provdInsttId=Provider +comSsiSyiSim.systemCntcUpdt.provdSysId=Providing System +comSsiSyiSim.systemCntcUpdt.provdSvcId=Providing Service +comSsiSyiSim.systemCntcUpdt.requstInsttId=Request Agency +comSsiSyiSim.systemCntcUpdt.requstSysId=Request System +comSsiSyiSim.systemCntcUpdt.validBeginDe=Effective Start Date +comSsiSyiSim.systemCntcUpdt.validEndDe=Effective End Date +comSsiSyiSim.systemCntcUpdt.useAt=Usage Status +comSsiSyiSim.systemCntcUpdt.confmAt=Select Approval Status +comSsiSyiSim.systemCntcUpdt.selectProvdInsttId=Select Provider +comSsiSyiSim.systemCntcUpdt.selectProvdSysId=Select Providing System +comSsiSyiSim.systemCntcUpdt.selectProvdSvcId=Select Providing Service +comSsiSyiSim.systemCntcUpdt.selectRequstInsttId=Select Request Agency +comSsiSyiSim.systemCntcUpdt.selectRequstSysId=Select Request System +comSsiSyiSim.systemCntcUpdt.selectUseAt=Select Usage Status +comSsiSyiSim.systemCntcUpdt.selectConfmAt=Select Approval Status +comSsiSyiSim.systemCntcUpdt.validate.checkValidDe=The valid start date can not be greater than the valid end date. + + +comSsiSyiSim.systemCntcRegist.title=System Contact Registration +comSsiSyiSim.systemCntcRegist.pageTop.title=System Contact Registration +comSsiSyiSim.systemCntcRegist.cntcId=Contact ID +comSsiSyiSim.systemCntcRegist.cntcNm=Contact Name +comSsiSyiSim.systemCntcRegist.cntcType=Contact Type +comSsiSyiSim.systemCntcRegist.provdInsttId=Provider +comSsiSyiSim.systemCntcRegist.provdSysId=Providing System +comSsiSyiSim.systemCntcRegist.provdSvcId=Providing Service +comSsiSyiSim.systemCntcRegist.requstInsttId=Request Agency +comSsiSyiSim.systemCntcRegist.requstSysId=Request System +comSsiSyiSim.systemCntcRegist.validBeginDe=Effective Start Date +comSsiSyiSim.systemCntcRegist.validEndDe=Effective End Date +comSsiSyiSim.systemCntcRegist.useAt=Usage Status +comSsiSyiSim.systemCntcRegist.confmAt=Select Approval Status +comSsiSyiSim.systemCntcRegist.selectProvdInsttId=Select Provider +comSsiSyiSim.systemCntcRegist.selectProvdSysId=Select Providing System +comSsiSyiSim.systemCntcRegist.selectProvdSvcId=Select Providing Service +comSsiSyiSim.systemCntcRegist.selectRequstInsttId=Select Request Agency +comSsiSyiSim.systemCntcRegist.selectRequstSysId=Select Request System +comSsiSyiSim.systemCntcRegist.selectUseAt=Select Usage Status +comSsiSyiSim.systemCntcRegist.selectConfmAt=Select Approval Status +comSsiSyiSim.systemCntcRegist.validate.checkValidDe=The valid start date can not be greater than the valid end date. + + +# Statistics Bulletin Board +comStsBst.bbsStats.title = Statistics Bulletin Board +comStsBst.bbsStats.fromDate = Start Date +comStsBst.bbsStats.toDate = End Date +comStsBst.bbsStats.periodKind = Type of Period +comStsBst.bbsStats.select = Select +comStsBst.bbsStats.byYear = Yearly +comStsBst.bbsStats.byMonth = Monthly +comStsBst.bbsStats.byDay = Daily + +comStsBst.bbsStats.statKind = Type of Statistics +comStsBst.bbsStats.selectPlease = Please Select +comStsBst.bbsStats.statKind1 = By Type +comStsBst.bbsStats.statKind2 = By Template +comStsBst.bbsStats.statKind3 = By Property + +comStsBst.bbsStats.tab1 = Number os Posts +comStsBst.bbsStats.tab2 = Total Read Count +comStsBst.bbsStats.tab3 = Average of Read Count +comStsBst.bbsStats.tab4 = Top/Minimum View +comStsBst.bbsStats.tab5 = Top Publisher + +comStsBst.bbsStats.statResult = Statistical Results + +comStsBst.bbsStats.tab1.subTitle1 = Graph (Unit, Number) +comStsBst.bbsStats.tab1.subTitle2 = Text (Unit, Number) +comStsBst.bbsStats.tab2.subTitle1 = Graph (Unit, Times) +comStsBst.bbsStats.tab2.subTitle2 = Text (Unit, Times) +comStsBst.bbsStats.tab3.subTitle1 = Graph (Unit, Times) +comStsBst.bbsStats.tab3.subTitle2 = Text (Unit, Times) +comStsBst.bbsStats.tab4.subTitle1 = Top View +comStsBst.bbsStats.tab4.subTitle2 = Minimum View +comStsBst.bbsStats.tab4.createdDate = Created Date +comStsBst.bbsStats.tab4.number = Number +comStsBst.bbsStats.tab4.title = Title +comStsBst.bbsStats.tab4.readCount = Read Count +comStsBst.bbsStats.tab5.subTitle1 = Top Publisher Info +comStsBst.bbsStats.tab5.writerID = Publisher ID +comStsBst.bbsStats.tab5.count = Number of Publications +comStsBst.bbsStats.tab5.statDate = Aggregation Date + +comStsBst.validate.fromDateCheck = Enter period start date. +comStsBst.validate.toDateCheck = Enter period end date. +comStsBst.validate.periodKindCheck = Select period classification. +comStsBst.validate.statKindCheck = Select statistic classification. +comStsBst.validate.tabCheck = Search for top/minimum view, the top publisher information applies to daily searches only the top posters. + + + +# Statistics Connects +comStsCst.conectStats.title = Statistics Connects +comStsCst.conectStats.fromDate = Start Date +comStsCst.conectStats.toDate = End Date +comStsCst.conectStats.periodKind = Type of Period +comStsCst.conectStats.select = Select +comStsCst.conectStats.byYear = Yearly +comStsCst.conectStats.byMonth = Monthly +comStsCst.conectStats.byDay = Daily + +comStsCst.conectStats.statKind = Type of Statistics +comStsCst.conectStats.selectPlease = Please Select +comStsCst.conectStats.statKind1 = By Service +comStsCst.conectStats.statKind2 = By Personal + +comStsCst.conectStats.statResult = Statistical Results +comStsCst.conectStats.results.col1 = Date +comStsCst.conectStats.results.col2 = Method +comStsCst.conectStats.results.col3 = Create +comStsCst.conectStats.results.col4 = Modify +comStsCst.conectStats.results.col5 = Inquery +comStsCst.conectStats.results.col6 = Delete +comStsCst.conectStats.results.col7 = Print +comStsCst.conectStats.results.col8 = Error + +comStsCst.conectStats.results.unit = Times + +comStsCst.conectStats.subTitle1 = Graph (Unit, Times) +comStsCst.conectStats.subTitle2 = Text (Unit, Times) + +comStsCst.validate.fromDateCheck = Enter period start date. +comStsCst.validate.toDateCheck = Enter period end date. +comStsCst.validate.periodKindCheck = Select period classification. +comStsCst.validate.statKindCheck = Select statistic classification. + + + +# Statistics Data Usage +comStsDst.dtaUseStats.title = Statistics Data Usage + +comStsDst.dtaUseStats.boardName = Bulletin Name +comStsDst.dtaUseStats.periodKind = Type of Period +comStsDst.dtaUseStats.select = Select +comStsDst.dtaUseStats.byYear = Yearly +comStsDst.dtaUseStats.byMonth = Monthly +comStsDst.dtaUseStats.byDay = Daily + +comStsDst.dtaUseStats.period = Period +comStsDst.dtaUseStats.fromDate = Start Date +comStsDst.dtaUseStats.toDate = End Date + +comStsDst.dtaUseStats.subTitle1 = Statistics by Period + +comStsDst.dtaUseStats.results.col1 = Bulletin Name +comStsDst.dtaUseStats.results.col2 = Number +comStsDst.dtaUseStats.results.col3 = Title +comStsDst.dtaUseStats.results.col4 = Attachments +comStsDst.dtaUseStats.results.col5 = Download Count + +comStsDst.dtaUseStats.resultsDetail.col1 = Title +comStsDst.dtaUseStats.resultsDetail.col2 = Attachments +comStsDst.dtaUseStats.resultsDetail.col3 = User ID +comStsDst.dtaUseStats.resultsDetail.col4 = User Name +comStsDst.dtaUseStats.resultsDetail.col5 = Download Date + +comStsDst.dtaUseStats.results.unit = Items + + + +sts.reprtId = Report ID +sts.title = Report Title +sts.category = Report Category +sts.status = Report Status +sts.regDate = Registration Date + +comStsRst.reprtStats.title = Statistics Reposrts +comStsRst.reprtStats.statKind = Type of Statistics + +comStsRst.reprtStats.periodKind = Type of Period +comStsRst.reprtStats.select = Select +comStsRst.reprtStats.byYear = Yearly +comStsRst.reprtStats.byMonth = Monthly +comStsRst.reprtStats.byDay = Daily + +comStsRst.reprtStats.period = Period +comStsRst.reprtStats.fromDate = Start Date +comStsRst.reprtStats.toDate = End Date + +comStsRst.reprtStats.subTitle1 = Statistics by Period +comStsRst.reprtStats.subTitle2 = Statistics by report type +comStsRst.reprtStats.subTitle3 = Statistics by progress + +comStsRst.reprtStats.results.col1 = Report type +comStsRst.reprtStats.results.col2 = Progress +comStsRst.reprtStats.results.col3 = Number of cases + +comStsRst.reprtStats.results.unit = Times + + + +# Statistics Screens +comStsSst.scrinStats.title = Statistics Screens +comStsSst.scrinStats.fromDate = Start Date +comStsSst.scrinStats.toDate = End Date +comStsSst.scrinStats.periodKind = Type of Period +comStsSst.scrinStats.select = Select +comStsSst.scrinStats.byYear = Yearly +comStsSst.scrinStats.byMonth = Monthly +comStsSst.scrinStats.byDay = Daily + +comStsSst.scrinStats.statResult = Statistical Results + +comStsSst.scrinStats.results.unit = Times + +comStsSst.scrinStats.subTitle1 = Graph (Unit, Times) +comStsSst.scrinStats.subTitle2 = Text (Unit, Times) + +comStsSst.validate.fromDateCheck = Enter period start date. +comStsSst.validate.toDateCheck = Enter period end date. +comStsSst.validate.periodKindCheck = Select period classification. +comStsSst.validate.menuCheck1 = Menu list data does not exist. +comStsSst.validate.menuCheck2 = Menu does not exist. Please use after registering the menu. + + + +# Statistics Users +comStsUst.userStats.title = Statistics Users +comStsUst.userStats.fromDate = Start Date +comStsUst.userStats.toDate = End Date +comStsUst.userStats.periodKind = Type of Period +comStsUst.userStats.select = Select +comStsUst.userStats.byYear = Yearly +comStsUst.userStats.byMonth = Monthly +comStsUst.userStats.byDay = Daily + +comStsUst.userStats.statKind = Type of Statistics +comStsUst.userStats.selectPlease = Please Select +comStsUst.userStats.statKind1 = By Member Type +comStsUst.userStats.statKind2 = By Member Status +comStsUst.userStats.statKind3 = By Gender + +comStsUst.userStats.statResult = Statistical Results + +comStsUst.userStats.subTitle1 = Graph (Unit, Number) +comStsUst.userStats.subTitle2 = Text (Unit, Number) + +comStsUst.validate.fromDateCheck = Enter period start date. +comStsUst.validate.toDateCheck = Enter period end date. +comStsUst.validate.periodKindCheck = Select period classification. +comStsUst.validate.statKindCheck = Select statistic classification. + + +#Address Info Linkage# +symAdr.adressCntcList.Title=Address Info Linkage + +symAdr.adressCntcList.scCurrentPage=current page +symAdr.adressCntcList.scCountPerPage=current per page +symAdr.adressCntcList.scKeyword=keyword +symAdr.adressCntcList.scConfmKey=confm key + +symAdr.btn.addrLoc=address get(Controller) +symAdr.btn.addrjson=address get(JSON) + +symAdr.list.addrRoad=road.addr +symAdr.list.addrRoad1=road.addr(1) +symAdr.list.addrRoad2=road.addr(2) +symAdr.list.addrGibun=addr.lot number +symAdr.list.addrEng=addr.eng +symAdr.list.post=post.num + + + +comSymBat.batchOpertList.title=View Batch Job Management List +comSymBat.batchOpertList.pageTop.title=Batch Job Management List +comSymBat.batchOpertList.batchOpertId=Batch Job ID +comSymBat.batchOpertList.batchOpertNm=Batch Job Name +comSymBat.batchOpertList.batchProgrm=Batch Program +comSymBat.batchOpertList.paramtr=Parameter +comSymBat.batchOpertList.validate.searchKeyword=Please select a search condition. +comSymBat.batchOpertList.searchKeyword=Search Keyword + + +comSymBat.batchOpertDetail.title=View Batch Job Details +comSymBat.BatchOpertDetail.pageTop.title=View Batch Job Details +comSymBat.batchOpertDetail.batchOpertId=Batch Job ID +comSymBat.batchOpertDetail.batchOpertNm=Batch Job Name +comSymBat.batchOpertDetail.batchProgrm=Batch Program +comSymBat.batchOpertDetail.paramtr=Parameter + + +comSymBat.batchOpertUpdt.title=Edit Batch Job +comSymBat.batchOpertUpdt.pageTop.title=Edit Batch Job +comSymBat.batchOpertUpdt.batchOpertId=Batch Job ID +comSymBat.batchOpertUpdt.batchOpertNm=Batch Job Name +comSymBat.batchOpertUpdt.batchProgrm=Batch Program +comSymBat.batchOpertUpdt.paramtr=Parameter + + +comSymBat.batchOpertRegist.title=Registration of Batch Jobs +comSymBat.batchOpertRegist.pageTop.title=Registration of Batch Jobs +comSymBat.batchOpertRegist.batchOpertNm=Batch Job Name +comSymBat.batchOpertRegist.batchProgrm=Batch Program +comSymBat.batchOpertRegist.paramtr=Parameter + + +comSymBat.batchResultList.title=View Batch Result Management List +comSymBat.batchResultList.pageTop.title=Batch Result List +comSymBat.batchResultList.searchCondition=Search Condition +comSymBat.batchResultList.sttus.value00=All +comSymBat.batchResultList.sttus.value01=Normal +comSymBat.batchResultList.sttus.value02=Abnormal +comSymBat.batchResultList.sttus.value03=Performing +comSymBat.batchResultList.batchResultId=Batch Result ID +comSymBat.batchResultList.batchSchdulId=Batch Schedule ID +comSymBat.batchResultList.batchOpertNm=Batch Job Name +comSymBat.batchResultList.sttusNm=Condition +comSymBat.batchResultList.executBeginTime=Execution Start Time +comSymBat.batchResultList.executEndTime=Execution End time +comSymBat.batchResultList.validate.searchCondition=Please select a search condition. +comSymBat.batchResultList.validate.inputSearchStartDate=Please enter search start date. +comSymBat.batchResultList.validate.inputSearchEndDate=Please enter search end date. +comSymBat.batchResultList.validate.searchStartDate=Start date +comSymBat.batchResultList.validate.searchEndDate=End date +comSymBat.batchResultList.validate.strTmpFromDate=The date format is invalid. +comSymBat.batchResultList.validate.strTmpFromEndDate=Start date can not be greater than end date. +comSymBat.batchResultList.searchKeyword=Search Keyword +comSymBat.batchResultList.searchStartDate=Search Start Date +comSymBat.batchResultList.searchEndDate=Search End Date + + +comSymBat.batchResultDetail.title=Detailed View Of Batch Result +comSymBat.batchResultDetail.pageTop.title=Detailed View Of Batch Result +comSymBat.batchResultDetail.batchResultId=Batch Result ID +comSymBat.batchResultDetail.batchSchdulId=Batch Schedule ID +comSymBat.batchResultDetail.batchOpertId=Batch Job ID +comSymBat.batchResultDetail.batchOpertNm=Batch Job Name +comSymBat.batchResultDetail.batchProgrm=Batch Program +comSymBat.batchResultDetail.paramtr=Parameter +comSymBat.batchResultDetail.sttusNm=Condition +comSymBat.batchResultDetail.errorInfo=Error information +comSymBat.batchResultDetail.executBeginTime=Start Execution Time +comSymBat.batchResultDetail.executEndTime=Execution End Time + + +comSymBat.batchSchdulList.title=Batch Schedule Management List +comSymBat.batchSchdulList.pageTop.title=Batch Schedule Management List +comSymBat.batchSchdulList.batchSchdulId=Batch Schedule ID +comSymBat.batchSchdulList.batchOpertNm=Batch Job Name +comSymBat.batchSchdulList.batchProgrm=Batch Program +comSymBat.batchSchdulList.executCycleNm=Execution Cycle +comSymBat.batchSchdulList.executSchdul=Execution Schedule +comSymBat.batchSchdulList.searchCondition=Search Condition +comSymBat.batchSchdulList.searchKeyword=Search Keyword + + +comSymBat.batchSchdulDetail.title=Batch Schedule Detailed View +comSymBat.batchSchdulDetail.pageTop.title=Batch Schedule Detailed View +comSymBat.batchSchdulDetail.batchSchdulId=Batch Schedule ID +comSymBat.batchSchdulDetail.batchOpertId=Batch Job ID +comSymBat.batchSchdulDetail.batchOpertNm=Batch Job Name +comSymBat.batchSchdulDetail.executCycleNm=Execution Cycle + + +comSymBat.batchSchdulUpdt.title=Modify Batch Schedule +comSymBat.batchSchdulUpdt.pageTop.title=Modify Batch Schedule +comSymBat.batchSchdulUpdt.validate.executSchdulDfkSes.length=The weekday is the required input value when the execution cycle is selected as weekly. +comSymBat.batchSchdulUpdt.validate.cycleMonth.executSchdulDay=When the execution cycle is monthly, the execution schedule (days) is a required input value. +comSymBat.batchSchdulUpdt.validate.cycleYear.executSchdulMonth=When the execution cycle is annually, the execution schedule (month) is a required input value. +comSymBat.batchSchdulUpdt.validate.cycleYear.executSchdulDay=When the execution cycle is annually, the execution schedule (days) is a mandatory input value. +comSymBat.batchSchdulUpdt.validate.checkDate=The execution schedule (month / day) is not valid. +comSymBat.batchSchdulUpdt.validate.executSchdulDeNm=The execution schedule (date) is a required input value when the execution cycle is only once. +comSymBat.batchSchdulUpdt.validate.executSchdulDeNm.isDate=The execution schedule (date) is invalid. +comSymBat.batchSchdulUpdt.batchSchdulId=Batch Schedule ID +comSymBat.batchSchdulUpdt.batchOpertId=Batch Job ID +comSymBat.batchSchdulUpdt.batchOpertNm=Batch Job Name +comSymBat.batchSchdulUpdt.executCycleNm=Execution Cycle +comSymBat.batchSchdulUpdt.executSchdulDeNm=Execution schedule(Date) +comSymBat.batchSchdulUpdt.executSchdulMonth=Execution schedule(Month) +comSymBat.batchSchdulUpdt.executSchdulDay=Execution schedule(Day) +comSymBat.batchSchdulUpdt.executSchdulHour=Execution schedule(Hour) +comSymBat.batchSchdulUpdt.executSchdulMnt=Execution schedule(Minute) +comSymBat.batchSchdulUpdt.executSchdulSecnd=Execution schedule(Second) +comSymBat.batchSchdulUpdt.spnMonth=Month +comSymBat.batchSchdulUpdt.spnDay=Day +comSymBat.batchSchdulUpdt.spnHH=Hour +comSymBat.batchSchdulUpdt.spnMM=Minute +comSymBat.batchSchdulUpdt.spnSS=Second + + +comSymBat.batchSchdulRegist.title=Registration Of Batch Schedule +comSymBat.batchSchdulRegist.pageTop.title=Registration Of Batch Schedule +comSymBat.batchSchdulRegist.validate.executSchdulDfkSes.length=The weekday is the required input value when the execution cycle is selected as weekly. +comSymBat.batchSchdulRegist.validate.cycleMonth.executSchdulDay=When the execution cycle is monthly, the execution schedule (days) is a required input value. +comSymBat.batchSchdulRegist.validate.cycleYear.executSchdulMonth=When the execution cycle is annually, the execution schedule (month) is a required input value. +comSymBat.batchSchdulRegist.validate.cycleYear.executSchdulDay=When the execution cycle is annually, the execution schedule (days) is a mandatory input value. +comSymBat.batchSchdulRegist.validate.checkDate=The execution schedule (month / day) is not valid. +comSymBat.batchSchdulRegist.validate.executSchdulDeNm=The execution schedule (date) is a required input value when the execution cycle is only once. +comSymBat.batchSchdulRegist.validate.executSchdulDeNm.isDate=The execution schedule (date) is invalid. +comSymBat.batchSchdulRegist.batchSchdulId=Batch Schedule ID +comSymBat.batchSchdulRegist.batchOpertId=Batch Job ID +comSymBat.batchSchdulRegist.batchOpertNm=Batch Job Name +comSymBat.batchSchdulRegist.executCycleNm=Execution Cycle +comSymBat.batchSchdulRegist.executSchdulDeNm=Execution schedule(Date) +comSymBat.batchSchdulRegist.executSchdulMonth=Execution schedule(Month) +comSymBat.batchSchdulRegist.executSchdulDay=Execution schedule(Day) +comSymBat.batchSchdulRegist.executSchdulHour=Execution schedule(Hour) +comSymBat.batchSchdulRegist.executSchdulMnt=Execution schedule(Minute) +comSymBat.batchSchdulRegist.executSchdulSecnd=Execution schedule(Second) +comSymBat.batchSchdulRegist.spnMonth=Month +comSymBat.batchSchdulRegist.spnDay=Day +comSymBat.batchSchdulRegist.spnHH=Hour +comSymBat.batchSchdulRegist.spnMM=Minute +comSymBat.batchSchdulRegist.spnSS=Second + + +comSymBat.batchOpertListPopup.title=View Batch Jobs +comSymBat.batchOpertListPopup.pageTop.title=View Batch Jobs +comSymBat.batchOpertListPopup.validate.searchKeyword=Please select a search condition. +comSymBat.batchOpertListPopup.searchCondition=Search Condition +comSymBat.batchOpertListPopup.batchOpertId=Batch Job ID +comSymBat.batchOpertListPopup.batchOpertNm=Batch Job Name +comSymBat.batchOpertListPopup.batchProgrm=Batch Program +comSymBat.batchOpertListPopup.paramtr=Parameter + + + +#Rest day messages# +sym.cal.restDay = Holiday Date +sym.cal.restName = Holiday Name +sym.cal.restDetail = Holiday Detail +sym.cal.restCategory = Holiday Category + + +#Rest day messages# +sym.cal.title = Holiday List +sym.cal.select = --Select-- +sym.cal.restDay = Holiday Date +sym.cal.restName = Holiday Name +sym.cal.restDetail = Holiday Detail +sym.cal.restCategory = Holiday Category +sym.cal.column1 = No +sym.cal.column2 = Holiday Date +sym.cal.column3 = Holiday Name +sym.cal.column4 = Holiday Category + +sym.cal.detail.title = Holiday Detail Inquiry +sym.cal.modify.title = Holiday Modify +sym.cal.regist.title = Holiday Create + + +#Administrative bureau# +comSymCcmAdc.ccmAdministCode.title = Administrative bureau + +comSymCcmAdc.ccmAdministCode.cls = Classification +comSymCcmAdc.ccmAdministCode.administCode = Administrative district Code +comSymCcmAdc.ccmAdministCode.administName = Administrative district +comSymCcmAdc.ccmAdministCode.useAt = UseYN +comSymCcmAdc.ccmAdministCode.use = Use +comSymCcmAdc.ccmAdministCode.notUse = NotUse +comSymCcmAdc.ccmAdministCode.lawAddr = Address +comSymCcmAdc.ccmAdministCode.admAddr = Administrative bureau +comSymCcmAdc.ccmAdministCode.lawAddrName = Full Address +comSymCcmAdc.ccmAdministCode.admAddrName = Administrative bureau adress +comSymCcmAdc.ccmAdministCode.createDate = Created Datetime +comSymCcmAdc.ccmAdministCode.deleteDate = Deleted Datetime +comSymCcmAdc.ccmAdministCode.upperCode = Upper Code + + + +#\uacf5\ud1b5\ucf54\ub4dc# +comSymCcmCca.cmmnCodeVO.title = Common Code + +comSymCcmCca.cmmnCodeVO.clCode = Classification Code +comSymCcmCca.cmmnCodeVO.clCodeNm = Classification Code Name +comSymCcmCca.cmmnCodeVO.codeId = Code ID +comSymCcmCca.cmmnCodeVO.codeIdNm = Code ID Name +comSymCcmCca.cmmnCodeVO.codeIdDc = Code ID Description +comSymCcmCca.cmmnCodeVO.useAt = Available Options + +comSymCcmCca.validate.codeCheck = The already registered common code exists. + + + +#\uacf5\ud1b5\ucf54\ub4dc \ubd84\ub958# +comSymCcmCcc.cmmnClCodeVO.title = Common Classification Code + +comSymCcmCcc.cmmnClCodeVO.clCode = Classification Code +comSymCcmCcc.cmmnClCodeVO.clCodeNm = Classification Code Name +comSymCcmCcc.cmmnClCodeVO.clCodeDc = Classification Code Description +comSymCcmCcc.cmmnClCodeVO.useAt = Available Options + +comSymCcmCcc.validate.codeCheck = The already registered Classification code exists. + + +#\uacf5\ud1b5\uc0c1\uc138\ucf54\ub4dc# +comSymCcmCde.cmmnDetailCodeVO.title = Common Detail Code + +comSymCcmCde.cmmnDetailCodeVO.codeId = Code ID +comSymCcmCde.cmmnDetailCodeVO.codeIdNm = Code ID Name +comSymCcmCde.cmmnDetailCodeVO.code = Detail Code +comSymCcmCde.cmmnDetailCodeVO.codeNm = Detail Code Name +comSymCcmCde.cmmnDetailCodeVO.codeDc = Detail Code Description +comSymCcmCde.cmmnDetailCodeVO.useAt = Available Options + +comSymCcmCde.validate.codeCheck = The already registered detail code exists. + + + +#\uae30\uad00\ucf54\ub4dc\uc218\uc2e0 \ubaa9\ub85d +comSymCcmIcr.insttCodeRecptn.title = List of Institution Received + +comSymCcmIcr.insttCodeRecptn.select = Please Select +comSymCcmIcr.insttCodeRecptn.orgNm = Institution + +comSymCcmIcr.insttCodeRecptn.results.col1 = No +comSymCcmIcr.insttCodeRecptn.results.col2 = Code +comSymCcmIcr.insttCodeRecptn.results.col3 = Instatution + +comSymCcmIcr.insttCodeRecptnDetail.title = Institution Details +comSymCcmIcr.insttCodeRecptnDetail.insttCode = Institution Code +comSymCcmIcr.insttCodeRecptnDetail.allInsttNm = Institution Full Name +comSymCcmIcr.insttCodeRecptnDetail.changede = Changed Date +comSymCcmIcr.insttCodeRecptnDetail.changeTime = Changed Time +comSymCcmIcr.insttCodeRecptnDetail.ablEnnc = Abolition Status +comSymCcmIcr.insttCodeRecptnDetail.ablEnnc0 = Use +comSymCcmIcr.insttCodeRecptnDetail.ablEnnc1 = Abolished + +comSymCcmIcr.insttCodeRecptnDetail.subTitle = Institution Received History +comSymCcmIcr.insttCodeRecptnDetail.results.col1 = No +comSymCcmIcr.insttCodeRecptnDetail.results.col2 = Occurred Date +comSymCcmIcr.insttCodeRecptnDetail.results.col3 = Lowest Institution Name +comSymCcmIcr.insttCodeRecptnDetail.results.col4 = Change Classification +comSymCcmIcr.insttCodeRecptnDetail.results.col5 = Processing Classification +comSymCcmIcr.insttCodeRecptnDetail.results.col6 = Created Date +comSymCcmIcr.insttCodeRecptnDetail.results.col7 = Changed Date +comSymCcmIcr.insttCodeRecptnDetail.results.col8 = Abolition Status +comSymCcmIcr.insttCodeRecptnDetail.results.col9 = Abolished Date + +comSymCcmIcr.insttCodeRecptnDetail.results.changeSeCode = Change Classification +comSymCcmIcr.insttCodeRecptnDetail.results.processSe = Processing Classification + + +# Postal code management # + +comSymCcmZip.zipVO.title = Zip code + +comSymCcmZip.zipVO.zip = Postal code +comSymCcmZip.zipVO.rdmnCode = Road name code +comSymCcmZip.zipVO.ctprvnNm = attempt name +comSymCcmZip.zipVO.signguNm = city or district name +comSymCcmZip.zipVO.emdNm = Name of the village +comSymCcmZip.zipVO.liBuldNm = Lee building name +comSymCcmZip.zipVO.lnbrDongHo = Address Dongho +comSymCcmZip.zipVO.rdmn = Road name +comSymCcmZip.zipVO.bdnbrMnnm = building number main number +comSymCcmZip.zipVO.bdnbrSlno = Building number subscription +comSymCcmZip.zipVO.buldNm = Building name +comSymCcmZip.zipVO.detailBuldNm = Detailed building name +comSymCcmZip.zipVO.zipCreate = Zip code General address registration +comSymCcmZip.zipVO.rdmnCreate = Zip code Road name Address registration +comSymCcmZip.zipVO.zipUpdate = Edit postal code generic address +comSymCcmZip.zipVO.rdmnUpdate = Edit postal code street name address +comSymCcmZip.zipVO.rdmnSearch = Address Search +comSymCcmZip.zipVO.SearchAddr = Address +comSymCcmZip.zipVO.SearchAddrr = Regular address +comSymCcmZip.zipVO.SearchRdmn = street name address +comSymCcmZip.zipVO.Snum = Number +comSymCcmZip.zipVO.excelFile = Excel file +comSymCcmZip.zipVO.fileSelect = Select File + +# Message # +comSymCcmZip.zipVO.zipMessage = Please exclude '-' in the postal code. +comSymCcmZip.zipVO.summaryList = A list of zip code lists that print zip codes and addresses. +comSymCcmZip.zipVO.summaryInsert = This is a postal code registration table for entering zip codes, trial names, city / town / village names, +comSymCcmZip.zipVO.summaryModify = This is a zip code modification table that corrects the name of the building and address of the house. +comSymCcmZip.zipVO.summaryDetail = This is a detailed lookup table of postal codes with zip codes, trial names, city and district names, town and village names, residential buildings, and street numbers. +comSymCcmZip.zipVO.summaryExcel = Zip Code This is a registration table where you can attach an Excel file. + +# alt # +comSymCcmZip.zipVO.altImg = Image of title icon +comSymCcmZip.zipVO.altPilsu = Show required + +# EgovCcmZipSearchList.jsp # +comSymCcmZip.ccmZipSearchList.title = Find Postal Code +comSymCcmZip.ccmZipSearchList.address = Address +comSymCcmZip.ccmZipSearchList.stNameAddress = Street name address +comSymCcmZip.ccmZipSearchList.inputText = Input + + +#Access Log Management# +comSymLogClg.loginLog.title = Access Log + +comSymLogClg.loginLog.logId = Log ID +comSymLogClg.loginLog.occrrncDe = Occurence Day +comSymLogClg.seachWrd.searchBgnDe = Search Begin Date +comSymLogClg.seachWrd.searchEndDe = Search End Date +comSymLogClg.loginLog.loginMthd = Log Type +comSymLogClg.loginLog.loginNm = User Name +comSymLogClg.loginLog.loginIp = Connection IP +comSymLogClg.loginLog.detail = Detail + +comSymLogClg.validate.dateCheck = The start date of the search condition is later than the end date. Please check the search condition date! + + + +#Log Management# +comSymLogLgm.sysLog.title = Log + +comSymLogLgm.sysLog.reqId = Request ID +comSymLogLgm.seachWrd.searchBgnDe = Search Begin Date +comSymLogLgm.seachWrd.searchEndDe = Search End Date +comSymLogLgm.sysLog.occrrncDe = Occurence Day +comSymLogLgm.sysLog.serviceNm = Service Name +comSymLogLgm.sysLog.methodNm = Method Name +comSymLogLgm.sysLog.processSeCode = Processing Classification +comSymLogLgm.sysLog.processTime = Processing Time +comSymLogLgm.sysLog.rqesterId = Requester +comSymLogLgm.sysLog.rqesterIp = Requester IP +comSymLogLgm.sysLog.detail = Detail + +comSymLogLgm.validate.dateCheck = The start date of the search condition is later than the end date. Please check the search condition date! + + +#Privacy Log Management# +comSymLogPlg.privacyLog.title = Privacy Log + +comSymLogPlg.privacyLog.inquiryDatetime = Inquiry Datetime +comSymLogPlg.seachWrd.searchBeginDate = Search Begin Date +comSymLogPlg.seachWrd.searchEndDate = Serach End Date +comSymLogPlg.privacyLog.serviceName = Service Name +comSymLogPlg.privacyLog.inquiryInfo = Inquiry Info +comSymLogPlg.privacyLog.requesterName = Requester IP +comSymLogPlg.privacyLog.requesterId = Requester ID +comSymLogPlg.privacyLog.requesterIp = Requester IP +comSymLogPlg.privacyLog.detail = Detail + +comSymLogPlg.validate.dateCheck = The start date of the search condition is later than the end date. Please check the search condition date! + + + +# 1060. System History Management +# EgovSysHistManage.xml +comSymLogSlg.sysHistManage.validate.sysNm=System Name +comSymLogSlg.sysHistManage.validate.histCn=History Contents +comSymLogSlg.sysHistManage.validate.histSeCode=History Classification + + +comSymLogSlg.sysHistList.title=System History List +comSymLogSlg.sysHistList.pageTop.title=System History Inquiry +comSymLogSlg.sysHistList.index=Index +comSymLogSlg.sysHistList.histId=History ID +comSymLogSlg.sysHistList.sysNm=System Name +comSymLogSlg.sysHistList.histSeCodeNm=History Classification +comSymLogSlg.sysHistList.frstRegisterNm=Registrant +comSymLogSlg.sysHistList.frstRegisterPnttm=Registration Date +comSymLogSlg.sysHistList.fnEgovInqireSysHist=View Details + + +comSymLogSlg.sysHistInqire.title=System History View Details +comSymLogSlg.sysHistInqire.pageTop.title=System History View Details +comSymLogSlg.sysHistInqire.histSeCodeNm=History Classification +comSymLogSlg.sysHistInqire.sysNm=System Name +comSymLogSlg.sysHistInqire.histCn=History Contents +comSymLogSlg.sysHistInqire.frstRegisterPnttm=Registration Date +comSymLogSlg.sysHistInqire.atchFileList=File List +comSymLogSlg.sysHistInqire.atchFile=Attach files + + +comSymLogSlg.sysHistUpdt.title=System History Modification +comSymLogSlg.sysHistUpdt.pageTop.title=System History Modification +comSymLogSlg.sysHistUpdt.histSeCodeNm=History Classification +comSymLogSlg.sysHistUpdt.sysNm=System Name +comSymLogSlg.sysHistUpdt.histCn=History Contents +comSymLogSlg.sysHistUpdt.frstRegisterPnttm=Registration Date +comSymLogSlg.sysHistUpdt.atchFileList=File List +comSymLogSlg.sysHistUpdt.atchFile=Attach files + + +comSymLogSlg.sysHistRegist.title=System History Registration +comSymLogSlg.sysHistRegist.pageTop.title=System History Registration +comSymLogSlg.sysHistRegist.histSeCodeNm=History Classification +comSymLogSlg.sysHistRegist.sysNm=System Name +comSymLogSlg.sysHistRegist.histCn=History Contents +comSymLogSlg.sysHistRegist.atchFile=Attach files + + + +#Transmission Log +comSymLogTlg.trsmrcvLog.title = Transmission Log + +comSymLogTlg.trsmrcvLog.occrrncDe = Occurence Day +comSymLogTlg.seachWrd.searchBgnDe = Search Begin Date +comSymLogTlg.seachWrd.searchEndDe = Serach End Date +comSymLogTlg.trsmrcvLog.requestId = Request ID +comSymLogTlg.trsmrcvLog.trsmrcvType = Transmission Type +comSymLogTlg.trsmrcvLog.linkId = Link ID +comSymLogTlg.trsmrcvLog.providerId = Vendor ID +comSymLogTlg.trsmrcvLog.providerSystemId = Vendor System ID +comSymLogTlg.trsmrcvLog.providerServiceId = Vendor Service ID +comSymLogTlg.trsmrcvLog.requestOrgId = Requester ID +comSymLogTlg.trsmrcvLog.requestSystemId = Requester System ID +comSymLogTlg.trsmrcvLog.requestNm = Requester +comSymLogTlg.trsmrcvLog.detail = Detail + +comSymLogTlg.validate.dateCheck = The start date of the search condition is later than the end date. Please check the search condition date! + +comSymLogTlg.trsmrcvLog.transferRequest = Trnasefer Request +comSymLogTlg.trsmrcvLog.transferComplete = Transfer Complete +comSymLogTlg.trsmrcvLog.transferFailed = Transfer Failed +comSymLogTlg.trsmrcvLog.receiveRequest = Receive Request +comSymLogTlg.trsmrcvLog.receiveComplete = Receive Complete +comSymLogTlg.trsmrcvLog.receiveFailed = Receive Failed + + + +#User Log Management# +comSymLogUlg.userLog.title = User Log + +comSymLogUlg.userLog.occrrncDe = Occurence Day +comSymLogUlg.seachWrd.searchBgnDe = Search Begin Date +comSymLogUlg.seachWrd.searchEndDe = Serach End Date +comSymLogUlg.userLog.user = User +comSymLogUlg.userLog.methodNm = Method Name +comSymLogUlg.userLog.serviceNm = Service Name +comSymLogUlg.userLog.create = Create +comSymLogUlg.userLog.modify = Modify +comSymLogUlg.userLog.view = View +comSymLogUlg.userLog.delete = Delete +comSymLogUlg.userLog.detail = Detail + +comSymLogUlg.validate.dateCheck = The start date of the search condition is later than the end date. Please check the search condition date! + + + +#Web Log Management# +comSymLogWlg.webLog.title = Web Log + +comSymLogWlg.webLog.requestId = Request ID +comSymLogWlg.webLog.occrrncDe = Occurence Day +comSymLogWlg.seachWrd.searchBgnDe = Search Begin Date +comSymLogWlg.seachWrd.searchEndDe = Serach End Date +comSymLogWlg.webLog.url = URL +comSymLogWlg.webLog.requester = Requester +comSymLogWlg.webLog.requesterIp = Requester IP +comSymLogWlg.webLog.detail = Detail + +comSymLogWlg.validate.dateCheck = The start date of the search condition is later than the end date. Please check the search condition date! + + + +comSymMnuBmm.bkmkMenuManageList.title=Short Cut Menu Management +comSymMnuBmm.bkmkMenuManageList.pageTop.title=Short Cut Menu Management + +comSymMnuBmm.bkmkMenuManageList.menuName=Menu Name +comSymMnuBmm.bkmkMenuManageList.enterSearchName=Enter Search Words +comSymMnuBmm.bkmkMenuManageList.newWindow=New Window +comSymMnuBmm.bkmkMenuManageList.preview=Preview +comSymMnuBmm.bkmkMenuManageList.menuURL=Menu URL + + +comSymMnuBmm.bkmkMenuManageRegist.title=Register Shortcut Menu +comSymMnuBmm.bkmkMenuManageRegist.pageTop.title=Register Shortcut Menu +comSymMnuBmm.bkmkMenuManageRegist.menuName=Menu Name +comSymMnuBmm.bkmkMenuManageRegist.menuURL=Menu URL +comSymMnuBmm.bkmkMenuManageRegist.selectMenu=Select Menu +comSymMnuBmm.bkmkMenuManageRegist.enterMenuName=Enter Menu Name +comSymMnuBmm.bkmkMenuManageRegist.enterMenuURL=Enter Menu URL +comSymMnuBmm.bkmkMenuManageRegist.validate.confirm.regist=Would you like to register? + + +comSymMnuBmm.BookMarkMenuPopup.title=Shortcut Menu Preview +comSymMnuBmm.BookMarkMenuPopup.pageTop.title=Manage Shortcut Menu +comSymMnuBmm.BookMarkMenuPopup.shortCut=Shortcuts + + +comSymMnuBmm.BkmkMenuPopup.title=Menu List +comSymMnuBmm.BkmkMenuPopup.pageTop.title=Menu List +comSymMnuBmm.bkmkMenuManageRegist.menuName=MenuName +comSymMnuBmm.bkmkMenuManageList.enterSearchName=Enter Search Words +comSymMnuBmm.bkmkMenuManageList.No=No. +comSymMnuBmm.bkmkMenuManageList.menuDC=Menu DC +comSymMnuBmm.bkmkMenuManageList.select=Select + + + +comSymMnuMpm.menuCreatManage.title=Menu Creation Management +comSymMnuMpm.menuCreatManage.pageTop.title=Menu Creation Management + +comSymMnuMpm.menuCreatManage.targetID=Security settings target ID +comSymMnuMpm.menuCreatManage.authCode=Authorization code +comSymMnuMpm.menuCreatManage.authName=Authority name +comSymMnuMpm.menuCreatManage.authDesc=Authorization Description +comSymMnuMpm.menuCreatManage.creationStatus=Menu Creation Status +comSymMnuMpm.menuCreatManage.createMenu=Create Menu + + +comSymMnuMpm.MenuCreat.title=Create Menu +comSymMnuMpm.MenuCreat.pageTop.title=Create Menu +comSymMnuMpm.MenuCreat.authCode=Authorization Code +comSymMnuMpm.MenuCreat.createMenu=Create Menu +comSymMnuMpm.MenuCreat.createSiteMap=Create Sitemap + +comSymMnuMpm.MenuCreat.validate.menuNmVal.none1=Menu list data does not exist. +comSymMnuMpm.MenuCreat.validate.menuNmVal.none2=The menu does not exist. Please register after menu. + + +comSymMnuMpm.MenuCreatSiteMap.title=Create Menu Sitemap +comSymMnuMpm.MenuCreatSiteMap.pageTop.title=Create Menu Sitemap +comSymMnuMpm.MenuCreatSiteMap.send=Send +comSymMnuMpm.MenuCreatSiteMap.authCode=Authorization Code +comSymMnuMpm.MenuCreatSiteMap.createSitemap=Create Sitemap +comSymMnuMpm.MenuCreatSiteMap.authName=Authority Name + +comSymMnuMpm.MenuCreatSiteMap.validate.menuNmVal.none1=\uba54\ub274 \ubaa9\ub85d \ub370\uc774\ud0c0\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comSymMnuMpm.MenuCreatSiteMap.validate.menuNmVal.none2=\uc0ac\uc774\ud2b8\ub9f5 \uc0dd\uc131 \ub370\uc774\ud0c0\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \\n \uba54\ub274\ub97c \uc0dd\uc131\ud558\uc2e0 \ud6c4 \uc791\uc5c5\ud558\uc138\uc694. + + + +# EgovMenuManage.xml +comSymMnuMpm.menuManage.validate.menuNo=Menu No. +comSymMnuMpm.menuManage.validate.menuOrdr=Menu Order +comSymMnuMpm.menuManage.validate.menuNm=Menu Name +comSymMnuMpm.menuManage.validate.upperMenuId=Upper Menu No. +comSymMnuMpm.menuManage.validate.progrmFileNm=Program File Name +comSymMnuMpm.menuManage.validate.menuDc=Menu Description +comSymMnuMpm.menuManage.validate.relateImagePath=Related Image Path +comSymMnuMpm.menuManage.validate.relateImageNm=Related Image Name + + +comSymMnuMpm.menuList.title=Menu Information Registration +comSymMnuMpm.menuList.pageTop.title=Menu List + +comSymMnuMpm.menuList.menuNo=Menu No. +comSymMnuMpm.menuList.menuOrdr=Menu Order +comSymMnuMpm.menuList.menuNm=Menu Name +comSymMnuMpm.menuList.upperMenuId=Upper Menu No. +comSymMnuMpm.menuList.progrmFileNm=File Name +comSymMnuMpm.menuList.relateImageNm=Related Image Name +comSymMnuMpm.menuList.relateImagePath=Related Image Path +comSymMnuMpm.menuList.menuDc=Menu Description + +comSymMnuMpm.menuList.newWindow=New Window +comSymMnuMpm.menuList.mvmnMenuList=Search Menu +comSymMnuMpm.menuList.searchFileNm=Program File Name Search + +comSymMnuMpm.menuList.validate.checkVal=You can only modify or delete the detail view. +comSymMnuMpm.menuList.validate.checkVal.update=You can only modify or delete the detail view. Please reset and register. + +comSymMnuMpm.menuList.validate.menuNo.notNull=Menu number are required. +comSymMnuMpm.menuList.validate.menuNo.onlyNumber=You can only enter numbers for menu numbers. +comSymMnuMpm.menuList.validate.menuOrdr.notNull=Menu order is required.. +comSymMnuMpm.menuList.validate.menuOrdr.onlyNumber=Only numbers can be entered in menu order. +comSymMnuMpm.menuList.validate.upperMenuId.notNull=The upper menu number is required. +comSymMnuMpm.menuList.validate.upperMenuId.onlyNumber=Upper menu numbers can only be entered in numbers. +comSymMnuMpm.menuList.validate.progrmFileNm.notNull=Program file name is required. +comSymMnuMpm.menuList.validate.menuNm.notNull=Menu name is required. + +comSymMnuMpm.menuList.validate.chkBrowse=Menu list data does not exist. +comSymMnuMpm.menuList.validate.chkObject=The menu does not exist. Please register after menu. + + +comSymMnuMpm.menuManage.title=Menu Management List +comSymMnuMpm.menuManage.pageTop.title=Menu Management List +comSymMnuMpm.menuManage.menuNo=Menu No. +comSymMnuMpm.menuManage.menuNmHn=Menu Name +comSymMnuMpm.menuManage.progrmFileNm=Program File Name +comSymMnuMpm.menuManage.menuDc=Menu Description +comSymMnuMpm.menuManage.upperMenuId=Upper Menu No. +comSymMnuMpm.menuManage.menuNm=Menu Name + + +comSymMnuMpm.menuDetailSelectUpdt.title=Menu Detailed View and Edit +comSymMnuMpm.menuDetailSelectUpdt.pageTop.title=Menu Detailed View and Edit +comSymMnuMpm.menuDetailSelectUpdt.menuNo=Menu No. +comSymMnuMpm.menuDetailSelectUpdt.menuOrder=Menu Order +comSymMnuMpm.menuDetailSelectUpdt.menuNm=Menu Name +comSymMnuMpm.menuDetailSelectUpdt.upperMenuId=Upper Menu No. +comSymMnuMpm.menuDetailSelectUpdt.progrmFileNm=Menu Name +comSymMnuMpm.menuDetailSelectUpdt.relateImageNm=Related Image Name +comSymMnuMpm.menuDetailSelectUpdt.relateImagePath=Related Image Path +comSymMnuMpm.menuDetailSelectUpdt.menuDc=Menu Description +comSymMnuMpm.menuDetailSelectUpdt.selectMenuSearch=Select Menu Search +comSymMnuMpm.menuDetailSelectUpdt.programFileNameSearch=Program File Name Search +comSymMnuMpm.menuDetailSelectUpdt.newWindow=New Window + + +comSymMnuMpm.menuRegist.title=Menu Information Registration +comSymMnuMpm.menuRegist.pageTop.title=Menu Information Registration +comSymMnuMpm.menuRegist.menuNo=Menu No. +comSymMnuMpm.menuRegist.menuOrder=Menu Order +comSymMnuMpm.menuRegist.menuNm=Menu Name +comSymMnuMpm.menuRegist.upperMenuId=Upper Menu No. +comSymMnuMpm.menuRegist.progrmFileNm=Menu Name +comSymMnuMpm.menuRegist.relateImageNm=Related Image Name +comSymMnuMpm.menuRegist.relateImagePath=Related Image Path +comSymMnuMpm.menuRegist.menuDc=Menu Description +comSymMnuMpm.menuRegist.selectMenuSearch=Select Menu Search +comSymMnuMpm.menuRegist.programFileNameSearch=Program File Name Search +comSymMnuMpm.menuRegist.newWindow=New Window + + +comSymMnuMpm.menuBndeRegist.title=Bulk Registration of Menu +comSymMnuMpm.menuBndeRegist.pageTop.title=Bulk Registration of Menu +comSymMnuMpm.menuBndeRegist.menuNo=Bulk List File +comSymMnuMpm.menuBndeRegist.validate.confirm.insert=Would you like to register the menu in bulk? \\nYou can not delete menu information, program list, program change history. +comSymMnuMpm.menuBndeRegist.validate.confirm.delete=Do you want to delete the menu in bulk? \\nThe menu information, program list, and program change history data are all deleted. +comSymMnuMpm.menuBndeRegist.validate.alert.checkFile=Please specify a file to upload. +comSymMnuMpm.menuBndeRegist.validate.checkFile=The file format is incorrect. \\nYou can upload only xls, xlsx! + + +comSymMnuMpm.menuMvmn.title=Move menu +comSymMnuMpm.menuMvmn.pageTop.title=Move menu +comSymMnuMpm.menuMvmn.menuNo=Menu Name to Move +comSymMnuMpm.menuMvmn.validate.alert.menu=The menu does not exist. Please register after using menu! + + +comSymMnuMpm.head.head=Common service test site +comSymMnuMpm.mainView.mainViewTitle=Ministry of the Interior and Safety Common service test site +comSymMnuMpm.mainView.selectBBSListPortlet=List of generated boards +comSymMnuMpm.mainView.selectCommuMasterListPortlet=List of generated Community boards +comSymMnuMpm.mainView.selectBlogListPortlet=List of generated Blogs +comSymMnuMpm.mainView.deptSchdulManageMainList=Department schedule management +comSymMnuMpm.mainView.indvdlSchdulManageMainList=My schedule +comSymMnuMpm.mainView.exchangeRateInformation=View submenu +comSymMnuMpm.mainView.subMenuList=\ubd80\uba54\ub274 \ubcf4\uae30 +comSymMnuMpm.mainView.getBannerImage=Banner +comSymMnuMpm.main_bottom.mainBottomTitle=Bottom main +comSymMnuMpm.main_bottom.address=03171 Sejong Daero 209 (Government Seoul Government Office), Jongno-gu, Seoul / 30128 Sejong Special Self-Governing Province Government 2 Government Office 13 (Government Sejong Government Office) + + +#Site Map# +comSymMnuStm.siteMapng.siteMap=Site Map +comSymMnuStm.siteMapng.emptySiteMap=1100. Sitemap creation is performed after menu creation management> [menu creation] click> check selection from list> [menu creation] click> [create sitemap] click> click [create sitemap] from popup. +comSymMnuStm.siteMapng.validate.siteMap=Please create a sitemap. + + + +comSymPrm.programListManage.title=Program List +comSymPrm.programListManage.pageTop.title=Program List + +comSymPrm.programListManage.programName=Program Name +comSymPrm.programListManage.programFileName=Program File Name +comSymPrm.programListManage.ProgramDescription=Program Description + + +comSymPrm.programListRegist.title=Register Program List +comSymPrm.programListRegist.pageTop.title=Register Program List +comSymPrm.programListRegist.progrmFileNm=Program File Name +comSymPrm.programListRegist.progrmStrePath=Storage path +comSymPrm.programListRegist.progrmKoreanNm=Program Name +comSymPrm.programListRegist.progrmDc=Program Description +comSymPrm.programListRegist.url=URL + + +comSymPrm.programListDetailSelectUpdt.title=View / Edit Program List +comSymPrm.programListDetailSelectUpdt.pageTop.title=View / Edit Program List +comSymPrm.programListDetailSelectUpdt.progrmFileNm=Program File Name +comSymPrm.programListDetailSelectUpdt.progrmStrePath=Storage path +comSymPrm.programListDetailSelectUpdt.progrmKoreanNm=Program Name +comSymPrm.programListDetailSelectUpdt.progrmDc=Program Description +comSymPrm.programListDetailSelectUpdt.url=URL + + +comSymPrm.programChangeRequst.title=Program Change Request +comSymPrm.programChangeRequst.pageTop.title=Program Change Request +comSymPrm.programChangeRequst.progrmFileNm=Program File Name +comSymPrm.programChangeRequst.rqesterNo=Request Number +comSymPrm.programChangeRequst.rqesterSj=Request Title +comSymPrm.programChangeRequst.rqesterPersonId=Requester +comSymPrm.programChangeRequst.rqesterDe=Request Date +comSymPrm.programChangeRequst.processSttus=Processing Status +comSymPrm.programChangeRequst.processSttusA=Applying +comSymPrm.programChangeRequst.processSttusP=Proceeding +comSymPrm.programChangeRequst.processSttusR=Companion +comSymPrm.programChangeRequst.processSttusC=Completed + + +comSymPrm.programChangRequstDetailSelectUpdt.title=Program Change Request +comSymPrm.programChangRequstDetailSelectUpdt.pageTop.title=View / Modify Program Change Request Details +comSymPrm.programChangRequstDetailSelectUpdt.title.sub1=Change Request History +comSymPrm.programChangRequstDetailSelectUpdt.title.sub2=Change Processing History +comSymPrm.programChangRequstDetailSelectUpdt.rqesterNo=Request Number +comSymPrm.programChangRequstDetailSelectUpdt.progrmFileNm=Program File Name +comSymPrm.programChangRequstDetailSelectUpdt.rqesterPersonId=Requester ID +comSymPrm.programChangRequstDetailSelectUpdt.rqesterDe=Request Date +comSymPrm.programChangRequstDetailSelectUpdt.rqesterSj=Request Title +comSymPrm.programChangRequstDetailSelectUpdt.changerqesterCn=Change Request Contents +comSymPrm.programChangRequstDetailSelectUpdt.processDe=Change Processing Date +comSymPrm.programChangRequstDetailSelectUpdt.opetrId=Change Handler +comSymPrm.programChangRequstDetailSelectUpdt.processSttus=Change Processing Status +comSymPrm.programChangRequstDetailSelectUpdt.processSttusA=Applying +comSymPrm.programChangRequstDetailSelectUpdt.processSttusP=Proceeding +comSymPrm.programChangRequstDetailSelectUpdt.processSttusR=Companion +comSymPrm.programChangRequstDetailSelectUpdt.processSttusC=Completed +comSymPrm.programChangRequstDetailSelectUpdt.rqesterProcessCn=Change Processing Contents + + +comSymPrm.programChangRequstStre.title=Program Change Request Registration +comSymPrm.programChangRequstStre.pageTop.title=Program Change Request Registration +comSymPrm.programChangRequstStre.rqesterNo=Request Number +comSymPrm.programChangRequstStre.progrmFileNm=Program File Name +comSymPrm.programChangRequstStre.searchProgrmFileNm=Program File Name Search +comSymPrm.programChangRequstStre.rqesterPersonId=Requester +comSymPrm.programChangRequstStre.rqesterDe=Request Date +comSymPrm.programChangRequstStre.rqesterSj=Request Title +comSymPrm.programChangRequstStre.changerqesterCn=Change Request Contents + + +comSymPrm.fileNmSearch.title=Program File Name Search +comSymPrm.fileNmSearch.pageTop.title=Program File Name Search +comSymPrm.fileNmSearch.progrmFileNm=Program File Name +comSymPrm.fileNmSearch.progrmNm=Program Name + + +comSymPrm.programChangeRequstProcess.title=Processing Program Change Requests +comSymPrm.programChangeRequstProcess.pageTop.title=Processing Program Change Requests +comSymPrm.programChangeRequstProcess.searchCondition.opt1=All +comSymPrm.programChangeRequstProcess.searchCondition.opt2=Processing Status +comSymPrm.programChangeRequstProcess.searchCondition.opt3=Request Date +comSymPrm.programChangeRequstProcess.searchCondition.opt4=Requester +comSymPrm.programChangeRequstProcess.searchKeyword.value=Search Condition Value +comSymPrm.programChangeRequstProcess.searchKeyword.all=All Views +comSymPrm.programChangeRequstProcess.rqesterNo=Request Number +comSymPrm.programChangeRequstProcess.progrmNm=Program File Name +comSymPrm.programChangeRequstProcess.processSttus=Processing Status +comSymPrm.programChangeRequstProcess.rqesterSj=Request Title +comSymPrm.programChangeRequstProcess.rqesterPersonId=Requester +comSymPrm.programChangeRequstProcess.rqesterDe=Request Date +comSymPrm.programChangeRequstProcess.processSttusA=Applying +comSymPrm.programChangeRequstProcess.processSttusP=Proceeding +comSymPrm.programChangeRequstProcess.processSttusR=Companion +comSymPrm.programChangeRequstProcess.processSttusC=Completed + + +comSymPrm.programChangRequstProcessDetailSelectUpdt.title=View / Modify Program Change Request Processing Details +comSymPrm.programChangRequstProcessDetailSelectUpdt.pageTop.title=View / Modify Program Change Request Processing Details +comSymPrm.programChangRequstProcessDetailSelectUpdt.title.sub1=Change Processing History +comSymPrm.programChangRequstProcessDetailSelectUpdt.title.sub2=Change Request History +comSymPrm.programChangRequstProcessDetailSelectUpdt.processDe=Change Processing Date +comSymPrm.programChangRequstProcessDetailSelectUpdt.opetrId=Change Handler +comSymPrm.programChangRequstProcessDetailSelectUpdt.processSttus=Change Processing Status +comSymPrm.programChangRequstProcessDetailSelectUpdt.rqesterProcessCn=Change Processing Contents +comSymPrm.programChangRequstProcessDetailSelectUpdt.processSttusA=Applying +comSymPrm.programChangRequstProcessDetailSelectUpdt.processSttusP=Proceeding +comSymPrm.programChangRequstProcessDetailSelectUpdt.processSttusR=Companion +comSymPrm.programChangRequstProcessDetailSelectUpdt.processSttusC=Completed +comSymPrm.programChangRequstProcessDetailSelectUpdt.rqesterNo=Request number +comSymPrm.programChangRequstProcessDetailSelectUpdt.progrmFileNm=Program File Name +comSymPrm.programChangRequstProcessDetailSelectUpdt.rqesterPersonId=Requestor ID +comSymPrm.programChangRequstProcessDetailSelectUpdt.rqesterDe=Request Date +comSymPrm.programChangRequstProcessDetailSelectUpdt.rqesterSj=Request Title +comSymPrm.programChangRequstProcessDetailSelectUpdt.changerqesterCn=Change Request Contents + + +comSymPrm.programChgHst.title=Program Change History +comSymPrm.programChgHst.pageTop.title=Program Change History +comSymPrm.programChgHst.searchKeyword=Program Name +comSymPrm.programChgHst.progrmFileNm=Program File Name +comSymPrm.programChgHst.processSttus=Processing Status +comSymPrm.programChgHst.rqesterProcessCn=Processing Contents +comSymPrm.programChgHst.rqesterPersonId=Change Requestor +comSymPrm.programChgHst.rqesterDe=Change Request Date +comSymPrm.programChgHst.processDe=Change Completed Date +comSymPrm.programChgHst.processSttusA=Applying +comSymPrm.programChgHst.processSttusP=Proceeding +comSymPrm.programChgHst.processSttusR=Companion +comSymPrm.programChgHst.processSttusC=Completed + + +comSymPrm.programChgHstDetail.title=Program Change History Details +comSymPrm.programChgHstDetail.pageTop.title=View Program Change History Details +comSymPrm.programChgHstDetail.title.sub1=Change Request History +comSymPrm.programChgHstDetail.title.sub2=Change Processing History +comSymPrm.programChgHstDetail.rqesterNo=Request Number +comSymPrm.programChgHstDetail.progrmFileNm=Program File Name +comSymPrm.programChgHstDetail.rqesterPersonId=Requestor ID +comSymPrm.programChgHstDetail.rqesterDe=Request Date +comSymPrm.programChgHstDetail.rqesterSj=Request Title +comSymPrm.programChgHstDetail.changerqesterCn=Change Processing Contents +comSymPrm.programChgHstDetail.processDe=Change Processing Date +comSymPrm.programChgHstDetail.opetrId=Change Handler +comSymPrm.programChgHstDetail.processSttus=Change Processing Status +comSymPrm.programChgHstDetail.rqesterProcessCn=Change Processing Contents +comSymPrm.programChgHstDetail.processSttusA=Applying +comSymPrm.programChgHstDetail.processSttusP=Proceeding +comSymPrm.programChgHstDetail.processSttusR=Companion +comSymPrm.programChgHstDetail.processSttusC=Completed + + +comSymPrm.progrmManageController.processSttusA=Applying +comSymPrm.progrmManageController.processSttusP=Proceeding +comSymPrm.progrmManageController.processSttusR=Companion +comSymPrm.progrmManageController.processSttusC=Completed +comSymPrm.progrmManageController.email.Sj=Processing Program Change Requests +comSymPrm.progrmManageController.email.emailCn=Your program change request has been processed. +comSymPrm.progrmManageController.updateProgrmChangRequstProcess.fail=Modification failed. Change Request Handling Modifications can only be processed by the person in charge of the change. +comSymPrm.progrmManageController.checkRqesterPersonId=Failed to delete. Only the change requester can be deleted. + + + +comSymSymBak.backupOpertList.title=Backup Job Management List +comSymSymBak.backupOpertList.pageTop.title=Backup Job Management List +comSymSymBak.backupOpertList.caption=Backup Job Management List +comSymSymBak.backupOpertList.validate.searchKeyword=Please select a search condition. +comSymSymBak.backupOpertList.searchCondition=Search Condition +comSymSymBak.backupOpertList.backupOpertId=Backup Job ID +comSymSymBak.backupOpertList.backupOpertNm=Backup Job Name +comSymSymBak.backupOpertList.backupOrginlDrctry=Backup Source Directory +comSymSymBak.backupOpertList.backupStreDrctry=Backup Storage Directory +comSymSymBak.backupOpertList.executCycleNm=Execution Cycle +comSymSymBak.backupOpertList.executSchdul=Execution Schedule +comSymSymBak.backupOpertList.searchKeyword=Search Keyword + + +comSymSymBak.backupOpertDetail.title=Backup Job Details +comSymSymBak.backupOpertDetail.pageTop.title=Backup Job Details +comSymSymBak.backupOpertDetail.backupOpertId=Backup Job ID +comSymSymBak.backupOpertDetail.backupOpertNm=Backup Job Name +comSymSymBak.backupOpertDetail.backupOrginlDrctry=Backup Source Directory +comSymSymBak.backupOpertDetail.backupStreDrctry=Backup Storage Directory +comSymSymBak.backupOpertDetail.executCycleNm=Execution Cycle +comSymSymBak.backupOpertDetail.cmprsSeNm=Compression Classification + + +comSymSymBak.backupOpertUpdt.title=Modifying Backup Jobs +comSymSymBak.backupOpertUpdt.pageTop.title=Modifying Backup Jobs +comSymSymBak.backupOpertUpdt.validate.executSchdulDfkSes.length=The weekday is the required input value when the execution cycle is selected as weekly. +comSymSymBak.backupOpertUpdt.validate.cycleMonth.executSchdulDay=When the execution cycle is monthly, the execution schedule (days) is a required input value. +comSymSymBak.backupOpertUpdt.validate.cycleYear.executSchdulMonth=When the execution cycle is annually, the execution schedule (month) is a required input value. +comSymSymBak.backupOpertUpdt.validate.cycleYear.executSchdulDay=When the execution cycle is annually, the execution schedule (days) is a mandatory input value. +comSymSymBak.backupOpertUpdt.validate.checkDate=The execution schedule (month / day) is not valid. +comSymSymBak.backupOpertUpdt.validate.executSchdulDeNm=The execution schedule (date) is a required input value when the execution cycle is only once. +comSymSymBak.backupOpertUpdt.validate.executSchdulDeNm.isDate=The execution schedule (date) is invalid. +comSymSymBak.backupOpertUpdt.backupOpertId=Backup Job ID +comSymSymBak.backupOpertUpdt.backupOpertNm=Backup Job Name +comSymSymBak.backupOpertUpdt.backupOrginlDrctry=Backup Source Directory +comSymSymBak.backupOpertUpdt.backupStreDrctry=Backup Storage Directory +comSymSymBak.backupOpertUpdt.executCycleNm=Execution Cycle +comSymSymBak.backupOpertUpdt.cmprsSeNm=Compression Classification +comSymSymBak.backupOpertUpdt.executSchdulDeNm=Execution schedule(Date) +comSymSymBak.backupOpertUpdt.executSchdulMonth=Execution schedule(Month) +comSymSymBak.backupOpertUpdt.executSchdulDay=Execution schedule(Day) +comSymSymBak.backupOpertUpdt.executSchdulHour=Execution schedule(Hour) +comSymSymBak.backupOpertUpdt.executSchdulMnt=Execution schedule(Minute) +comSymSymBak.backupOpertUpdt.executSchdulSecnd=Execution schedule(Second) +comSymSymBak.backupOpertUpdt.spnMonth=Month +comSymSymBak.backupOpertUpdt.spnDay=Day +comSymSymBak.backupOpertUpdt.spnHH=Hour +comSymSymBak.backupOpertUpdt.spnMM=Minute +comSymSymBak.backupOpertUpdt.spnSS=Second + + +comSymSymBak.backupOpertRegist.title=Registering Backup Jobs +comSymSymBak.backupOpertRegist.pageTop.title=Registering Backup Jobs +comSymSymBak.backupOpertRegist.validate.executSchdulDfkSes.length=The weekday is the required input value when the execution cycle is selected as weekly. +comSymSymBak.backupOpertRegist.validate.cycleMonth.executSchdulDay=When the execution cycle is monthly, the execution schedule (days) is a required input value. +comSymSymBak.backupOpertRegist.validate.cycleYear.executSchdulMonth=When the execution cycle is annually, the execution schedule (month) is a required input value. +comSymSymBak.backupOpertRegist.validate.cycleYear.executSchdulDay=When the execution cycle is annually, the execution schedule (days) is a mandatory input value. +comSymSymBak.backupOpertRegist.validate.checkDate=The execution schedule (month / day) is not valid. +comSymSymBak.backupOpertRegist.validate.executSchdulDeNm=The execution schedule (date) is a required input value when the execution cycle is only once. +comSymSymBak.backupOpertRegist.validate.executSchdulDeNm.isDate=The execution schedule (date) is invalid. +comSymSymBak.backupOpertRegist.backupOpertNm=Backup Job Name +comSymSymBak.backupOpertRegist.backupOrginlDrctry=Backup Source Directory +comSymSymBak.backupOpertRegist.backupStreDrctry=Backup Storage Directory +comSymSymBak.backupOpertRegist.executCycleNm=Execution Cycle +comSymSymBak.backupOpertRegist.cmprsSeNm=Compression Classification +comSymSymBak.backupOpertRegist.executSchdulDeNm=Execution schedule(Date) +comSymSymBak.backupOpertRegist.executSchdulMonth=Execution schedule(Month) +comSymSymBak.backupOpertRegist.executSchdulDay=Execution schedule(Day) +comSymSymBak.backupOpertRegist.executSchdulHour=Execution schedule(Hour) +comSymSymBak.backupOpertRegist.executSchdulMnt=Execution schedule(Minute) +comSymSymBak.backupOpertRegist.executSchdulSecnd=Execution schedule(Second) +comSymSymBak.backupOpertRegist.spnMonth=Month +comSymSymBak.backupOpertRegist.spnDay=Day +comSymSymBak.backupOpertRegist.spnHH=Hour +comSymSymBak.backupOpertRegist.spnMM=Minute +comSymSymBak.backupOpertRegist.spnSS=Second + + +comSymSymBak.backupResultList.title=List Of Backup Results +comSymSymBak.backupResultList.pageTop.title=List Of Backup Results +comSymSymBak.backupResultList.caption=List Of Backup Results +comSymSymBak.backupResultList.validate.searchKeyword=Please select a search condition. +comSymSymBak.backupResultList.validate.searchStartDate=Please enter search start date. +comSymSymBak.backupResultList.validate.searchEndDate=Please enter search end date. +comSymSymBak.backupResultList.validate.searchStartDate.name=Search start date +comSymSymBak.backupResultList.validate.searchEndDate.name=Search end date +comSymSymBak.backupResultList.validate.searchKeywordFromTo=The search end time can not be earlier than the search start time. +comSymSymBak.backupResultList.searchKeyword=Search Keyword +comSymSymBak.backupResultList.execStartDate=Execution Start Date +comSymSymBak.backupResultList.searchStartDate=Start Date +comSymSymBak.backupResultList.searchEndDate=End Date +comSymSymBak.backupResultList.searchCondition=Search Condition +comSymSymBak.backupResultList.sttusAll=All +comSymSymBak.backupResultList.sttusNormal=Normal +comSymSymBak.backupResultList.sttusAbnormal=Abnormal +comSymSymBak.backupResultList.sttusPerforming=Performing +comSymSymBak.backupResultList.backupResultId=Backup Result ID +comSymSymBak.backupResultList.backupOpertId=Backup Job ID +comSymSymBak.backupResultList.backupOpertNm=Backup Job Name +comSymSymBak.backupResultList.sttusNm=Condition +comSymSymBak.backupResultList.executBeginTime=Start Execution Time +comSymSymBak.backupResultList.executEndTime=Execution End Time + + +comSymSymBak.backupResultDetail.title=Detailed View Of Backup Result +comSymSymBak.backupResultDetail.pageTop.title=Detailed View Of Backup Result +comSymSymBak.backupResultDetail.backupResultId=Backup Result ID +comSymSymBak.backupResultDetail.backupOpertId=Backup Job ID +comSymSymBak.backupResultDetail.backupOpertNm=Backup Job Name +comSymSymBak.backupResultDetail.backupOrginlDrctry=Backup Source Directory +comSymSymBak.backupResultDetail.backupStreDrctry=Backup Storage Directory +comSymSymBak.backupResultDetail.backupFile=Backup File +comSymSymBak.backupResultDetail.sttusNm=Condition +comSymSymBak.backupResultDetail.errorInfo=Error Information +comSymSymBak.backupResultDetail.executBeginTime=Start Execution Time +comSymSymBak.backupResultDetail.executEndTime=End Execution Time + + +# EgovNtwrk.xml +comSymSymNwk.ntwrk.validate.gtwy=Gateway +comSymSymNwk.ntwrk.validate.subnet=Subnet +comSymSymNwk.ntwrk.validate.domnServer=DNS +comSymSymNwk.ntwrk.validate.userNm=User Name +comSymSymNwk.ntwrk.validate.regstYmd=Registration Date +comSymSymNwk.ntwrk.validate.ntwrkIp=IP + + +comSymSymNwk.ntwrkList.title=Network Management +comSymSymNwk.NtwrkList.pageTop.title=Network Management +comSymSymNwk.NtwrkList.strManageIem.all=All +comSymSymNwk.NtwrkList.strUserNm=User Name +comSymSymNwk.NtwrkList.ntwrkId=Network ID +comSymSymNwk.NtwrkList.ntwrkIp=IP +comSymSymNwk.NtwrkList.manageIem=Management Topics +comSymSymNwk.NtwrkList.userNm=User +comSymSymNwk.NtwrkList.useAt=Usage Status +comSymSymNwk.NtwrkList.regstYmd=Registration Date + + +comSymSymNwk.ntwrkDetail.title=View Network Details +comSymSymNwk.ntwrkDetail.pageTop.title=View Network Details +comSymSymNwk.ntwrkDetail.ntwrkId=Network ID +comSymSymNwk.ntwrkDetail.ntwrkIp=IP +comSymSymNwk.ntwrkDetail.gtwy=Gateway +comSymSymNwk.ntwrkDetail.subnet=Subnet +comSymSymNwk.ntwrkDetail.domnServer=DNS +comSymSymNwk.ntwrkDetail.manageIem=Management Topics +comSymSymNwk.ntwrkDetail.userNm=User Name +comSymSymNwk.ntwrkDetail.useAt=Usage Status +comSymSymNwk.ntwrkDetail.regstYmd=Registration Date + + +comSymSymNwk.ntwrkUpdt.title=Modify network +comSymSymNwk.ntwrkUpdt.pageTop.title=Modify network +comSymSymNwk.ntwrkUpdt.ntwrkId=Network ID +comSymSymNwk.ntwrkUpdt.ntwrkIp=IP +comSymSymNwk.ntwrkUpdt.gtwy=Gateway +comSymSymNwk.ntwrkUpdt.subnet=Subnet +comSymSymNwk.ntwrkUpdt.domnServer=DNS +comSymSymNwk.ntwrkUpdt.manageIem=Management Topics +comSymSymNwk.ntwrkUpdt.userNm=User Name +comSymSymNwk.ntwrkUpdt.useAt=Usage Status +comSymSymNwk.ntwrkUpdt.regstYmd=Registration Date +comSymSymNwk.ntwrkUpdt.validate.save=Do you want to save it? +comSymSymNwk.ntwrkUpdt.validate.delete=Are you sure you want to delete? +comSymSymNwk.ntwrkUpdt.validate.ip.notAllowed=The exception is the IP address. +comSymSymNwk.ntwrkUpdt.validate.ip.formatMismatch=IP format mismatch. + + +comSymSymNwk.ntwrkRegist.title=Network Registration +comSymSymNwk.ntwrkRegist.pageTop.title=Network Registration +comSymSymNwk.ntwrkRegist.ntwrkId=Network ID +comSymSymNwk.ntwrkRegist.ntwrkIp=IP +comSymSymNwk.ntwrkRegist.gtwy=Gateway +comSymSymNwk.ntwrkRegist.subnet=Subnet +comSymSymNwk.ntwrkRegist.domnServer=DNS +comSymSymNwk.ntwrkRegist.manageIem=Management Topics +comSymSymNwk.ntwrkRegist.userNm=User Name +comSymSymNwk.ntwrkRegist.useAt=Usage Status +comSymSymNwk.ntwrkRegist.regstYmd=Registration Date +comSymSymNwk.ntwrkRegist.validate.save=Do you want to save it? +comSymSymNwk.ntwrkRegist.validate.delete=Are you sure you want to delete? +comSymSymNwk.ntwrkRegist.validate.ip.notAllowed=The exception is the IP address. +comSymSymNwk.ntwrkRegist.validate.ip.formatMismatch=IP format mismatch. + + + +# EgovServer.xml +comSymSymSrv.server.validate.serverNm=Server Name +comSymSymSrv.server.validate.regstYmd=Registration Date + +# EgovServerEqpmn.xml +comSymSymSrv.serverEqpmn.validate.serverEqpmnNm=Name of server equipment +comSymSymSrv.serverEqpmn.validate.serverEqpmnIp=Server Equipment IP +comSymSymSrv.serverEqpmn.validate.serverEqpmnMngrNm=Manager +comSymSymSrv.serverEqpmn.validate.mngrEmailAddr=Admin email address +comSymSymSrv.serverEqpmn.validate.opersysmInfo=OS information +comSymSymSrv.serverEqpmn.validate.cpuInfo=CPU Information +comSymSymSrv.serverEqpmn.validate.moryInfo=Memory information +comSymSymSrv.serverEqpmn.validate.hdDisk=Hard disk +comSymSymSrv.serverEqpmn.validate.regstYmd=Registration Date + + +comSymSymSrv.serverEqpmnList.title=Server Equipment List +comSymSymSrv.serverEqpmnList.pageTop.title=Server H/W Management +comSymSymSrv.serverEqpmnList.caption=Server H/W Management +comSymSymSrv.serverEqpmnList.serverEqpmnId=Server H/W ID +comSymSymSrv.serverEqpmnList.serverEqpmnNm=Server H/W Name +comSymSymSrv.serverEqpmnList.serverEqpmnIp=Server H/W IP +comSymSymSrv.serverEqpmnList.serverEqpmnMngrNm=Manager +comSymSymSrv.serverEqpmnList.regstYmd=Registration Date + + +comSymSymSrv.serverEqpmnDetail.title=Detailed View Of Server Equipment +comSymSymSrv.serverEqpmnDetail.pageTop.title=Detailed View Of Server H/W +comSymSymSrv.serverEqpmnDetail.serverEqpmnId=Server H/W ID +comSymSymSrv.serverEqpmnDetail.serverEqpmnNm=Server H/W Name +comSymSymSrv.serverEqpmnDetail.serverEqpmnIp=Server H/W IP +comSymSymSrv.serverEqpmnDetail.serverEqpmnMngrNm=Manager +comSymSymSrv.serverEqpmnDetail.mngrEmailAddr=Manager email +comSymSymSrv.serverEqpmnDetail.opersysmInfo=OS Information +comSymSymSrv.serverEqpmnDetail.cpuInfo=CPU Information +comSymSymSrv.serverEqpmnDetail.moryInfo=Memory Information +comSymSymSrv.serverEqpmnDetail.hdDisk=Hard Disk +comSymSymSrv.serverEqpmnDetail.etcInfo=Other information +comSymSymSrv.serverEqpmnDetail.regstYmd=Registration Date + + +comSymSymSrv.serverEqpmnUpdt.title=Modify Server Equipment +comSymSymSrv.serverEqpmnUpdt.pageTop.title=Modify Server H/W +comSymSymSrv.serverEqpmnUpdt.serverEqpmnId=Server H/W ID +comSymSymSrv.serverEqpmnUpdt.serverEqpmnNm=Server H/W Name +comSymSymSrv.serverEqpmnUpdt.serverEqpmnIp=Server H/W IP +comSymSymSrv.serverEqpmnUpdt.serverEqpmnMngrNm=Manager +comSymSymSrv.serverEqpmnUpdt.mngrEmailAddr=Manager email +comSymSymSrv.serverEqpmnUpdt.opersysmInfo=OS Information +comSymSymSrv.serverEqpmnUpdt.cpuInfo=CPU Information +comSymSymSrv.serverEqpmnUpdt.moryInfo=Memory Information +comSymSymSrv.serverEqpmnUpdt.hdDisk=Hard Disk +comSymSymSrv.serverEqpmnUpdt.etcInfo=Other information +comSymSymSrv.serverEqpmnUpdt.regstYmd=Registration Date +comSymSymSrv.serverEqpmnUpdt.validate.ip.notAllowed=An unacceptable ip. +comSymSymSrv.serverEqpmnUpdt.validate.save=Do you want to save it? +comSymSymSrv.serverEqpmnUpdt.validate.delete=Are you sure you want to delete? +comSymSymSrv.serverEqpmnUpdt.validate.ip.formatMismatch=IP format mismatch. + + +comSymSymSrv.serverEqpmnRegist.title=Register Server Equipment +comSymSymSrv.serverEqpmnRegist.pageTop.title=Register Server H/W +comSymSymSrv.serverEqpmnRegist.serverEqpmnNm=Server H/W Name +comSymSymSrv.serverEqpmnRegist.serverEqpmnIp=Server H/W IP +comSymSymSrv.serverEqpmnRegist.serverEqpmnMngrNm=Manager +comSymSymSrv.serverEqpmnRegist.mngrEmailAddr=Manager email +comSymSymSrv.serverEqpmnRegist.opersysmInfo=OS Information +comSymSymSrv.serverEqpmnRegist.cpuInfo=CPU Information +comSymSymSrv.serverEqpmnRegist.moryInfo=Memory Information +comSymSymSrv.serverEqpmnRegist.hdDisk=Hard Disk +comSymSymSrv.serverEqpmnRegist.etcInfo=Other information +comSymSymSrv.serverEqpmnRegist.regstYmd=Registration Date +comSymSymSrv.serverEqpmnRegist.validate.save=Do you want to save it? +comSymSymSrv.serverEqpmnRegist.validate.ip.notAllowed=The exception is the IP address. +comSymSymSrv.serverEqpmnRegist.validate.ip.formatMismatch=IP format mismatch. +comSymSymSrv.serverEqpmnRegist.validate.email.formatMismatch=Invalid email address. + + +comSymSymSrv.serverList.title=View Server List +comSymSymSrv.serverList.pageTop.title=Server S/W Management +comSymSymSrv.serverList.serverId=Server S/W ID +comSymSymSrv.serverList.serverNm=Server S/W Name +comSymSymSrv.serverList.serverKndNm=Server S/W Type +comSymSymSrv.serverList.regstYmd=Registration Date +comSymSymSrv.serverList.regServerHW=Server H/W Registration + + +comSymSymSrv.serverEqpmnRelateRegist.title=Server H/W Relationship Registration +comSymSymSrv.serverEqpmnRelateRegist.pageTop.title=Server H/W Registration +comSymSymSrv.serverEqpmnRelateRegist.validate.noServer=There is no changed server H/W. +comSymSymSrv.serverEqpmnRelateRegist.validate.noResults=No query results found. +comSymSymSrv.serverEqpmnRelateRegist.validate.save=Do you want to save it? +comSymSymSrv.serverEqpmnRelateRegist.serverEqpmnId=Server H/W ID +comSymSymSrv.serverEqpmnRelateRegist.serverEqpmnNm=Server H/W Name +comSymSymSrv.serverEqpmnRelateRegist.serverEqpmnIp=Server H/W IP +comSymSymSrv.serverEqpmnRelateRegist.serverEqpmnMngrNm=Manager +comSymSymSrv.serverEqpmnRelateRegist.regYn=Registration Status +comSymSymSrv.serverEqpmnRelateRegist.regYn.Y=Registered +comSymSymSrv.serverEqpmnRelateRegist.regYn.N=Unregistered + + +comSymSymSrv.serverDetail.title=Detailed Information Of Server Information +comSymSymSrv.serverDetail.pageTop.title1=Detailed View Of S/W +comSymSymSrv.serverDetail.serverId=Server S/W ID +comSymSymSrv.serverDetail.serverNm=Server S/W Name +comSymSymSrv.serverDetail.serverKndNm=Server S/W Type +comSymSymSrv.serverDetail.regstYmd=Registration Date +comSymSymSrv.serverDetail.pageTop.title2=Server H/W List +comSymSymSrv.serverDetail.serverEqpmnNm=Server H/W Name +comSymSymSrv.serverDetail.serverEqpmnIp=Server H/W IP +comSymSymSrv.serverDetail.cpuInfo=CPU Information +comSymSymSrv.serverDetail.moryInfo=Memory Information +comSymSymSrv.serverDetail.serverEqpmnMngrNm=Manager +comSymSymSrv.serverDetail.opersysmInfo=OS Information +comSymSymSrv.serverDetail.hdDisk=Hard Disk +comSymSymSrv.serverDetail.etcInfo=Other information + + +comSymSymSrv.serverUpdt.title=Edit Server Information +comSymSymSrv.serverUpdt.pageTop.title=Modify Server Software +comSymSymSrv.serverUpdt.validate.save=Do you want to save it? +comSymSymSrv.serverUpdt.validate.delete=Are you sure you want to delete? +comSymSymSrv.serverUpdt.serverId=Server S/W ID +comSymSymSrv.serverUpdt.serverNm=Server S/W Name +comSymSymSrv.serverUpdt.serverKndNm=Server S/W Type +comSymSymSrv.serverUpdt.regstYmd=Registration Date + + +comSymSymSrv.serverRegist.title=Server Information Registration +comSymSymSrv.serverRegist.pageTop.title=Server Software Registration +comSymSymSrv.serverRegist.serverNm=Server S/W Name +comSymSymSrv.serverRegist.serverKndNm=Server S/W Type +comSymSymSrv.serverRegist.regstYmd=Registration Date +comSymSymSrv.serverRegist.validate.save=Do you want to save it? + + + + + +comSymTbmTbp.troblProcessList.title=Trouble Processing Management +comSymTbmTbp.troblProcessList.pageTop.title=Trouble Processing Management +comSymTbmTbp.troblProcessList.caption=Trouble Processing Management List +comSymTbmTbp.troblProcessList.strTroblKnd.all=All +comSymTbmTbp.troblProcessList.troblId=Trouble ID +comSymTbmTbp.troblProcessList.troblNm=Trouble Name +comSymTbmTbp.troblProcessList.troblKndNm=Trouble Type +comSymTbmTbp.troblProcessList.troblOccrrncTime=Occurrence Time +comSymTbmTbp.troblProcessList.troblRqesterNm=Registrant +comSymTbmTbp.troblProcessList.processSttusNm=Processing Status + + +comSymTbmTbp.troblProcessRegist.title=Trouble processing result registration +comSymTbmTbp.troblProcessRegist.pageTop.title=Trouble processing result registration +comSymTbmTbp.troblProcessRegist.validate.infoTime=The processing time must be set after the failure request time. +comSymTbmTbp.troblProcessRegist.validate.save=Do you want to save it? +comSymTbmTbp.troblProcessRegist.validate.delete=Are you sure you want to delete? +comSymTbmTbp.troblProcessRegist.troblId=Trouble ID +comSymTbmTbp.troblProcessRegist.troblNm=Trouble Name +comSymTbmTbp.troblProcessRegist.troblKndNm=Trouble Type +comSymTbmTbp.troblProcessRegist.troblDc=Trouble Description +comSymTbmTbp.troblProcessRegist.troblOccrrncTime=Occurrence Time +comSymTbmTbp.troblProcessRegist.troblRqesterNm=Registrant +comSymTbmTbp.troblProcessRegist.troblRequstTime=Trouble Processing Request Time +comSymTbmTbp.troblProcessRegist.processSttusNm=Processing Status +comSymTbmTbp.troblProcessRegist.troblProcessResult=Processing Result +comSymTbmTbp.troblProcessRegist.troblProcessD=Processing Time +comSymTbmTbp.troblProcessRegist.troblOpetrNm=Handler +comSymTbmTbp.troblProcessRegist.hour=Hour +comSymTbmTbp.troblProcessRegist.minute=Minute +comSymTbmTbp.troblProcessRegist.second=Second + + + + +comSymTbmTbr.troblReqstList.title=Trouble Application List +comSymTbmTbr.troblReqstList.pageTop.title=Trouble Application Management +comSymTbmTbr.troblReqstList.troblId=Trouble ID +comSymTbmTbr.troblReqstList.troblNm=Trouble Name +comSymTbmTbr.troblReqstList.troblKndNm=Trouble Type +comSymTbmTbr.troblReqstList.troblOccrrncTime=Trouble Time +comSymTbmTbr.troblReqstList.troblRqesterNm=Registrant +comSymTbmTbr.troblReqstList.processSttusNm=Processing Status +comSymTbmTbr.troblReqstList.selectAll=All + + +comSymTbmTbr.troblReqstDetail.title=Detailed View Of Trouble Application +comSymTbmTbr.troblReqstDetail.pageTop.title=Detailed View Of Trouble Application +comSymTbmTbr.troblReqstDetail.validate.=Can not edit. +comSymTbmTbr.troblReqstDetail.validate.=It can not be deleted. +comSymTbmTbr.troblReqstDetail.validate.=Are you sure you want to delete? +comSymTbmTbr.troblReqstDetail.validate.=This is not a request. +comSymTbmTbr.troblReqstDetail.validate.request=Would you like to request it? +comSymTbmTbr.troblReqstDetail.validate.=This request is not subject to cancellation. +comSymTbmTbr.troblReqstDetail.validate.=Are you sure you want to cancel the request? +comSymTbmTbr.troblReqstDetail.troblId=Trouble ID +comSymTbmTbr.troblReqstDetail.troblNm=Trouble Name +comSymTbmTbr.troblReqstDetail.troblKndNm=Trouble Type +comSymTbmTbr.troblReqstDetail.troblDc=Trouble Description +comSymTbmTbr.troblReqstDetail.troblOccrrncTime=Trouble Time +comSymTbmTbr.troblReqstDetail.troblRqesterNm=Trouble Registrant +comSymTbmTbr.troblReqstDetail.troblRequstTime=Trouble Processing Request Time +comSymTbmTbr.troblReqstDetail.processSttusNm=Processing Status +comSymTbmTbr.troblReqstDetail.troblProcessResult=Processing Result +comSymTbmTbr.troblReqstDetail.troblProcessTime=Processing Time +comSymTbmTbr.troblReqstDetail.troblOpetrNm=Failback Processor +comSymTbmTbr.troblReqstDetail.request=Request +comSymTbmTbr.troblReqstDetail.cancelRequest=Cancel request + + +comSymTbmTbr.troblReqstUpdt.title=Modify Trouble Application +comSymTbmTbr.troblReqstUpdt.pageTop.title=Modify Trouble Application +comSymTbmTbr.troblReqstUpdt.validate.info=Trouble time must be set before the current time. +comSymTbmTbr.troblReqstUpdt.validate.save=Do you want to save it? +comSymTbmTbr.troblReqstUpdt.validate.delete=Are you sure you want to delete? +comSymTbmTbr.troblReqstUpdt.troblId=Trouble ID +comSymTbmTbr.troblReqstUpdt.troblNm=Trouble Name +comSymTbmTbr.troblReqstUpdt.troblKnd=Trouble Type +comSymTbmTbr.troblReqstUpdt.troblDc=Trouble Description +comSymTbmTbr.troblReqstUpdt.troblOccrrncTime=Trouble Time +comSymTbmTbr.troblReqstUpdt.troblRqesterNm=Trouble Registrant +comSymTbmTbr.troblReqstUpdt.hour=Hour +comSymTbmTbr.troblReqstUpdt.minute=Minute +comSymTbmTbr.troblReqstUpdt.second=Second + + +comSymTbmTbr.troblReqstRegist.title=Modify Trouble Application +comSymTbmTbr.troblReqstRegist.pageTop.title=Modify Trouble Application +comSymTbmTbr.troblReqstRegist.validate.info=Trouble time must be set before the current time. +comSymTbmTbr.troblReqstRegist.validate.save=Do you want to save it? +comSymTbmTbr.troblReqstRegist.troblId=Trouble ID +comSymTbmTbr.troblReqstRegist.troblNm=Trouble Name +comSymTbmTbr.troblReqstRegist.troblKnd=Trouble Type +comSymTbmTbr.troblReqstRegist.troblDc=Trouble Description +comSymTbmTbr.troblReqstRegist.troblOccrrncTime=Trouble Time +comSymTbmTbr.troblReqstRegist.troblRqesterNm=Trouble Registrant +comSymTbmTbr.troblReqstRegist.hour=Hour +comSymTbmTbr.troblReqstRegist.minute=Minute +comSymTbmTbr.troblReqstRegist.second=Second + + + +# EgovLoginPolicy.xml +comUatUap.loginPolicy.validate.ipInfo=IP Information +comUatUap.loginPolicy.validate.lmttAt=IP Restricted + + +comUatUap.LoginPolicyList.title=Login Policy Management +comUatUap.LoginPolicyList.caption=Login Policy Management +comUatUap.LoginPolicyList.userName=User Name +comUatUap.LoginPolicyList.userNameSearch=User Name Search +comUatUap.LoginPolicyList.userId=User ID +comUatUap.LoginPolicyList.ipInfo=IP Infomation +comUatUap.LoginPolicyList.restricted=Restricted +comUatUap.LoginPolicyList.validate.checkCount=No login policies selected. +comUatUap.LoginPolicyList.validate.checkField=No query results found. +comUatUap.LoginPolicyList.validate.checkIds=Please register after viewing. +comUatUap.LoginPolicyList.validate.checkReg=You already have a sign-in policy. +comUatUap.LoginPolicyList.validate.checkedCounter.onlyOne=Please select only one to register. +comUatUap.LoginPolicyList.validate.checkedCounter.none=No registration target selected. +comUatUap.LoginPolicyList.validate.delete=Are you sure you want to delete? + + +comUatUap.loginPolicyUpdt.title=Login policy Modification +comUatUap.loginPolicyUpdt.pageTop.title=Login policy Modification +comUatUap.loginPolicyUpdt.emplyrId=User ID +comUatUap.loginPolicyUpdt.emplyrNm=User Name +comUatUap.loginPolicyUpdt.ipInfo=IP Information +comUatUap.loginPolicyUpdt.lmttAt=IP Restricted +comUatUap.loginPolicyUpdt.regDate=Registration Date +comUatUap.loginPolicyUpdt.validate.confirm.save=Do you want to save it? +comUatUap.loginPolicyUpdt.validate.confirm.delete=Are you sure you want to delete? +comUatUap.loginPolicyUpdt.validate.info.exceptionIP=The exception is the IP address. +comUatUap.loginPolicyUpdt.validate.info.invalidForm=The input format is not appropriate. + + +comUatUap.loginPolicyRegist.title=Login policy Registration +comUatUap.loginPolicyRegist.pageTop.title=Login policy Registration +comUatUap.loginPolicyRegist.emplyrId=User ID +comUatUap.loginPolicyRegist.emplyrNm=User Name +comUatUap.loginPolicyRegist.ipInfo=IP Information +comUatUap.loginPolicyRegist.lmttAt=IP Restricted +comUatUap.loginPolicyRegist.regDate=Registration Date +comUatUap.loginPolicyRegist.validate.confirm.save=Do you want to save it? +comUatUap.loginPolicyRegist.validate.confirm.delete=Are you sure you want to delete? +comUatUap.loginPolicyRegist.validate.info.exceptionIP=The exception is the IP address. +comUatUap.loginPolicyRegist.validate.info.invalidForm=The input format is not appropriate. + + + +comUatUia.title=Log In + +comUatUia.validate.idCheck=Please enter your ID. +comUatUia.validate.passCheck=Please enter your password. +comUatUia.validate.userManagmentCheck=User management component is not installed. Please ask admin. +comUatUia.validate.membershipCheck=Business users don't need to join membership separately. + + +comUatUia.loginForm.GNR=Member +comUatUia.loginForm.ENT=Corporate +comUatUia.loginForm.USR=Business user + +comUatUia.loginForm.id=ID +comUatUia.loginForm.pw=Password +comUatUia.loginForm.login=Log In +comUatUia.loginForm.regist=Join +comUatUia.loginForm.idPwSearch=Search For ID/password + +comUatUia.loginForm.idSave=Stay Signed In +comUatUia.loginForm.submit=Send + +comUatUia.loginForm.login.gpki=Certificate Login(Korea only) +comUatUia.loginForm.login.normal=General Login +comUatUia.loginForm.gpki.info=Certificate Guide +comUatUia.loginForm.gpki.descrption=Certificate login is only available to public authorities in Korea. + + +comUatUia.idPw.title=Search For ID/Password + +comUatUia.idPw.id=ID +comUatUia.idPw.name=Name +comUatUia.idPw.email=Email +comUatUia.idPw.passwordHint=Password Hint +comUatUia.idPw.passwordCnsr=Password Answer +comUatUia.idPw.result=Result + + +comUatUia.idPw.gnr = Member +comUatUia.idPw.ent = Corporate +comUatUia.idPw.usr = Business user + +comUatUia.idPw.searchId = Search For ID +comUatUia.idPw.searchPassword = Search For Password + +comUatUia.idPw.validate.id=Please enter your ID. +comUatUia.idPw.validate.name=Please enter your name. +comUatUia.idPw.validate.email=Please enter your email. +comUatUia.idPw.validate.passwordHint=Please select password hint. +comUatUia.idPw.validate.passwordCnsr=Please input password answer. + +comUatUia.idPasswordResult.searchIdPwd=Find your Id and password + + +#Commute management# +ussCmt.cmtManageList.cmtManage=Commute management +ussCmt.cmtManageList.wrktDt=Date +ussCmt.cmtManageList.emplyrId=Employee ID +ussCmt.cmtManageList.wrkStartTime=The office-going hour +ussCmt.cmtManageList.wrkEndTime=Quitting time +ussCmt.cmtManageList.ovtmwrkHours=Night duty hour +ussCmt.cmtManageList.wrkStartStatus=Work Start status +ussCmt.cmtManageList.wrkEndStatus=Work End status + +ussCmt.cmtManageServiceImpl.normal=normal + +ussCmt.cmtManageList.wrkInfo=\u203bIt is treated as an error when clicking duplicate day. + +ussCmt.cmtManageList.validate.wrkStartAlert=You have already pressed the go to work button. +ussCmt.cmtManageList.validate.wrkStartBeforeEndAlert=Please register for work first. + + +# Anniversary Management comUssIonAns +# EgovAnnvrsryManage.xml +comUssIonAns.annvrsryManage.validate.usid = User ID +comUssIonAns.annvrsryManage.validate.annvrsrySe = Anniversary Category +comUssIonAns.annvrsryManage.validate.annvrsryDe = Dates +comUssIonAns.annvrsryManage.validate.cldrSe = solar / lunar separation +comUssIonAns.annvrsryManage.validate.annvrsryNm = Anniversary Name + +# EgovAnnvrsryManageList.jsp +comUssIonAns.annvrsryManageList.title = View anniversary management list +comUssIonAns.annvrsryManageList.arrParam.directProgress = Anniversary bulk +comUssIonAns.annvrsryManageList.annvrsryManageList = Anniversary Management List +comUssIonAns.annvrsryManageList.excelRegiser = Anniversary Excel Registration +comUssIonAns.annvrsryMainList.option=If the yearly repetition option is used, yearly inquiry will be applied every year even if it is not current year + +# EgovAnnvrsryDetail.jsp +comUssIonAns.annvrsryDetail.title = View anniversary details +comUssIonAns.annvrsryDetail.annvrsryDetail = Anniversary Details + +# EgovAnnvrsryRegist.jsp +comUssIonAns.annvrsryRegist.title = Anniversary registration + +# EgovAnnvrsryUpdt.jsp +comUssIonAns.annvrsryUpdt.title = Edit Anniversary + +# EgovAnnvrsryGdcc.jsp +comUssIonAns.annvrsryGdcc.title = View anniversary details +comUssIonAns.annvrsryGdcc.icon = title icon image +comUssIonAns.annvrsryGdcc.intro = Anniversary Guide +comUssIonAns.annvrsryGdcc.alarm = Anniversary Alarm Screen +comUssIonAns.annvrsryGdcc.cldrSe1 = Solar +comUssIonAns.annvrsryGdcc.cldrSe2 = Lunar + +# EgovAnnvrsryMainList.jsp +comUssIonAns.annvrsryMainList.title = Anniversary list Main list +comUssIonAns.annvrsryMainList.summary = Provides a list of upcoming anniversaries +comUssIonAns.annvrsryMainList.listTitle = Upcoming Anniversaries +comUssIonAns.annvrsryMainList.guide= The left menu on all-in-one common components is 930. Anniversary dates are included between D-day and the current time. You can see detailed information when you click the anniversary name. + +# EgovAnnvrsryManageBndeListPop.jsp +comUssIonAns.annvrsryManageBndeListPop.title = Bulk anniversary registration +comUssIonAns.annvrsryManageBndeListPop.validate.fileValue = Please specify the file to upload. +comUssIonAns.annvrsryManageBndeListPop.validate.fileForm = The file format is incorrect. \\n Only xls, XLS, xlsx, XLSX \\nYou can upload! +comUssIonAns.annvrsryManageBndeListPop.validate.excelProcess = Completed anniversary Excel registration +comUssIonAns.annvrsryManageBndeListPop.excelFile = Anniversary Excel file +comUssIonAns.annvrsryManageBndeListPop.AllFile = Bulk file +comUssIonAns.annvrsryManageBndeListPop.upload = Upload +comUssIonAns.annvrsryManageBndeListPop.cldrSe1 = Solar calendar +comUssIonAns.annvrsryManageBndeListPop.cldrSe2 = Lunar calendar + +#Common +comUssIonAns.common.yearList = Year +comUssIonAns.common.year = year +comUssIonAns.common.toNewWindow = Go to new window +comUssIonAns.common.annvrsryNm = Anniversary Title +comUssIonAns.common.annvrsryDe = Anniversary (positive / negative) +comUssIonAns.common.cldrSe1 = solar +comUssIonAns.common.cldrSe2 = lunar +comUssIonAns.common.memo = Notes +comUssIonAns.common.annvrsrySetup = Notification status +comUssIonAns.common.annvrsryBeginDday = Previous reminder +comUssIonAns.common.reptitSe = Repeatability +comUssIonAns.common.annvrsryTemp1 = Applicant +comUssIonAns.common.annvrsryTemp2 = belongs +comUssIonAns.common.annvrsryTemp3 = Anniversary Category +comUssIonAns.common.annvrsryTemp4 = Anniversary +comUssIonAns.common.reptitSeEvery = Repeat every year +comUssIonAns.common.annvrsryNm = Anniversary Name +comUssIonAns.common.memo = Notes +comUssIonAns.common.annvrsryBeginDe = Notification start date +comUssIonAns.common.annvrsryBeginDdayAlarm = Previous reminder +comUssIonAns.common.annvrsryTemp5 = Notification settings +comUssIonAns.common.userName = applicant name +comUssIonAns.common.annvrsryBeginDe.7 = one week +comUssIonAns.common.annvrsryBeginDe.3 = 3 days +comUssIonAns.common.annvrsryBeginDe.2 = 2 days +comUssIonAns.common.annvrsryBeginDe.1 = 1 day +comUssIonAns.common.annvrsryBeginDe.alarm = Notify me since +comUssIonAns.common.alarm = Notifications +comUssIonAns.common.init = Initialize +comUssIonAns.common.duplicate=Duplicated data. Check your data. + + + +#Banner Management# +ussIonBnr.bannerList.bannerList=Banner Management List +ussIonBnr.bannerList.bannerNm=Banner Name +ussIonBnr.bannerList.linkUrl=Link URL +ussIonBnr.bannerList.bannerDc=Banner Description +ussIonBnr.bannerList.reflctAtt=Applicability +ussIonBnr.bannerList.noBanner=No Banner selected. +ussIonBnr.bannerList.failInquire=No results were inquired. +ussIonBnr.bannerList.deleteImage=Will you delete it? + +ussIonBnr.bannerRegist.bannerRegist=Banner Management Regist +ussIonBnr.bannerRegist.bannerNm=Banner Name +ussIonBnr.bannerRegist.bannerImage=Banner Image +ussIonBnr.bannerRegist.bannerId=Banner ID +ussIonBnr.bannerRegist.linkUrl=Link URL +ussIonBnr.bannerRegist.bannerDc=Banner Description +ussIonBnr.bannerRegist.sortOrdr=Sort Order +ussIonBnr.bannerRegist.reflctAtt=Applicability +ussIonBnr.bannerRegist.regDate=Registration date +ussIonBnr.bannerRegist.saveImage=Do you want to save it? +ussIonBnr.bannerRegist.ImageReq=Banner Image is required. +ussIonBnr.bannerRegist.deleteImage=Will you delete it? + +ussIonBnr.bannerUpdt.bannerUpdt=Banner Management Update +ussIonBnr.bannerUpdt.bannerNm=Banner Name +ussIonBnr.bannerUpdt.bannerImage=Banner Image +ussIonBnr.bannerUpdt.bannerId=Banner ID +ussIonBnr.bannerUpdt.linkUrl=Link URL +ussIonBnr.bannerUpdt.bannerDc=Banner Description +ussIonBnr.bannerUpdt.sortOrdr=Sort Order +ussIonBnr.bannerUpdt.reflctAtt=Applicability +ussIonBnr.bannerUpdt.regDate=Registration date +ussIonBnr.bannerUpdt.saveImage=Do you want to save it? +ussIonBnr.bannerUpdt.deleteImage=Will you delete it? + +ussIonBnr.bannerMainList.bannerMainList=MYPAGE Banner Management +ussIonBnr.bannerMainList.EgovBannerDc=This page is where 740. images registered in Banner Management are reflected. +ussIonBnr.bannerMainList.bannerNm=Banner Name + + + +#\ub2f9\uc9c1\uad00\ub9ac comUssIonBnt +# EgovBndtCeckManage.xml +comUssIonBnt.bndtCeckManage.validate.bndtCeckSe = Duty check division +comUssIonBnt.bndtCeckManage.validate.bndtCeckCd = Check code on duty +comUssIonBnt.bndtCeckManage.validate.bndtCeckCdNm = Check Code Name +comUssIonBnt.bndtCeckManage.validate.useAt = Whether to use + +#EgovBndtDiary.xml +comUssIonBnt.bndtDiary.validate.bndtId = Job ID +comUssIonBnt.bndtDiary.validate.bndtDe = date on watch +comUssIonBnt.bndtDiary.validate.bndtCeckSe = Duty check division +comUssIonBnt.bndtDiary.validate.bndtCeckCd = Check code on duty +comUssIonBnt.bndtDiary.validate.chckSttus = Check Status + +# EgovBndtManage.xml +comUssIonBnt.bndtManage.validate.bndtId = Job ID +comUssIonBnt.bndtManage.validate.bndtDe = Date on watch +comUssIonBnt.bndtManage.validate.remark = Remarks + +# EgovBndtManageList.jsp +comUssIonBnt.bndtManageList.title = Watch Management List +comUssIonBnt.bndtManageList.bndtExcelRegist = Register your job excel +comUssIonBnt.bndtManageList.bndtList = Watchlist + +# EgovBndtManageRegist.jsp comUssIonBnt.bndtManageRegist. +comUssIonBnt.bndtManageRegist.title = Register your job + +# EgovBndtManageDetail.jsp +comUssIonBnt.bndtManageDetail.title = Watch Details + +# EgovBndtManageUpdt.jsp +comUssIonBnt.bndtManageUpdt.title = Show correction + +# EgovBndtManageBndeListPop.jsp +comUssIonBnt.bndtManageBndeListPop.title = Register in Bulk +comUssIonBnt.bndtManageBndeListPop.bndtExcelFile = Watcher Excel file +comUssIonBnt.bndtManageBndeListPop.file = Bulk file +comUssIonBnt.bndtManageBndeListPop.upload = Upload + +# EgovBndtDiaryDetail.jsp +comUssIonBnt.bndtDiaryDetail.title = Detailed logbook + +# EgovBndtDiaryRegist.jsp +comUssIonBnt.bndtDiaryRegist.title = Log on the watch log + +# EgovBndtDiaryUpdt.jsp +comUssIonBnt.bndtDiaryUpdt.title = Edit watch diary + +# EgovBndtCeckManageList.jsp +comUssIonBnt.bndtCeckManageList.title = Watch Management List + +# EgovBndtCeckManageRegist.jsp +comUssIonBnt.bndtCeckManageRegist.title = Register watches check + +# EgovBndtCeckManageUpdt.jsp +comUssIonBnt.bndtCeckManageUpdt.title = Edit watch checks + +# EgovBndtCeckManageDetail.jsp +comUssIonBnt.bndtCeckManageDetail.title = Detailed view of duty check + +#Common comUssIonBnt.common. +comUssIonBnt.common.schdulSe = Turnover date +comUssIonBnt.common.year = year +comUssIonBnt.common.year.prev = Year Previous +comUssIonBnt.common.year.next = after year +comUssIonBnt.common.month.prev = previous Month +comUssIonBnt.common.month.next = next month +comUssIonBnt.common.month = month +comUssIonBnt.common.toNewWindow = Move to new window +comUssIonBnt.common.submit = Send +comUssIonBnt.common.sun = Sun +comUssIonBnt.common.mon = Mon +comUssIonBnt.common.tues = Tue +comUssIonBnt.common.wed = Wed +comUssIonBnt.common.thurs = Thur +comUssIonBnt.common.fri = Fri +comUssIonBnt.common.sat = Sat +comUssIonBnt.common.watcher = Watcher +comUssIonBnt.common.writeComplete = Completed +comUssIonBnt.common.diary = Diary +comUssIonBnt.common.insert = Registration +comUssIonBnt.common.yetInsert = Unregistered +comUssIonBnt.common.bndtIdName = Name of Watcher +comUssIonBnt.common.bndt = Watch +comUssIonBnt.common.orgnztNm = Affiliation +comUssIonBnt.common.bndtDe = date on watch +comUssIonBnt.common.remark = Remarks +comUssIonBnt.common.watcherName = Watch Subject +comUssIonBnt.common.validate.fileNull = Please specify the file to upload. +comUssIonBnt.common.validate.formNotMatch = The file format is incorrect. \\n Only xls, XLS, xlsx, XLSX \\nYou can upload! +comUssIonBnt.common.validate.excelProcessComplete = You have completed the registration process for Excel. +comUssIonBnt.common.altIconImg = Image of title icon +comUssIonBnt.common.bndtCeckCdNm = Watch checklist +comUssIonBnt.common.bndtCeckCd.good = Good +comUssIonBnt.common.bndtCeckCd.bad = Bad +comUssIonBnt.common.validate.fieldRequiredInput = field is required. +comUssIonBnt.common.requiredInputSign = Show Mandatory Input +comUssIonBnt.common.searchBndtCeckSe = Show division +comUssIonBnt.common.selectedAll = All +comUssIonBnt.common.bndtCeckCd = Check code on duty +comUssIonBnt.common.bndtCeckCdName = Job code check code +comUssIonBnt.common.useAt = Enabled? +comUssIonBnt.common.useAt.y = Enabled +comUssIonBnt.common.useAt.n = Not used +comUssIonBnt.common.bndtCeckTemp1 = Watch check classification + + + +# Conservative management comUssIonCtn +# EgovCtsnnManage.xml +comUssIonCtn.ctsnnManage.validate.usNm = Applicant +comUssIonCtn.ctsnnManage.validate.ctsnnNm = Light +comUssIonCtn.ctsnnManage.validate.ctsnnCd = Contour Code +comUssIonCtn.ctsnnManage.validate.occrrDe = date of occurrence +comUssIonCtn.ctsnnManage.validate.trgterNm = Target Name +comUssIonCtn.ctsnnManage.validate.relate = relationship +comUssIonCtn.ctsnnManage.validate.brth = Date of birth +comUssIonCtn.ctsnnManage.validate.sanctnDtNm = Certified + +# EgovCtsnnManageList.jsp +comUssIonCtn.ctsnnManageList.title = List of Conservative Management +comUssIonCtn.ctsnnManageList.validate.searchFromDate = Signature application date The start date of the search condition is later than the end date. Please check the application date. +comUssIonCtn.ctsnnManageList.searchKeyword = Classification +comUssIonCtn.ctsnnManageList.selectedAll = All +comUssIonCtn.ctsnnManageList.occurDate = date of occurrence +comUssIonCtn.ctsnnManageList.searchFromDate = Start date of application +comUssIonCtn.ctsnnManageList.searchToDate = End date of application +comUssIonCtn.ctsnnManageList.searchNm = Applicant +comUssIonCtn.ctsnnManageList.searchConfmAt = Progress +comUssIonCtn.ctsnnManageList.searchConfmAt.A = Applying +comUssIonCtn.ctsnnManageList.searchConfmAt.C = Confirm +comUssIonCtn.ctsnnManageList.searchConfmAt.R = Reject +comUssIonCtn.ctsnnManageList.ctsnnCdNm = Light +comUssIonCtn.ctsnnManageList.usNm = Applicant +comUssIonCtn.ctsnnManageList.orgnztNm = Affiliation +comUssIonCtn.ctsnnManageList.sanctnDt = date of approval +comUssIonCtn.ctsnnManageList.sanctnerNm = Approver + +# EgovCtsnnRegist.jsp +comUssIonCtn.ctsnnRegist.title = Registered Condolences +comUssIonCtn.ctsnnRegist.ctsnnApply = Apply for a congratulatory address +comUssIonCtn.ctsnnRegist.ctsnnAplyr = applicant +comUssIonCtn.ctsnnRegist.usNm = Applicant +comUssIonCtn.ctsnnRegist.usOrgnztNm = belonging +comUssIonCtn.ctsnnRegist.ctsnnNm = Light +comUssIonCtn.ctsnnRegist.ctsnnCd = Classification +comUssIonCtn.ctsnnRegist.occrrDe = Date of occurrence +comUssIonCtn.ctsnnRegist.trgterNm = Subject name +comUssIonCtn.ctsnnRegist.relate = relationship +comUssIonCtn.ctsnnRegist.brth = Date of birth +comUssIonCtn.ctsnnRegist.remark = Remarks +comUssIonCtn.ctsnnRegist.infrmlSanctnId = Author + +# EgovCtsnnUpdt.jsp +comUssIonCtn.ctsnnUpdt.title = Edit the congratulations +comUssIonCtn.ctsnnUpdt.ctsnnAplyr = applicant +comUssIonCtn.ctsnnUpdt.usNm = Applicant +comUssIonCtn.ctsnnUpdt.usOrgnztNm = belongs +comUssIonCtn.ctsnnUpdt.ctsnnNm = Light +comUssIonCtn.ctsnnUpdt.EnterCtsnnNm = Please enter Light. +comUssIonCtn.ctsnnUpdt.ctsnnCd = Classification +comUssIonCtn.ctsnnUpdt.occrrDe = Date of occurrence +comUssIonCtn.ctsnnUpdt.trgterNm = Subject name +comUssIonCtn.ctsnnUpdt.EnterTrgterNm = Please enter Subject name. +comUssIonCtn.ctsnnUpdt.relate = relationship +comUssIonCtn.ctsnnUpdt.brth = Date of birth +comUssIonCtn.ctsnnUpdt.remark = Remarks +comUssIonCtn.ctsnnUpdt.infrmlSanctnId = Author + +# EgovCtsnnManageDetail.jsp +comUssIonCtn.ctsnnManageDetail.title = Detailed information +comUssIonCtn.ctsnnManageDetail.ctsnnAplyr = applicant +comUssIonCtn.ctsnnManageDetail.usNm = Applicant +comUssIonCtn.ctsnnManageDetail.usOrgnztNm = belongs +comUssIonCtn.ctsnnManageDetail.ctsnnNm = Light +comUssIonCtn.ctsnnManageDetail.ctsnnCd = Classification +comUssIonCtn.ctsnnManageDetail.occrrDe = Date of occurrence +comUssIonCtn.ctsnnManageDetail.trgterNm = Subject name +comUssIonCtn.ctsnnManageDetail.relate = relationship +comUssIonCtn.ctsnnManageDetail.brth = Date of birth +comUssIonCtn.ctsnnManageDetail.remark = Remarks +comUssIonCtn.ctsnnManageDetail.infrmlSanctnId = Author +comUssIonCtn.ctsnnManageDetail.submit = Send + +# EgovCtsnnConfm.jsp +comUssIonCtn.ctsnnConfm.title = Caretaker approval +comUssIonCtn.ctsnnConfm.submit = Transfer +comUssIonCtn.ctsnnConfm.ctsnnAplyr = applicant +comUssIonCtn.ctsnnConfm.usNm = Applicant +comUssIonCtn.ctsnnConfm.orgnztNm = Affiliation +comUssIonCtn.ctsnnConfm.ctsnnNm = Light +comUssIonCtn.ctsnnConfm.ctsnnCdNm = Classification +comUssIonCtn.ctsnnConfm.occrrDe = Date of occurrence +comUssIonCtn.ctsnnConfm.trgterNm = Subject name +comUssIonCtn.ctsnnConfm.relateNm = relationship +comUssIonCtn.ctsnnConfm.brth = Date of birth +comUssIonCtn.ctsnnConfm.remark = Remarks +comUssIonCtn.ctsnnConfm.infrmlSanctnId = Author +comUssIonCtn.ctsnnConfm.agree = Approval +comUssIonCtn.ctsnnConfm.disagree = Cmd + +# EgovCtsnnConfmList.jsp +comUssIonCtn.ctsnnConfmList.title = Recipient List +comUssIonCtn.ctsnnConfmList.searchFromDate = Application date The start date of the search condition is later than the end date. Please check the application date. +comUssIonCtn.ctsnnConfmList.titleList = Recipient approval management list +comUssIonCtn.ctsnnConfmList.searchKeyword = Classification +comUssIonCtn.ctsnnConfmList.selectedAll = All +comUssIonCtn.ctsnnConfmList.applyDate = Application date +comUssIonCtn.ctsnnConfmList.searchFromDate = Start date of application +comUssIonCtn.ctsnnConfmList.searchToDate = End date of application +comUssIonCtn.ctsnnConfmList.searchNm = Applicant +comUssIonCtn.ctsnnConfmList.searchConfmAt = Progress +comUssIonCtn.ctsnnConfmList.searchConfmAt.A = Applying +comUssIonCtn.ctsnnConfmList.searchConfmAt.C = Agree +comUssIonCtn.ctsnnConfmList.searchConfmAt.R = Reject +comUssIonCtn.ctsnnConfmList.searchConfmAt.agree = Approval Processing +comUssIonCtn.ctsnnConfmList.searchConfmAt.detail = View details + + +#Event/Campaign# + +comUssIonEcc.eventCmpgnVO.title = Occasion/Event/Campaign + +comUssIonEcc.eventCmpgnVO.findEv = Find Occasion/Event/Campaign +comUssIonEcc.eventCmpgnVO.eventTyCode = Event Type +comUssIonEcc.eventCmpgnVO.eventSvcBeginDe = Event Start Date +comUssIonEcc.eventCmpgnVO.eventSvcEndDe = Event End Date +comUssIonEcc.eventCmpgnVO.eventCn = Event Contents +comUssIonEcc.eventCmpgnVO.svcUseNmprCo = Number Of Participants +comUssIonEcc.eventCmpgnVO.prparetgCn = Preparation Material +comUssIonEcc.eventCmpgnVO.chargerNm = The Person In Charge +comUssIonEcc.eventCmpgnVO.eventConfmAt = Available Options About Approval +comUssIonEcc.eventCmpgnVO.eventConfmDe = Approve Date + +comUssIonEcc.tnextrlHrVO.title = External Personnel + +comUssIonEcc.tnextrlHrVO.sexdstnCode = Gender +comUssIonEcc.tnextrlHrVO.extrlHrNm = External Personnel Name +comUssIonEcc.tnextrlHrVO.occpTyCode = Job Type +comUssIonEcc.tnextrlHrVO.psitnInsttNm = Institute Name +comUssIonEcc.tnextrlHrVO.brth = Date Of Birth +comUssIonEcc.tnextrlHrVO.telNo = Contact Number +comUssIonEcc.tnextrlHrVO.areaNo = Area Code +comUssIonEcc.tnextrlHrVO.middleTelno = Middle Number +comUssIonEcc.tnextrlHrVO.endTelno = End Number +comUssIonEcc.tnextrlHrVO.emailAdres = Email + + + +# Event Application Management / Event Reception Management / Event Reception Approval Management comUssIonEvt + +# EgovEventManage.xml +comUssIonEvt.eventManage.validate.eventSe = Event Category +comUssIonEvt.eventManage.validate.eventNm = Event Name +comUssIonEvt.eventManage.validate.eventPurps = Event Purpose +comUssIonEvt.eventManage.validate.eventBeginDe = Date the event started +comUssIonEvt.eventManage.validate.eventEndDe = End date of the event +comUssIonEvt.eventManage.validate.eventAuspcInsttNm = Name of host organization +comUssIonEvt.eventManage.validate.eventMngtInsttNm = Name of event organization +comUssIonEvt.eventManage.validate.eventPlace = Venue +comUssIonEvt.eventManage.validate.eventCn = Event content +comUssIonEvt.eventManage.validate.ctOccrrncAt = Cost incurred +comUssIonEvt.eventManage.validate.partcptCt = Participation Cost +comUssIonEvt.eventManage.validate.psncpa =capacity +comUssIonEvt.eventManage.validate.rceptBeginDe = Received start date +comUssIonEvt.eventManage.validate.rceptEndDe = End date of receipt + +# EgovEventAtdrn.xml +comUssIonEvt.eventAtdrn.validate.eventId = Event ID +comUssIonEvt.eventAtdrn.validate.sanctnerId = Responder ID + +# EgovEventReqstManageList.jsp +comUssIonEvt.eventReqstManageList.title = Event Management List + +# EgovEventReqstRegist.jsp +comUssIonEvt.eventReqstRegist.title = Registration + +# EgovEventReqstDetail.jsp +comUssIonEvt.eventReqstDetail.title = Event Details + +# EgovEventReqstUpdt.jsp +comUssIonEvt.eventReqstUpdt.title = Edit Events +comUssIonEvt.eventReqstUpdt.eventManageUpdt = Edit Event Management + +# EgovEventReqstAtdrnList.jsp +comUssIonEvt.eventReqstAtdrnList.title = Event attendee list +comUssIonEvt.eventReqstAtdrnList.eventTemp1 = attendee name +comUssIonEvt.eventReqstAtdrnList.eventTemp2 = belongs +comUssIonEvt.eventReqstAtdrnList.eventTemp4 = Category +comUssIonEvt.eventReqstAtdrnList.eventTemp4.A = Apply +comUssIonEvt.eventReqstAtdrnList.eventTemp4.C = Agree +comUssIonEvt.eventReqstAtdrnList.eventTemp4.R = Disagree + +#EgovEventRceptConfm jsp +comUssIonEvt.eventRceptConfm.title = Approval List of Events +comUssIonEvt.eventRceptConfm.validate.checkedEvent = Approval There is no target to process. Approval You can select an object to process and process it. +comUssIonEvt.eventRceptConfm.eventParticipateApply.agree = Apply for Event - Approve +comUssIonEvt.eventRceptConfm.eventParticipateApply.disagree = Application for registration - Penalty +comUssIonEvt.eventRceptConfm.eventRcptMngList = List of approvals received + +# EgovEventRceptManageList.jsp +comUssIonEvt.eventRceptManageList.title = Order Management List +comUssIonEvt.eventRceptManageList.proccessCategory = Exercise Classification +comUssIonEvt.eventRceptManageList.searchConfmAt = Selection Category +comUssIonEvt.eventRceptManageList.searchConfmAt.non = Before submission +comUssIonEvt.eventRceptManageList.searchConfmAt.a = Application for Mediation +comUssIonEvt.eventRceptManageList.searchConfmAt.c = Approval +comUssIonEvt.eventRceptManageList.searchConfmAt.r = Please refuse +comUssIonEvt.eventRceptManageList.applyDetail = Apply (learn more) +comUssIonEvt.eventRceptManageList.confmAt = Apply + +# EgovEventRceptDetail.jsp +comUssIonEvt.eventRceptDetail.title = Receive eligibility details inquiry +comUssIonEvt.eventRceptDetail.validate.confirmCancle = Are you sure you want to cancel this application? +comUssIonEvt.eventRceptDetail.eventManageVO.eventTemp7 = belongs +comUssIonEvt.eventRceptDetail.confirmCancle = Cancel application + +# EgovEventRceptRegist.jsp +comUssIonEvt.eventRceptRegist.title = Application for Event Application +comUssIonEvt.eventRceptRegist.infrmlSanctn = Author + +#Common +comUssIonEvt.common.validate.searchYearValue = You can not view only months in the entire year. Please select the year +comUssIonEvt.common.searchSe = Event Category +comUssIonEvt.common.selectedAll = All +comUssIonEvt.common.eventYearMonth = Date of the event +comUssIonEvt.common.searchYear = Year of the event +comUssIonEvt.common.searchMonth = Event month +comUssIonEvt.common.year = year +comUssIonEvt.common.month = month +comUssIonEvt.common.eventNm = Event Name +comUssIonEvt.common.eventPlace = Event Place +comUssIonEvt.common.eventTemp3 = Event Category +comUssIonEvt.common.eventBeginDe.eventEndDe = Date of the event +comUssIonEvt.common.eventTemp1 = Period +comUssIonEvt.common.prcpPpl = Participation /capacity +comUssIonEvt.common.rceptBeginDe.rceptEndDe = Date of the event +comUssIonEvt.common.days = day +comUssIonEvt.common.validate.vEventBeginDefastervEventEndDe = The event start date is later than the event end date. Please check the promotion period. +comUssIonEvt.common.validate.vRceptBeginDeFastervRceptEndDe = The start date of the event is later than the end date of the event. Please check the application period. +comUssIonEvt.common.validate.vRceptEndDeFastervEventBeginDe = Entries must be received before the start date of the event. Please confirm the period / period of the event. +comUssIonEvt.common.validate.urlCheckvRefrnUrl = The format of the reference URL is different from the URL format. Please check. +comUssIonEvt.common.validate.isNaNvPartcptCt = You can only enter numbers for entry fee. +comUssIonEvt.common.validate.vPartcptCtZero = You must enter more than 0 yen if participation fee is charged. Do not know. +comUssIonEvt.common.validate.isNaNvPsncpa = Only numbers can be entered in thecapacity. +comUssIonEvt.common.validate.vPsncpaZero = You must enter zero or more. Please do not. +comUssIonEvt.common.eventPurps = Event Purpose +comUssIonEvt.common.eventDe = Duration of the event +comUssIonEvt.common.eventBeginDe = Date the event started +comUssIonEvt.common.eventEndDe = End date of the event +comUssIonEvt.common.eventAuspcInsttNm = Organize Events +comUssIonEvt.common.eventMngtInsttNm = Organize Events +comUssIonEvt.common.refrnUrl = Reference URL +comUssIonEvt.common.eventCn = Event content +comUssIonEvt.common.ctOccrrncAt = Participation Cost +comUssIonEvt.common.free = Free +comUssIonEvt.common.fee = Paid +comUssIonEvt.common.feePrice = Amount paid +comUssIonEvt.common.feeUnit = 10,000 Won +comUssIonEvt.common.psncpa =capacity +comUssIonEvt.common.rceptBeginDe = Start date of the event +comUssIonEvt.common.rceptEndDe = End date of the event +comUssIonEvt.common.init = Initialize +comUssIonEvt.common.submit = Send +comUssIonEvt.common.toNewWindow = In a new window +comUssIonEvt.common.titleIconImage = Image of title icon +comUssIonEvt.common.confrm = Agree +comUssIonEvt.common.return = Disagree +comUssIonEvt.common.applcntNm = Applicant +comUssIonEvt.common.sanctnDt = Approval date + + + +#Facebook +# EgovFacebookHome.jsp +comUssIonFbk.facebookHome.title = Feature List +comUssIonFbk.facebookHome.subject = Facebook interlock +comUssIonFbk.facebookHome.viewFeed = View Wall +comUssIonFbk.facebookHome.viewDetailAlbum = View photo album details +comUssIonFbk.facebookHome.viewProfile = View profile information +comUssIonFbk.facebookHome.signOutFacebook = Sign out of Facebook + +# EgovFacebookAlbum.jsp +comUssIonFbk.facebookAlbum.title = View your albums + +# EgovFacebookAlbums.jsp +comUssIonFbk.facebookAlbums.title = View Album List + +# EgovFacebookFeed.jsp +comUssIonFbk.facebookFeed.title = WallView + +# EgovFacebookProfile.jsp +comUssIonFbk.facebookProfile.title = View your profile + +# EgovFacebookSignin.jsp +comUssIonFbk.facebookSignin.title = Sign in +comUssIonFbk.facebookSignin.titleInfo=Working with Facebook +comUssIonFbk.facebookSignin.description=For functional testing, you must register the API in advance at https://developers.facebook.com. + + + +#Internet Service Guidance Management# +uss.ion.isg.intnetSvcGuidanceList.intnetSvcGuidanceList=Internet Service Guidance & Management List +uss.ion.isg.intnetSvcGuidanceList.intnetSvcGuidanceNm=Internet Service Name +uss.ion.isg.intnetSvcGuidanceList.intnetSvcGuidanceId=Internet Service ID +uss.ion.isg.intnetSvcGuidanceList.intnetSvcGuidanceReflctAt=Applicability +uss.ion.isg.intnetSvcGuidanceList.intnetSvcGuidanceRegDate=Registration date + +uss.ion.isg.intnetSvcGuidanceRegist.intnetSvcGuidanceRegist=Internet Service Guidance & Management Regist +uss.ion.isg.intnetSvcGuidanceRegist.intnetSvcGuidanceNm=Internet Service Name +uss.ion.isg.intnetSvcGuidanceRegist.intnetSvcGuidanceId=Internet Service ID +uss.ion.isg.intnetSvcGuidanceRegist.intnetSvcGuidanceDc=Internet Service Description +uss.ion.isg.intnetSvcGuidanceRegist.intnetSvcGuidanceReflctAt=Applicability +uss.ion.isg.intnetSvcGuidanceRegist.intnetSvcGuidanceRegDate=Registration date + +uss.ion.isg.intnetSvcGuidanceUpdt.intnetSvcGuidanceUpdt=Internet Service Guidance & Management Update +uss.ion.isg.intnetSvcGuidanceUpdt.intnetSvcGuidanceNm=Internet Service Name +uss.ion.isg.intnetSvcGuidanceUpdt.intnetSvcGuidanceId=Internet Service ID +uss.ion.isg.intnetSvcGuidanceUpdt.intnetSvcGuidanceDc=Internet Service Description +uss.ion.isg.intnetSvcGuidanceUpdt.intnetSvcGuidanceReflctAt=Applicability +uss.ion.isg.intnetSvcGuidanceUpdt.intnetSvcGuidanceRegDate=Registration date + +uss.ion.isg.intnetSvcGuidanceView.intnetSvcGuidanceView=Internet Service Guidance View + + + +#Informal settlement +#EgovInfrmlSanctnRegist.jsp +comUssIonIsm.infrmlSanctnRegist.sanctnDtNm=Authorized person +comUssIonIsm.infrmlSanctnRegist.orgnztNm=Organization +comUssIonIsm.infrmlSanctnRegist.contractor=Assigning a contractor + +#EgovInfrmlSanctnDetail.jsp +comUssIonIsm.infrmlSanctnDetail.confmAt=Approval status +comUssIonIsm.infrmlSanctnDetail.confmAtA=Applying +comUssIonIsm.infrmlSanctnDetail.confmAtC=Agree +comUssIonIsm.infrmlSanctnDetail.confmAtR=Denial +comUssIonIsm.infrmlSanctnDetail.confmDate=Date of approval +comUssIonIsm.infrmlSanctnDetail.opinion=Opinion +comUssIonIsm.infrmlSanctnDetail.confmAtReason=Reason for withdrawal + +#EgovReturnPopup.jsp +comUssIonIsm.returnPopup.returnProcess=Would you like to process it? + +#EgovSanctnerList.jsp +comUssIonIsm.sanctnerList.searchCondition=Search Condition +comUssIonIsm.sanctnerList.title=User List View +comUssIonIsm.sanctnerList.deptNm=Department Name +comUssIonIsm.sanctnerList.employeeNm=Employee Name +comUssIonIsm.sanctnerList.dept=Department +comUssIonIsm.sanctnerList.class=Rank +comUssIonIsm.sanctnerList.employeeNo=Employee number + + + +#Login Screen Image Management# +ussIonLsi.loginScrinImageList.loginScrinImageList=Login Screen Image List +ussIonLsi.loginScrinImageList.imageNm=Image Name +ussIonLsi.loginScrinImageList.image=Image +ussIonLsi.loginScrinImageList.imageDc=Image Description +ussIonLsi.loginScrinImageList.reflctAtt=Applicability +ussIonLsi.loginScrinImageList.noImage=No Login image selected. +ussIonLsi.loginScrinImageList.failInquire=No results were inquired. +ussIonLsi.loginScrinImageList.deleteImage=Will you delete it? + +ussIonLsi.loginScrinImageRegist.loginScrinImageRegist=Login Screen Image Regist +ussIonLsi.loginScrinImageRegist.mainImageNm=Image Name +ussIonLsi.loginScrinImageRegist.mainImage=Image +ussIonLsi.loginScrinImageRegist.mainImageId=Image ID +ussIonLsi.loginScrinImageRegist.mainImageDc=Image Description +ussIonLsi.loginScrinImageRegist.mainImageReflctAt=Applicability +ussIonLsi.loginScrinImageRegist.mainImageregDate=Registration date +ussIonLsi.loginScrinImageRegist.saveImage=Do you want to save it? +ussIonLsi.loginScrinImageRegist.ImageReq=Image is required. +ussIonLsi.loginScrinImageRegist.deleteImage=Will you delete it? + +ussIonLsi.loginScrinImageUpdt.loginScrinImageUpdt=Login Screen Image Update +ussIonLsi.loginScrinImageUpdt.mainImageNm=Image Name +ussIonLsi.loginScrinImageUpdt.mainImage=Image +ussIonLsi.loginScrinImageUpdt.mainImageId=Image ID +ussIonLsi.loginScrinImageUpdt.mainImageDc=Image Description +ussIonLsi.loginScrinImageUpdt.mainImageReflctAt=Applicability +ussIonLsi.loginScrinImageUpdt.mainImageregDate=Registration date +ussIonLsi.loginScrinImageUpdt.saveImage=Do you want to save it? +ussIonLsi.loginScrinImageUpdt.deleteImage=Will you delete it? + +ussIonLsi.loginScrinImageView.loginScrinImageView=Login Screen image reflected +ussIonLsi.loginScrinImageView.loginScrinImageViewDc=This page is where 750. images registered in Login Screen Image Management are reflected. + + + +#Main Screen Image Management# +uss.ion.msi.mainImageList.mainImageList=Main Screen Image List +uss.ion.msi.mainImageList.mainImageNm=Image Name +uss.ion.msi.mainImageList.mainImage=Image +uss.ion.msi.mainImageList.mainImageDc=Image Description +uss.ion.msi.mainImageList.mainImageReflctAt=Applicability +uss.ion.msi.mainImageList.noImage=No main image selected. +uss.ion.msi.mainImageList.failInquire=No results were inquired. +uss.ion.msi.mainImageList.deleteImage=Will you delete it? + +uss.ion.msi.mainImageRegist.mainImageRegist=Main Screen Image Regist +uss.ion.msi.mainImageRegist.mainImageNm=Image Name +uss.ion.msi.mainImageRegist.mainImage=Image +uss.ion.msi.mainImageRegist.mainImageId=Image ID +uss.ion.msi.mainImageRegist.mainImageDc=Image Description +uss.ion.msi.mainImageRegist.mainImageReflctAt=Applicability +uss.ion.msi.mainImageRegist.mainImageregDate=Registration date +uss.ion.msi.mainImageRegist.saveImage=Do you want to save it? +uss.ion.msi.mainImageRegist.ImageReq=Image is required. +uss.ion.msi.mainImageRegist.deleteImage=Will you delete it? + +uss.ion.msi.mainImageUpdt.mainImageUpdt=Main Screen Image Update +uss.ion.msi.mainImageUpdt.mainImageNm=Image Name +uss.ion.msi.mainImageUpdt.mainImage=Image +uss.ion.msi.mainImageUpdt.mainImageId=Image ID +uss.ion.msi.mainImageUpdt.mainImageDc=Image Description +uss.ion.msi.mainImageUpdt.mainImageReflctAt=Applicability +uss.ion.msi.mainImageUpdt.mainImageregDate=Registration date +uss.ion.msi.mainImageUpdt.saveImage=Do you want to save it? +uss.ion.msi.mainImageUpdt.ImageReq=Image is required. +uss.ion.msi.mainImageUpdt.deleteImage=Will you delete it? + +uss.ion.msi.mainImageView.mainImageView=Main screen image reflected +uss.ion.msi.mainImageView.mainImageViewDc=This page is where 770. images registered in Main Image Management are reflected. + + + +#Meeting +#EgovMtgPlaceManageList jsp +comUssIonMtg.mtgPlaceManageList.title=Meeting Room Management List +comUssIonMtg.mtgPlaceManageList.mtgPlaceNm=Meeting Room Name +comUssIonMtg.mtgPlaceManageList.number=No +comUssIonMtg.mtgPlaceManageList.time=Open Time(From~To) +comUssIonMtg.mtgPlaceManageList.capacity=Capacity +comUssIonMtg.mtgPlaceManageList.location=Location +comUssIonMtg.mtgPlaceManageList.searchUser=Search By User +comUssIonMtg.mtgPlaceManageList.meetingManagementList=MeetingRoom Management List +comUssIonMtg.mtgPlaceManageList.persons=Persons + +#EgovMtgPlaceRegist.jsp +comUssIonMtg.mtgPlaceRegist.title=Meeting Room Registration +comUssIonMtg.mtgPlaceRegist.occupancy=Occupancy +comUssIonMtg.mtgPlaceRegist.openTime=Open Time +comUssIonMtg.mtgPlaceRegist.imageUpload=Image Upload +comUssIonMtg.mtgPlaceRegist.openTimeFrom=Open Time (From) +comUssIonMtg.mtgPlaceRegist.openTimeTo=Open Time (To) +comUssIonMtg.mtgPlaceRegist.locationSelection=Select Location +comUssIonMtg.mtgPlaceRegist.locationDetail=Location Deatails +comUssIonMtg.mtgPlaceRegist.attachments=Attachments +comUssIonMtg.mtgPlaceRegist.selectStartTime=Please select an open time. +comUssIonMtg.mtgPlaceRegist.selectCloseTime=Please select an close time. +comUssIonMtg.mtgPlaceRegist.checkOpenTime=The open time is later than the close time. Check the opening time. + +#EgovMtgPlaceDetail.jsp +comUssIonMtg.mtgPlaceDetail.title=Meeting Room Detail +comUssIonMtg.mtgPlaceDetail.imgFileList=Image File List + +#EgovMtgPlaceUpdt.jsp +comUssIonMtg.mtgPlaceUpdt.title=Meeting Room Update + +#\ud68c\uc758\uc2e4\uc608\uc57d\uad00\ub9ac +#EgovMtgPlaceResveManageList.jsp +comUssIonMtg.mtgPlaceResveManageList.title=Conference room reservation management list +comUssIonMtg.mtgPlaceResveManageList.meetingDate=Meeting Date +comUssIonMtg.mtgPlaceResveManageList.interfaceSearch=When you change the meeting date, you will need to click the inquiry button to see the reservation list. +comUssIonMtg.mtgPlaceResveManageList.interfaceDetail=To reserve a room, click on a vacant time in the room. (Go to detail screen when clicking graph.) + +#EgovMtgPlaceResveRegist.jsp +comUssIonMtg.mtgPlaceResveRegist.title=Reservation +comUssIonMtg.mtgPlaceResveRegist.mtgSj=Title +comUssIonMtg.mtgPlaceResveRegist.location=Meeting Room Location +comUssIonMtg.mtgPlaceResveRegist.reserver=Booker +comUssIonMtg.mtgPlaceResveRegist.belong=Belong +comUssIonMtg.mtgPlaceResveRegist.resveTime=Reservation time +comUssIonMtg.mtgPlaceResveRegist.resveDe=Reservation date +comUssIonMtg.mtgPlaceResveRegist.resveBeginTm=Start time +comUssIonMtg.mtgPlaceResveRegist.resveEndTm=Close Time +comUssIonMtg.mtgPlaceResveRegist.mtgCn=Meeting contents +comUssIonMtg.mtgPlaceResveRegist.image=Meeting Room Image +comUssIonMtg.mtgPlaceResveRegist.newWindow=To a New Window +comUssIonMtg.mtgPlaceResveRegist.sameCheck=Duplicate check +comUssIonMtg.mtgPlaceResveRegist.attendPeople=Attendance +comUssIonMtg.mtgPlaceResveRegist.dplactCeck=Book a room reservation Make a room reservation to check for duplicates. +comUssIonMtg.mtgPlaceResveRegist.reserve=The meeting room is already reserved. + +#EgovMtgPlaceResveUpdt.jsp +comUssIonMtg.mtgPlaceResveUpdt.timeCheck=The scheduled start time is less than or equal to the scheduled end time. Please confirm the reservation time. +comUssIonMtg.mtgPlaceResveUpdt.title=Modify reservation room + +#EgovMtgPlaceResveDetail.jsp +comUssIonMtg.mtgPlaceResveDetail.title=Meeting room reservation details +comUssIonMtg.mtgPlaceResveDetail.submit=Send + +#EgovMtgPlaceResveDplactCeck.jsp +comUssIonMtg.mtgPlaceResveDplactCeck.title=Confirm Meeting Room Redundancy +comUssIonMtg.mtgPlaceResveDplactCeck.doubleCheck=Duplicate Check +comUssIonMtg.mtgPlaceResveDplactCeck.impossible=Meeting room reservation is not possible. +comUssIonMtg.mtgPlaceResveDplactCeck.doubleTime=Meeting room duplicate reservation. +comUssIonMtg.mtgPlaceResveDplactCeck.possible=Meeting room reservations are available. +comUssIonMtg.mtgPlaceResveDplactCeck.close=Close + + + +#Notification# +ussIonNoi.notificationList.notificationList=Notification List +ussIonNoi.notificationList.ntfcSj=Subject +ussIonNoi.notificationList.ntfcCn=Contents +ussIonNoi.notificationList.ntfcTime=Notification Time +ussIonNoi.notificationList.ntfcDate=Notification Date +ussIonNoi.notificationList.bhNtfcIntrvlString=Reminder interval +ussIonNoi.notificationList.frstRegisterPnttm=Creation date + +ussIonNoi.notificationRegist.notificationRegist=Notification Regist +ussIonNoi.notificationRegist.validate.bhNtfcIntrvlmsg=Reminder interval is required. +ussIonNoi.notificationRegist.ntfcSj=Subject +ussIonNoi.notificationRegist.ntfcCn=Contents +ussIonNoi.notificationRegist.ntfcTime=Notification Time +ussIonNoi.notificationRegist.ntfcDate=Notification Date +ussIonNoi.notificationRegist.bhNtfcIntrvlString=Reminder interval + +ussIonNoi.notificationUpdt.notificationUpdt=Notification Update +ussIonNoi.notificationUpdt.validate.bhNtfcIntrvlmsg=Reminder interval is required. +ussIonNoi.notificationUpdt.validate.alertNtfcTime=Notification date and time are not valid. +ussIonNoi.notificationUpdt.ntfcSj=Subject +ussIonNoi.notificationUpdt.ntfcCn=Contents +ussIonNoi.notificationUpdt.ntfcTime=Notification Time +ussIonNoi.notificationUpdt.ntfcDate=Notification Date +ussIonNoi.notificationUpdt.bhNtfcIntrvlString=Reminder interval + +ussIonNoi.notificationDetail.notificationDetail=Notification Detail +ussIonNoi.notificationDetail.ntfcSj=Subject +ussIonNoi.notificationDetail.ntfcCn=Contents +ussIonNoi.notificationDetail.ntfcTime=Notification Time +ussIonNoi.notificationDetail.ntfcDate=Notification Date +ussIonNoi.notificationDetail.bhNtfcIntrvlString=Reminder interval +ussIonNoi.notificationDetail.frstRegisterNm=Writer +ussIonNoi.notificationDetail.frstRegisterPnttm=Creation time + +ussIonNoi.ntfcRegist.validate.ntfcSj=Subject +ussIonNoi.ntfcRegist.validate.ntfcCn=Contents +ussIonNoi.ntfcRegist.validate.ntfcDate=Notification Date +ussIonNoi.ntfcRegist.validate.ntfcHH=Hour +ussIonNoi.ntfcRegist.validate.ntfcMM=Minute +ussIonNoi.ntfcRegist.validate.bhNtfcIntrvl=Reminder interval + + +#Message Management# +#1\ucc28\uc644\uc131 +#EgovNoteManage.jsp +comUssIonNtm.NoteManage.title = Note Management +comUssIonNtm.NoteMange.subject = Title +comUssIonNtm.NoteMange.receiver = Receiver +comUssIonNtm.NoteMange.receiverList = Receiver List +comUssIonNtm.NoteMange.reception = TO +comUssIonNtm.NoteMange.reference = CC +comUssIonNtm.NoteMange.delete = Delete +comUssIonNtm.NoteMange.content = Contents +comUssIonNtm.NoteMange.send = Send +comUssIonNtm.NoteMange.summary = You can take a note service. +comUssIonNtm.NoteMange.alert.noList = The delete list has no one! +comUssIonNtm.NoteMange.success = Note sent complete. + +#EgovNoteEmpList.jsp +comUssIonNtm.NoteEmpList.title = Note Management(Sending) - Select +comUssIonNtm.NoteEmpList.name = Name +comUssIonNtm.NoteEmpList.id = Id +comUssIonNtm.NoteEmpList.tel = Tel +comUssIonNtm.NoteEmpList.number = No +comUssIonNtm.NoteEmpList.address = Address +comUssIonNtm.NoteEmpList.all = Select All + + + +#Received Note Box Management Message# + +comUssIonNtr.title=Received Note Box Management + +comUssIonNtr.list.seq=seq +comUssIonNtr.list.noteSj=subject +comUssIonNtr.list.rcverNm=sender +comUssIonNtr.list.rcverDateTime=sender time + +comUssIonNtr.detail.noteSj=Note Subject +comUssIonNtr.detail.trnsmiterNm=Sender +comUssIonNtr.detail.trnsmiterPnttm=Sender Time +comUssIonNtr.detail.rcverNm=Receiver +comUssIonNtr.detail.rcverPnttm=Receiver Time +comUssIonNtr.detail.noteRecptn=Note Contents + +comUssIonNtr.btn.replay=replay + +comUssIonNtr.searchCondition.rcverDate=sender date +comUssIonNtr.searchCondition.NOTE_SJ=note subject +comUssIonNtr.searchCondition.NOTE_CN=note contents +comUssIonNtr.searchCondition.RCVER_NM=sender +comUssIonNtr.searchCondition.searchFromDate=send start date +comUssIonNtr.searchCondition.searchToDate=send end date + +comUssIonNtr.validate.deleteCnfirmt=Do you confirm the deletion of the selected Inbox? +comUssIonNtr.validate.noDelList=Select a list to delete! +comUssIonNtr.validate.dateFromCheck=Start date of search criteria is later than end date Check the date of the search term! + + + +#Sent Note Box Management Message# + +comUssIonNts.title=Sent Note Box Management + +comUssIonNts.list.seq=seq +comUssIonNts.list.noteSj=Note Subject +comUssIonNts.list.rcverNm=Sender +comUssIonNts.list.openAt=open/not open +comUssIonNts.list.trnsmiteDateTime=Sender Time + +comUssIonNts.detail.noteSj=Note Subject +comUssIonNts.detail.trnsmitNm=Sender +comUssIonNts.detail.trnsmitPnttm=Sender Time +comUssIonNts.detail.rcverNm=Receiver +comUssIonNts.detail.noteRecptn=Note Contents + +comUssIonNts.detail.trnsmitAll=all +comUssIonNts.detail.trnsmitOpen=open +comUssIonNts.detail.trnsmitNotOpen=not open + +comUssIonNts.popupTrnsmitCnfirm.title=Receiver List Popup + +comUssIonNts.popupTrnsmitCnfirmList.seq=seq +comUssIonNts.popupTrnsmitCnfirmList.rcverID=receiver id +comUssIonNts.popupTrnsmitCnfirmList.rcverNm=receiver +comUssIonNts.popupTrnsmitCnfirmList.openAt=open/not open +comUssIonNts.popupTrnsmitCnfirmList.gbn=type +comUssIonNts.popupTrnsmitCnfirmList.rcverDateTime=receiver time + + +comUssIonNts.searchCondition.rcverDate=sender date +comUssIonNts.searchCondition.NOTE_SJ=note subject +comUssIonNts.searchCondition.NOTE_CN=note contents +comUssIonNts.searchCondition.searchFromDate=send start date +comUssIonNts.searchCondition.searchToDate=send end date + +comUssIonNts.validate.deleteCnfirmt=Do you confirm the deletion of the selected Inbox? +comUssIonNts.validate.noDelList=Select a list to delete! +comUssIonNts.validate.dateFromCheck=Start date of search criteria is later than end date Check the date of the search term! + + +#News Management# + +comUssIonNws.newsVO.title = News + +comUssIonNws.newsVO.newsSj = Title +comUssIonNws.newsVO.newsCn = Content +comUssIonNws.newsVO.newsOrigin =Source +comUssIonNws.newsVO.ntceDe = Published Date +comUssIonNws.newsVO.atchFile = Attach File +comUssIonNws.newsVO.atchFileList = Attach File List + + + +#Notification# +ussIonPwm.popupList.popupList=Pop-up Management List +ussIonPwm.popupList.popupTitleNm=Pop-up Title +ussIonPwm.popupList.ntcePeriod=Post period +ussIonPwm.popupList.fileUrl=File URL +ussIonPwm.popupList.ntceAt=Posted Status +ussIonPwm.popupList.checkAlert=Please select at least one check box. +ussIonPwm.popupList.guide=When creating a popup window, you will need to enter a sample page in the popup window URL (/egovframework/com/uss/ion/pwm/sample/EgovPopupSample) + +ussIonPwm.popupRegist.popupRegist=Pop-up Management Regist +ussIonPwm.popupRegist.popupTitleNm=Pop-up Title +ussIonPwm.popupRegist.fileUrl=File URL +ussIonPwm.popupRegist.popupLoca=Pop-up Location +ussIonPwm.popupRegist.popupWlce=Horizontal position +ussIonPwm.popupRegist.popupHlc=Vertical position +ussIonPwm.popupRegist.popupSize=Pop-up Size +ussIonPwm.popupRegist.popupWSize=WIDTH +ussIonPwm.popupRegist.popupHSize=HEIGH +ussIonPwm.popupRegist.ntcePeriod=Post period +ussIonPwm.popupRegist.stopVewAt=Stop View Settings +ussIonPwm.popupRegist.ntceAt=Posted Status +ussIonPwm.popupRegist.validate.iChkDate=The publishing start date cannot be greater than the publishing end date and the publishing end date cannot be smaller than the publishing start date. + +ussIonPwm.popupDetail.popupDetail=Pop-up Management Detail +ussIonPwm.popupDetail.popupTitleNm=Pop-up Title +ussIonPwm.popupDetail.fileUrl=File URL +ussIonPwm.popupDetail.popupLoca=Pop-up Location +ussIonPwm.popupDetail.popupWlce=Horizontal position +ussIonPwm.popupDetail.popupHlc=Vertical position +ussIonPwm.popupDetail.popupSize=Pop-up Size +ussIonPwm.popupDetail.popupWSize=WIDTH +ussIonPwm.popupDetail.popupHSize=HEIGH +ussIonPwm.popupDetail.ntcePeriod=Post period +ussIonPwm.popupDetail.stopVewAt=Stop View Settings +ussIonPwm.popupDetail.ntceAt=Posted Status + +ussIonPwm.popupUpdt.popupUpdt=Pop-up Management Detail +ussIonPwm.popupUpdt.popupTitleNm=Pop-up Title +ussIonPwm.popupUpdt.fileUrl=File URL +ussIonPwm.popupUpdt.popupLoca=Pop-up Location +ussIonPwm.popupUpdt.popupWlce=Horizontal position +ussIonPwm.popupUpdt.popupHlc=Vertical position +ussIonPwm.popupUpdt.popupSize=Pop-up Size +ussIonPwm.popupUpdt.popupWSize=WIDTH +ussIonPwm.popupUpdt.popupHSize=HEIGH +ussIonPwm.popupUpdt.ntcePeriod=Post period +ussIonPwm.popupUpdt.stopVewAt=Stop View Settings +ussIonPwm.popupUpdt.ntceAt=Posted Status +ussIonPwm.popupUpdt.validate.iChkDate=The publishing start date cannot be greater than the publishing end date and the publishing end date cannot be smaller than the publishing start date. + +ussIonPwm.popupManage.validate.popupTitleNm=Pop-up Title +ussIonPwm.popupManage.validate.fileUrl=File URL +ussIonPwm.popupManage.validate.popupWlce=Horizontal position +ussIonPwm.popupManage.validate.popupHlc=Horizontal position +ussIonPwm.popupManage.validate.popupWSize=WIDTH +ussIonPwm.popupManage.validate.popupHSize=HEIGH +ussIonPwm.popupManage.validate.stopVewAt=Stop View Settings +ussIonPwm.popupManage.validate.ntceAt=Posted Status + +ussIonPwm.popupSample.popupSample=Pop-up Sample Page +ussIonPwm.popupSample.popupTest=Pop-up Test +ussIonPwm.popupSample.checkBox=Do not open this window + + + +#Recommend Site# + +comUssIonRec.recomendSiteVO.title = Recommendation Site + +comUssIonRec.recomendSiteVO.recomendSiteNm = Site Name +comUssIonRec.recomendSiteVO.recomendSiteUrl = URL +comUssIonRec.recomendSiteVO.recomendSiteDc = Description +comUssIonRec.recomendSiteVO.recomendResnCn = Reason For Recommendation +comUssIonRec.recomendSiteVO.recomendConfmAt = Available Options About Approval +comUssIonRec.recomendSiteVO.confmDe = Approval Date + + + +#RoughMap +#EgovRoughMapList.jsp +comUssIonRmm.roughMapList.title=List of Directions +comUssIonRmm.roughMapList.roughMapSj=Directions Title +comUssIonRmm.roughMapList.roughMapAddress=Directions address +comUssIonRmm.roughMapList.roughMapNo=NO +comUssIonRmm.roughMapList.roughMapDetailAddress=Details Address +comUssIonRmm.roughMapList.lastUpdtPnttm=Registration Date +comUssIonRmm.roughMapList.info=Map management requires a Daum Maps API key to be issued. +comUssIonRmm.roughMapList.info2=Daum Maps Web API Guide + +#EgovRoughMapInfoRegist.jsp +comUssIonRmm.roughMapInfoRegist.title=Register Rough Map +comUssIonRmm.roughMapInfoRegist.validate.error=Error occurrence, error code +comUssIonRmm.roughMapInfoRegist.validate.msg=Message +comUssIonRmm.roughMapInfoRegist.validate.noAddress=No address available. +comUssIonRmm.roughMapInfoRegist.validate.searchAddress=Please search for the address. +comUssIonRmm.roughMapInfoRegist.express=Show directions +comUssIonRmm.roughMapInfoRegist.input=Enter Directions + +#EgovRoughMapInfoDetail.jsp +comUssIonRmm.roughMapInfoDetail.title=Detail Rough Map +comUssIonRmm.roughMapInfoDetail.findRoughMap=Get Directions +comUssIonRmm.roughMapInfoDetail.magnifyRoughMap=View Lager + +#EgovRoughMapUpdt.jsp +comUssIonRmm.roughMapUpdt.title=Edit Rough Map + + + +#Recent search word management# +ussIonRsm.recentSrchwrdList.recentSrchwrdList=Recent search word management List +ussIonRsm.recentSrchwrdList.srchwrdNum=num. +ussIonRsm.recentSrchwrdList.srchwrdManageNm=Recent search word management Name +ussIonRsm.recentSrchwrdList.srchwrdManageUrl=Recent search word management Name URL +ussIonRsm.recentSrchwrdList.srchwrdManageResult=Result +ussIonRsm.recentSrchwrdList.view=View +ussIonRsm.recentSrchwrdList.frstRegisterNm=Registrant +ussIonRsm.recentSrchwrdList.frstRegisterPnttm=Registration date + +ussIonRsm.recentSrchwrdRegist.recentSrchwrdRegist=Recent search word management Regist +ussIonRsm.recentSrchwrdRegist.srchwrdManageNm=Recent search word management Name +ussIonRsm.recentSrchwrdRegist.srchwrdManageUrl=Recent search word management Name URL +ussIonRsm.recentSrchwrdRegist.srchwrdManageUseYn=Whether to search for users + +ussIonRsm.recentSrchwrdDetail.recentSrchwrdDetail=Recent search word management Detail +ussIonRsm.recentSrchwrdDetail.srchwrdManageId=Recent search word management ID +ussIonRsm.recentSrchwrdDetail.srchwrdManageNm=Recent search word management Name +ussIonRsm.recentSrchwrdDetail.srchwrdManageUrl=Recent search word management Name URL +ussIonRsm.recentSrchwrdDetail.srchwrdManageUseYn=Whether to search for users +ussIonRsm.recentSrchwrdDetail.validate.deleteMsg=Will you delete it? + +ussIonRsm.recentSrchwrdUpdt.recentSrchwrdUpdt=Recent search word management Update +ussIonRsm.recentSrchwrdUpdt.srchwrdManageId=Recent search word management ID +ussIonRsm.recentSrchwrdUpdt.srchwrdManageNm=Recent search word management Name +ussIonRsm.recentSrchwrdUpdt.srchwrdManageUrl=Recent search word management Name URL +ussIonRsm.recentSrchwrdUpdt.srchwrdManageUseYn=Whether to search for users +ussIonRsm.recentSrchwrdUpdt.srchwrdManageUseYnSelect=Select Whether to search for users + +ussIonRsm.recentSrchwrdResultList.recentSrchwrdResultList=Recent search word result List +ussIonRsm.recentSrchwrdResultList.srchwrdNum=num. +ussIonRsm.recentSrchwrdResultList.srchwrdNm=Recent search word +ussIonRsm.recentSrchwrdResultList.frstRegisterNm=Registrant +ussIonRsm.recentSrchwrdResultList.frstRegisterPnttm=Registration date +ussIonRsm.recentSrchwrdResultList.deleteAllButton=Delete all +ussIonRsm.recentSrchwrdResultList.deleteButton=Delete +ussIonRsm.recentSrchwrdResultList.validate.deleteMsg=Will you delete it? +ussIonRsm.recentSrchwrdResultList.validate.deleteAMsg=Will you delete all? + + +#RSS Tag Service# +ussIonRsn.rssTagServiceList.rssTagServiceList=RSS Tag Service List +ussIonRsn.rssTagServiceList.rssTagNum=Num +ussIonRsn.rssTagServiceList.trgetSvcNm=Target Service Name +ussIonRsn.rssTagServiceList.trgetSvcTable=Target Service Table +ussIonRsn.rssTagServiceList.frstRegisterNm=Registrant +ussIonRsn.rssTagServiceList.frstRegisterPnttm=Registration date + +ussIonRsn.rssTagServiceList.validate.searchCondition=Please select a search condition! +ussIonRsn.rssTagServiceList.validate.searchKeyword=Please enter your search term! + + + +#RSS Tag Management# +ussIonRss.rssTagManageList.rssTagManageList=RSS Tag Management List +ussIonRss.rssTagManageList.trgetSvcNm=Target Service Name +ussIonRss.rssTagManageList.trgetSvcTable=Target Service Table +ussIonRss.rssTagManageList.hderTitle=Header TITLE +ussIonRss.rssTagManageList.hderLink=Header LINK +ussIonRss.rssTagManageList.hderDescription=Header DESCRIPTION +ussIonRss.rssTagManageList.hderTag=Header TAG +ussIonRss.rssTagManageList.hderEtc=Header ETC +ussIonRss.rssTagManageList.bdtLink=Body LINK +ussIonRss.rssTagManageList.bdtDescription=Body DESCRIPTION +ussIonRss.rssTagManageList.bdtTag=Body TAG +ussIonRss.rssTagManageList.bdtEtc=Body ETC +ussIonRss.rssTagManageList.frstRegisterNm=Registrant +ussIonRss.rssTagManageList.frstRegisterPnttm=Registration date +ussIonRss.rssTagManageList.validate.searchCondition=Please select a search condition! +ussIonRss.rssTagManageList.validate.searchKeyword=Please enter your search term! +ussIonRss.rssTagManageList.validate.deleteAlert=Are you sure you want to delete the selected information? +ussIonRss.rssTagManageList.validate.selectDelete=Please select a list to delete! + +ussIonRss.rssTagManageDetail.rssTagManageDetail=RSS Tag Management Detail +ussIonRss.rssTagManageDetail.trgetSvcNm=Target Service Name +ussIonRss.rssTagManageDetail.trgetSvcTable=Target Service Table +ussIonRss.rssTagManageDetail.trgetSvcListCo=Number of target service list +ussIonRss.rssTagManageDetail.hderTitle=Header TITLE +ussIonRss.rssTagManageDetail.hderLink=Header LINK +ussIonRss.rssTagManageDetail.hderDescription=Header DESCRIPTION +ussIonRss.rssTagManageDetail.hderTag=Header TAG +ussIonRss.rssTagManageDetail.hderEtc=Header ETC +ussIonRss.rssTagManageDetail.bdtTitle=Body TITLE +ussIonRss.rssTagManageDetail.bdtLink=Body LINK +ussIonRss.rssTagManageDetail.bdtDescription=Body DESCRIPTION +ussIonRss.rssTagManageDetail.bdtTag=Body TAG +ussIonRss.rssTagManageDetail.bdtEtc=Body ETC +ussIonRss.rssTagManageDetail.validate.deleteAlert=Are you sure you want to delete? + +ussIonRss.rssTagManageRegist.rssTagManageRegist=RSS Tag Management Regist +ussIonRss.rssTagManageRegist.trgetSvcNm=Target Service Name +ussIonRss.rssTagManageRegist.trgetSvcTable=Target Service Table +ussIonRss.rssTagManageRegist.trgetSvcListCo=Number of target service list +ussIonRss.rssTagManageRegist.hderTitle=Header TITLE +ussIonRss.rssTagManageRegist.hderLink=Header LINK +ussIonRss.rssTagManageRegist.hderDescription=Header DESCRIPTION +ussIonRss.rssTagManageRegist.hderTag=Header TAG +ussIonRss.rssTagManageRegist.hderEtc=Header ETC +ussIonRss.rssTagManageRegist.tableColumn=Column +ussIonRss.rssTagManageRegist.bdtTitle=Body TITLE +ussIonRss.rssTagManageRegist.bdtLink=Body LINK +ussIonRss.rssTagManageRegist.bdtDescription=Body DESCRIPTION +ussIonRss.rssTagManageRegist.bdtTag=Body TAG +ussIonRss.rssTagManageRegist.bdtEtc=Body ETC +ussIonRss.rssTagManageRegist.validate.Duplicate=Column name duplicated! + +ussIonRss.rssTagManageUpdt.rssTagManageUpdt=RSS Tag Management Update +ussIonRss.rssTagManageUpdt.trgetSvcNm=Target Service Name +ussIonRss.rssTagManageUpdt.trgetSvcTable=Target Service Table +ussIonRss.rssTagManageUpdt.trgetSvcListCo=Number of target service list +ussIonRss.rssTagManageUpdt.hderTitle=Header TITLE +ussIonRss.rssTagManageUpdt.hderLink=Header LINK +ussIonRss.rssTagManageUpdt.hderDescription=Header DESCRIPTION +ussIonRss.rssTagManageUpdt.hderTag=Header TAG +ussIonRss.rssTagManageUpdt.hderEtc=Header ETC +ussIonRss.rssTagManageUpdt.tableColumn=Column +ussIonRss.rssTagManageUpdt.bdtTitle=Body TITLE +ussIonRss.rssTagManageUpdt.bdtLink=Body LINK +ussIonRss.rssTagManageUpdt.bdtDescription=Body DESCRIPTION +ussIonRss.rssTagManageUpdt.bdtTag=Body TAG +ussIonRss.rssTagManageUpdt.bdtEtc=Body ETC +ussIonRss.rssTagManageUpdt.validate.Duplicate=Column name duplicated! + + + +# Awards Management UssIonRwd +# EgovRwardManage.xml +comUssIonRwd.rwardManage.validate.rwardManNm = Award Man +comUssIonRwd.rwardManage.validate.rwardCd = Award code +comUssIonRwd.rwardManage.validate.rwardNm = Award Name +comUssIonRwd.rwardManage.validate.rwardDe = Award date +comUssIonRwd.rwardManage.validate.pblenCn = Achievements +comUssIonRwd.rwardManage.validate.sanctnDtNm = Certified + +# EgovRwardManageList.jsp +comUssIonRwd.rwardManageList.title = Award Management List + +# EgovRwardManageDetail.jsp +comUssIonRwd.rwardManageDetail.title = View the reward details + +# EgovRwardRegist.jsp +comUssIonRwd.rwardRegist.title = Reward registration +comUssIonRwd.rwardRegist.rwardAppl = Award Application + +# EgovRwardUpdt.jsp +comUssIonRwd.rwardUpdt.title = Edit Awards +comUssIonRwd.rwardUpdt.atchFileIdList = List of attachments + +# EgovRwardConfm.jsp +comUssIonRwd.rwardConfm.title = Award approvals +comUssIonRwd.rwardConfm.arrParam.rwardAply.agree = Award Application - Approval +comUssIonRwd.rwardConfm.arrParam.rwardAply.disagree = Award application - Disagree + +# EgovRwardConfmList.jsp +comUssIonRwd.rwardConfmList.title = Award List +comUssIonRwd.rwardConfmList.rwardAgreeList = Award Management List +comUssIonRwd.rwardConfmList.rwardProgress = Process Approval +comUssIonRwd.rwardConfmList.detailView = Detailed view + +#common +comUssIonRwd.common.validate.searchFromDate = reward date The start date of the search term is later than the end date. Please check the award date. +comUssIonRwd.common.validate.searchToDate = Award Date The start date of the search condition is later than the end date. Please check the award date. +comUssIonRwd.common.searchKeyword = Award Category +comUssIonRwd.common.selectedAll = All +comUssIonRwd.common.rwardDate = Award date +comUssIonRwd.common.searchFromDate = Award start date +comUssIonRwd.common.searchToDate = Date of the award end date +comUssIonRwd.common.searchNm = Winner +comUssIonRwd.common.rwardNm = reward name +comUssIonRwd.common.rwardDe = Award date +comUssIonRwd.common.rwardManNm = reward name +comUssIonRwd.common.orgnztNm = Affiliation +comUssIonRwd.common.confmAt = Progress breakdown +comUssIonRwd.common.sanctnerNm = Approver +comUssIonRwd.common.confmAt.A = Applying +comUssIonRwd.common.confmAt.C = Authorization +comUssIonRwd.common.confmAt.R = Could +comUssIonRwd.common.submit = Send +comUssIonRwd.common.pblenCn = Achievements +comUssIonRwd.common.atchFileId = Attachment +comUssIonRwd.common.sanctnDtNm = Approver +comUssIonRwd.common.toNewWindow = Move to a new window +comUssIonRwd.common.infrmlSanctnRegist = Account holder + + + + +#Site Management# + +comUssIonSit.siteVO.title = Site Management + +comUssIonSit.siteVO.siteNm = Site Name +comUssIonSit.siteVO.siteUrl = URL +comUssIonSit.siteVO.siteDc = Description +comUssIonSit.siteVO.siteThemaClCode = Classification +comUssIonSit.siteVO.actvtyAt = Available Options About Activity +comUssIonSit.siteVO.useAt = Available Options + + +#Twitter connection# +ussIonTir.twitterMain.twitterMain=Twitter application registration +ussIonTir.twitterMain.app=Log in to the Twitter site. +ussIonTir.twitterMain.buttonClick=Button and register the Twitter application service on the registration page as shown below. +ussIonTir.twitterMain.returnUrl=(The URL returned after issuing the key) +ussIonTir.twitterMain.key=Consumer key, Consumer secret etc. are issued as follows. + +ussIonTir.twitterPopup.twitterPopup=Request Twitter Certification +ussIonTir.twitterPopup.consumerKey=Please enter your Consumer key! +ussIonTir.twitterPopup.consumerSecret=Please enter your Consumer Secret! +ussIonTir.twitterPopup.twitterPopupKey=Twitter authentication request - Enter authentication key +ussIonTir.twitterPopup.saveKey=Storing Consumer key / Consumer secret key value +ussIonTir.twitterPopup.send=Send + +ussIonTir.twitterTrnsmit.twitterTrnsmit=Twitter transmission (registration) +ussIonTir.twitterTrnsmit.validate.id=Please enter your Twitter ID! +ussIonTir.twitterTrnsmit.validate.password=Please enter your Twitter password (PW)! +ussIonTir.twitterTrnsmit.validate.send=Send Twitter created? +ussIonTir.twitterTrnsmit.twitterText=Twitter Text +ussIonTir.twitterTrnsmit.send=Send + +ussIonTir.twitterRecptn.twitterRecptn=Receive Twitter +ussIonTir.twitterRecptn.validate.number=Please enter a number! +ussIonTir.twitterRecptn.validate.onlyNumber=Only numbers can be entered +ussIonTir.twitterRecptn.twitterProfileImageURL=Profile image +ussIonTir.twitterRecptn.text=Text + +ussIonTir.twitterTrnsmitResult.twitterTrnsmitResult=Twitter Submit (registration) Check result +ussIonTir.twitterTrnsmitResult.id=Registration ID +ussIonTir.twitterTrnsmitResult.screenName=Screen Name +ussIonTir.twitterTrnsmitResult.name=Nickname +ussIonTir.twitterTrnsmitResult.url=URL +ussIonTir.twitterTrnsmitResult.text=Text +ussIonTir.twitterTrnsmitResult.profileImage=Profile Image +ussIonTir.twitterTrnsmitResult.createdAt=Registration date +ussIonTir.twitterTrnsmitResult.isFavorited=favorite +ussIonTir.twitterTrnsmitResult.isRetweet=retweet +ussIonTir.twitterTrnsmitResult.isTruncated=runcated +ussIonTir.twitterTrnsmitResult.confirm=Confirm + + +#User Absence Management List# +ussIonUas.userAbsnceList.userAbsnceList=User Absence Management List +ussIonUas.userAbsnceList.userNm=User Name +ussIonUas.userAbsnceList.userId=User ID +ussIonUas.userAbsnceList.userAbsnceAt=Absence +ussIonUas.userAbsnceList.regYn=Registration +ussIonUas.userAbsnceList.lastUpdusrPnttm=Registration Date +ussIonUas.userAbsnceList.all=ALL +ussIonUas.userAbsnceList.noUserSlct=No users selected. +ussIonUas.userAbsnceList.failInquir=No results were inquired. +ussIonUas.userAbsnceList.regiAftrView=Please register after viewing. +ussIonUas.userAbsnceList.alreadyRegis=Already registered. +ussIonUas.userAbsnceList.selectOnlyOne=Please select only one to register. +ussIonUas.userAbsnceList.noRegisTargetSlct=No registration target selected. +ussIonUas.userAbsnceList.goToregisPage=There is no registered user absence information. Do you want to go to registration page? +ussIonUas.userAbsnceList.deleteMsg=Will you delete it? + +ussIonUas.userAbsnceRegist.userAbsnceRegist=User Absence Management Regist +ussIonUas.userAbsnceRegist.userNm=User Name +ussIonUas.userAbsnceRegist.userId=User ID +ussIonUas.userAbsnceRegist.userAbsnceAt=Absence +ussIonUas.userAbsnceRegist.lastUpdusrPnttm=Registration +ussIonUas.userAbsnceRegist.all=ALL +ussIonUas.userAbsnceRegist.saveMsg=Will you save it? +ussIonUas.userAbsnceRegist.deleteMsg=Will you delete it? + +ussIonUas.userAbsnceUpdt.userAbsnceUpdt=User Absence Management +ussIonUas.userAbsnceUpdt.userNm=User Name +ussIonUas.userAbsnceUpdt.userId=User ID +ussIonUas.userAbsnceUpdt.userAbsnceAt=Absence +ussIonUas.userAbsnceUpdt.lastUpdusrPnttm=Registration +ussIonUas.userAbsnceUpdt.saveMsg=Will you save it? +ussIonUas.userAbsnceUpdt.deleteMsg=Will you delete it? + + + +#UnityLink Management# +uss.ion.ulm.unityLinkList.unityLinkList=Unity Link Management List +uss.ion.ulm.unityLinkList.unityLinkNum=num. +uss.ion.ulm.unityLinkList.unityLinkGroup=Group +uss.ion.ulm.unityLinkList.unityLinkNm=Unity Link Name +uss.ion.ulm.unityLinkList.unityLinkDc=Unity Link Description +uss.ion.ulm.unityLinkList.unityLinkUrl=Unity Link URL +uss.ion.ulm.unityLinkList.unityLinkRegNm=registrant +uss.ion.ulm.unityLinkList.unityLinkRegDate=Registration date + +uss.ion.ulm.unityLinkDetail.unityLinkDetail=Unity Link Management Detail +uss.ion.ulm.unityLinkDetail.unityLinkGroup=Unity Link Group +uss.ion.ulm.unityLinkDetail.unityLinkNm=Unity Link Name +uss.ion.ulm.unityLinkDetail.unityLinkDc=Unity Link Description +uss.ion.ulm.unityLinkDetail.unityLinkUrl=Unity Link URL +uss.ion.ulm.unityLinkDetail.validate.deleteMsg=Will you delete it? + +uss.ion.ulm.unityLinkRegist.unityLinkRegist=Unity Link Management Regist +uss.ion.ulm.unityLinkRegist.unityLinkGroup=Unity Link Group +uss.ion.ulm.unityLinkRegist.unityLinkNm=Unity Link Name +uss.ion.ulm.unityLinkRegist.unityLinkDc=Unity Link Description +uss.ion.ulm.unityLinkRegist.unityLinkUrl=Unity Link URL + +uss.ion.ulm.unityLinkUpdt.unityLinkUpdate=Unity Link Management Update +uss.ion.ulm.unityLinkUpdt.unityLinkGroup=Unity Link Group +uss.ion.ulm.unityLinkUpdt.unityLinkNm=Unity Link Name +uss.ion.ulm.unityLinkUpdt.unityLinkDc=Unity Link Description +uss.ion.ulm.unityLinkUpdt.unityLinkUrl=Unity Link URL + +uss.ion.ulm.unityLinkSample.unityLink=Unity Link +uss.ion.ulm.unityLinkSample.goUnityLinkSample=Move the integrated link sample page +uss.ion.ulm.unityLinkSample.validate.select=Please select Unity Link! +uss.ion.ulm.unityLinkSample.moveButton=Move + + +# Vacation Management comUssIonVct + +# EgovVcatnManage.xml +comUssIonVct.vcatnManage.validate.vcatnSe = Vacation breakdown +comUssIonVct.vcatnManage.validate.bgnde = Start Date +comUssIonVct.vcatnManage.validate.endde = End date +comUssIonVct.vcatnManage.validate.vcatnResn = Reason for vacation +comUssIonVct.vcatnManage.validate.sanctnDtNm = Certified + +#common +comUssIonVct.common.validate.bgnde = Vacation start date does not exist. Check your vacation dates. +comUssIonVct.common.validate.endde = Vacation end date does not exist. Check your vacation dates. +comUssIonVct.common.validate.vcatnSe = Vacation Date The start date of the search term is later than the end date. Check your vacation dates. +comUssIonVct.common.calendar = calendar +comUssIonVct.common.endde = End date +comUssIonVct.common.noonSe1 = AM +comUssIonVct.common.noonSe2 = PM +comUssIonVct.common.noonSe = classpication +comUssIonVct.common.applcntNm = Applicant +comUssIonVct.common.orgnztNm = belongs +comUssIonVct.common.occrncYrycCo = Year of occurrence +comUssIonVct.common.useYrycCo = Annual use +comUssIonVct.common.remndrYrycCo = Remaining annual +comUssIonVct.common.vcatnSe = Vacation breakdown +comUssIonVct.common.startDate = Start date +comUssIonVct.common.endDate = End date +comUssIonVct.common.vcatnResn = Reason for vacation +comUssIonVct.common.infrmlSanctnRegist = Account holder +comUssIonVct.common.vcatnTotalInfo = Applicant Annual Information +comUssIonVct.common.sanctnDtNm = Approver +comUssIonVct.common.agree = Approval +comUssIonVct.common.disagree = companion +comUssIonVct.common.inputSuccess = Success +comUssIonVct.common.validate.vacationSelectError = Error specifying vacation date - Please check the start / end date of the vacation. +comUssIonVct.common.validate.thatYearOnly = Annual leave is only available for that year. +comUssIonVct.common.validate.vacationFail = Failure to register for annual leave (lack of remaining annual leave) +comUssIonVct.common.validate.halfVacationFail = Failed to register for Semi-Leave (lack of remaining annual leave) +comUssIonVct.common.validate.duplicate = Duplicate vacation date. Please confirm your vacation date. + +# EgovVcatnManageList.jsp +comUssIonVct.vcatnManageList.title = Vacation Management List +comUssIonVct.vcatnManageList.userNm = username +comUssIonVct.vcatnManageList.vctYr = Leave Year +comUssIonVct.vcatnManageList.selectedAll = All +comUssIonVct.vcatnManageList.year = year +comUssIonVct.vcatnManageList.vcatnSeNm = Vacation breakdown +comUssIonVct.vcatnManageList.bgnde = Start Date +comUssIonVct.vcatnManageList.endde = End Date +comUssIonVct.vcatnManageList.vcatnResn = Reason for vacation +comUssIonVct.vcatnManageList.confmAt = Category +comUssIonVct.vcatnManageList.sanctnerNm = Approver +comUssIonVct.vcatnManageList.confmAt.A = Applying +comUssIonVct.vcatnManageList.confmAt.C = Agree +comUssIonVct.vcatnManageList.confmAt.R = Disagree +comUssIonVct.vcatnManageList.validate.guide =\u203b 902.The annual occurrence of personal annual management must be registered before it can be used. +comUssIonVct.vcatnManageList.validate.makeVcatn = There is no vacation. Personal vacation confirmation is required. +comUssIonVct.vcatnManageList.validate.access = Admin Role and organization ID are required for detailed screen access. +comUssIonVct.vcatnManageList.validate.move = \u203b Go to personal annual management components for personal vacation registration for vacation use + +# EgovVcatnRegist.jsp +comUssIonVct.vcatnRegist.title = Leave application +comUssIonVct.vcatnRegist.vcatnAplyr = Leave Applicant + +# EgovVcatnUpdt.jsp +comUssIonVct.vcatnUpdt.title = Edit vacation +comUssIonVct.vcatnUpdt.validate.length = The reason for the vacation reason entry exceeds 200 characters. If you use special characters('<','>','&','\\"', '\'') may be overridden by replacing the characters with ('<','>','&','"',''') +comUssIonVct.vcatnUpdt.vcatnAplyr = Leave Applicant + +# EgovVcatnManageDetail.jsp +comUssIonVct.vcatnManageDetail.title = Vacation Detail Views +comUssIonVct.vcatnManageDetail.vcatnApply = Leave application + +# EgovVcatnConfm.jsp +comUssIonVct.vcatnConfm.title = Leave Approval +comUssIonVct.vcatnConfm.submit = Transfer +comUssIonVct.vcatnConfm.validate.length = The reason for the vacation reason entry exceeds 200 characters. If you use special characters('<','>','&','\\"', '\'') may be overridden by replacing the characters with ('<','>','&','"',''') + +# EgovVcatnConfmList.jsp +comUssIonVct.vcatnConfmList.title = Vacation Approval List +comUssIonVct.vcatnConfmList.validate.searchYear = You can not view the month in the entire year. Please select the year. +comUssIonVct.vcatnConfmList.searchConfmAt = Progress breakdown +comUssIonVct.vcatnConfmList.selectedAll = All +comUssIonVct.vcatnConfmList.searchConfmAt.A = Apply +comUssIonVct.vcatnConfmList.searchConfmAt.vcatnDay = Vacation Date +comUssIonVct.vcatnConfmList.month = month +comUssIonVct.vcatnConfmList.bgnde = Start Date +comUssIonVct.vcatnConfmList.endde = End Date +comUssIonVct.vcatnConfmList.confmAt.agreeProcess = Process Approval +comUssIonVct.vcatnConfmList.confmAt.detail = View details +comUssIonVct.vcatnConfmList.vcatnManageList = Vacation approval management list +comUssIonVct.vcatnConfmList.searchYear = Year +comUssIonVct.vcatnConfmList.search = Year + + + +#Wiki BookMark# +ussIonWikBmk.wikiBookmarkList.wikiBookmarkList=Wiki Bookmark List +ussIonWikBmk.wikiBookmarkList.chooseDelete=Please select a list to delete! +ussIonWikBmk.wikiBookmarkList.confirmDelete=Are you sure you want to delete the selected information? +ussIonWikBmk.wikiBookmarkList.bookmarkNm=Bookmark name +ussIonWikBmk.wikiBookmarkList.bookmarkgd=Registering a wiki bookmark requires installing a JSP Wiki (see the wiki guide for details). + + + +#\uac1c\uc778\uc5f0\ucc28\uad00\ub9ac +#EgovIndvdlYrycManageList jsp +comUssIonYrc.indvdlYrycManageList.title=Personal Annual Vacation Management List +comUssIonYrc.indvdlYrycManageList.occrrncYear=Year of occurrence +comUssIonYrc.indvdlYrycManageList.occrncYrycCo=Vacation occurrence +comUssIonYrc.indvdlYrycManageList.useYrycCo=Vacation use +comUssIonYrc.indvdlYrycManageList.remndrYrycCo=Rest Vacation +comUssIonYrc.indvdlYrycManageList.mberNm=Name + +#EgovIndvdlYrycRegist.jsp +comUssIonYrc.indvdlYrycRegist.title=Personal Annual Vacation Management Registration +comUssIonYrc.indvdlYrycRegist.change=When registering / modifying personal leave, the year of occurrence is changed to that year and stored. +comUssIonYrc.indvdlYrycRegist.occrncYrycCo=Annual Vacation Registration +comUssIonYrc.indvdlYrycRegist.useYrycCo=Use Annual Vacation Registration +comUssIonYrc.indvdlYrycRegist.diffValue=The remaining year can not be negative. + + + +#My Page# + +comUssMpe.indvdlPgeVO.title = My Page + +comUssMpe.indvdlPgeVO.cntntsNm = Contents Name +comUssMpe.indvdlPgeVO.cntntsLinkUrl = Preview URL +comUssMpe.indvdlPgeVO.cntcUrl = Contents URL +comUssMpe.indvdlPgeVO.cntntsDc = Contents Description +comUssMpe.indvdlPgeVO.cntntsUseAt = Available Options + + + +#\ud589\uc815\uc6a9\uc5b4\uc0ac\uc804# + +comUssOlhAwm.administrationWordVO.title = Administration Terminology Dictionary + +comUssOlhAwm.administrationWordVO.administWordNm = Administration Terminology Name +comUssOlhAwm.administrationWordVO.administWordEngNm = Administration Terminology Name In English +comUssOlhAwm.administrationWordVO.administWordAbrv = Administration Terminology Abbreviation +comUssOlhAwm.administrationWordVO.themaRelm = Theme Realm +comUssOlhAwm.administrationWordVO.wordDomn = Terminology Division +comUssOlhAwm.administrationWordVO.stdWord = Standard Terminology +comUssOlhAwm.administrationWordVO.administWordDf = Administraion Terminology Definition +comUssOlhAwm.administrationWordVO.administWordDc = Administration Terminology Description + + + +#FAQ# + +comUssOlhFaq.faqVO.title = FAQ + +comUssOlhFaq.faqVO.qestnSj = Question Subject +comUssOlhFaq.faqVO.qestnCn = Question Content +comUssOlhFaq.faqVO.answerCn = Answer +comUssOlhFaq.faqVO.inqireCo = Views +comUssOlhFaq.faqVO.atchFile = Attach Files + + + +#Help Counsel Manage# + +comUssOlhHpc.hpcmVO.title = Help + +comUssOlhHpc.hpcmVO.hpcmSeCode = Help Code +comUssOlhHpc.hpcmVO.hpcmDf = Help Definition +comUssOlhHpc.hpcmVO.hpcmDc = Help Discription + + +#\uc628\ub77c\uc778\uba54\ub274\uc5bc# + +comUssOlhOmm.onlineManualVO.title = Online Manual + +comUssOlhOmm.onlineManualVO.onlineMnlNm = Manual Name +comUssOlhOmm.onlineManualVO.onlineMnlSeCode = Manual Name Code +comUssOlhOmm.onlineManualVO.onlineMnlDf = Manual Definition +comUssOlhOmm.onlineManualVO.onlineMnlDc = Manual Description + + + +#Q&A# + +comUssOlhQna.qnaVO.title = Q&A + +comUssOlhQna.qnaVO.qestnSj = Question Subject +comUssOlhQna.qnaVO.qestnCn = Question Content +comUssOlhQna.qnaVO.writingDe = Creation Date +comUssOlhQna.qnaVO.inqireCo = Viewq +comUssOlhQna.qnaVO.emailAdres = Email +comUssOlhQna.qnaVO.qnaProcessSttusCode = Process Status +comUssOlhQna.qnaVO.answerCn = Answer Contents +comUssOlhQna.qnaVO.answerDe = Answer Date +comUssOlhQna.qnaVO.emailAnswerAt = Available Options About Answering Email +comUssOlhQna.qnaVO.telNo = Contact Number +comUssOlhQna.qnaVO.areaNo = Area Code +comUssOlhQna.qnaVO.middleTelno = Middle Number +comUssOlhQna.qnaVO.endTelno = End Number + +comUssOlhQna.qnaAnswerVO.title = Q&A Answer + + + +#Word Dictionary# + +comUssOlhWor.wordDicaryVO.title = Terminology Dictionary + +comUssOlhWor.wordDicaryVO.wordNm = Terminology Name +comUssOlhWor.wordDicaryVO.engNm = English Name +comUssOlhWor.wordDicaryVO.synonm = Synonym +comUssOlhWor.wordDicaryVO.wordDc = Terminology Explanation + + +#Consulting Management Message# +comUssOlpCns.title= Consulting Management + +comUssOlpCns.searchCondition.wrterNm = Writer +comUssOlpCns.searchCondition.cnsltSj = Subject + +comUssOlpCns.list.cnsltSj= Subject +comUssOlpCns.list.qnaProcessSttusCodeNm= Progress Status +comUssOlpCns.list.hit= Hits + +comUssOlpCns.regist.wrterNm= Writer +comUssOlpCns.regist.writngPassword= Password +comUssOlpCns.regist.telNo= Phone Number +comUssOlpCns.regist.mobileNo= Mobile Number +comUssOlpCns.regist.email= Email +comUssOlpCns.regist.emailAt= Available Options About Answering Email +comUssOlpCns.regist.cnsltSj= Subject +comUssOlpCns.regist.cnsltCn= Content +comUssOlpCns.regist.managtCn= Answer +comUssOlpCns.regist.file= Attach Files + +comUssOlpCns.detail.regdate= Creation Date +comUssOlpCns.detail.qnaProcessSttusCodeNm= Progress Status +comUssOlpCns.detail.hit= Views + +comUssOlpCns.detail.managtCn= Answer +comUssOlpCns.detail.managtDept=Department +comUssOlpCns.detail.managtDate=Answer Date +comUssOlpCns.detail.managter=Answerer +comUssOlpCns.detail.managtTel=Phone Number +comUssOlpCns.detail.managtMail=Email + +comUssOlpCns.validate.passwordConfirm=Please check your password. + +comUssOlpCns.regist.telNo1=Area Code +comUssOlpCns.regist.telNo2=Exchange Number +comUssOlpCns.regist.telNo3=Lot Number +comUssOlpCns.regist.mobileNo1=Mobile Number(first) +comUssOlpCns.regist.mobileNo2=Mobile Number(exchange) +comUssOlpCns.regist.mobileNo3=Mobile Number(lot) + +#write password confirm popup Message# +comUssOlpCns.passwordConfirm.title=Confirm Password +comUssOlpCns.passwordConfirm.password=Password + +#Consulting Answer Management Message# +comUssOlpCnm.title=Consulting Answer Management + +comUssOlpCnm.searchCondition.wrterNm = Writer +comUssOlpCnm.searchCondition.cnsltSj = Subject + +comUssOlpCnm.list.cnsltSj= Subject +comUssOlpCnm.list.qnaProcessSttusCodeNm= Progress Status +comUssOlpCnm.list.hit= Views + +comUssOlpCnm.btn.managt=Answer + + +#meeting Management# +ussOlpMgt.meetingManageList.meetingManageList=Meeting Management List +ussOlpMgt.meetingManageList.mtgDe=Meeting Date +ussOlpMgt.meetingManageList.mtgNm=Meeting Name +ussOlpMgt.meetingManageList.mtgMtrCn=Meeting agenda contents +ussOlpMgt.meetingManageList.mtgPlace=Meeting Place +ussOlpMgt.meetingManageList.mtgBeginTime=Meeting Begin Time +ussOlpMgt.meetingManageList.mtgEndTime=Meeting End Time +ussOlpMgt.meetingManageList.frstRegisterNm=Registrant +ussOlpMgt.meetingManageList.frstRegisterPnttm=Registration date + +ussOlpMgt.meetingManageRegist.meetingManageRegist=Meeting Management Regist +ussOlpMgt.meetingManageRegist.mtgNm=Meeting Name +ussOlpMgt.meetingManageRegist.mtgMtrCn=Meeting agenda contents +ussOlpMgt.meetingManageRegist.mtgSn=Meeting Order +ussOlpMgt.meetingManageRegist.mtgCo=Meeting Session +ussOlpMgt.meetingManageRegist.mtgDe=Meeting Date +ussOlpMgt.meetingManageRegist.mtgPlace=Meeting Place +ussOlpMgt.meetingManageRegist.mtgBeginTime=Meeting Begin Time +ussOlpMgt.meetingManageRegist.mtgEndTime=Meeting End Time +ussOlpMgt.meetingManageRegist.clsdrMtgAt=Whether private meeting +ussOlpMgt.meetingManageRegist.readngBeginDe=Date of reading +ussOlpMgt.meetingManageRegist.readngAt=Reading status +ussOlpMgt.meetingManageRegist.mtgResultCn=Meeting Result +ussOlpMgt.meetingManageRegist.mtgResultEnnc=Meeting result status +ussOlpMgt.meetingManageRegist.etcMatter=Other Information +ussOlpMgt.meetingManageRegist.mngtDeptNm=The department responsible +ussOlpMgt.meetingManageRegist.mnaerNm=Subject +ussOlpMgt.meetingManageRegist.mnaerDeptNm=Organizer's Department +ussOlpMgt.meetingManageRegist.mtnAt=Meeting status +ussOlpMgt.meetingManageRegist.nonatdrnCo=Number of absentees +ussOlpMgt.meetingManageRegist.atdrnCo=Number of attendees +ussOlpMgt.meetingManageRegist.validate.checkTime=Meeting start time is later than end time. + +ussOlpMgt.meetingManageDetail.meetingManageDetail=Meeting Management Detail +ussOlpMgt.meetingManageDetail.mtgNm=Meeting Name +ussOlpMgt.meetingManageDetail.mtgMtrCn=Meeting agenda contents +ussOlpMgt.meetingManageDetail.mtgSn=Meeting Order +ussOlpMgt.meetingManageDetail.mtgCo=Meeting Session +ussOlpMgt.meetingManageDetail.mtgDe=Meeting Date +ussOlpMgt.meetingManageDetail.mtgPlace=Meeting Place +ussOlpMgt.meetingManageDetail.mtgHH=Hour +ussOlpMgt.meetingManageDetail.mtgMM=Minute +ussOlpMgt.meetingManageDetail.mtgBeginTime=Meeting Begin Time +ussOlpMgt.meetingManageDetail.mtgEndTime=Meeting End Time +ussOlpMgt.meetingManageDetail.clsdrMtgAt=Whether private meeting +ussOlpMgt.meetingManageDetail.readngBeginDe=Date of reading +ussOlpMgt.meetingManageDetail.readngAt=Reading status +ussOlpMgt.meetingManageDetail.mtgResultCn=Meeting Result +ussOlpMgt.meetingManageDetail.mtgResultEnnc=Meeting result status +ussOlpMgt.meetingManageDetail.etcMatter=Other Information +ussOlpMgt.meetingManageDetail.mngtDeptNm=The department responsible +ussOlpMgt.meetingManageDetail.mnaerIds=Subject +ussOlpMgt.meetingManageDetail.mnaerNm=Subject ID +ussOlpMgt.meetingManageDetail.mnaerDeptNm=Organizer's Department +ussOlpMgt.meetingManageDetail.mtnAt=Meeting status +ussOlpMgt.meetingManageDetail.nonatdrnCo=Number of absentees +ussOlpMgt.meetingManageDetail.atdrnCo=Number of attendees + +ussOlpMgt.meetingManageModify.meetingManageModify=Meeting Management Update +ussOlpMgt.meetingManageModify.mtgNm=Meeting Name +ussOlpMgt.meetingManageModify.mtgMtrCn=Meeting agenda contents +ussOlpMgt.meetingManageModify.mtgSn=Meeting Order +ussOlpMgt.meetingManageModify.mtgCo=Meeting Session +ussOlpMgt.meetingManageModify.mtgDe=Meeting Date +ussOlpMgt.meetingManageModify.mtgPlace=Meeting Place +ussOlpMgt.meetingManageModify.mtgHH=Hour +ussOlpMgt.meetingManageModify.mtgMM=Minute +ussOlpMgt.meetingManageModify.mtgBeginTime=Meeting Begin Time +ussOlpMgt.meetingManageModify.mtgEndTime=Meeting End Time +ussOlpMgt.meetingManageModify.clsdrMtgAt=Whether private meeting +ussOlpMgt.meetingManageModify.readngBeginDe=Date of reading +ussOlpMgt.meetingManageModify.readngAt=Reading status +ussOlpMgt.meetingManageModify.mtgResultCn=Meeting Result +ussOlpMgt.meetingManageModify.mtgResultEnnc=Meeting result status +ussOlpMgt.meetingManageModify.etcMatter=Other Information +ussOlpMgt.meetingManageModify.mngtDeptNm=The department responsible +ussOlpMgt.meetingManageModify.mnaerIds=Subject +ussOlpMgt.meetingManageModify.mnaerNm=Subject ID +ussOlpMgt.meetingManageModify.mnaerDeptNm=Organizer's Department +ussOlpMgt.meetingManageModify.mtnAt=Meeting status +ussOlpMgt.meetingManageModify.nonatdrnCo=Number of absentees +ussOlpMgt.meetingManageModify.atdrnCo=Number of attendees +ussOlpMgt.meetingManageRegist.validate.checkTime=Meeting start time is later than end time. + +ussOlpMgt.meetingManageLisAuthorGroupPopup.orgnzPopup=Department Search Popup +ussOlpMgt.meetingManageLisAuthorGroupPopup.orgnzList=Department list check +ussOlpMgt.meetingManageLisAuthorGroupPopup.orgnztNm=Department +ussOlpMgt.meetingManageLisAuthorGroupPopup.orgnztDc=Department Description + +ussOlpMgt.meetingManageLisEmpLyrPopup.userPopup=User search Pop-up +ussOlpMgt.meetingManageLisEmpLyrPopup.searchId=Search Id +ussOlpMgt.meetingManageLisEmpLyrPopup.userNm=Name +ussOlpMgt.meetingManageLisEmpLyrPopup.emplyrId=ID +ussOlpMgt.meetingManageLisEmpLyrPopup.offmTelno=Phone number +ussOlpMgt.meetingManageLisEmpLyrPopup.detailAdres=address + +ussOlpMgt.meetingManage.mtgNm=Meeting Name +ussOlpMgt.meetingManage.mtgMtrCn=Meeting agenda contents +ussOlpMgt.meetingManage.mtgSn=Meeting Order +ussOlpMgt.meetingManage.mtgCo=Meeting Session +ussOlpMgt.meetingManage.mtgDe=Meeting Date +ussOlpMgt.meetingManage.mtgPlace=Meeting Place +ussOlpMgt.meetingManage.mtgBeginHH=Meeting Begin Time(Hour) +ussOlpMgt.meetingManage.mtgBeginMM=Meeting Begin Time(Minute) +ussOlpMgt.meetingManage.mtgEndHH=Meeting End Time(Hour) +ussOlpMgt.meetingManage.mtgEndMM=Meeting End Time(Minute) +ussOlpMgt.meetingManage.readngBeginDe=Date of reading +ussOlpMgt.meetingManage.mtgResultCn=Meeting Result +ussOlpMgt.meetingManage.etcMatter=Other Information +ussOlpMgt.meetingManage.nonatdrnCo=Number of absentees +ussOlpMgt.meetingManage.atdrnCo=Number of attendees + + +#Online Poll Management Message# + +comUssOlpOpm.title=Online POLL Management + +comUssOlpOpm.searchCondition.POLL_NM=POLL\uba85 + +comUssOlpOpm.list.pollNm=POLL +comUssOlpOpm.list.pollBeginDe=Begin Date +comUssOlpOpm.list.pollEndDe=End Date +comUssOlpOpm.list.pollStatistics=Statistics +comUssOlpOpm.list.pollResult=Result +comUssOlpOpm.list.pollItem=Online POLL Item +comUssOlpOpm.list.item=Item + + +comUssOlpOpm.regist.pollNm=POLL +comUssOlpOpm.regist.pollBeginDe=Begin Date +comUssOlpOpm.regist.pollEndDe=End Date +comUssOlpOpm.regist.pollType=POLL Type +comUssOlpOpm.regist.pollDsuseYn=Available Options About Deleting POLL +comUssOlpOpm.regist.pollAutoDsuseYn=Available Options About Deleting POLL Automatically +comUssOlpOpm.btn.view=View + +comUssOlpOpm.result.title=Online POLL Result + +comUssOlpOpm.pollItem.title=Online POLL Item Info + + +#Online Poll Participate Message# + +comUssOlpOpp.title=Online POLL Participation + +comUssOlpOpp.validate.onlinePollPartcptn=Now is not the online POLL voting period! + +comUssOlpOpp.regist.pollNm=POLL +comUssOlpOpp.regist.pollBeginDe=Begin Date +comUssOlpOpp.regist.pollEndDe=End Date +comUssOlpOpp.regist.pollType=Type + +comUssOlpOpp.statistics.title=Statistics + + + +#Questionnaire Item Management Message# +comUssOlpQim.title=Questionnaire Item Management +comUssOlpQim.titleManage=Questionnaire Item Management +comUssOlpQim.searchCondition.IEM_CN=Questionnaire Item +comUssOlpQim.searchCondition.FRST_REGISTER_ID=Register Name + +comUssOlpQim.regist.qestnrCn=Questionnaire Contents +comUssOlpQim.regist.qestnrQesitmCn=Questionnaire Question Contents +comUssOlpQim.regist.iemSn=Item Serial Number +comUssOlpQim.regist.iemCn=Item Contents +comUssOlpQim.regist.etcAnswerAt=Possibility of Other Answer + +comUssOlpQim.regist.registerName=Register Name +comUssOlpQim.regist.registerDate=Register Date + +comUssOlpQim.regist.popUp=Pop Up + +comUssOlpQim.value.submit=Submit + +#Javascript alert# +comUssOlpQim.alert.searchKeyword=Search Keyword +comUssOlpQim.alert.searchCondition=Search Condition + +comUssOlpQim.alert.select=must be selected! +comUssOlpQim.alert.input=must be written! + +comUssOlpQim.alert.total=If you delete, Questionnaire Item, Questionnaire Survey +comUssOlpQim.alert.delete=will be deleted together! + + +#Questionnaire Management Message# +comUssOlpQmc.title=Questionnaire Management +comUssOlpQmc.searchCondition.QUSTNR_SJ=Questionnaire Subject +comUssOlpQmc.searchCondition.FRST_REGISTER_ID=Questionnaire Register ID + +comUssOlpQmc.regist.qestnrSj=Questionnaire Subject +comUssOlpQmc.regist.qestnrPurps=Questionnaire Purpose +comUssOlpQmc.regist.qestnrWritngGuidanceCn=Questionnaire Writing Guide +comUssOlpQmc.regist.qestnrTrget=Questionnaire Target +comUssOlpQmc.regist.qestnrDe=Questionnaire Date +comUssOlpQmc.regist.qestnrTmplatTy=Questionnaire Template Type + +comUssOlpQmc.regist.respondentInfo=Respondent Information +comUssOlpQmc.regist.qustnrqestn=Questionnaire Question +comUssOlpQmc.regist.qustnrInvestigation=Questionnaire Investigation +comUssOlpQmc.regist.statistics=Statistics +comUssOlpQmc.regist.registerName=Register Name +comUssOlpQmc.regist.registerDate=Register Date + +comUssOlpQmc.regist.qestnrTmplatInfo=Questionnaire Template Information +comUssOlpQmc.regist.qestnrTmplatDesc=If you do not have a Template Type, you must register in the "Questionnaire Template Management" menu. + +comUssOlpQmc.value.view=View + +comUssOlpQmc.value.select=Select + +comUssOlpQmc.title.startDay=Start Day +comUssOlpQmc.title.endDay=End Day +comUssOlpQmc.regist.qestnrDeStartDay=Questionnaire Start Day +comUssOlpQmc.regist.qestnrDeEndDay=Questionnaire End Day +comUssOlpQmc.title.image=Image +comUssOlpQmc.title.submit=Submit + +comUssOlpQmc.alt.calPopup=Calendar Popup Button Image + +#Javascript alert# +comUssOlpQmc.alert.startDay=Questionnaire date's start day can not be later than the end day! +comUssOlpQmc.alert.endDay=Questionnaire date's end day can not be earlier than the start day! +comUssOlpQmc.alert.total=If you delete, the Questionnaire Management, Question, Item, Respondent Management, Questionnaire Survey +comUssOlpQmc.alert.delete=will be deleted together! + + +#Questionnaire Survey Message# +comUssOlpQnn.title=Questionnaire Survey +comUssOlpQnn.titleManage=Questionnaire Survey +comUssOlpQnn.searchCondition.QUSTNR_SJ=Questionnaire Subject +comUssOlpQnn.searchCondition.FRST_REGISTER_ID=Register Name + +comUssOlpQnn.regist.sexdstnCode=Gender Distinction Code +comUssOlpQnn.regist.occpTyCode=Occupation +comUssOlpQnn.regist.respondNm=Respond Name + +comUssOlpQnn.regist.qestnrSj=Questionnaire Subject +comUssOlpQnn.regist.qestnrPurps=Questionnaire Purpose +comUssOlpQnn.regist.qestnrWritngGuidanceCn=Questionnaire Writing Guide +comUssOlpQnn.regist.qestnrTrgetAndDe=Questionnaire Target and Date +comUssOlpQnn.regist.qestnrTmplatCours=Questionnaire Survey + +comUssOlpQnn.regist.statistics=Statistics +comUssOlpQnn.regist.registerName=Register Name +comUssOlpQnn.regist.registerDate=Register Date + +comUssOlpQnn.regist.example=View + +comUssOlpQnn.regist.respondInfo=Respondent Info +comUssOlpQnn.regist.qestnrInfo=Questionnaire Info + +comUssOlpQnn.regist.qestnrTrget=Questionnaire Target +comUssOlpQnn.regist.qestnrDate=Questionnaire Date + +comUssOlpQnn.regist.student=Student +comUssOlpQnn.regist.univStudent=University Student +comUssOlpQnn.regist.salaryMan=Salary Man +comUssOlpQnn.regist.soldier=Soldier +comUssOlpQnn.regist.teacher=Teacher +comUssOlpQnn.regist.etc=Etc + +comUssOlpQnn.alt.compulsoryInput=Compulsory Input Indicator +comUssOlpQnn.alt.chartImage=Chart Image + +#Javascript alert# +comUssOlpQnn.alert.sexdstnCode=Please choose the gender distinction code! +comUssOlpQnn.alert.occpTyCode=Please choose the occupation type! +comUssOlpQnn.alert.respondNm=Please choose the respond name! + +comUssOlpQnn.alert.qestnIem=th question must be picked! +comUssOlpQnn.alert.etcAnswer=th other answer must be picked! + +comUssOlpQnn.alert.mxmmChoiseCo=Number of Maximum Choice +comUssOlpQnn.alert.exceed=th number was exceeded! + + +#Questionnaire Question Management Message# +comUssOlpQqm.title=Questionnaire Question Management +comUssOlpQqm.titleManage=Questionnaire Question Management +comUssOlpQqm.searchCondition.QESTN_CN=Question Contents +comUssOlpQqm.searchCondition.MXMM_CHOISE_CO=Number of Maximum Choice + +comUssOlpQqm.regist.qestnrCn=Questionnaire Contents +comUssOlpQqm.regist.qestnSn=Question Serial Number +comUssOlpQqm.regist.qestnTyCode=Question Type +comUssOlpQqm.regist.qestnCn=Question Contents +comUssOlpQqm.regist.mxmmChoiseCo=Number of Maximum Choice + +comUssOlpQqm.result.iemCn=Result of Questionnaire Item +comUssOlpQqm.result.respondAnswerCn=Result of Respond Answer +comUssOlpQqm.result.etcAnswerCn=Result of Other Answer + +comUssOlpQqm.regist.qestnIem=Question Item +comUssOlpQqm.regist.statistics=Statistics +comUssOlpQqm.regist.registerName=Register Name +comUssOlpQqm.regist.registerDate=Register Date + +comUssOlpQqm.regist.popup=Pop Up + +comUssOlpQqm.regist.objectiveQuest=Ojective Question +comUssOlpQqm.regist.subjectiveQuest=Subjective Question + +comUssOlpQqm.value.view=View + +comUssOlpQqm.title.submit=Submit + +comUssOlpQqm.alt.chartImage=Chart Image + +#Javascript alert# +comUssOlpQqm.alert.input=must be written! + +comUssOlpQqm.alert.total=If you delete, Questionnaire Question, Item, Questionnaire Survey +comUssOlpQqm.alert.delete=will be deleted together! + + +#Questionnaire Respond Information Message# +comUssOlpQri.title=Questionnaire Respond Information Management +comUssOlpQri.titleManage=Questionnaire Respond Information Management +comUssOlpQri.searchCondition.ETC_ANSWER_CN=Contents of Other Answer +comUssOlpQri.searchCondition.RESPOND_ANSWER_CN=Contents of Respond Answer +comUssOlpQri.searchCondition.RESPOND_NM=Respond Name + +comUssOlpQri.regist.qestnrCn=Questionnaire Contents +comUssOlpQri.regist.qestnrQesitmCn=Questionnaire Question Contents +comUssOlpQri.regist.qestnTyCode=Questionnaire Type +comUssOlpQri.regist.qustnrIemCn=Questionnaire Item Contents +comUssOlpQri.regist.respondAnswerCn=Contents of Respond Answer +comUssOlpQri.regist.etcAnswerCn=Contents of Other Answer +comUssOlpQri.regist.respondNm=Respond Name + +comUssOlpQri.regist.qestnType=Question Type +comUssOlpQri.regist.qustnrqestn=Questionnaire Question +comUssOlpQri.regist.qustnrIem=Questionnaire Item +comUssOlpQri.regist.writerName=Writer Name +comUssOlpQri.regist.registerDate=Register Date + +comUssOlpQri.regist.objectiveQuest=Objective Question +comUssOlpQri.regist.subjectiveQuest=Subjective Question + +comUssOlpQri.regist.newWindow=New Window + +comUssOlpQri.title.submit=Submit + +comUssOlpQri.regist.mxmmChoiseCo=Number of Maximum Choice + +comUssOlpQri.title.template=Template +comUssOlpQri.title.etcAnswer=Possibility of Other Answer +comUssOlpQri.title.inputSubjQuest=Input of Subjective Question +comUssOlpQri.title.checkBox=Check Box + +comUssOlpQri.alt.compulsoryInput=Compulsory Input Indicator + +#Javascript alert# +comUssOlpQri.alert.input=must be written! + + + +#Questionnaire Respondent Management Message# +comUssOlpQrm.title=Questionnaire Respondent Management +comUssOlpQrm.titleManage=Questionnaire Respondent Management +comUssOlpQrm.searchCondition.RESPOND_NM=Respond Name + +comUssOlpQrm.regist.qestnrCn=Questionnaire Contents +comUssOlpQrm.regist.sexdstnCode=Gender Distinction Code +comUssOlpQrm.regist.occpTyCode=Occupation +comUssOlpQrm.regist.respondNm=Respond Name + +comUssOlpQrm.regist.qestnrCnList=Questionnaire Contents +comUssOlpQrm.regist.registerName=Register Name +comUssOlpQrm.regist.registerDate=Register Date + +comUssOlpQrm.title.submit=Submit + +#Javascript alert# +comUssOlpQrm.alert.input=must be written! + + +#Questionnaire Template Management Message# +comUssOlpQtm.menu=Menu +comUssOlpQtm.title=Questionnaire Template Management +comUssOlpQtm.searchCondition.QUSTNR_TMPLAT_DC=Questionnaire Template Contents +comUssOlpQtm.searchCondition.QUSTNR_TMPLAT_TY=Questionnaire Template Type + +comUssOlpQtm.regist.qestnrTmplatTy=Questionnaire Template Type +comUssOlpQtm.regist.egovfile=Template Type Image +comUssOlpQtm.regist.egovfile.information=Template Type Image Information +comUssOlpQtm.regist.qestnrTmplatCn=Questionnaire Template Contents +comUssOlpQtm.regist.qestnrTmplatCours=Questionnaire Template file Path + +comUssOlpQtm.regist.frstRegisterNm=Register Name +comUssOlpQtm.regist.frstRegisterPnttm=Register Date + +comUssOlpQtm.regist.qestnrTmplatImage=Questionnaire Template Image + +comUssOlpQtm.title.image=Image +comUssOlpQtm.title.submit=Submit + +#Javascript alert# +comUssOlpQtm.alert.select=must be selected! +comUssOlpQtm.alert.image=Only image can be uploaded! +comUssOlpQtm.alert.total=If you delete, Questionnaire Template, Question, Item, and Questionnaire Survey +comUssOlpQtm.alert.delete=will be deleted together! + + +#Copyright Protection Policy# +ussSamCpy.cpyrhtPrtcPolicyListInqire.cpyrhtPrtcPolicyListInqire=Privacy Policy List +ussSamCpy.cpyrhtPrtcPolicyListInqire.cpyrhtPrtcPolicyCn=Privacy Policy Contents +ussSamCpy.cpyrhtPrtcPolicyListInqire.lastUpdtPnttm=Registration date + +ussSamCpy.cpyrhtPrtcPolicyCnRegist.cpyrhtPrtcPolicyCnRegist=Privacy Policy Regist +ussSamCpy.cpyrhtPrtcPolicyCnRegist.cpyrhtPrtcPolicyCn=Privacy Policy Contents + +ussSamCpy.cpyrhtPrtcPolicyCnUpdt.cpyrhtPrtcPolicyCnUpdt=Privacy Policy Update +ussSamCpy.cpyrhtPrtcPolicyCnUpdt.cpyrhtPrtcPolicyCn=Privacy Policy Contents + +ussSamCpy.cpyrhtPrtcPolicyDetailInqire.cpyrhtPrtcPolicyDetailInqire=Privacy Policy Detail +ussSamCpy.cpyrhtPrtcPolicyDetailInqire.cpyrhtPrtcPolicyCn=Privacy Policy Contents +ussSamCpy.cpyrhtPrtcPolicyDetailInqire.lastUpdtPnttm=registration date + +ussSamCpy.cpyrhtPrtcPolicy.validate.cpyrhtPrtcPolicyCn=Privacy Policy Contents + + + +#Privacy Policy Management# +ussSamIpm.indvdlInfoPolicyList.indvdlInfoPolicyList=Privacy Policy Management List +ussSamIpm.indvdlInfoPolicyList.indvdlInfoPolicyNm=Privacy Policy Name +ussSamIpm.indvdlInfoPolicyList.indvdlInfoPolicyCn=Privacy Policy Contents +ussSamIpm.indvdlInfoPolicyList.indvdlInfoscrPolicyAgreAt=Agreement +ussSamIpm.indvdlInfoPolicyList.frstRegisterNm=Registrant +ussSamIpm.indvdlInfoPolicyList.frstRegistPnttm=Registration date + +ussSamIpm.indvdlInfoPolicyRegist.indvdlInfoPolicyRegist=Privacy Policy Management Regist +ussSamIpm.indvdlInfoPolicyRegist.indvdlInfoNm=Privacy Policy Name +ussSamIpm.indvdlInfoPolicyRegist.indvdlInfoDc=Privacy Policy Contents +ussSamIpm.indvdlInfoPolicyRegist.indvdlInfoYn=Agreement + +ussSamIpm.indvdlInfoPolicyDetail.indvdlInfoPolicyDetail=Privacy Policy Management Detail +ussSamIpm.indvdlInfoPolicyDetail.indvdlInfoNm=Privacy Policy Name +ussSamIpm.indvdlInfoPolicyDetail.indvdlInfoDc=Privacy Policy Contents +ussSamIpm.indvdlInfoPolicyDetail.indvdlInfoYn=Agreement + +ussSamIpm.indvdlInfoPolicyUpdt.indvdlInfoPolicyUpdt=Privacy Policy Management Update +ussSamIpm.indvdlInfoPolicyUpdt.indvdlInfoNm=Privacy Policy Name +ussSamIpm.indvdlInfoPolicyUpdt.indvdlInfoDc=Privacy Policy Contents +ussSamIpm.indvdlInfoPolicyUpdt.indvdlInfoYn=Agreement + +ussSamIpm.indvdlInfoPolicy.indvdlInfoNm=Privacy Policy Name +ussSamIpm.indvdlInfoPolicy.indvdlInfoDc=Privacy Policy Contents +ussSamIpm.indvdlInfoPolicy.indvdlInfoYn=Agreement + + +#Provision Management Message# +comUssSamStp.title=Provision Management +comUssSamStp.list.useStplatNm=Provision Name +comUssSamStp.list.useStplatCn=Provision Contents +comUssSamStp.list.infoProvdAgreCn=Informational Provision Agreement Contents + + +#Digital Onepass Message# +digital.onepass.access.denied.code=Digital Onepass Error +digital.onepass.access.denied.title=You need to check the files or settings required for Digital Onepass authentication. +digital.onepass.connect.success=The eGovframework {0} account and Digital Onepass account have been linked. +digital.onepass.disconnect.success=Digital One Pass has been canceled. +digital.onepass.connect.join.failure=Please proceed with registration as a general member or a corporate member first. +digital.onepass.connect.user.infomation.failure=Please check the user information of Digital OnePass. +digital.onepass.connect.athentication.failure=Digital One Pass authentication did not proceed normally. +digital.onepass.delete.alert=Please delete after disconnecting Digital Onepass. + + +#Login Provision Management# +comUssUmt.stplatCnfirmt.title=Provision Confirmation +comUssUmt.stplatCnfirmt.useStplatCn=Provision Contents +comUssUmt.stplatCnfirmt.infoProvdAgreCn=Informational Contents Agreement Contents + +comUssUmt.stplatCnfirmtMsg.useStplat=Agree to the Terms and Conditions of the content. +comUssUmt.stplatCnfirmtMsg.infoProvdAgre=Agree with the use of information. + +comUssUmt.stplatCnfirmtValidate.disagreeStplatCnfirmt=You can not sign up if you don't agree to the Provision Contents. + +comUssUmt.common.lockAt=Login authorization limit status +comUssUmt.common.lockAtBtn=Release limits for login authentication +comUssUmt.common.lockAtConfirm=Are you sure you want to disable the login limit? + +#department Management# +comUssUmt.deptManage.title=Department Management + +comUssUmt.deptManageList.deptId=Department ID +comUssUmt.deptManageList.deptName=Department Name +comUssUmt.deptManageList.deptDc=Description +comUssUmt.deptManageSearchCondition.searchKeywordText=Department Name + +comUssUmt.deptManageRegist.deptId=Department ID +comUssUmt.deptManageRegist.deptName=Department Name +comUssUmt.deptManageRegist.deptDc=Description + +#Member Management# +comUssUmt.userManage.title=Member Management + +comUssUmt.userManageSsearch.sbscrbSttusTitle=Selection to the Condition of Registration Status +comUssUmt.userManageSsearch.sbscrbSttusAll=Status(All) +comUssUmt.userManageSsearch.sbscrbSttusA=Sign Up +comUssUmt.userManageSsearch.sbscrbSttusD=Delete +comUssUmt.userManageSsearch.sbscrbSttusP=Approval +comUssUmt.userManageSsearch.searchConditioTitle=Select Condition of Inquiry +comUssUmt.userManageSsearch.searchConditionId=ID +comUssUmt.userManageSsearch.searchConditionName=Name + +comUssUmt.userManageList.id=ID +comUssUmt.userManageList.name=User Name +comUssUmt.userManageList.email=User Email +comUssUmt.userManageList.phone=Phone Number +comUssUmt.userManageList.sbscrbSttus=Registration Status + +comUssUmt.userManageRegist.id=User ID +comUssUmt.userManageRegist.name=Member User Name +comUssUmt.userManageRegist.pass=Password +comUssUmt.userManageRegist.passConfirm=Password Confirmation +comUssUmt.userManageRegist.passHit=Password Hint +comUssUmt.userManageRegist.passOk=Password Answer +comUssUmt.userManageRegist.saxTypeCode=Gender Identification Code +comUssUmt.userManageRegist.tel=Phone Number +comUssUmt.userManageRegist.fax=Fax Number +comUssUmt.userManageRegist.phone=Mobile Phone Number +comUssUmt.userManageRegist.email=Email +comUssUmt.userManageRegist.post=Postal Code +comUssUmt.userManageRegist.addr=Address +comUssUmt.userManageRegist.addrDetail=Detail Address +comUssUmt.userManageRegist.groupId=Group ID +comUssUmt.userManageRegist.status=User Status Code +comUssUmt.userManageRegistBtn.idSearch=Search Duplicate ID + +comUssUmt.userManageRegistModal.title=Confirm Duplicate ID +comUssUmt.userManageRegistModal.userIsId=Usable Id +comUssUmt.userManageRegistModal.initStatus=Result : Check for Duplicate ID. + +comUssUmt.userManageRegistModal.result=Result +comUssUmt.userManageRegistModal.useMsg=This ID can not be used. +comUssUmt.userManageRegistModal.notUseMsg=This ID is available. +comUssUmt.userManageRegistModal.noIdMsg=This ID can not be created. + +comUssUmt.userManageModifyBtn.passwordChange=Password Change + +comUssUmt.userManagePasswordUpdt.title=Password Change +comUssUmt.userManagePasswordUpdt.id=User ID +comUssUmt.userManagePasswordUpdt.oldPass=Current Password +comUssUmt.userManagePasswordUpdt.pass=Password +comUssUmt.userManagePasswordUpdt.passConfirm=Password Confirmation + + +#User Management# +comUssUmt.deptUserManage.title=User Management + +comUssUmt.deptUserManageRegist.id=User ID +comUssUmt.deptUserManageRegist.name=User Name +comUssUmt.deptUserManageRegist.pass=Password +comUssUmt.deptUserManageRegist.passConfirm=Password Confirmation +comUssUmt.deptUserManageRegist.passHit=Password Hint +comUssUmt.deptUserManageRegist.passOk=Password Answer +comUssUmt.deptUserManageRegist.saxTypeCode=Gender Identification Code +comUssUmt.deptUserManageRegist.tel=Phone Number +comUssUmt.deptUserManageRegist.fax=Fax Number +comUssUmt.deptUserManageRegist.phone=Mobile Phone Number +comUssUmt.deptUserManageRegist.email=Email +comUssUmt.deptUserManageRegist.post=Postal Code +comUssUmt.deptUserManageRegist.addr=Address +comUssUmt.deptUserManageRegist.addrDetail=Detail Address +comUssUmt.deptUserManageRegist.groupId=Group ID +comUssUmt.deptUserManageRegist.status=User Status Code +comUssUmt.deptUserManageRegistBtn.idSearch=Search Duplicate ID +comUssUmt.deptUserManageRegist.subDn=User DN + +comUssUmt.deptUserManageRegist.insttCode=Organization Code +comUssUmt.deptUserManageRegist.orgnztId=Organization ID +comUssUmt.deptUserManageRegist.ofcps=Position +comUssUmt.deptUserManageRegist.emplNum=Employee Number +comUssUmt.deptUserManageRegist.brth=Birthday +comUssUmt.deptUserManageRegist.areaNo=Home Phone Number +comUssUmt.deptUserManageRegist.offmTelno=Office Phone Number +comUssUmt.deptUserManageRegist.fxNum=Fax Number +comUssUmt.deptUserManageRegist.emailAdres=Email +comUssUmt.deptUserManageRegistBtn.Search=Search + +#Corporate Member Management# +comUssUmt.entrprsUserManage.title=Corporate Member Management +comUssUmt.entrprsUserManageList.id=Corporate Member ID +comUssUmt.entrprsUserManageList.company=Corporate Name +comUssUmt.entrprsUserManageList.name=User Name +comUssUmt.entrprsUserManageList.regName=Registration Name +comUssUmt.entrprsUserManageList.regMail=Registration Email +comUssUmt.entrprsUserManageList.email=Email +comUssUmt.entrprsUserManageList.phone=Phone Number +comUssUmt.entrprsUserManageList.sbscrbSttus=Registration Status + +comUssUmt.entrprsUserManageRegist.id=Corporate Member ID +comUssUmt.entrprsUserManageRegist.name=Corporate Name +comUssUmt.entrprsUserManageRegist.pass=Password +comUssUmt.entrprsUserManageRegist.passConfirm=Password Confirmation +comUssUmt.entrprsUserManageRegist.passHit=Password Hint +comUssUmt.entrprsUserManageRegist.passOk=Password Answer +comUssUmt.entrprsUserManageRegist.tel=Corprate Phone Number +comUssUmt.entrprsUserManageRegist.fax=Fax Number +comUssUmt.entrprsUserManageRegist.post=Postal Code +comUssUmt.entrprsUserManageRegist.addr=Address +comUssUmt.entrprsUserManageRegist.addrDetail=Detail Address +comUssUmt.entrprsUserManageRegist.groupId=Group ID +comUssUmt.entrprsUserManageRegist.status=Corporate Member Status Code +comUssUmt.entrprsUserManageRegist.subDn=Corporate Member DN + +comUssUmt.entrprsUserManageRegist.indutyCode=Business Field +comUssUmt.entrprsUserManageRegist.entrprsSeCode=Corporate Category +comUssUmt.entrprsUserManageRegist.cxfc=CEO Name +comUssUmt.entrprsUserManageRegist.bizrno=Business Registration Number +comUssUmt.entrprsUserManageRegist.jurirno=Corporate Registration Number + +comUssUmt.entrprsUserManageRegistBtn.idSearch=Search Duplicate ID +comUssUmt.entrprsUserManageRegistBtn.Search=Search + + +#DB Monitoring# +comUtlSysDbm.dbMntrngList.title = DB Service Monitoring List +comUtlSysDbm.dbMntrngDetail.title = DB Service Monitoring Details +comUtlSysDbm.dbMntrngDetail.summary = Provides details about registered DB service monitoring. +comUtlSysDbm.dbMntrngModify.title = Modify DB Service Monitoring +comUtlSysDbm.dbMntrngModify.summary = DB service monitoring modification function is provided. +comUtlSysDbm.dbMntrngRegist.title = Register DB Service Monitoring +comUtlSysDbm.dbMntrngLogList.title = DB Service Monitoring Log List +comUtlSysDbm.dbMntrngLogDetail.title = DB Service Monitoring Log Details +comUtlSysDbm.dbMntrngLogDetail.summary = Provides details about the registered DB ServiceMonitor. + +comUtlSysDbm.dbMntrng.period = Period +comUtlSysDbm.dbMntrng.seq = No +comUtlSysDbm.dbMntrng.logID = LogID +comUtlSysDbm.dbMntrng.dataSourceName = Data Source +comUtlSysDbm.dbMntrng.serverName = Server Name +comUtlSysDbm.dbMntrng.dbms = DBMS +comUtlSysDbm.dbMntrng.managerName = Manager Name +comUtlSysDbm.dbMntrng.managerEmail = Email +comUtlSysDbm.dbMntrng.createdDateTime = Created Datetime +comUtlSysDbm.dbMntrng.status = Status +comUtlSysDbm.dbMntrng.checkSQL = Check SQL +comUtlSysDbm.dbMntrng.monitoringDatetime = Monitoring Datetime +comUtlSysDbm.dbMntrng.logInfo = Log Info. + +comUtlSysDbm.dbMntrng.searchStartDate = Search start date +comUtlSysDbm.dbMntrng.searchStartHour = Search start hour +comUtlSysDbm.dbMntrng.searchStartMin = Search start minute +comUtlSysDbm.dbMntrng.searchEndDate = Search end date +comUtlSysDbm.dbMntrng.searchEndHour = Search end hour +comUtlSysDbm.dbMntrng.searchEndMin = Search end minute + + +# File system monitoring # +comUtlSysFsm.fileSysMntrng.title = File system monitoring +comUtlSysFsm.fileSysMntrngLog.title = File system monitoring log + +comUtlSysFsm.fileSysMntrng.fileSysNm.label = File system name +comUtlSysFsm.fileSysMntrng.fileSysManageNm.label = File system administration name +comUtlSysFsm.fileSysMntrng.fileSysMg.label = File system size +comUtlSysFsm.fileSysMntrng.fileSysThrhld.label = Filesystem Threshold +comUtlSysFsm.fileSysMntrng.fileSysUsgQty.label = File system usage +comUtlSysFsm.fileSysMntrng.mngrNm.label = Administrator name +comUtlSysFsm.fileSysMntrng.mngrEmailAddr.label = Administrator email address +comUtlSysFsm.fileSysMntrng.mntrngSttus.label = Monitoring status +comUtlSysFsm.fileSysMntrng.creatDt.label = Date last created + +comUtlSysFsm.fileSysMntrngList.seq.label = number +comUtlSysFsm.fileSysMntrngList.fileSysNm.label = File system name +comUtlSysFsm.fileSysMntrngList.fileSysManageNm.label = File system administration name +comUtlSysFsm.fileSysMntrngList.fileSysMg.label = Size +comUtlSysFsm.fileSysMntrngList.fileSysThrhld.label = Threshold +comUtlSysFsm.fileSysMntrngList.fileSysUsgQty.label = Usage +comUtlSysFsm.fileSysMntrngList.mntrngSttus.label = Status +comUtlSysFsm.fileSysMntrngList.mngrNm.label = Admin-name +comUtlSysFsm.fileSysMntrngList.guideOne=If your OS is Window 10, you need to run Eclipse as an administrator +comUtlSysFsm.fileSysMntrngList.guideTwo=Globals.OsType needs to be changed in globals.properties to suit the environment you are using on UNIX or WINDOWS.
The differences in system capacity paths between WINDOW and UNIX are also visible at the top of globals.properties. + +comUtlSysFsm.fileSysMntrngLog.logInfo.label = Log information +comUtlSysFsm.fileSysMntrngLog.logId.label = Log ID +comUtlSysFsm.fileSysMntrngLog.fileSysNm.label = File system name +comUtlSysFsm.fileSysMntrngLog.fileSysManageNm.label = File system administration name +comUtlSysFsm.fileSysMntrngLog.fileSysMg.label = File system size +comUtlSysFsm.fileSysMntrngLog.fileSysThrhld.label = File system threshold +comUtlSysFsm.fileSysMntrngLog.fileSysUsgQty.label = File system usage +comUtlSysFsm.fileSysMntrngLog.mntrngSttus.label = Monitoring status +comUtlSysFsm.fileSysMntrngLog.creatDt.label = Creation date and time + +comUtlSysFsm.fileSysMntrngLogList.seq.label = number +comUtlSysFsm.fileSysMntrngLogList.fileSysNm.label = File system name +comUtlSysFsm.fileSysMntrngLogList.fileSysManageNm.label = File system administration name +comUtlSysFsm.fileSysMntrngLogList.fileSysMg.label = Size +comUtlSysFsm.fileSysMntrngLogList.fileSysThrhld.label = Threshold +comUtlSysFsm.fileSysMntrngLogList.fileSysUsgQty.label = Usage +comUtlSysFsm.fileSysMntrngLogList.mntrngSttus.label = Status +comUtlSysFsm.fileSysMntrngLogList.creatDt.label = Date created +comUtlSysFsm.fileSysMntrngLogList.mngrNm.label = Administrator name +comUtlSysFsm.fileSysMntrngLogList.validate.bgnDe = Search start date +comUtlSysFsm.fileSysMntrngLogList.validate.endDe = Search end date +comUtlSysFsm.fileSysMntrngLogList.validate.bgnDeHourendDeHour = The search end date can not be earlier than the search start date. +comUtlSysFsm.fileSysMntrngLogList.select = Please select +comUtlSysFsm.fileSysMntrngLogList.list = list + +#EgovFileSysMntrngRegist +comUtlSysFsm.fileSysMntrngRegist.notApplicableFileSysTrue = The file system name is invalid. +comUtlSysFsm.fileSysMntrngRegist.fileSysMg = Click on the File System Check button to check the size of the file system. +comUtlSysFsm.fileSysMntrngRegist.fileSysThrhldG = You must enter a file system threshold of 1G or more. +comUtlSysFsm.fileSysMntrngRegist.fileSysThrhldLimit = The file system threshold can not be greater than the file system size. +comUtlSysFsm.fileSysMntrngRegist.selectFileSysMg = Check the file system + +#EgovFileSysMntrngUpdt +comUtlSysFsm.fileSysMntrngUpdt.fileSysMg = You must enter a file system size of 1G or more. +comUtlSysFsm.fileSysMntrngUpdt.fileSysThrhldG = You must enter a file system threshold of 1G or more. +comUtlSysFsm.fileSysMntrngUpdt.fileSysThrhldLimit = The file system threshold can not be greater than the file system size. +comUtlSysFsm.fileSysMntrngUpdt.tableSummary = This table is used to modify file system monitoring target information. It consists of file system name, file system management name, file system size, file system threshold, administrator name, and administrator e-mail address information. + + + +#HTTP Monitoring# +comUtlSysHtm.comUtlHttpMonList.title = HTTP Monitoring List +comUtlSysHtm.comUtlHttpMonDetail.title = HTTP Monitoring Details +comUtlSysHtm.comUtlHttpMonDetail.summary = This table provides the target information for HTTP service monitoring and consists of Web service termination, system URL, status, administrator name, and administrator email information. +comUtlSysHtm.comUtlHttpMonModify.title = Modify HTTP Monitoring +comUtlSysHtm.comUtlHttpMonModify.summary = This table provides the target information for HTTP service monitoring and consists of Web service termination, system URL, status, administrator name, and administrator email information. +comUtlSysHtm.comUtlHttpMonRegist.title = Regist HTTP Monitoring +comUtlSysHtm.comUtlHttpMonLogList.title = HTTP Monitoring Log List +comUtlSysHtm.comUtlHttpMonLogDetail.title = HTTP Monitoring Log Details +comUtlSysHtm.comUtlHttpMonLogDetail.summary = This table provides the target information for HTTP service monitoring and consists of Web service termination, system URL, status, administrator name, and administrator email information. + +comUtlSysHtm.comUtlHttpMon.period = Period +comUtlSysHtm.comUtlHttpMon.seq = No +comUtlSysHtm.comUtlHttpMon.logID = LogID +comUtlSysHtm.comUtlHttpMon.processID = Process ID +comUtlSysHtm.comUtlHttpMon.webService = Web Service +comUtlSysHtm.comUtlHttpMon.systemURL = System URL +comUtlSysHtm.comUtlHttpMon.managerName = Manager +comUtlSysHtm.comUtlHttpMon.managerEmail = Email +comUtlSysHtm.comUtlHttpMon.createdDateTime = Created Datetime +comUtlSysHtm.comUtlHttpMon.lastCreatedDateTime = Lastly Created Datetime +comUtlSysHtm.comUtlHttpMon.status = Status +comUtlSysHtm.comUtlHttpMon.monitoringDatetime = Monitoring Datetime +comUtlSysHtm.comUtlHttpMon.logInfo = Log + +comUtlSysHtm.comUtlHttpMon.searchStartDate = Search start date +comUtlSysHtm.comUtlHttpMon.searchStartHour = Search start hour +comUtlSysHtm.comUtlHttpMon.searchStartMin = Search start minute +comUtlSysHtm.comUtlHttpMon.searchEndDate = Search end date +comUtlSysHtm.comUtlHttpMon.searchEndHour = Search end hour +comUtlSysHtm.comUtlHttpMon.searchEndMin = Search end minute + + + + +#Network Service Monitoring# +comUtlSysNsm.ntwrkSvcMntrng.title = Network Service Monitoring +comUtlSysNsm.ntwrkSvcMntrngLog.title = Network Service Monitoring Log + +comUtlSysNsm.ntwrkSvcMntrng.sysIp.label=System IP +comUtlSysNsm.ntwrkSvcMntrng.sysPort.label=System Port +comUtlSysNsm.ntwrkSvcMntrng.sysNm.label=System Name +comUtlSysNsm.ntwrkSvcMntrng.mngrNm.label=Manager Name +comUtlSysNsm.ntwrkSvcMntrng.mngrEmailAddr.label=Admin Email +comUtlSysNsm.ntwrkSvcMntrng.mntrngSttus.label=Monitoring Status +comUtlSysNsm.ntwrkSvcMntrng.creatDt.label=Creation Date +comUtlSysNsm.ntwrkSvcMntrng.validate.alert.duplicate=There are duplicate network services IP and Port. + +comUtlSysNsm.ntwrkSvcMntrngList.num.label=Num. +comUtlSysNsm.ntwrkSvcMntrngList.sysIp.label=System IP +comUtlSysNsm.ntwrkSvcMntrngList.sysPort.label=System Port +comUtlSysNsm.ntwrkSvcMntrngList.sysNm.label=System Name +comUtlSysNsm.ntwrkSvcMntrngList.mntrngSttus.label=Monitoring Status +comUtlSysNsm.ntwrkSvcMntrngList.mngrNm.label=Manager Name + +comUtlSysNsm.ntwrkSvcMntrngLog.logId.label=Log ID +comUtlSysNsm.ntwrkSvcMntrngLog.logInfo.label=Log Information +comUtlSysNsm.ntwrkSvcMntrngLog.num.label=Num. +comUtlSysNsm.ntwrkSvcMntrngLog.sysIp.label=System IP +comUtlSysNsm.ntwrkSvcMntrngLog.sysPort.label=System Port +comUtlSysNsm.ntwrkSvcMntrngLog.sysNm.label=System Name +comUtlSysNsm.ntwrkSvcMntrngLog.mntrngSttus.label=Monitoring Status +comUtlSysNsm.ntwrkSvcMntrngLog.mngrNm.label=Manager Name +comUtlSysNsm.ntwrkSvcMntrngLog.creatDt.label=Created Date +comUtlSysNsm.ntwrkSvcMntrngLog.validate.alert.bgnDe=Search Start Date +comUtlSysNsm.ntwrkSvcMntrngLog.validate.alert.endDe=Search End Date +comUtlSysNsm.ntwrkSvcMntrngLog.validate.alert.diffBgnDeEndDe=The search end date can not be earlier than the search start date. +comUtlSysNsm.ntwrkSvcMntrngLog.title.searchBgnDe=Enter Start Date +comUtlSysNsm.ntwrkSvcMntrngLog.title.searchBgnHour=Select Start Time +comUtlSysNsm.ntwrkSvcMntrngLog.title.searchEndDe=Enter End Date +comUtlSysNsm.ntwrkSvcMntrngLog.title.searchEndHour=Select End Time +comUtlSysNsm.ntwrkSvcMntrngLog.title.searchWrd=Enter Search Terms + + + +#Process Monitoring# +comUtlSysPrm.comUtlProcessMonList.title = Process Monitoring List +comUtlSysPrm.comUtlProcessMonDetail.title = Process Monitoring Details +comUtlSysPrm.comUtlProcessMonDetail.summary = This table provides information about the process monitoring targets and consists of process name, status, administrator name, and administrator email. +comUtlSysPrm.comUtlProcessMonModify.title = Modifying Process Monitoring +comUtlSysPrm.comUtlProcessMonRegist.title = Register Process Monitoring +comUtlSysPrm.comUtlProcessMonLogList.title = Process Monitoring Log List +comUtlSysPrm.comUtlProcessMonLogDetail.title = Process Monitoring Log Details +comUtlSysPrm.comUtlProcessMonLogDetail.summary = This table provides the process monitoring log target information and consists of the logID, process ID, process name, status, log, and the last generation date. + +comUtlSysPrm.comUtlProcessMon.seq = No +comUtlSysPrm.comUtlProcessMon.logID = LogID +comUtlSysPrm.comUtlProcessMon.processID = Process ID +comUtlSysPrm.comUtlProcessMon.processName = Process Name +comUtlSysPrm.comUtlProcessMon.status = Status +comUtlSysPrm.comUtlProcessMon.logInfo = Log +comUtlSysPrm.comUtlProcessMon.managerName = Manager +comUtlSysPrm.comUtlProcessMon.managerEmail = Email +comUtlSysPrm.comUtlProcessMon.createdDateTime = Created Datetime +comUtlSysPrm.comUtlProcessMon.lastCreatedDateTime = Lastly Created Datetime +comUtlSysPrm.comUtlProcessMon.searchBgnDe = Enter Start Date +comUtlSysPrm.comUtlProcessMon.searchBgnHour = Select Start Hour +comUtlSysPrm.comUtlProcessMon.searchEndDe = Enter End Date +comUtlSysPrm.comUtlProcessMon.searchEndHour = Select End hour + + + +# Proxy service # +comUtlSysPxy.proxyLog.title = Proxy log +comUtlSysPxy.proxySvc.title = Proxy Settings + +comUtlSysPxy.proxySvc.proxyId.label = Proxy ID +comUtlSysPxy.proxySvc.proxyNm.label = proxy name +comUtlSysPxy.proxySvc.proxyIp.label = Proxy IP +comUtlSysPxy.proxySvc.proxyPort.label = Proxy Port +comUtlSysPxy.proxySvc.trgetSvcNm.label = target service name +comUtlSysPxy.proxySvc.svcDc.label = Service Description +comUtlSysPxy.proxySvc.svcIp.label = Service IP +comUtlSysPxy.proxySvc.svcPort.label = Service Port +comUtlSysPxy.proxySvc.svcSttusNm.label = Service Status + +comUtlSysPxy.proxySvcList.proxyId.label = Proxy ID +comUtlSysPxy.proxySvcList.proxyNm.label = proxy name +comUtlSysPxy.proxySvcList.proxyPort.label = Proxy Port +comUtlSysPxy.proxySvcList.trgetSvcNm.label = target service name +comUtlSysPxy.proxySvcList.svcIp.label = Service IP/Port +comUtlSysPxy.proxySvcList.svcSttusNm.label = Status +comUtlSysPxy.proxySvcList.checknum = Date format is invalid +comUtlSysPxy.proxySvcList.strTmpFromDateEndDate = The start date can not be greater than the end date +comUtlSysPxy.proxySvcList.pmProxyLogVO.strStartDate = Proxy log start date +comUtlSysPxy.proxySvcList.pmProxyLogVO.strEndDate = Proxy log end date + +comUtlSysPxy.proxyLog.period.label = duration +comUtlSysPxy.proxyLog.proxyId.label = Proxy ID +comUtlSysPxy.proxyLog.proxyNm.label = Target Service +comUtlSysPxy.proxyLog.clntPort.label = Proxy Port +comUtlSysPxy.proxyLog.clntIp.label = Client IP +comUtlSysPxy.proxyLog.conectTime.label =connected time +comUtlSysPxy.proxyLog.log = Log + +comUtlSysPxy.proxySvcDetail.title=Proxy Detail View +comUtlSysPxy.proxySvcDetail.summary = Provides detailed information about proxy settings. + +comUtlSysPxy.proxySvcUpdtl.title=Change Proxy Settings +comUtlSysPxy.proxySvcUpdt.summary = Modify the proxy configuration information. +comUtlSysPxy.proxySvcUpdt.ipValueException = is the exception ip. +comUtlSysPxy.proxySvcUpdt.ipFormalException = IP format mismatch. +comUtlSysPxy.proxySvcUpdt.svcSttus.run = Normal +comUtlSysPxy.proxySvcUpdt.svcSttus.stop = Stop + +comUtlSysPxy.proxySvcRegist.ipValueException = is the exception ip. +comUtlSysPxy.proxySvcRegist.ipFormalException = IP format mismatch. +comUtlSysPxy.proxySvcRegist.svcSttus.run = Normal +comUtlSysPxy.proxySvcRegist.svcSttus.stop = Stop + + + + +#Login Sesion Check# +utlSysRsc.loginSessionCheck.loginSessionCheck=Login Session Check +utlSysRsc.loginSessionCheck.validate.confirmSetLoginSession=Are you sure? +utlSysRsc.loginSessionCheck.url=URL +utlSysRsc.loginSessionCheck.sessionURL=Session URL +utlSysRsc.loginSessionCheck.set=SET +utlSysRsc.loginSessionCheck.sessionView=Move + + +#Server Resource Monitoring # + +ultSysScm.mntrngServer.Title=Server Resource Monitoring + +ultSysScm.mntrngServerList.Title=Server Resource Monitoring +ultSysScm.mntrngServerList.ServerName=Server H/W Name + +ultSysScm.mntrngServerList.ServerId=Server H/W ID +ultSysScm.mntrngServerList.ServerIp=Server H/W IP +ultSysScm.mntrngServerList.ServerEmail=E-Mail + +ultSysScm.mntrngServerList.btnLog=Log + + +#Server Resource Monitoring Log List# +ultSysScm.mntrngResrceServerList.Title=Server Resource Monitoring Log +ultSysScm.mntrngResrceServerList.scServerName=Server H/W Nm +ultSysScm.mntrngResrceServerList.scBetween=between +ultSysScm.mntrngResrceServerList.scFromDate=search start date +ultSysScm.mntrngResrceServerList.scToDate=search start date + +ultSysScm.mntrngResrceServerList.listServerName=Server H/W Name +ultSysScm.mntrngResrceServerList.listServerIp=Server H/W IP +ultSysScm.mntrngResrceServerList.listCpuUse=CPU use +ultSysScm.mntrngResrceServerList.lisMemoryUse=Memory use +ultSysScm.mntrngResrceServerList.listServerStatus=Service status +ultSysScm.mntrngResrceServerList.listCreateDatetime=Create date + +ultSysScm.mntrngResrceServerList.validate.datatFail=Date format is invalid! +ultSysScm.mntrngResrceServerList.validate.datatCheck=Start date can not be greater than end date! + +#Server Resource Monitoring Log Detail# +ultSysScm.mntrngServerDetail.Title=Server Resource Monitoring Log +ultSysScm.mntrngServerDetail.logId=log ID +ultSysScm.mntrngServerDetail.serverName=server H/W name +ultSysScm.mntrngServerDetail.serverIp=server H/W IP +ultSysScm.mntrngServerDetail.cpuUse=Cpu Use +ultSysScm.mntrngServerDetail.memoryUse=Memory use +ultSysScm.mntrngServerDetail.serviceStatus=Service status +ultSysScm.mntrngServerDetail.logInfo=Log info +ultSysScm.mntrngServerDetail.crateDate=Create date + + + +#Synchrized Server# +comUtlSysSsy.download.msg=Do you want to download it? +comUtlSysSsy.sync.msg=Are you sure you want to sync? + +comUtlSysSsy.synchrn.title=Sync files +comUtlSysSsy.synchrnServer.title=Synchronization target server +comUtlSysSsy.synchrnServerFile.title=Sync target file + +comUtlSysSsy.synchrnServer.serverId.label=Server ID +comUtlSysSsy.synchrnServer.serverNm.label=Server Name +comUtlSysSsy.synchrnServer.serverIp.label=Server IP +comUtlSysSsy.synchrnServer.serverPort.label=Server Port +comUtlSysSsy.synchrnServer.ftpId.label=FTP ID +comUtlSysSsy.synchrnServer.ftpPassword.label=FTP Password +comUtlSysSsy.synchrnServer.synchrnLc.label=Sync Location +comUtlSysSsy.synchrnServer.reflctAt.label=Sync Status +comUtlSysSsy.synchrnServer.lastUpdusrId.label=registrant + +comUtlSysSsy.synchrnServer.fileSelect.label=Select File +comUtlSysSsy.synchrnServer.seq.label=num. +comUtlSysSsy.synchrnServer.fileNm.label=File Name +comUtlSysSsy.synchrnServer.fileList.label=List of files +comUtlSysSsy.synchrnServer.fileDownload.label=DownLoad +comUtlSysSsy.synchrnServer.fileDelete.label=delete +comUtlSysSsy.synchrnServer.nofile.label=Server connection is not possible + +comUtlSysSsy.synchrnServer.validate.noList=No synced target list. +comUtlSysSsy.synchrnServer.validate.noSelectedFile=No files selected. +comUtlSysSsy.synchrnServer.validate.noQueryResult=No query results found. +comUtlSysSsy.synchrnServer.synch=synchronization +comUtlSysSsy.synchrnServer.validate.exceptIP=is an exceptional IP. +comUtlSysSsy.synchrnServer.validate.misMatchIP=IP format mismatch. + + +#Transmission and reception monitoring# +comUtlSysTrm.trsmrcvMntrngList.title = Transmission and Reception Monitoring List +comUtlSysTrm.trsmrcvMntrngDetail.title = Transmission and Reception Monitoring Details +comUtlSysTrm.trsmrcvMntrngDetail.summary = Provides details about registered transmission and reception monitoring. +comUtlSysTrm.trsmrcvMntrngUpdt.title = Modifying Transmission and Reception Monitoring +comUtlSysTrm.trsmrcvMntrngUpdt.summary = It provides a function to modify transmission and reception monitoring. +comUtlSysTrm.trsmrcvMntrngRegist.title = Register Transmission and Reception Monitoring +comUtlSysTrm.trsmrcvMntrngLogList.title = Transmission and Reception Monitoring Log List +comUtlSysTrm.trsmrcvMntrngLogDetail.title = Transmission and Reception Monitoring Log Details +comUtlSysTrm.trsmrcvMntrngLogDetail.summary = Provides detailed information about the sending and receiving monitor logs. + +comUtlSysTrm.trsmrcvMntrng.logID = LogID +comUtlSysTrm.trsmrcvMntrng.interOperationID = Link ID +comUtlSysTrm.trsmrcvMntrng.interOperationName = Link Name +comUtlSysTrm.trsmrcvMntrng.interOperationPopup = Link information check pop-up provided +comUtlSysTrm.trsmrcvMntrng.testClassName = Test Class Name +comUtlSysTrm.trsmrcvMntrng.managerName = Manager +comUtlSysTrm.trsmrcvMntrng.managerEmail = Manager Email +comUtlSysTrm.trsmrcvMntrng.monitoringDateTime = Monitoring Datetime +comUtlSysTrm.trsmrcvMntrng.provider = Provider +comUtlSysTrm.trsmrcvMntrng.provideSystem = Provider System +comUtlSysTrm.trsmrcvMntrng.service = Services +comUtlSysTrm.trsmrcvMntrng.requester = Requester +comUtlSysTrm.trsmrcvMntrng.requestSystem = Reguesting System +comUtlSysTrm.trsmrcvMntrng.status = Status +comUtlSysTrm.trsmrcvMntrng.logInfo = Log Information + +comUtlSysTrm.trsmrcvMntrng.searchStartDate = Search start date +comUtlSysTrm.trsmrcvMntrng.searchStartHour = Search start hour +comUtlSysTrm.trsmrcvMntrng.searchStartMin = Search start minute +comUtlSysTrm.trsmrcvMntrng.searchEndDate = Search end date +comUtlSysTrm.trsmrcvMntrng.searchEndHour = Search end hour +comUtlSysTrm.trsmrcvMntrng.searchEndMin = Search end minute \ No newline at end of file diff --git a/bin/main/messages/urp/message_ko.properties b/bin/main/messages/urp/message_ko.properties new file mode 100644 index 00000000..21f0677f --- /dev/null +++ b/bin/main/messages/urp/message_ko.properties @@ -0,0 +1,6025 @@ +#\uc8fc\uc18c\ub85d\uad00\ub9ac Message# +comCopAdb.title=\uc8fc\uc18c\ub85d\uad00\ub9ac + +comCopAdb.searchCondition.searchCnd0=\uc8fc\uc18c\ub85d\uba85 +comCopAdb.searchCondition.searchCnd1=\uacf5\uac1c\ubc94\uc704 +comCopAdb.searchCondition.searchCnd2=\ub4f1\ub85d\uc790 + +comCopAdb.validate.isUser=\uc774\ubbf8 \ub4f1\ub85d\ub41c \uc0ac\ub78c\uc785\ub2c8\ub2e4. + +comCopAdb.searchCondition.userNm = \uc0ac\uc6a9\uc790 \uba85 +comCopAdb.searchCondition.group = \uadf8\ub8f9 +comCopAdb.btn.groupInquire = \uadf8\ub8f9\uc870\ud68c \ud31d\uc5c5 + +comCopAdb.list.adbkNm=\uc8fc\uc18c\ub85d\uba85 +comCopAdb.list.othbcScope=\uacf5\uac1c\ubc94\uc704 + +comCopAdb.regist.adbkNm = \uc8fc\uc18c\ub85d\uba85 +comCopAdb.regist.othbcScope = \uacf5\uac1c\ubc94\uc704 +comCopAdb.regist.company = \ud68c\uc0ac +comCopAdb.regist.part = \ubd80\uc11c +comCopAdb.regist.man = \uac1c\uc778 +comCopAdb.regist.adbkUser = \uad6c\uc131\uc6d0 +comCopAdb.regist.findAdbkUser = \uad6c\uc131\uc6d0 \ucc3e\uae30 + + +comCopAdb.registList.id=\uc544\uc774\ub514 +comCopAdb.registList.name=\uc774\ub984 +comCopAdb.registList.email=\uc774\uba54\uc77c +comCopAdb.registList.homeTel=\uc9d1\uc804\ud654\ubc88\ud638 +comCopAdb.registList.mobileTel=\ud734\ub300\ud3f0\uc804\ud654\ubc88\ud638 +comCopAdb.registList.officeTel=\ud68c\uc0ac\ubc88\ud638 +comCopAdb.registList.faxNum=\ud329\uc2a4\ubc88\ud638 +comCopAdb.registList.del=\uc0ad\uc81c + +comCopAdb.popopUserList.title=\uc0ac\uc6a9\uc790 \ubaa9\ub85d + +comCopAdb.popopUserList.title1=\uc0ac\uc6a9\uc790 \ubaa9\ub85d +comCopAdb.popopUserList.title2=\uba85\ud568\ubaa9\ub85d + +comCopAdb.popopUserListSearchCondition.searchUser=\uc0ac\uc6a9\uc790\uba85 +comCopAdb.popopUserListSearchCondition.searchMyNcrd=\uba85\ud568\uba85 + +comCopAdb.popopUserList.id=\uc0ac\uc6a9\uc790\uc544\uc774\ub514 +comCopAdb.popopUserList.name=\uc0ac\uc6a9\uc790\uba85 +comCopAdb.popopUserList.myNcrdId=\uba85\ud568\uc544\uc774\ub514 +comCopAdb.popopUserList.myNcrdNm=\uba85\ud568\uba85 +comCopAdb.popopUserList.email=\uc774\uba54\uc77c +comCopAdb.popopUserList.homeTel=\uc9d1\uc804\ud654\ubc88\ud638 +comCopAdb.popopUserList.mobileTel=\ud734\ub300\ud3f0\ubc88\ud638 +comCopAdb.popopUserList.officeTel=\ud68c\uc0ac\ubc88\ud638 +comCopAdb.popopUserList.faxNum=\ud329\uc2a4\ubc88\ud638 + + +#\uac8c\uc2dc\ud310\uc18d\uc131\uad00\ub9ac BBS Master# +comCopBbs.boardMasterVO.title=\uac8c\uc2dc\ud310 + +comCopBbs.boardMasterVO.list.bbsNm=\uac8c\uc2dc\ud310\uba85 +comCopBbs.boardMasterVO.list.bbsIntrcn=\uac8c\uc2dc\ud310\uc18c\uac1c\ub0b4\uc6a9 +comCopBbs.boardMasterVO.list.useAt=\uc0ac\uc6a9\uc5ec\ubd80 + +comCopBbs.boardMasterVO.detail.bbsNm=\uac8c\uc2dc\ud310\uba85 +comCopBbs.boardMasterVO.detail.bbsIntrcn=\uac8c\uc2dc\ud310\uc18c\uac1c\ub0b4\uc6a9 +comCopBbs.boardMasterVO.detail.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comCopBbs.boardMasterVO.detail.replyPosblAt=\ub2f5\uc7a5\uac00\ub2a5\uc5ec\ubd80 +comCopBbs.boardMasterVO.detail.fileAtchPosblAt=\ud30c\uc77c\ucca8\ubd80\uac00\ub2a5\uc5ec\ubd80 +comCopBbs.boardMasterVO.detail.atchPosblFileNumber=\ucca8\ubd80\uac00\ub2a5\ud30c\uc77c\uc22b\uc790 +comCopBbs.boardMasterVO.detail.bbsTyCode=\uac8c\uc2dc\ud310 \uc720\ud615 +comCopBbs.boardMasterVO.detail.bbsAdres=\uac8c\uc2dc\ud310 \uc8fc\uc18c +comCopBbs.boardMasterVO.detail.option=\ucd94\uac00\uc120\ud0dd\uc0ac\ud56d +comCopBbs.boardMasterVO.detail.option1=\ubbf8\uc120\ud0dd +comCopBbs.boardMasterVO.detail.option2=\ub313\uae00 +comCopBbs.boardMasterVO.detail.option3=\ub9cc\uc871\ub3c4\uc870\uc0ac +comCopBbs.boardMasterVO.detail.option.unabledToModify=\u203b \ucd94\uac00 \uc120\ud0dd\uc0ac\ud56d\uc740 \uc218\uc815 \ubd88\uac00 (\ubbf8\uc124\uc815\ub41c \uae30\uc874 \uac8c\uc2dc\ud310\uc758 \uacbd\uc6b0 \ucc98\uc74c \uc124\uc815\uc740 \uac00\ub2a5\ud568) + +comCopBbs.boardMasterVO.regist.bbsNm=\uac8c\uc2dc\ud310\uba85 +comCopBbs.boardMasterVO.regist.bbsIntrcn=\uac8c\uc2dc\ud310\uc18c\uac1c\ub0b4\uc6a9 +comCopBbs.boardMasterVO.regist.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comCopBbs.boardMasterVO.regist.replyPosblAt=\ub2f5\uc7a5\uac00\ub2a5\uc5ec\ubd80 +comCopBbs.boardMasterVO.regist.fileAtchPosblAt=\ud30c\uc77c\ucca8\ubd80\uac00\ub2a5\uc5ec\ubd80 +comCopBbs.boardMasterVO.regist.atchPosblFileNumber=\ucca8\ubd80\uac00\ub2a5\ud30c\uc77c\uc22b\uc790 +comCopBbs.boardMasterVO.regist.bbsTyCode=\uac8c\uc2dc\ud310 \uc720\ud615 + +comCopBbs.boardMasterVO.updt.bbsNm=\uac8c\uc2dc\ud310\uba85 +comCopBbs.boardMasterVO.updt.bbsIntrcn=\uac8c\uc2dc\ud310\uc18c\uac1c\ub0b4\uc6a9 +comCopBbs.boardMasterVO.updt.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comCopBbs.boardMasterVO.updt.replyPosblAt=\ub2f5\uc7a5\uac00\ub2a5\uc5ec\ubd80 +comCopBbs.boardMasterVO.updt.fileAtchPosblAt=\ud30c\uc77c\ucca8\ubd80\uac00\ub2a5\uc5ec\ubd80 +comCopBbs.boardMasterVO.updt.atchPosblFileNumber=\ucca8\ubd80\uac00\ub2a5\ud30c\uc77c\uc22b\uc790 +comCopBbs.boardMasterVO.updt.bbsTyCode=\uac8c\uc2dc\ud310 \uc720\ud615 + +comCopBbs.boardMasterVO.guestReply=\ubc29\uba85\ub85d\uc5d0 \ub2f5\uc7a5\uc774 \ubd88\uac00\ub2a5\ud569\ub2c8\ub2e4. +comCopBbs.boardMasterVO.guestFile=\ubc29\uba85\ub85d\uc5d0 \ud30c\uc77c\uc744 \ucca8\ubd80\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + + +#\uac8c\uc2dc\ud310 +comCopBbs.articleVO.title=\uac8c\uc2dc\uae00 + +comCopBbs.articleVO.list.nttSj=\uc81c\ubaa9 +comCopBbs.articleVO.list.nttCn=\ub0b4\uc6a9 +comCopBbs.articleVO.list.inqireCo=\uc870\ud68c\uc218 + +comCopBbs.articleVO.detail.nttSj=\uc81c\ubaa9 +comCopBbs.articleVO.detail.nttCn=\ub0b4\uc6a9 +comCopBbs.articleVO.detail.inqireCo=\uc870\ud68c\uc218 +comCopBbs.articleVO.detail.ntceDe=\uac8c\uc2dc\uae30\uac04 +comCopBbs.articleVO.detail.atchFile=\ucca8\ubd80\ud30c\uc77c + +comCopBbs.articleVO.regist.nttSj=\uc81c\ubaa9 +comCopBbs.articleVO.regist.nttCn=\ub0b4\uc6a9 +comCopBbs.articleVO.regist.sjBoldAt=\uc81c\ubaa9 \uc9c4\ud558\uac8c +comCopBbs.articleVO.regist.noticeAt=\uacf5\uc9c0\ub4f1\ub85d +comCopBbs.articleVO.regist.secretAt=\ube44\ubc00\uae00 +comCopBbs.articleVO.regist.anonymousAt=\uc775\uba85\ub4f1\ub85d +comCopBbs.articleVO.regist.ntceDe=\uac8c\uc2dc\uae30\uac04 +comCopBbs.articleVO.regist.atchFile=\ucca8\ubd80\ud30c\uc77c + +comCopBbs.articleVO.updt.nttSj=\uc81c\ubaa9 +comCopBbs.articleVO.updt.nttCn=\ub0b4\uc6a9 +comCopBbs.articleVO.updt.sjBoldAt=\uc81c\ubaa9 \uc9c4\ud558\uac8c +comCopBbs.articleVO.updt.noticeAt=\uacf5\uc9c0\ub4f1\ub85d +comCopBbs.articleVO.updt.secretAt=\ube44\ubc00\uae00 +comCopBbs.articleVO.updt.anonymousAt=\uc775\uba85\ub4f1\ub85d +comCopBbs.articleVO.updt.ntceDe=\uac8c\uc2dc\uae30\uac04 +comCopBbs.articleVO.updt.atchFile=\ucca8\ubd80\ud30c\uc77c +comCopBbs.articleVO.updt.atchFileAdd=\ucca8\ubd80\ud30c\uc77c \ucd94\uac00 + +comCopBbs.articleVO.reply.nttSj=\uc81c\ubaa9 +comCopBbs.articleVO.reply.nttCn=\ub0b4\uc6a9 +comCopBbs.articleVO.reply.sjBoldAt=\uc81c\ubaa9 \uc9c4\ud558\uac8c +comCopBbs.articleVO.reply.noticeAt=\uacf5\uc9c0\ub4f1\ub85d +comCopBbs.articleVO.reply.anonymousAt=\uc775\uba85\ub4f1\ub85d +comCopBbs.articleVO.reply.ntceDe=\uac8c\uc2dc\uae30\uac04 +comCopBbs.articleVO.reply.atchFile=\ucca8\ubd80\ud30c\uc77c + +comCopBbs.articleVO.guest.title=\ubc29\uba85\ub85d + +comCopBbs.articleVO.secretBold=\ube44\ubc00\uae00\uc740 \uc81c\ubaa9\uc744 \uc9c4\ud558\uac8c \ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopBbs.articleVO.secretAnonymous=\ube44\ubc00\uae00\uc740 \uc775\uba85\uc73c\ub85c \ub4f1\ub85d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopBbs.articleVO.secretNotice=\ube44\ubc00\uae00\uc740 \uacf5\uc9c0\ub85c \ub4f1\ub85d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopBbs.articleVO.anonymousNotice=\uc775\uba85\uae00\uc740 \uacf5\uc9c0\ub85c \ub4f1\ub85d\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopBbs.articleVO.ntceDeError=\uac8c\uc2dc\uae30\uac04 \uc885\ub8cc\uc77c\uc774 \uc2dc\uc791\uc77c\ubcf4\ub2e4 \ube60\ub985\ub2c8\ub2e4. + + +# \ube14\ub85c\uadf8 \uba54\uc778\ubaa9\ub85d +comCopBlog.articleBlogList.regCategory=\uce74\ud14c\uace0\ub9ac\ub4f1\ub85d +comCopBlog.articleBlogList.setListNumbers=\uac8c\uc2dc\ubb3c \uac2f\uc218 \uc124\uc815 +comCopBlog.articleBlogList.listNumber5=5\uc904 \ubcf4\uae30 +comCopBlog.articleBlogList.listNumber10=10\uc904 \ubcf4\uae30 +comCopBlog.articleBlogList.listNumber15=15\uc904 \ubcf4\uae30 +comCopBlog.articleBlogList.listNumber20=20\uc904 \ubcf4\uae30 +comCopBlog.articleBlogList.listNumber30=30\uc904 \ubcf4\uae30 +comCopBlog.articleBlogList.validate.noResult=\uac8c\uc2dc\uae00\uc774 \uc5c6\uc2b5\ub2c8\ub2e4!\\n\uac8c\uc2dc\uae00\uc744 \ub4f1\ub85d\ud574 \uc8fc\uc138\uc694. +comCopBlog.articleBlogList.validate.limitSize=\ub313\uae00\uc740 500byte \uae4c\uc9c0 \uc791\uc131\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. +comCopBlog.articleBlogList.validate.noContent=\ubcf8\ubb38 \ub0b4\uc6a9\uc774 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4! +comCopBlog.articleBlogList.validate.occurError=\uc5d0\ub7ec\uac00 \ubc1c\uc0dd\ud588\uc2b5\ub2c8\ub2e4. +comCopBlog.articleBlogList.validate.noBoard=\ub4f1\ub85d\ub41c \uac8c\uc2dc\ud310\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.\\n\uce74\ud14c\uace0\ub9ac\ub4f1\ub85d\uc744 \ud1b5\ud574 \uac8c\uc2dc\ud310\uc744 \uc0dd\uc131\ud574\uc8fc\uc138\uc694. + +#\uac8c\uc2dc\ud310\uc18d\uc131\uad00\ub9ac BBS Master# +comCopBlog.blogMasterVO.title=\ube14\ub85c\uadf8 + +comCopBlog.blogMasterVO.list.blogNm=\ube14\ub85c\uadf8\uba85 +comCopBlog.blogMasterVO.list.useAt=\uc0ac\uc6a9\uc5ec\ubd80 + +comCopBlog.blogMasterVO.detail.blogNm=\ube14\ub85c\uadf8\uba85 +comCopBlog.blogMasterVO.detail.blogIntrcn=\ube14\ub85c\uadf8\uc18c\uac1c\ub0b4\uc6a9 +comCopBlog.blogMasterVO.detail.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comCopBlog.blogMasterVO.detail.blogAdres=\ube14\ub85c\uadf8 \uc8fc\uc18c + +comCopBlog.blogMasterVO.regist.blogNm=\ube14\ub85c\uadf8\uba85 +comCopBlog.blogMasterVO.regist.blogIntrcn=\ube14\ub85c\uadf8\uc18c\uac1c\ub0b4\uc6a9 +comCopBlog.blogMasterVO.regist.useAt=\uc0ac\uc6a9\uc5ec\ubd80 + +comCopBlog.blogMasterVO.updt.blogNm=\ube14\ub85c\uadf8\uba85 +comCopBlog.blogMasterVO.updt.blogIntrcn=\ube14\ub85c\uadf8\uc18c\uac1c\ub0b4\uc6a9 +comCopBlog.blogMasterVO.updt.useAt=\uc0ac\uc6a9\uc5ec\ubd80 + + + +comCopBlog.blogUserVO.title=\ube14\ub85c\uadf8 \uc0ac\uc6a9\uc790 + +comCopBlog.blogUserVO.emplyrId=\uc0ac\uc6a9\uc790ID +comCopBlog.blogUserVO.emplyrNm=\uc0ac\uc6a9\uc790\uba85 +comCopBlog.blogUserVO.mberSttus=\ud68c\uc6d0\uc0c1\ud0dc +comCopBlog.blogUserVO.etc=\ube44\uace0 + + +#\ube14\ub85c\uadf8 \uc0ac\uc6a9\uc790 \uad00\ub9ac# +comCopBlog.blogUseMgrMain.title=\ube14\ub85c\uadf8 \uc0ac\uc6a9\uc790 \uba54\uc778 + +comCopBlog.blogUseMgrMain.btnBoard=\uac1c\uc778\ube14\ub85c\uadf8\uad00\ub9ac +comCopBlog.blogUseMgrMain.btnUser=\uc0ac\uc6a9\uc790\uad00\ub9ac + +comCopBlog.blogUseMgrMain.btnMemberWithdrawal=\ud0c8\ud1f4\uc2e0\uccad +comCopBlog.blogUseMgrMain.btnMemberJoin=\uac00\uc785\uc2e0\uccad + +comCopBlog.blogUseMgrMain.titleContents=\ucee8\ud150\uce20\uc601\uc5ed + + +comCopBlog.blogUseMgrBaseTmpl.title=\ube14\ub85c\uadf8\uae30\ubcf8\ud15c\ud50c\ub9bf +comCopBlog.blogUseMgrBaseTmpl.more=\ub354\ubcf4\uae30 +comCopBlog.blogUseMgrBaseTmpl.noList=\ub4f1\ub85d \ub41c \ub0b4\uc6a9\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. + +comCopBlog.validate.blogUserCheck = \uc774\ubbf8 \ub3d9\uc77c\ud55c \uacc4\uc815\uc73c\ub85c \ube14\ub85c\uadf8\uac00 \uc874\uc7ac\ud569\ub2c8\ub2e4. + + +#\uac8c\uc2dc\uae00 \ub313\uae00# +comCopCmt.articleCommentVO.title=\ub313\uae00 + +comCopCmt.articleCommentVO.commentCn=\ub313\uae00\ub0b4\uc6a9 + + +#\uac8c\uc2dc\ud310\uc18d\uc131\uad00\ub9ac BBS Master# +comCopCmy.commuMasterVO.title=\ucee4\ubba4\ub2c8\ud2f0 + +comCopCmy.commuMasterVO.list.cmmntyNm=\ucee4\ubba4\ub2c8\ud2f0\uba85 +comCopCmy.commuMasterVO.list.useAt=\uc0ac\uc6a9\uc5ec\ubd80 + +comCopCmy.commuMasterVO.detail.cmmntyNm=\ucee4\ubba4\ub2c8\ud2f0\uba85 +comCopCmy.commuMasterVO.detail.cmmntyIntrcn=\ucee4\ubba4\ub2c8\ud2f0\uc18c\uac1c\ub0b4\uc6a9 +comCopCmy.commuMasterVO.detail.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comCopCmy.commuMasterVO.detail.commuAdres=\ucee4\ubba4\ub2c8\ud2f0 \uc8fc\uc18c + +comCopCmy.commuMasterVO.regist.cmmntyNm=\ucee4\ubba4\ub2c8\ud2f0\uba85 +comCopCmy.commuMasterVO.regist.cmmntyIntrcn=\ucee4\ubba4\ub2c8\ud2f0\uc18c\uac1c\ub0b4\uc6a9 +comCopCmy.commuMasterVO.regist.useAt=\uc0ac\uc6a9\uc5ec\ubd80 + +comCopCmy.commuMasterVO.updt.cmmntyNm=\ucee4\ubba4\ub2c8\ud2f0\uba85 +comCopCmy.commuMasterVO.updt.cmmntyIntrcn=\ucee4\ubba4\ub2c8\ud2f0\uc18c\uac1c\ub0b4\uc6a9 +comCopCmy.commuMasterVO.updt.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comCopCmy.commuMasterVO.updt.yes=\uc608 +comCopCmy.commuMasterVO.updt.no=\uc544\ub2c8\uc624 + + +comCopCmy.commuMasterVO.list.board=\uac8c\uc2dc\ud310 \ubaa9\ub85d + +comCopCmy.commuUserVO.title=\ucee4\ubba4\ub2c8\ud2f0 \uc0ac\uc6a9\uc790 + +comCopCmy.commuUserVO.emplyrId=\uc0ac\uc6a9\uc790ID +comCopCmy.commuUserVO.emplyrNm=\uc0ac\uc6a9\uc790\uba85 +comCopCmy.commuUserVO.mberSttus=\ud68c\uc6d0\uc0c1\ud0dc +comCopCmy.commuUserVO.etc=\ube44\uace0 + + +#\ucee4\ubba4\ub2c8\ud2f0 \uc0ac\uc6a9\uc790 \uad00\ub9ac# +comCopCmy.communityUseMgrMain.title=\ucee4\ubba4\ub2c8\ud2f0 \uc0ac\uc6a9\uc790 \uba54\uc778 + +comCopCmy.communityUseMgrMain.btnBoard=\uac8c\uc2dc\ud310\uad00\ub9ac +comCopCmy.communityUseMgrMain.btnUser=\uc0ac\uc6a9\uc790\uad00\ub9ac + +comCopCmy.communityUseMgrMain.btnMemberWithdrawal=\ud0c8\ud1f4\uc2e0\uccad +comCopCmy.communityUseMgrMain.btnMemberJoin=\uac00\uc785\uc2e0\uccad + +comCopCmy.communityUseMgrMain.titleContents=\ucee8\ud150\uce20\uc601\uc5ed + + +comCopCmy.communityUseMgrBaseTmpl.title=\ucee4\ubba4\ub2c8\ud2f0\uae30\ubcf8\ud15c\ud50c\ub9bf +comCopCmy.communityUseMgrBaseTmpl.more=\ub354\ubcf4\uae30 +comCopCmy.communityUseMgrBaseTmpl.noList=\ub4f1\ub85d \ub41c \ub0b4\uc6a9\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. + +comCopCmy.commuMain.joinMember.info.success=\uac00\uc785\uc2e0\uccad\uc774 \uc815\uc0c1\ucc98\ub9ac \ub418\uc5c8\uc2b5\ub2c8\ub2e4. +comCopCmy.commuMain.joinMember.info.fail=\uc774\ubbf8 \uac00\uc785\ucc98\ub9ac\uac00 \ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. +comCopCmy.commuMain.deleteMember.info.success=\ud0c8\ud1f4\uc2e0\uccad\uc774 \uc815\uc0c1\ucc98\ub9ac \ub418\uc5c8\uc2b5\ub2c8\ub2e4. +comCopCmy.commuMain.deleteMember.info.admin=\uad00\ub9ac\uc790\ub294 \ud0c8\ud1f4\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + + + +comCopCom.userListPop.title=\uc0ac\uc6a9\uc790 \ubaa9\ub85d +comCopCom.userListPop.pageTop.title=\uc0ac\uc6a9\uc790 \ubaa9\ub85d +comCopCom.userListPop.index=\ubc88\ud638 +comCopCom.userListPop.userId=\uc0ac\uc6a9\uc790\uc544\uc774\ub514 +comCopCom.userListPop.userNm=\uc0ac\uc6a9\uc790\uba85 +comCopCom.userListPop.userAdres=\uc8fc\uc18c +comCopCom.userListPop.userEmail=\uc774\uba54\uc77c +comCopCom.userListPop.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comCopCom.userListPop.select=\uc120\ud0dd + + +#\uba85\ud568\ubaa9\ub85d \uc870\ud68c +#EgovNcrdList.jsp +comCopNcm.ncrdList.title=\uacf5\uac1c \uba85\ud568\ubaa9\ub85d +comCopNcm.ncrdList.submit=\uc804\uc1a1 +comCopNcm.ncrdList.searchWordInput=\uac80\uc0c9\ub2e8\uc5b4\uc785\ub825 +comCopNcm.ncrdList.nrcdSearch=\uba85\ud568\uc870\ud68c +comCopNcm.ncrdList.multiList=\ubc88\ud638,\uc774\ub984,\ud68c\uc0ac\uba85,\ubd80\uc11c\uba85,\ub4f1\ub85d\uc77c\uc790,\uc0ac\uc6a9\ub4f1\ub85d \ubaa9\ub85d\uc785\ub2c8\ub2e4. + +#EgovNcrdInqirePopup.jsp +comCopNcm.ncrdInqirePopup.title=\uba85\ud568\uc815\ubcf4\uc870\ud68c + +#EgovMyNcrdList.jsp +comCopNcm.myNcrdList.title=\ub098\uc758 \uba85\ud568\ubaa9\ub85d + +#EgovNcrdRegist.jsp +comCopNcm.ncrdRegist.title=\uba85\ud568 \ub4f1\ub85d +comCopNcm.ncrdRegist.idNo=\uc2dd\ubcc4\ubc88\ud638 + +#EgovNcrdUpdt.jsp +comCopNcm.ncrdUpdt.title=\uba85\ud568\uc218\uc815 + +#EgovNcrdRegist.xml +comCopNcm.ncrdRegist.validate.areaNo=\uc9c0\uc5ed\ubc88\ud638 +comCopNcm.ncrdRegist.validate.middleTelNo=\uad6d\ubc884\uc790\ub9ac +comCopNcm.ncrdRegist.validate.endTelNo=\uc804\ud654\ubc88\ud638\ub05d4\uc790\ub9ac +comCopNcm.ncrdRegist.validate.middleMbtlNum=\ud734\ub300\uc804\ud654\uc55e4\uc790\ub9ac +comCopNcm.ncrdRegist.validate.endMbtlNum=\ud734\ub300\uc804\ud654\ubc88\ud638\ub05d4\uc790\ub9ac +comCopNcm.ncrdRegist.validate.detailAdres=\uc0c1\uc138\uc8fc\uc18c + +#370\uba85\ud568\uad00\ub9ac , 371.\ub0b4\uba85\ud568\ubaa9\ub85d \uae40\uc608\uc601J# +cop.extrlUser = \uc678\ubd80\uc0ac\uc6a9\uc790 +cop.intrlUser = \ub0b4\ubd80\uc0ac\uc6a9\uc790 +cop.private = \ube44\uacf5\uac1c +cop.public = \uacf5\uac1c + +cop.adbkNm = \uc8fc\uc18c\ub85d\uba85 +cop.othbcScope = \uacf5\uac1c\ubc94\uc704 +cop.company = \ud68c\uc0ac +cop.part = \ubd80\uc11c +cop.man = \uac1c\uc778 +cop.adbkUser = \uad6c\uc131\uc6d0 +cop.bbsNm = \uac8c\uc2dc\ud310\uba85 +cop.bbsIntrcn = \uac8c\uc2dc\ud310\uc18c\uac1c +cop.bbsTyCode = \uac8c\uc2dc\ud310 \uc720\ud615 +cop.bbsAttrbCode = \uac8c\uc2dc\ud310 \uc18d\uc131 +cop.replyPosblAt = \ub2f5\uc7a5\uac00\ub2a5\uc5ec\ubd80 +cop.fileAtchPosblAt = \ud30c\uc77c\ucca8\ubd80\uac00\ub2a5\uc5ec\ubd80 +cop.posblAtchFileNumber = \ucca8\ubd80\uac00\ub2a5\ud30c\uc77c \uc22b\uc790 +cop.tmplatId = \ud15c\ud50c\ub9bf \uc815\ubcf4 +cop.guestList.subject = \ubc29\uba85\ub85d \uac8c\uc2dc\uae00\uc785\ub2c8\ub2e4. +cop.nttSj = \uc81c\ubaa9 +cop.nttCn = \uae00\ub0b4\uc6a9 +cop.ntceBgnde = \uac8c\uc2dc\uc2dc\uc791\uc77c +cop.ntceEndde = \uac8c\uc2dc\uc885\ub8cc\uc77c +cop.ntcrNm = \uc791\uc131\uc790 +cop.password = \ud328\uc2a4\uc6cc\ub4dc +cop.atchFile = \ud30c\uc77c\ucca8\ubd80 +cop.guestList = \ubc29\uba85\ub85d +cop.guestListCn = \ubc29\uba85\ub85d \ub0b4\uc6a9 +cop.noticeTerm = \uac8c\uc2dc\uae30\uac04 +cop.atchFileList = \ucca8\ubd80\ud30c\uc77c\ubaa9\ub85d +cop.cmmntyNm = \ucee4\ubba4\ub2c8\ud2f0\uba85 +cop.cmmntyIntrcn = \ucee4\ubba4\ub2c8\ud2f0 \uc18c\uac1c +cop.cmmntyMngr = \ucee4\ubba4\ub2c8\ud2f0 \uad00\ub9ac\uc790 +cop.clbOprtr = \ub3d9\ud638\ud68c \uc6b4\uc601\uc790 +cop.clbIntrcn = \ub3d9\ud638\ud68c \uc18c\uac1c +cop.clbNm = \ub3d9\ud638\ud68c \uba85 +cop.tmplatNm = \ud15c\ud50c\ub9bf\uba85 +cop.tmplatSeCode = \ud15c\ud50c\ub9bf \uad6c\ubd84 +cop.tmplatCours = \ud15c\ud50c\ub9bf\uacbd\ub85c +cop.useAt = \uc0ac\uc6a9\uc5ec\ubd80 +cop.ncrdNm = \uc774\ub984 +cop.cmpnyNm = \ud68c\uc0ac\uba85 +cop.deptNm = \ubd80\uc11c\uba85 +cop.ofcpsNm = \uc9c1\uc704 +cop.clsfNm = \uc9c1\uae09 +cop.emailAdres = \uc774\uba54\uc77c\uc8fc\uc18c +cop.telNo = \uc804\ud654\ubc88\ud638 +cop.mbtlNum = \ud734\ub300\ud3f0\ubc88\ud638 +cop.adres = \uc8fc\uc18c +cop.extrlUserAt = \uc678\ubd80\uc0ac\uc6a9\uc790\uc5ec\ubd80 +cop.publicAt = \uacf5\uac1c\uc5ec\ubd80 +cop.remark = \ube44\uace0 +cop.trgetNm = \ucee4\ubba4\ub2c8\ud2f0/\ub3d9\ud638\ud68c \uc815\ubcf4 +cop.preview = \ubbf8\ub9ac\ubcf4\uae30 + +cop.withdraw.msg=\ud0c8\ud1f4\ucc98\ub9ac \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +cop.reregist.msg=\uc7ac\uac00\uc785 \ucc98\ub9ac\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +cop.registmanager.msg=\uc6b4\uc601\uc9c4\uc73c\ub85c \ub4f1\ub85d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +cop.use.msg=\uc0ac\uc6a9 \ucc98\ub9ac\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +cop.unuse.msg=\uc0ac\uc6a9\uc911\uc9c0 \ucc98\ub9ac\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +cop.delete.confirm.msg=\uc0ac\uc6a9\uc911\uc9c0\ub97c \uc120\ud0dd\ud558\uc2e4 \uacbd\uc6b0 \ub2e4\uc2dc \uc0ac\uc6a9\uc73c\ub85c \ubcc0\uacbd\uc774 \ubd88\uac00\ub2a5\ud569\ub2c8\ub2e4. +cop.ing.msg=\uc2b9\uc778\uc694\uccad \uc911\uc785\ub2c8\ub2e4. +cop.request.msg=\uac00\uc785\uc2e0\uccad\uc774 \uc815\uc0c1\uc801\uc73c\ub85c \uc694\uccad\ub418\uc5c8\uc2b5\ub2c8\ub2e4 +cop.password.msg=\ud328\uc2a4\uc6cc\ub4dc\ub97c \uc785\ub825\ud574 \uc8fc\uc2ed\uc2dc\uc624. +cop.password.not.same.msg=\ud328\uc2a4\uc6cc\ub4dc\uac00 \uc77c\uce58\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. + +cop.comment.wrterNm = \uc791\uc131\uc790 +cop.comment.commentCn = \ub0b4\uc6a9 +cop.comment.commentPassword = \ud328\uc2a4\uc6cc\ub4dc + +cop.satisfaction.wrterNm = \uc791\uc131\uc790 +cop.satisfaction.stsfdgCn = \ub0b4\uc6a9 +cop.satisfaction.stsfdg = \ub9cc\uc871\ub3c4 +cop.satisfaction.stsfdgPassword = \ud328\uc2a4\uc6cc\ub4dc + +cop.scrap.scrapNm = \uc2a4\ud06c\ub7a9\uba85 + + +#\uc2a4\ud06c\ub7a9 \uad00\ub9ac # +comCopScp.articleScrapVO.title=\uc2a4\ud06c\ub7a9 + +comCopScp.articleScrapVO.list.scrapNm=\uc2a4\ud06c\ub7a9\uba85 + +comCopScp.articleScrapVO.detail.scrapNm=\uc2a4\ud06c\ub7a9\uba85 +comCopScp.articleScrapVO.detail.nttSj=\uae00\uc81c\ubaa9 +comCopScp.articleScrapVO.detail.nttCn=\uae00\ub0b4\uc6a9 +comCopScp.articleScrapVO.detail.inqireCo=\uc870\ud68c\uc218 + +comCopScp.articleScrapVO.regist.scrapNm=\uc2a4\ud06c\ub7a9\uba85 +comCopScp.articleScrapVO.regist.nttSj=\uae00\uc81c\ubaa9 +comCopScp.articleScrapVO.regist.nttCn=\uae00\ub0b4\uc6a9 +comCopScp.articleScrapVO.regist.inqireCo=\uc870\ud68c\uc218 + +comCopScp.articleScrapVO.updt.scrapNm=\uc2a4\ud06c\ub7a9\uba85 +comCopScp.articleScrapVO.updt.nttSj=\uae00\uc81c\ubaa9 +comCopScp.articleScrapVO.updt.nttCn=\uae00\ub0b4\uc6a9 +comCopScp.articleScrapVO.updt.inqireCo=\uc870\ud68c\uc218 + + +#UI COP Message# +cop.sms.trnsmitTelno=\ubc1c\uc2e0\uc804\ud654\ubc88\ud638 +cop.sms.trnsmitCn=\uc804\uc1a1\ub0b4\uc6a9 +cop.sms.recptnTelno=\uc218\uc2e0\uc804\ud654\ubc88\ud638 +cop.sms.send=\uc804\uc1a1 +cop.sms.addRecptn=\ucd94\uac00 +cop.sms.recptnTelno.msg=\uc218\uc2e0\uc804\ud654\ubc88\ud638 \uc9c0\uc815\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. + +cop.sms.textMassageList=\ubb38\uc790\uba54\uc2dc\uc9c0 \ubaa9\ub85d +cop.sms.textMassageRegist=\ubb38\uc790\uba54\uc2dc\uc9c0 \ub4f1\ub85d +cop.sms.textMassageDetail=\ubb38\uc790\uba54\uc2dc\uc9c0 \uc0c1\uc138\ubcf4\uae30 +cop.sms.trnsmitTelno=\ubc1c\uc2e0\uc804\ud654\ubc88\ud638 +cop.sms.recptnCnt=\uc218\uc2e0\uc804\ud654\ubc88\ud638 \uc218 +cop.sms.frstRegisterPnttm=\uc804\uc1a1\uc77c\uc2dc +cop.sms.frstRegisterNm=\uc804\uc1a1\uc790 +cop.sms.recptnResult=\uc218\uc2e0 \ubc0f \uc804\uc1a1\uacb0\uacfc + + +#\ubd80\uc11c\uc5c5\ubb34\ud568\uad00\ub9ac +#EgovDeptJobBxList.jsp +comCopSmtDjm.deptJobBxList.title=\ubd80\uc11c\uc5c5\ubb34\ud568\uad00\ub9ac \ubaa9\ub85d\uc870\ud68c +comCopSmtDjm.deptJobBxList.indictOrdrChanged=\ub3d9\uc77c \ubd80\uc11c\uba85\ub0b4\uc5d0\uc11c \ubd80\uc11c\uc5c5\ubb34\ud568\uba85\uc758 \uc21c\uc11c\ub97c \ubcc0\uacbd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. +comCopSmtDjm.deptJobBxList.searchCnd=\uc870\ud68c\uc870\uac74\uc744 \uc120\ud0dd\ud558\uc9c0 \uc54a\uc73c\uc168\uc2b5\ub2c8\ub2e4. +comCopSmtDjm.deptJobBxList.ordrCnd=\uc21c\uc11c\ub97c \uc218\uc815\ud560 \ubd80\uc11c\uc5c5\ubb34\ud568\uc744 \uc120\ud0dd\ud558\uc138\uc694. +comCopSmtDjm.deptJobBxList.deptNm=\ubd80\uc11c\uba85 +comCopSmtDjm.deptJobBxList.deptJobNm=\ubd80\uc11c\uc5c5\ubb34\ud568\uba85 +comCopSmtDjm.deptJobBxList.deptJobBxManage=\ubd80\uc11c\uc5c5\ubb34\ud568\uad00\ub9ac +comCopSmtDjm.deptJobBxList.finalEditor=\ucd5c\uc885\uc218\uc815\uc790 +comCopSmtDjm.deptJobBxList.finalEditDate=\ucd5c\uc885\uc218\uc815\uc77c + +#EgovDeptJobRegist.jsp +comCopSmtDjm.deptJobRegist.title=\ubd80\uc11c\uc5c5\ubb34\ud568 \ub4f1\ub85d +comCopSmtDjm.deptJobRegist.deptJobBxNmDuplicated=\ubd80\uc11c\ub0b4 \uc911\ubcf5\ub41c \ubd80\uc11c\uc5c5\ubb34\ud568\uba85\uc774 \uc788\uc2b5\ub2c8\ub2e4. +comCopSmtDjm.deptJobRegist.intIndictOrdr=\ud45c\uc2dc\uc21c\uc11c\uc758 \uac12\uc744 1 \uc774\uc0c1\uc73c\ub85c \uc785\ub825\ud574\uc57c \ud569\ub2c8\ub2e4. +comCopSmtDjm.deptJobRegist.deptIndictOrdr=\ud574\ub2f9 \ubd80\uc11c\uc758 \ubd80\uc11c\uc5c5\ubb34\ud568 \ud45c\uc2dc\uc21c\uc11c\uc758 \ucd5c\ub300 \uac12\uc740 +comCopSmtDjm.deptJobRegist.deptIndictOrdrCause=\uc774\ubbc0\ub85c +comCopSmtDjm.deptJobRegist.deptIndictOrdrInput=\uc774\ud558\ub85c \uc785\ub825\ud574\uc57c \ud569\ub2c8\ub2e4. +comCopSmtDjm.deptJobRegist.deptNm=\ubd80\uc11c +comCopSmtDjm.deptJobRegist.deptJobBxNm=\ubd80\uc11c\uc5c5\ubb34\ud568\uba85 +comCopSmtDjm.deptJobRegist.indictOrdr=\ud45c\uc2dc\uc21c\uc11c + +#EgovDeptListPopup.jsp +comCopSmtDjm.deptListPopup.title=\ubd80\uc11c \ubaa9\ub85d + +#EgovDeptList.jsp +comCopSmtDjm.deptList.title=\ubd80\uc11c \ubaa9\ub85d\uc870\ud68c +comCopSmtDjm.deptList.deptSelect=\ubd80\uc11c \uc120\ud0dd +comCopSmtDjm.deptList.deptExplain=\ubd80\uc11c\uc124\uba85 + +#EgovDeptJobBxUpdt.jsp +comCopSmtDjm.deptJobBxUpdt.title=\ubd80\uc11c\uc5c5\ubb34\ud568\uc218\uc815 + +#EgovDeptJobList.jsp +comCopSmtDjm.deptJobList.title=\ubd80\uc11c\uc5c5\ubb34 \ubaa9\ub85d +comCopSmtDjm.deptJobList.subject=\uc81c\ubaa9 +comCopSmtDjm.deptJobList.content=\ub0b4\uc6a9 +comCopSmtDjm.deptJobList.charger=\ub2f4\ub2f9\uc790 +comCopSmtDjm.deptJobList.summary=\ubd80\uc11c\uc5c5\ubb34\ud568\uc5d0 \ub300\ud55c \ubaa9\ub85d\uc744 \uc81c\uacf5\ud569\ub2c8\ub2e4. +comCopSmtDjm.deptJobList.writerDate=\uc791\uc131\uc77c + +#EgovDeptJob.xml +comCopSmtDjm.deptJobVO.validate.deptNm=\ubd80\uc11c +comCopSmtDjm.deptJobVO.validate.deptJobBxNm=\ubd80\uc11c\uc5c5\ubb34\ud568\uba85 +comCopSmtDjm.deptJobVO.validate.deptJobNm=\ubd80\uc11c\uc5c5\ubb34\uba85 +comCopSmtDjm.deptJobVO.validate.deptJobCn=\ubd80\uc11c\uc5c5\ubb34\ub0b4\uc6a9 +comCopSmtDjm.deptJobVO.validate.chargerNm=\uc5c5\ubb34\ub2f4\ub2f9\uc790 +comCopSmtDjm.deptJobVO.validate.priort=\uc6b0\uc120\uc21c\uc704 + +#EgovDeptJobRegist.jsp +comCopSmtDjm.deptJobRegist.title=\ubd80\uc11c\uc5c5\ubb34 \ub4f1\ub85d +comCopSmtDjm.deptJobRegist.high=\ub192\uc74c +comCopSmtDjm.deptJobRegist.medium=\ubcf4\ud1b5 +comCopSmtDjm.deptJobRegist.low=\ub0ae\uc74c +comCopSmtDjm.deptJobRegist.fileAttach=\ud30c\uc77c\ucca8\ubd80 + +#EgovDeptJobBxListPopup.jsp +comCopSmtDjm.deptJobBxListPopup.title=\ubd80\uc11c\uc5c5\ubb34\ud568 \ubaa9\ub85d + +#EgovDeptJobBxList.jsp +comCopSmtDjm.deptJobBxList.title=\ubd80\uc11c\uc5c5\ubb34\ud568 \ubaa9\ub85d +comCopSmtDjm.deptJobBxList.userNm=\uc0ac\uc6a9\uc790 \uba85 + +#EgovChargerList.jsp +comCopSmtDjm.chargerList.title=\ub2f4\ub2f9\uc790 \ubaa9\ub85d\uc870\ud68c +comCopSmtDjm.chargerList.chargerSelect=\ub2f4\ub2f9\uc790 \uc120\ud0dd +comCopSmtDjm.chargerList.deptNm=\ubd80\uc11c\uba85 +comCopSmtDjm.chargerList.emplyrNm=\uc0ac\uc6d0\uba85 +comCopSmtDjm.chargerList.ofcpsNm=\uc9c1\uc704 +comCopSmtDjm.chargerList.emplNo=\uc0ac\ubc88 + +#EgovDeptJobDetail.jsp +comCopSmtDjm.deptJobDetail.title=\ubd80\uc11c\uc5c5\ubb34 \uc0c1\uc138\ubcf4\uae30 + +#EgovDeptJobUpdt.jsp +comCopSmtDjm.deptJobUpdt.title=\ubd80\uc11c\uc5c5\ubb34 \uc218\uc815 + + + +#\uc77c\uc815\uad00\ub9ac Message# +comCopSmtDsm.title=\uc77c\uc9c0\uad00\ub9ac + +comCopSmtDsm.searchCondition.diaryNm=\uc77c\uc9c0\uba85 +comCopSmtDsm.searchCondition.drctMatter=\uc9c0\uc2dc\uc0ac\ud56d +comCopSmtDsm.searchCondition.partclrMatter=\ud2b9\uc774\uc0ac\ud56d +comCopSmtDsm.searchCondition.schdulId=\uc77c\uc815ID + +comCopSmtDsm.list.diaryNm=\uc77c\uc9c0\uba85 +comCopSmtDsm.list.diaryProcsPte=\uc9c4\ucc99\ub960 + +comCopSmtDsm.regist.schdulCn=\uc77c\uc9c0\uc815\ubcf4 +comCopSmtDsm.regist.diaryNm=\uc77c\uc9c0\uba85 +comCopSmtDsm.regist.drctMatter=\uc9c0\uc2dc\uc0ac\ud56d +comCopSmtDsm.regist.partclrMatter=\ud2b9\uc774\uc0ac\ud56d +comCopSmtDsm.regist.diaryProcsPte=\uc9c4\ucc99\ub960 +comCopSmtDsm.regist.Atch=\ud30c\uc77c \ucca8\ubd80 +comCopSmtDsm.regist.atchFileList=\ucca8\ubd80\ud30c\uc77c \ubaa9\ub85d + +comCopSmtDsm.registBtn.schdulCn=\uc77c\uc9c0\uc815\ubcf4\ucc3e\uae30 + + + +#\uac04\ubd80\uc77c\uc815\uad00\ub9ac +#EgovLeaderSchdul.xml +comCopSmtLsm.leaderSchdul.validate.schdulSe=\uc77c\uc815\uad6c\ubd84 +comCopSmtLsm.leaderSchdul.validate.schdulNm=\uc77c\uc815\uba85 +comCopSmtLsm.leaderSchdul.validate.schdulCn=\uc77c\uc815\ub0b4\uc6a9 +comCopSmtLsm.leaderSchdul.validate.schdulBgndeYYYMMDD=\uc77c\uc815\uc2dc\uc791\uc77c\uc790 +comCopSmtLsm.leaderSchdul.validate.schdulEnddeYYYMMDD=\uc77c\uc815\uc885\ub8cc\uc77c\uc790 +comCopSmtLsm.leaderSchdul.validate.schdulBgndeHH=\uc77c\uc815\uc2dc\uc791(\uc2dc) +comCopSmtLsm.leaderSchdul.validate.schdulBgndeMM=\uc77c\uc815\uc2dc\uc791(\ubd84) +comCopSmtLsm.leaderSchdul.validate.schdulEnddeHH=\uc77c\uc815\uc885\ub8cc(\uc2dc) +comCopSmtLsm.leaderSchdul.validate.schdulEnddeMM=\uc77c\uc815\uc885\ub8cc(\ubd84) +comCopSmtLsm.leaderSchdul.validate.leaderName=\uac04\ubd80\uba85 +comCopSmtLsm.leaderSchdul.validate.schdulChargerName=\ub2f4\ub2f9\uc790 + +#EgovLeaderSttus.xml +comCopSmtLsm.leaderSchdul.validate.leaderNm=\uac04\ubd80 +comCopSmtLsm.leaderSchdul.validate.leaderSttus=\uac04\ubd80\uc0c1\ud0dc + +#EgovLeaderSchdulList.jsp +comCopSmtLsm.leaderSchdulList.title=\uac04\ubd80\uc77c\uc815\uad00\ub9ac \ubaa9\ub85d +comCopSmtLsm.leaderSchdulList.title.selectLeaderSchdulMonthList=\uc6d4\ubcc4\uc77c\uc815\ubcf4\uae30 +comCopSmtLsm.leaderSchdulList.title.selectLeaderSchdulWeekList=\uc8fc\uac04\ubcc4\uc77c\uc815\ubcf4\uae30 +comCopSmtLsm.leaderSchdulList.title.selectLeaderSchdulDailyList=\uc77c\ubcc4\uc77c\uc815\ubcf4\uae30 + +#EgovLeaderSchdulMonthList.jsp +comCopSmtLsm.leaderSchdulMonthList.title=\uc6d4\ubcc4 \uac04\ubd80\uc77c\uc815 \uc870\ud68c +comCopSmtLsm.leaderSchdulMonthList.list=\uc6d4\ubcc4\uac04\ubd80\uc77c\uc815\ubaa9\ub85d +comCopSmtLsm.leaderSchdulMonthList.year=\ub144 +comCopSmtLsm.leaderSchdulMonthList.month=\uc6d4 +comCopSmtLsm.leaderSchdulMonthList.mon=\uc6d4 +comCopSmtLsm.leaderSchdulMonthList.tue=\ud654 +comCopSmtLsm.leaderSchdulMonthList.wed=\uc218 +comCopSmtLsm.leaderSchdulMonthList.thu=\ubaa9 +comCopSmtLsm.leaderSchdulMonthList.fri=\uae08 +comCopSmtLsm.leaderSchdulMonthList.sat=\ud1a0 +comCopSmtLsm.leaderSchdulMonthList.sun=\uc77c + +#EgovLeaderSchdulDetail.jsp +comCopSmtLsm.leaderSchdulDetail.title=\uac04\ubd80\uc77c\uc815\uad00\ub9ac \uc0c1\uc138\ubcf4\uae30 +comCopSmtLsm.leaderSchdulDetail.schdulPlace=\uc77c\uc815\uc7a5\uc18c +comCopSmtLsm.leaderSchdulDetail.reptitSeCode=\ubc18\ubcf5\uad6c\ubd84 +comCopSmtLsm.leaderSchdulDetail.datetime=\ub0a0\uc9dc/\uc2dc\uac04 +comCopSmtLsm.leaderSchdulDetail.hour=\uc2dc +comCopSmtLsm.leaderSchdulDetail.minute=\ubd84 + +#EgovLeaderSchdulModify.jsp +comCopSmtLsm.leaderSchdulModify.title=\uac04\ubd80\uc77c\uc815\uad00\ub9ac \uc218\uc815 +comCopSmtLsm.leaderSchdulModify.noRepeat=\ubc18\ubcf5\uc5c6\uc74c +comCopSmtLsm.leaderSchdulModify.everyday=\ub9e4\uc77c +comCopSmtLsm.leaderSchdulModify.everyweek=\ub9e4\uc8fc +comCopSmtLsm.leaderSchdulModify.everymonth=\ub9e4\uc6d4 +comCopSmtLsm.leaderSchdulModify.validate.timeCompare=\uc77c\uc815 \uc885\ub8cc \uc2dc \ubd84\uc774 \uc77c\uc815 \uc2dc\uc791 \uc2dc \ubd84\ubcf4\ub2e4 \ube60\ub97c\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopSmtLsm.leaderSchdulModify.validate.dayCompare=\uc77c\uc815 \uc885\ub8cc \uc77c\uc2dc\uac00 \uc77c\uc815 \uc2dc\uc791 \uc77c\uc2dc\ubcf4\ub2e4 \ube60\ub97c\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + +#EgovLeaderSchdulRegist.jsp +comCopSmtLsm.leaderSchdulRegist.title=\uac04\ubd80\uc77c\uc815\uad00\ub9ac \ub4f1\ub85d + +#EgovEmplyrList.jsp +comCopSmtLsm.emplyrList.title=\uc0ac\uc6a9\uc790 \ubaa9\ub85d\uc870\ud68c +comCopSmtLsm.emplyrList.dept=\ubd80\uc11c\uba85 +comCopSmtLsm.emplyrList.employrName=\uc0ac\uc6d0\uba85 +comCopSmtLsm.emplyrList.leaderName=\uac04\ubd80 \uad00\ub9ac +comCopSmtLsm.emplyrList.no=\ubc88\ud638 +comCopSmtLsm.emplyrList.orgnztNm=\ubd80\uc11c +comCopSmtLsm.emplyrList.ofcpsNm=\uc9c1\uc704 +comCopSmtLsm.emplyrList.emplNo=\uc0ac\ubc88 +comCopSmtLsm.emplyrList.emplyrNm=\uc0ac\uc6d0\uba85 + +#EgovLeaderSchdulWeekList.jsp +comCopSmtLsm.leaderSchdulWeekList.day=\uc77c +comCopSmtLsm.leaderSchdulWeekList.search=\uc8fc\ubcc4 \uac04\ubd80\uc77c\uc815 \uc870\ud68c +comCopSmtLsm.leaderSchdulWeekList.week=\uc8fc +comCopSmtLsm.leaderSchdulWeekList.list=\uc8fc\ubcc4 \uac04\ubd80\uc77c\uc815 \ubaa9\ub85d +comCopSmtLsm.leaderSchdulWeekList.summary=\uc774 \ud45c\ub294 \uc8fc\ubcc4 \uac04\ubd80\uc77c\uc815 \ubaa9\ub85d\uc744 \uc81c\uacf5\ud558\uba70, \ub0a0\uc9dc, \uc2dc\uac04, \uc77c\uc815\uba85, \uac04\ubd80 \uc815\ubcf4\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. +comCopSmtLsm.leaderSchdulWeekList.date=\ub0a0\uc9dc +comCopSmtLsm.leaderSchdulWeekList.time=\uc2dc\uac04 + +#EgovLeaderSchdulDailyList.jsp +comCopSmtLsm.leaderSchdulDailyList.title=\uc77c\ubcc4 \uac04\ubd80\uc77c\uc815 \uc870\ud68c +comCopSmtLsm.leaderSchdulDailyList.list=\uc77c\ubcc4\uac04\ubd80\uc77c\uc815\ubaa9\ub85d +comCopSmtLsm.leaderSchdulDailyList.summary=\uc774\ud45c\ub294 \uc77c\ubcc4 \uac04\ubd80\uc77c\uc815 \ubaa9\ub85d\uc744 \uc81c\uacf5\ud558\uba70, \uc2dc\uac04, \uc77c\uc815\uba85, \uac04\ubd80 \uc815\ubcf4\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. + + + +#\uba54\ubaa8\ubcf4\uace0\uad00\ub9ac +#EgovMemoReprt.xml +comCopSmtMrm.memoReprtVO.validate.reprtSj=\ubcf4\uace0\uc11c\uc81c\ubaa9 +comCopSmtMrm.memoReprtVO.validate.reprtDe=\ubcf4\uace0\uc77c\uc790 +comCopSmtMrm.memoReprtVO.validate.wrterNm=\uc791\uc131\uc790\uba85 +comCopSmtMrm.memoReprtVO.validate.reportrNm=\ubcf4\uace0\ub300\uc0c1\uc790 +comCopSmtMrm.memoReprtVO.validate.reprtCn=\ubcf4\uace0\ub0b4\uc6a9 + +#EgovMemoReprtList.jsp +comCopSmtMrm.memoReprtList.title=\uba54\ubaa8\ubcf4\uace0 \ubaa9\ub85d\uc870\ud68c +comCopSmtMrm.memoReprtList.select=\uc2b9\uc778\uc5ec\ubd80 \uc120\ud0dd +comCopSmtMrm.memoReprtList.searchSttus=\ubcf4\uace0\uc11c\uc0c1\ud0dc +comCopSmtMrm.memoReprtList.searchSttus0=\ubbf8\ud655\uc778 +comCopSmtMrm.memoReprtList.searchSttus1=\ud655\uc778 +comCopSmtMrm.memoReprtList.reportDate=\ubcf4\uace0\uc77c\uc790 +comCopSmtMrm.memoReprtList.searchBgnDe=\uc870\ud68c\uc2dc\uc791\uc77c\uc790 \uc785\ub825 +comCopSmtMrm.memoReprtList.searchEndDe=\uc870\ud68c\uc885\ub8cc\uc77c\uc790 \uc785\ub825 +comCopSmtMrm.memoReprtList.searchDrctMatterYN=\uc758\uacac\ub4f1\ub85d\uc5ec\ubd80 +comCopSmtMrm.memoReprtList.searchDrctMatter0=\ubbf8\ub4f1\ub85d +comCopSmtMrm.memoReprtList.searchDrctMatter1=\ub4f1\ub85d +comCopSmtMrm.memoReprtList.searchCnd=\uc870\ud68c\uc870\uac74 \uc120\ud0dd +comCopSmtMrm.memoReprtList.searchCnd0=\ubcf4\uace0\uc81c\ubaa9 +comCopSmtMrm.memoReprtList.searchCnd1=\ubcf4\uace0\ub0b4\uc6a9 +comCopSmtMrm.memoReprtList.searchCnd2=\uc791\uc131\uc790 +comCopSmtMrm.memoReprtList.searchDrctMatter=\uc758\uacac + +#EgovMemoReprtRegist.jsp +comCopSmtMrm.memoReprtRegist.title=\uba54\ubaa8\ubcf4\uace0 \ub4f1\ub85d +comCopSmtMrm.memoReprtRegist.reprtCn.reportrNm=\ubcf4\uace0\ub300\uc0c1\uc790\ub294 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comCopSmtMrm.memoReprtRegist.reprtCn.reprtSj=\ubcf4\uace0\uc11c\uc81c\ubaa9\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comCopSmtMrm.memoReprtRegist.reprtCn.essential=\ubcf4\uace0\ub0b4\uc6a9\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comCopSmtMrm.memoReprtRegist.reprtCn=\ubcf4\uace0\ub0b4\uc6a9 +comCopSmtMrm.memoReprtRegist.attachFile=\ud30c\uc77c\ucca8\ubd80 + +#EgovMemoReprtDetail.jsp +comCopSmtMrm.memoReprtDetail.title=\uba54\ubaa8\ubcf4\uace0 \uc0c1\uc138\ubcf4\uae30 +comCopSmtMrm.memoReprtDetail.memoreprt.confirm=\uc758\uacac\ub4f1\ub85d\uc744 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comCopSmtMrm.memoReprtDetail.memoreprt=\uc758\uacac\ub4f1\ub85d +comCopSmtMrm.memoReprtDetail.drctMatter=\uc758\uacac/\uc9c0\uc2dc\uc0ac\ud56d + +#EgovMemoReprtUpdt.jsp +comCopSmtMrm.memoReprtUpdt.title=\uba54\ubaa8\ubcf4\uace0 \uc218\uc815 + +#EgovReportrList.jsp +comCopSmtMrm.reportrList.title=\ubcf4\uace0\ub300\uc0c1\uc790 \ubaa9\ub85d\uc870\ud68c +comCopSmtMrm.reportrList.select=\ubcf4\uace0\ub300\uc0c1\uc790 \uc120\ud0dd +comCopSmtMrm.reportrList.orgnztNm=\ubd80\uc11c +comCopSmtMrm.reportrList.ofcpsNm=\uc9c1\uc704 +comCopSmtMrm.reportrList.emplNo=\uc0ac\ubc88 +comCopSmtMrm.reportrList.emplyrNm=\uc0ac\uc6d0\uba85 + + +#\uba54\ubaa8\ud560\uc77c\uad00\ub9ac +#EgovMemoTodo.xml +comCopSmtMtm.memoToDo.validate.todoNm=\ud560\uc77c\uc81c\ubaa9 +comCopSmtMtm.memoToDo.validate.todoDe=\ud560\uc77c\uc77c\uc790 +comCopSmtMtm.memoToDo.validate.todoBeginHour=\ud560\uc77c\uc2dc\uc791(\uc2dc) +comCopSmtMtm.memoToDo.validate.todoBeginMin=\ud560\uc77c\uc2dc\uc791(\ubd84) +comCopSmtMtm.memoToDo.validate.todoEndHour=\ud560\uc77c\uc885\ub8cc(\uc2dc) +comCopSmtMtm.memoToDo.validate.todoEndMin=\ud560\uc77c\uc885\ub8cc(\ubd84) +comCopSmtMtm.memoToDo.validate.wrterNm=\uc791\uc131\uc790\uba85 +comCopSmtMtm.memoToDo.validate.todoCn=\ud560\uc77c\ub0b4\uc6a9 + +#EgovMemoTodoList.jsp +comCopSmtMtm.memoTodoList.title=\uba54\ubaa8\ud560\uc77c \ubaa9\ub85d\uc870\ud68c +comCopSmtMtm.memoTodoList.bgnDe=\uac80\uc0c9\uc2dc\uc791\uc77c\uc790 +comCopSmtMtm.memoTodoList.endDe=\uac80\uc0c9\uc885\ub8cc\uc77c\uc790 +comCopSmtMtm.memoTodoList.searchBgnDe=\uc870\ud68c\uc2dc\uc791\uc77c\uc790 \uc785\ub825 +comCopSmtMtm.memoTodoList.searchEndDe=\uc870\ud68c\uc885\ub8cc\uc77c\uc790 \uc785\ub825 +comCopSmtMtm.memoTodoList.bgnDeEvalEndDe=\uac80\uc0c9\uc885\ub8cc\uc77c\uc790\uac00 \uac80\uc0c9\uc2dc\uc791\uc77c\uc790\ubcf4\ub2e4 \ube60\ub97c\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopSmtMtm.memoTodoList.searchDeVal=\uc77c\uc790\uc870\ud68c\ub97c \uc120\ud0dd\ud558\uc138\uc694. +comCopSmtMtm.memoTodoList.searchbgnDeVal=\uac80\uc0c9\uc2dc\uc791\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694. +comCopSmtMtm.memoTodoList.searchEndDeVal=\uac80\uc0c9\uc885\ub8cc\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694. +comCopSmtMtm.memoTodoList.aearchCndVal=\ud560\uc77c\uc870\uac74\uc744 \uc120\ud0dd\ud558\uc138\uc694. +comCopSmtMtm.memoTodoList.searchDe=\uc77c\uc790\uc870\ud68c\uc120\ud0dd +comCopSmtMtm.memoTodoList.searchDe0=\ud560\uc77c\uc77c\uc790 +comCopSmtMtm.memoTodoList.searchDe1=\uc791\uc131\uc77c\uc790 +comCopSmtMtm.memoTodoList.searchCnd=\ud560\uc77c\uc870\uac74 +comCopSmtMtm.memoTodoList.searchCnd0=\ud560\uc77c\uc81c\ubaa9 +comCopSmtMtm.memoTodoList.searchCnd1=\ud560\uc77c\ub0b4\uc6a9 +comCopSmtMtm.memoTodoList.toDoListToday=\uc624\ub298\uc758\ud560\uc77c +comCopSmtMtm.memoTodoList.frstRegisterPnttm=\uc791\uc131\uc77c\uc790 + +#EgovMemoTodoListToday.jsp +comCopSmtMtm.memoTodoListToday.title=\uc624\ub298\uc758 \ud560\uc77c \ubaa9\ub85d\uc870\ud68c +comCopSmtMtm.memoTodoListToday.allList=\uc804\uccb4\ubaa9\ub85d + +#EgovMemoTodoRegist.jsp +comCopSmtMtm.memoTodoRegist.title=\uba54\ubaa8\ud560\uc77c \ub4f1\ub85d +comCopSmtMtm.memoTodoRegist.todoHourMin=\ud560\uc77c\uc885\ub8cc\uc2dc\ubd84\uc774 \ud560\uc77c\uc2dc\uc791\uc2dc\ubd84\ubcf4\ub2e4 \ube60\ub97c\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + +#EgovMemoTodoDetail.jsp +comCopSmtMtm.memoTodoDetail.title=\uba54\ubaa8\ud560\uc77c \uc0c1\uc138\ubcf4\uae30 + +#EgovMemoTodoUpdt.jsp +comCopSmtMtm.memoTodoUpdt.title=\uba54\ubaa8\ud560\uc77c \uc218\uc815 +comCopSmtMtm.memoTodoUpdt.hour=\uc2dc +comCopSmtMtm.memoTodoUpdt.minutes=\ubd84 + + +#\uc804\uccb4\uc77c\uc815\uad00\ub9ac Message# +comCopSmtSam.title=\uc804\uccb4\uc77c\uc815\uad00\ub9ac + +comCopSmtSam.searchCondition.schdulNm=\uc77c\uc815\uba85 +comCopSmtSam.searchCondition.schdulCn=\uc77c\uc815\ub0b4\uc6a9 + +comCopSmtSam.list.schdulKind=\uc77c\uc815\uad6c\ubd84 +comCopSmtSam.list.schdulNm=\uc77c\uc815\uba85 + +comCopSmtSam.registBtn.schdulCn=\uc77c\uc9c0\uc815\ubcf4\ucc3e\uae30 +comCopSmtSam.regist.schdulCn=\uc77c\uc9c0\uc815\ubcf4 +comCopSmtSam.regist.diaryNm=\uc77c\uc9c0\uba85 +comCopSmtSam.regist.drctMatter=\uc9c0\uc2dc\uc0ac\ud56d +comCopSmtSam.regist.partclrMatter=\ud2b9\uc774\uc0ac\ud56d +comCopSmtSam.regist.diaryProcsPte=\uce5c\ucc99\uc728 +comCopSmtSam.regist.Atch=\ucca8\ubd80\ud30c\uc77c + + +#\ubd80\uc11c\uc77c\uc815\uad00\ub9ac Message# +comCopSmtSdm.title=\ubd80\uc11c\uc77c\uc815\uad00\ub9ac + +comCopSmtSdm.Gbn.Monthly=\uc6d4\uac04 +comCopSmtSdm.Gbn.Weekly=\uc8fc\uac04 +comCopSmtSdm.Gbn.Daily=\uc77c\uac04 + +comCopSmtSdm.Navi.Today=\uc624\ub298 +comCopSmtSdm.Navi.Year=\ub144 +comCopSmtSdm.Navi.Month=\uc6d4 +comCopSmtSdm.Navi.Day=\uc77c +comCopSmtSdm.Navi.Week=\uc8fc + +comCopSmtSdm.Monthly.monday=\uc6d4 +comCopSmtSdm.Monthly.tuesday=\ud654 +comCopSmtSdm.Monthly.wednesday=\uc218 +comCopSmtSdm.Monthly.thursday=\ubaa9 +comCopSmtSdm.Monthly.friday=\uae08 +comCopSmtSdm.Monthly.saturday=\ud1a0 +comCopSmtSdm.Monthly.sunday=\uc77c + +comCopSmtSdm.Weekly.date=\ub0a0\uc9dc +comCopSmtSdm.Weekly.time=\uc2dc\uac04 +comCopSmtSdm.Weekly.title=\uc81c\ubaa9 +comCopSmtSdm.Weekly.chargeName=\ub2f4\ub2f9\uc790 + +comCopSmtSdm.selectSchdulSe=\uc77c\uc815\uad6c\ubd84\uc120\ud0dd +comCopSmtSdm.validate.alert.delete=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comCopSmtSdm.validate.alert.diffBgndeEndde=\uc885\ub8cc\uc77c\uc790\ub294 \uc2dc\uc791\uc77c\uc790\ubcf4\ub2e4 \uc774\ud6c4\ub0a0\uc9dc\ub85c \uc120\ud0dd\ud558\uc138\uc694. +comCopSmtSdm.goPrevMonth=\uc774\uc804\ub2ec\ub85c \uac00\uae30 +comCopSmtSdm.goNextMonth=\ub2e4\uc74c\ub2ec\ub85c \uac00\uae30 + +comCopSmtSdm.regist.schdulSe=\uc77c\uc815\uad6c\ubd84 +comCopSmtSdm.regist.schdulIpcrCode=\uc911\uc694\ub3c4 +comCopSmtSdm.regist.schdulDeptName=\ubd80\uc11c +comCopSmtSdm.regist.schdulNm=\uc77c\uc815\uba85 +comCopSmtSdm.regist.schdulCn=\uc77c\uc815\ub0b4\uc6a9 +comCopSmtSdm.regist.reptitSeCode=\ubc18\ubcf5\uad6c\ubd84 +comCopSmtSdm.regist.schdulSe1=\ub2f9\uc77c +comCopSmtSdm.regist.schdulSe2=\ubc18\ubcf5 +comCopSmtSdm.regist.schdulSe3=\uc5f0\uc18d +comCopSmtSdm.regist.schdulDatetime=\ub0a0\uc9dc/\uc2dc\uac04 +comCopSmtSdm.regist.schdulYYYY=\uc2dc +comCopSmtSdm.regist.schdulMM=\ubd84 +comCopSmtSdm.regist.schdulChargerName=\ub2f4\ub2f9\uc790 +comCopSmtSdm.regist.schdulAtch=\ud30c\uc77c\ucca8\ubd80 + +comCopSmtSdm.btn.diaryManage=\uc77c\uc9c0\uad00\ub9ac + +#\ubd80\uc11c\uc77c\uc815\uad00\ub9ac \ud31d\uc5c5# +comCopSmtSdm.popup.title=\uc77c\uc815\uad00\ub9ac \ubaa9\ub85d \ud31d\uc5c5 + +comCopSmtSdm.popupSearchCondition.diaryNm=\uc77c\uc9c0\uba85 + +comCopSmtSdm.popupListValidate.searchKeyword=\uac80\uc0c9\uc5b4\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694! +comCopSmtSdm.popupListValidate.searchCondition=\uac80\uc0c9 \uad6c\ubd84\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694! + +comCopSmtSdm.popupList.diaryType=\uc77c\uc815\uad6c\ubd84 +comCopSmtSdm.popupList.diaryNm=\uc77c\uc9c0\uba85 + +comCopSmtSdm.popupList.diaryPersonal=\uac1c\uc778\uc77c\uc815 +comCopSmtSdm.popupList.diaryDept=\ubd80\uc11c\uc77c\uc815 + + +#\uc0ac\uc6a9\uc790 \ud31d\uc5c5# +comCopSmtSdm.empLyrTitle=\uc0ac\uc6a9\uc790 \uac80\uc0c9 \ud31d\uc5c5 + +comCopSmtSdm.empLyrList.id=\uc544\uc774\ub514 +comCopSmtSdm.empLyrList.name=\uc774\ub984 +comCopSmtSdm.empLyrList.tel=\uc804\ud654\ubc88\ud638 +comCopSmtSdm.empLyrList.addr=\uc8fc\uc18c + +#\ubd80\uc11c\ud31d\uc5c5 \ud31d\uc5c5# +comCopSmtSdm.deptLyrTitle=\ubd80\uc11c \uac80\uc0c9 \ud31d\uc5c5 + +comCopSmtSdm.deptLyrList.name=\ubd80\uc11c\uba85 +comCopSmtSdm.deptLyrList.description=\ubd80\uc11c\uc124\uba85 + + +#\uc77c\uc815\uad00\ub9ac Message# +comCopSmtSim.title=\uc77c\uc815\uad00\ub9ac + +comCopSmtSim.Gbn.Monthly=\uc6d4\uac04 +comCopSmtSim.Gbn.Weekly=\uc8fc\uac04 +comCopSmtSim.Gbn.Daily=\uc77c\uac04 + +comCopSmtSim.Navi.Today=\uc624\ub298 +comCopSmtSim.Navi.Year=\ub144 +comCopSmtSim.Navi.Month=\uc6d4 +comCopSmtSim.Navi.Day=\uc77c +comCopSmtSim.Navi.Week=\uc8fc + +comCopSmtSim.Monthly.monday=\uc6d4 +comCopSmtSim.Monthly.tuesday=\ud654 +comCopSmtSim.Monthly.wednesday=\uc218 +comCopSmtSim.Monthly.thursday=\ubaa9 +comCopSmtSim.Monthly.friday=\uae08 +comCopSmtSim.Monthly.saturday=\ud1a0 +comCopSmtSim.Monthly.sunday=\uc77c + +comCopSmtSim.Weekly.date=\ub0a0\uc9dc +comCopSmtSim.Weekly.time=\uc2dc\uac04 +comCopSmtSim.Weekly.title=\uc81c\ubaa9 +comCopSmtSim.Weekly.chargeName=\ub2f4\ub2f9\uc790 + +comCopSmtSim.goPrevMonth=Go to previous month +comCopSmtSim.goNextMonth=Go to next month + +comCopSmtSim.regist.schdulSe=\uc77c\uc815\uad6c\ubd84 +comCopSmtSim.regist.schdulIpcrCode=\uc911\uc694\ub3c4 +comCopSmtSim.regist.schdulDeptName=\ubd80\uc11c +comCopSmtSim.regist.schdulNm=\uc77c\uc815\uba85 +comCopSmtSim.regist.schdulCn=\uc77c\uc815\ub0b4\uc6a9 +comCopSmtSim.regist.reptitSeCode=\ubc18\ubcf5\uad6c\ubd84 +comCopSmtSim.regist.schdulSe1=\ub2f9\uc77c +comCopSmtSim.regist.schdulSe2=\ubc18\ubcf5 +comCopSmtSim.regist.schdulSe3=\uc5f0\uc18d +comCopSmtSim.regist.schdulDatetime=\ub0a0\uc9dc/\uc2dc\uac04 +comCopSmtSim.regist.schdulYYYY=\uc2dc +comCopSmtSim.regist.schdulMM=\ubd84 +comCopSmtSim.regist.schdulChargerName=\ub2f4\ub2f9\uc790 +comCopSmtSim.regist.schdulAtch=\ud30c\uc77c\ucca8\ubd80 + +comCopSmtSim.btn.diaryManage=\uc77c\uc9c0\uad00\ub9ac + +#\uc77c\uc815\uad00\ub9ac \ud31d\uc5c5# +comCopSmtSim.popup.title=\uc77c\uc815\uad00\ub9ac \ubaa9\ub85d \ud31d\uc5c5 + +comCopSmtSim.popupSearchCondition.diaryNm=\uc77c\uc9c0\uba85 + +comCopSmtSim.popupListValidate.searchKeyword=\uac80\uc0c9\uc5b4\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694! +comCopSmtSim.popupListValidate.searchCondition=\uac80\uc0c9 \uad6c\ubd84\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694! + +comCopSmtSim.popupList.diaryType=\uc77c\uc815\uad6c\ubd84 +comCopSmtSim.popupList.diaryNm=\uc77c\uc9c0\uba85 + +comCopSmtSim.popupList.diaryPersonal=\uac1c\uc778\uc77c\uc815 +comCopSmtSim.popupList.diaryDept=\ubd80\uc11c\uc77c\uc815 + + +#\uc8fc\uad00/\uc6d4\uac04\ubcf4\uace0 \uad00\ub9ac# +copSmtWmr.wikMnthngReprtList.wikMnthngReprtList=\uc8fc\uac04/\uc6d4\uac04\ubcf4\uace0 \ubaa9\ub85d +copSmtWmr.wikMnthngReprtList.searchSttus=\uc2b9\uc778\uc5ec\ubd80 +copSmtWmr.wikMnthngReprtList.unapproved=\ubbf8\uc2b9\uc778 +copSmtWmr.wikMnthngReprtList.approval=\uc2b9\uc778 +copSmtWmr.wikMnthngReprtList.searchDe=\uc77c\uc790 +copSmtWmr.wikMnthngReprtList.reprtDe=\ubcf4\uace0\uc77c\uc790 +copSmtWmr.wikMnthngReprtList.reprtBgnEndDe=\ud574\ub2f9\uc77c\uc790 +copSmtWmr.wikMnthngReprtList.searchSe=\ubcf4\uace0\uc720\ud615 +copSmtWmr.wikMnthngReprtList.WeeklyReport=\uc8fc\uac04\ubcf4\uace0 +copSmtWmr.wikMnthngReprtList.MonthlyReport=\uc6d4\uac04\ubcf4\uace0 +copSmtWmr.wikMnthngReprtList.searchCnd=\uc81c\ubaa9/\uc791\uc131\uc790 +copSmtWmr.wikMnthngReprtList.reprtSj=\uc81c\ubaa9 +copSmtWmr.wikMnthngReprtList.reprtSuj=\ubcf4\uace0\uc11c\uc81c\ubaa9 +copSmtWmr.wikMnthngReprtList.wrterNm=\uc791\uc131\uc790 +copSmtWmr.wikMnthngReprtList.searchBgnDe=\uac80\uc0c9\uc2dc\uc791\uc77c\uc790 +copSmtWmr.wikMnthngReprtList.searchEndDe=\uac80\uc0c9\uc885\ub8cc\uc77c\uc790 +copSmtWmr.wikMnthngReprtList.validate.searchDeAlert=\uac80\uc0c9\uc885\ub8cc\uc77c\uc790\uac00 \uac80\uc0c9\uc77c\uc790\ubcf4\ub2e4 \ube60\ub97c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + +copSmtWmr.wikMnthngReprtRegist.wikMnthngReprtRegist=\uc8fc\uac04/\uc6d4\uac04\ubcf4\uace0 \ub4f1\ub85d +copSmtWmr.wikMnthngReprtRegist.bgnDe=\ud574\ub2f9\uc2dc\uc791\uc77c\uc790 +copSmtWmr.wikMnthngReprtRegist.endDe=\ud574\ub2f9\uc885\ub8cc\uc77c\uc790 +copSmtWmr.wikMnthngReprtRegist.validate.searchDeAlert=\ud574\ub2f9\uc885\ub8cc\uc77c\uc790\uac00 \uac80\uc0c9\uc77c\uc790\ubcf4\ub2e4 \ube60\ub97c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +copSmtWmr.wikMnthngReprtRegist.searchSe=\ubcf4\uace0\uc720\ud615 +copSmtWmr.wikMnthngReprtRegist.WeeklyReport=\uc8fc\uac04\ubcf4\uace0 +copSmtWmr.wikMnthngReprtRegist.MonthlyReport=\uc6d4\uac04\ubcf4\uace0 +copSmtWmr.wikMnthngReprtRegist.reprtDe=\ubcf4\uace0\uc77c\uc790 +copSmtWmr.wikMnthngReprtRegist.reprtBgnEndDe=\ud574\ub2f9\uc77c\uc790 +copSmtWmr.wikMnthngReprtRegist.wrterNm=\uc791\uc131\uc790 +copSmtWmr.wikMnthngReprtRegist.reportrNm=\ubcf4\uace0\ub300\uc0c1\uc790 +copSmtWmr.wikMnthngReprtRegist.reprtSuj=\ubcf4\uace0\uc11c\uc81c\ubaa9 +copSmtWmr.wikMnthngReprtRegist.reprtThswikCn=\uae08\uc8fc\ubcf4\uace0\ub0b4\uc6a9 +copSmtWmr.wikMnthngReprtRegist.reprtLesseeCn=\ucc28\uc8fc\ubcf4\uace0\ub0b4\uc6a9 +copSmtWmr.wikMnthngReprtRegist.partclrMatter=\ud2b9\uc774\uc0ac\ud56d +copSmtWmr.wikMnthngReprtRegist.file=\ud30c\uc77c\ucca8\ubd80 + +copSmtWmr.wikMnthngReprtDetail.wikMnthngReprtDetail=\uc8fc\uac04/\uc6d4\uac04\ubcf4\uace0 \uc0c1\uc138\ubcf4\uae30 +copSmtWmr.wikMnthngReprtDetail.reprtSeInfo=\ubcf4\uace0\uc720\ud615 +copSmtWmr.wikMnthngReprtDetail.reprtDe=\ubcf4\uace0\uc77c\uc790 +copSmtWmr.wikMnthngReprtDetail.reprtBgnEndDe=\ud574\ub2f9\uc77c\uc790 +copSmtWmr.wikMnthngReprtDetail.wrterNm=\uc791\uc131\uc790 +copSmtWmr.wikMnthngReprtDetail.reportrNm=\ubcf4\uace0\ub300\uc0c1\uc790 +copSmtWmr.wikMnthngReprtDetail.reprtSuj=\ubcf4\uace0\uc11c\uc81c\ubaa9 +copSmtWmr.wikMnthngReprtDetail.reprtThswikCn=\uae08\uc8fc\ubcf4\uace0\ub0b4\uc6a9 +copSmtWmr.wikMnthngReprtDetail.reprtLesseeCn=\ucc28\uc8fc\ubcf4\uace0\ub0b4\uc6a9 +copSmtWmr.wikMnthngReprtDetail.partclrMatter=\ud2b9\uc774\uc0ac\ud56d +copSmtWmr.wikMnthngReprtDetail.file=\ucca8\ubd80\ud30c\uc77c +copSmtWmr.wikMnthngReprtDetail.reprtSttus=\ubcf4\uace0\uc11c\uc0c1\ud0dc + +copSmtWmr.wikMnthngReprtUpdt.wikMnthngReprtUpdt=\uc8fc\uac04/\uc6d4\uac04\ubcf4\uace0 \uc218\uc815 +copSmtWmr.wikMnthngReprtUpdt.bgnDe=\ud574\ub2f9\uc2dc\uc791\uc77c\uc790 +copSmtWmr.wikMnthngReprtUpdt.endDe=\ud574\ub2f9\uc885\ub8cc\uc77c\uc790 +copSmtWmr.wikMnthngReprtUpdt.validate.searchDeAlert=\ud574\ub2f9\uc885\ub8cc\uc77c\uc790\uac00 \uac80\uc0c9\uc77c\uc790\ubcf4\ub2e4 \ube60\ub97c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +copSmtWmr.wikMnthngReprtUpdt.searchSe=\ubcf4\uace0\uc720\ud615 +copSmtWmr.wikMnthngReprtUpdt.WeeklyReport=\uc8fc\uac04\ubcf4\uace0 +copSmtWmr.wikMnthngReprtUpdt.MonthlyReport=\uc6d4\uac04\ubcf4\uace0 +copSmtWmr.wikMnthngReprtUpdt.reprtDe=\ubcf4\uace0\uc77c\uc790 +copSmtWmr.wikMnthngReprtUpdt.reprtBgnEndDe=\ud574\ub2f9\uc77c\uc790 +copSmtWmr.wikMnthngReprtUpdt.wrterNm=\uc791\uc131\uc790 +copSmtWmr.wikMnthngReprtUpdt.reportrNm=\ubcf4\uace0\ub300\uc0c1\uc790 +copSmtWmr.wikMnthngReprtUpdt.reprtSuj=\ubcf4\uace0\uc11c\uc81c\ubaa9 +copSmtWmr.wikMnthngReprtUpdt.reprtThswikCn=\uae08\uc8fc\ubcf4\uace0\ub0b4\uc6a9 +copSmtWmr.wikMnthngReprtUpdt.reprtLesseeCn=\ucc28\uc8fc\ubcf4\uace0\ub0b4\uc6a9 +copSmtWmr.wikMnthngReprtUpdt.partclrMatter=\ud2b9\uc774\uc0ac\ud56d +copSmtWmr.wikMnthngReprtUpdt.file=\ud30c\uc77c\ucca8\ubd80 +copSmtWmr.wikMnthngReprtUpdt.atchFile=\ucca8\ubd80\ud30c\uc77c +copSmtWmr.wikMnthngReprtUpdt.reprtSttus=\ubcf4\uace0\uc11c\uc0c1\ud0dc + +copSmtWmr.reportrList.reportrList=\ubcf4\uace0\ub300\uc0c1\uc790 \ubaa9\ub85d\uc870\ud68c +copSmtWmr.reportrList.selectReprt=\ubcf4\uace0\ub300\uc0c1\uc790 \uc120\ud0dd +copSmtWmr.reportrList.fnInit=\ubaa9\ub85d\uc870\ud68c +copSmtWmr.reportrList.searchCnd=\uc870\ud68c\uc870\uac74 +copSmtWmr.reportrList.orgnztNm=\ubd80\uc11c +copSmtWmr.reportrList.emplyrNm=\uc0ac\uc6d0\uba85 +copSmtWmr.reportrList.ofcpsNm=\uc9c1\uc704 +copSmtWmr.reportrList.emplNo=\uc0ac\ubc88 + +copSmtWmr.reportrListPopup.reportrList=\ubcf4\uace0\ub300\uc0c1\uc790 \ubaa9\ub85d + + + +#\uac8c\uc2dc\uae00 \ub9cc\uc871\ub3c4# +comCopCmt.articleSatisfactionVO.title=\ub9cc\uc871\ub3c4\uc870\uc0ac +comCopCmt.articleSatisfactionVO.button=\ub9cc\uc871\ub3c4 +comCopCmt.articleSatisfactionVO.level5=\ub9e4\uc6b0\ub9cc\uc871 +comCopCmt.articleSatisfactionVO.level4=\ub9cc\uc871 +comCopCmt.articleSatisfactionVO.level3=\ubcf4\ud1b5 +comCopCmt.articleSatisfactionVO.level2=\ubd88\ub9cc\uc871 +comCopCmt.articleSatisfactionVO.level1=\ub9e4\uc6b0\ubd88\ub9cc\uc871 +comCopCmt.articleSatisfactionVO.content=\ub0b4\uc6a9 +comCopCmt.articleSatisfactionVO.password=\ud328\uc2a4\uc6cc\ub4dc +comCopCmt.articleSatisfactionVO.nodata=\ub9cc\uc871\ub3c4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. + + +comCopSymEms.regist.title=\ubc1c\uc1a1\uba54\uc77c +comCopSymEms.regist.summary={0}\uc758 \ub4f1\ub85d \uac00\ub2a5\ud55c \ub0b4\uc6a9\uc744 \uc785\ub825\ud558\uc5ec \ub4f1\ub85d \ubc84\ud2bc\uc744 \ud074\ub9ad\ud558\uc5ec \ub4f1\ub85d\ud55c\ub2e4. +comCopSymEms.regist.receiver = \ubc1b\ub294\uc0ac\ub78c +comCopSymEms.regist.title2 = \uc81c\ubaa9 +comCopSymEms.regist.content = \ubc1c\uc2e0\ub0b4\uc6a9 +comCopSymEms.regist.atch = \ucca8\ubd80\ud30c\uc77c + +comCopSymEms.inqire.sender = \ubcf4\ub0b4\ub294\uc0ac\ub78c +comCopSymEms.inqire.receiver = \ubc1b\ub294\uc0ac\ub78c +comCopSymEms.inqire.title = \uc81c\ubaa9 +comCopSymEms.inqire.sendCn = \ubc1c\uc2e0\ub0b4\uc6a9 +comCopSymEms.inqire.sendResult = \ubc1c\uc2e0\uacb0\uacfc +comCopSymEms.inqire.xml = XML\uba54\uc77c\ubcf4\uae30 +comCopSymEms.inqire.atch = \ucca8\ubd80\ud30c\uc77c +comCopSymEms.inqire.summary={0}\uc758 \ub0b4\uc5ed\uc5d0 \ub300\ud55c \uc0c1\uc138\uc870\ud68c \ub0b4\uc5ed\uc744 \ucd9c\ub825\ud569\ub2c8\ub2e4. + +comCopSymEms.searchCondition.title = \uc81c\ubaa9 +comCopSymEms.searchCondition.cn = \ub0b4\uc6a9 +comCopSymEms.searchCondition.sender = \ubcf4\ub0b8\uc774 + +comCopSymEms.list.status = \uc0c1\ud0dc +comCopSymEms.list.receiver = \uc218\uc2e0\uc790 +comCopSymEms.list.sender = \ubc1c\uc2e0\uc790 +comCopSymEms.list.title = \uc81c\ubaa9 +comCopSymEms.list.cn = \ub0b4\uc6a9 +comCopSymEms.list.regdate = \ub0a0\uc9dc +comCopSymEms.list.summary={0}\uc758 \ub0b4\uc5ed\uc5d0 \ub300\ud55c \ubaa9\ub85d\uc744 \ucd9c\ub825\ud569\ub2c8\ub2e4. + + +#\ud15c\ud50c\ub9bf +comCopTpl.template.title = \ud15c\ud50c\ub9bf + +comCopTpl.template.name = \ud15c\ud50c\ub9bf\uba85 +comCopTpl.template.type = \ud15c\ud50c\ub9bf\uad6c\ubd84 +comCopTpl.template.path = \ud15c\ube14\ub9bf\uacbd\ub85c +comCopTpl.template.useYN = \uc0ac\uc6a9\uc5ec\ubd80 +comCopTpl.template.registDt = \ub4f1\ub85d\uc77c\uc790 +comCopTpl.template.preview = \ubbf8\ub9ac\ubcf4\uae30 + +comCopTpl.template.tmplatCss = \uac8c\uc2dc\ud310 \ud15c\ud50c\ub9bf\uc740 CSS\ub9cc \uac00\ub2a5\ud569\ub2c8\ub2e4. +comCopTpl.template.tmplatJsp = \ud15c\ud50c\ub9bf\uc740 JSP\ub9cc \uac00\ub2a5\ud569\ub2c8\ub2e4. + + +# EgovKnoAppraisal.xml +comDamApp.knoAppraisal.validate.orgnztId=\uc870\uc9c1\uba85 +comDamApp.knoAppraisal.validate.knoTypeCd=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamApp.knoAppraisal.validate.knoNm=\uc9c0\uc2dd\uba85 +comDamApp.knoAppraisal.validate.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 +comDamApp.knoAppraisal.validate.appYmd=\ud3c9\uac00\uc77c\uc790 +comDamApp.knoAppraisal.validate.knoAps=\ud3c9\uac00\uacb0\uacfc + + +comDamApp.comDamAppraisalList.title=\uc9c0\uc2dd\ud3c9\uac00\uad00\ub9ac \ubaa9\ub85d +comDamApp.comDamAppraisalList.pageTop.title=\uc9c0\uc2dd\ud3c9\uac00\uad00\ub9ac \ubaa9\ub85d +comDamApp.comDamAppraisalList.knoId=\uc21c\ubc88 +comDamApp.comDamAppraisalList.knoNm=\uc9c0\uc2dd\uba85 +comDamApp.comDamAppraisalList.knoTypeNm=\uc9c0\uc2dd\uc720\ud615 +comDamApp.comDamAppraisalList.userNm=\ub4f1\ub85d\uc790\uba85 +comDamApp.comDamAppraisalList.knoAps=\ud3c9\uac00\uacb0\uacfc +comDamApp.comDamAppraisalList.appYmd=\ud3c9\uac00\uc77c\uc790 +comDamApp.comDamAppraisalList.status.evaluating=\ud3c9\uac00\uc911 +comDamApp.comDamAppraisalList.status.approved=\uc2b9\uc778 +comDamApp.comDamAppraisalList.status.denied=\ubc18\ub824 +comDamApp.comDamAppraisalList.status.proceeding=\uc9c4\ud589\uc911 + + +comDamApp.comDamAppraisalDetail.title=\uc9c0\uc2dd\ud3c9\uac00 \uc0c1\uc138\uc870\ud68c +comDamApp.comDamAppraisalDetail.pageTop.title=\uc9c0\uc2dd\ud3c9\uac00 \uc0c1\uc138\uc870\ud68c +comDamApp.comDamAppraisalDetail.knoId=\uc21c\ubc88 +comDamApp.comDamAppraisalDetail.orgnztNm=\uc870\uc9c1\uba85 +comDamApp.comDamAppraisalDetail.knoTypeNm=\uc9c0\uc2dd\uc720\ud615 +comDamApp.comDamAppraisalDetail.knoNm=\uc9c0\uc2dd\uba85 +comDamApp.comDamAppraisalDetail.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 +comDamApp.comDamAppraisalDetail.atchFileList=\ucca8\ubd80\ud30c\uc77c \ubaa9\ub85d +comDamApp.comDamAppraisalDetail.knoAps=\ud3c9\uac00\uacb0\uacfc +comDamApp.comDamAppraisalDetail.appYmd=\ud3c9\uac00\uc77c\uc790 +comDamApp.comDamAppraisalDetail.status.proceeding=\uc9c4\ud589\uc911 +comDamApp.comDamAppraisalDetail.status.evaluating=\ud3c9\uac00\uc911 +comDamApp.comDamAppraisalDetail.status.approved=\uc2b9\uc778 +comDamApp.comDamAppraisalDetail.status.denied=\ubc18\ub824 +comDamApp.comDamAppraisalDetail.button.evaluation=\ud3c9\uac00 + + +comDamApp.comDamAppraisalModify.title=\uc9c0\uc2dd\ud3c9\uac00 \uc218\uc815 +comDamApp.comDamAppraisalModify.pageTop.title=\uc9c0\uc2dd\ud3c9\uac00 \uc218\uc815 +comDamApp.comDamAppraisalModify.knoId=\uc21c\ubc88 +comDamApp.comDamAppraisalModify.orgnztNm=\uc870\uc9c1\uba85 +comDamApp.comDamAppraisalModify.knoTypeNm=\uc9c0\uc2dd\uc720\ud615 +comDamApp.comDamAppraisalModify.knoNm=\uc9c0\uc2dd\uba85 +comDamApp.comDamAppraisalModify.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 +comDamApp.comDamAppraisalModify.atchFileList=\ucca8\ubd80\ud30c\uc77c \ubaa9\ub85d +comDamApp.comDamAppraisalModify.knoAps=\ud3c9\uac00\uacb0\uacfc +comDamApp.comDamAppraisalModify.appYmd=\ud3c9\uac00\uc77c\uc790 +comDamApp.comDamAppraisalModify.status.proceeding=\uc9c4\ud589\uc911 +comDamApp.comDamAppraisalModify.status.evaluating=\ud3c9\uac00\uc911 +comDamApp.comDamAppraisalModify.status.approved=\uc2b9\uc778 +comDamApp.comDamAppraisalModify.status.denied=\ubc18\ub824 +comDamApp.comDamAppraisalModify.button.evaluation=\ud3c9\uac00 + + +# EgovMapMaterial.xml +comDamMapMat.mapMaterial.validate.orgnztId=\uc870\uc9c1\uc544\uc774\ub514 +comDamMapMat.mapMaterial.validate.knoTypeCd=\uc9c0\uc2dd\uc720\ud615\ucf54\ub4dc +comDamMapMat.mapMaterial.validate.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamMapMat.mapMaterial.validate.knoUrl=\uc9c0\uc2ddURL +comDamMapMat.mapMaterial.validate.clYmd=\ubd84\ub958\uc77c\uc790 + + +comDamMapMat.comDamMapMaterialList.title=\uc9c0\uc2dd\ub9f5(\uc720\ud615\ubcc4)\uad00\ub9ac \ubaa9\ub85d +comDamMapMat.comDamMapMaterialList.pageTop.title=\uc9c0\uc2dd\ub9f5(\uc720\ud615\ubcc4)\uad00\ub9ac \ubaa9\ub85d +comDamMapMat.comDamMapMaterialList.index=\uc21c\ubc88 +comDamMapMat.comDamMapMaterialList.orgnztNm=\uc870\uc9c1\uba85 +comDamMapMat.comDamMapMaterialList.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamMapMat.comDamMapMaterialList.knoUrl=\uc9c0\uc2ddURL +comDamMapMat.comDamMapMaterialList.clYmd=\ubd84\ub958\uc77c\uc790 + + +comDamMapMat.comDamMapMaterialDetail.title=\uc9c0\uc2dd\ub9f5(\uc720\ud615\ubcc4) \uc0c1\uc138\uc870\ud68c +comDamMapMat.comDamMapMaterialDetail.pageTop.title=\uc9c0\uc2dd\ub9f5(\uc720\ud615\ubcc4) \uc0c1\uc138\uc870\ud68c +comDamMapMat.comDamMapMaterialDetail.orgnztId=\uc870\uc9c1ID +comDamMapMat.comDamMapMaterialDetail.orgnztNm=\uc870\uc9c1\uba85 +comDamMapMat.comDamMapMaterialDetail.knoTypeCd=\uc9c0\uc2dd\uc720\ud615\ucf54\ub4dc +comDamMapMat.comDamMapMaterialDetail.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamMapMat.comDamMapMaterialDetail.knoUrl=\uc9c0\uc2ddURL +comDamMapMat.comDamMapMaterialDetail.clYmd=\ubd84\ub958\uc77c\uc790 + + +comDamMapMat.comDamMapMaterialModify.title=\uc9c0\uc2dd\ub9f5(\uc720\ud615\ubcc4) \uc218\uc815 +comDamMapMat.comDamMapMaterialModify.pageTop.title=\uc9c0\uc2dd\ub9f5(\uc720\ud615\ubcc4) \uc218\uc815 +comDamMapMat.comDamMapMaterialModify.orgnztId=\uc870\uc9c1ID +comDamMapMat.comDamMapMaterialModify.orgnztNm=\uc870\uc9c1\uba85 +comDamMapMat.comDamMapMaterialModify.knoTypeCd=\uc9c0\uc2dd\uc720\ud615\ucf54\ub4dc +comDamMapMat.comDamMapMaterialModify.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamMapMat.comDamMapMaterialModify.knoUrl=\uc9c0\uc2ddURL +comDamMapMat.comDamMapMaterialModify.clYmd=\ubd84\ub958\uc77c\uc790 + + +comDamMapMat.comDamMapMaterialRegist.title=\uc9c0\uc2dd\ub9f5(\uc720\ud615\ubcc4) \ub4f1\ub85d +comDamMapMat.comDamMapMaterialRegist.pageTop.title=\uc9c0\uc2dd\ub9f5(\uc720\ud615\ubcc4) \ub4f1\ub85d +comDamMapMat.comDamMapMaterialRegist.orgnztId=\uc870\uc9c1ID +comDamMapMat.comDamMapMaterialRegist.orgnztNm=\uc870\uc9c1\uba85 +comDamMapMat.comDamMapMaterialRegist.knoTypeCd=\uc9c0\uc2dd\uc720\ud615\ucf54\ub4dc +comDamMapMat.comDamMapMaterialRegist.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamMapMat.comDamMapMaterialRegist.knoUrl=\uc9c0\uc2ddURL +comDamMapMat.comDamMapMaterialRegist.clYmd=\ubd84\ub958\uc77c\uc790 + + + +# EgovMapMaterial.xml +comDamMapTea.mapTeam.validate.orgnztId=\uc870\uc9c1\uc544\uc774\ub514 +comDamMapTea.mapTeam.validate.orgnztNm=\uc870\uc9c1\uba85 +comDamMapTea.mapTeam.validate.knoUrl=\uc9c0\uc2ddURL +comDamMapTea.mapTeam.validate.clYmd=\ubd84\ub958\uc77c\uc790 + + +comDamMapTea.comDamMapTeamList.title=\uc9c0\uc2dd\ub9f5(\uc870\uc9c1\ubcc4)\uad00\ub9ac \ubaa9\ub85d +comDamMapTea.comDamMapTeamList.pageTop.title=\uc9c0\uc2dd\ub9f5(\uc870\uc9c1\ubcc4)\uad00\ub9ac \ubaa9\ub85d +comDamMapTea.comDamMapTeamList.index=\uc21c\ubc88 +comDamMapTea.comDamMapTeamList.orgnztNm=\uc870\uc9c1\uba85 +comDamMapTea.comDamMapTeamList.orgnztId=\uc870\uc9c1 ID +comDamMapTea.comDamMapTeamList.knoUrl=\uc9c0\uc2ddURL +comDamMapTea.comDamMapTeamList.clYmd=\ubd84\ub958\uc77c\uc790 + + +comDamMapTea.comDamMapTeamDetail.title=\uc9c0\uc2dd\ub9f5(\uc870\uc9c1\ubcc4) \uc0c1\uc138\uc870\ud68c +comDamMapTea.comDamMapTeamDetail.pageTop.title=\uc9c0\uc2dd\ub9f5(\uc870\uc9c1\ubcc4) \uc0c1\uc138\uc870\ud68c +comDamMapTea.comDamMapTeamDetail.orgnztId=\uc870\uc9c1ID +comDamMapTea.comDamMapTeamDetail.orgnztNm=\uc870\uc9c1\uba85 +comDamMapTea.comDamMapTeamDetail.knoUrl=\uc9c0\uc2ddURL +comDamMapTea.comDamMapTeamDetail.clYmd=\ubd84\ub958\uc77c\uc790 + + +comDamMapTea.comDamMapTeamModify.title=\uc9c0\uc2dd\ub9f5(\uc870\uc9c1\ubcc4) \uc218\uc815 +comDamMapTea.comDamMapTeamModify.pageTop.title=\uc9c0\uc2dd\ub9f5(\uc870\uc9c1\ubcc4) \uc218\uc815 +comDamMapTea.comDamMapTeamModify.orgnztId=\uc870\uc9c1ID +comDamMapTea.comDamMapTeamModify.orgnztNm=\uc870\uc9c1\uba85 +comDamMapTea.comDamMapTeamModify.knoUrl=\uc9c0\uc2ddURL +comDamMapTea.comDamMapTeamModify.clYmd=\ubd84\ub958\uc77c\uc790 + + +comDamMapTea.comDamMapTeamRegist.title=\uc9c0\uc2dd\ub9f5(\uc870\uc9c1\ubcc4) \ub4f1\ub85d +comDamMapTea.comDamMapTeamRegist.pageTop.title=\uc9c0\uc2dd\ub9f5(\uc870\uc9c1\ubcc4) \ub4f1\ub85d +comDamMapTea.comDamMapTeamRegist.orgnztId=\uc870\uc9c1ID +comDamMapTea.comDamMapTeamRegist.orgnztNm=\uc870\uc9c1\uba85 +comDamMapTea.comDamMapTeamRegist.knoUrl=\uc9c0\uc2ddURL +comDamMapTea.comDamMapTeamRegist.clYmd=\ubd84\ub958\uc77c\uc790 + + +# KnoManagement.xml +comDamMgm.knoManagement.validate.knoAps=\uc9c0\uc2dd\uc815\uc81c + + +comDamMgm.comDamManagementList.title=\uc9c0\uc2dd\uc815\ubcf4\uad00\ub9ac \ubaa9\ub85d +comDamMgm.comDamManagementList.pageTop.title=\uc9c0\uc2dd\uc815\ubcf4\uad00\ub9ac \ubaa9\ub85d +comDamMgm.comDamManagementList.index=\uc21c\ubc88 +comDamMgm.comDamManagementList.orgnztNm=\uc870\uc9c1\uba85 +comDamMgm.comDamManagementList.knoTypeNm=\uc9c0\uc2dd\uc720\ud615 +comDamMgm.comDamManagementList.knoNm=\uc9c0\uc2dd\uba85 +comDamMgm.comDamManagementList.userNm=\ub4f1\ub85d\uc790\uba85 +comDamMgm.comDamManagementList.appYmd=\ud3c9\uac00\uc77c\uc790 + + +comDamMgm.comDamManagementDetail.title=\uc9c0\uc2dd\uc815\ubcf4 \uc0c1\uc138\uc870\ud68c +comDamMgm.comDamManagementDetail.pageTop.title=\uc9c0\uc2dd\uc815\ubcf4 \uc0c1\uc138\uc870\ud68c +comDamMgm.comDamManagementDetail.orgnztNm=\uc870\uc9c1\uba85 +comDamMgm.comDamManagementDetail.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamMgm.comDamManagementDetail.frstRegisterPnttm=\ub4f1\ub85d\uc77c\uc790 +comDamMgm.comDamManagementDetail.userNm=\ub4f1\ub85d\uc790\uba85 +comDamMgm.comDamManagementDetail.knoNm=\uc9c0\uc2dd\uba85 +comDamMgm.comDamManagementDetail.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 +comDamMgm.comDamManagementDetail.othbcAt=\uacf5\uac1c\uc5ec\ubd80 +comDamMgm.comDamManagementDetail.public=\uacf5\uac1c +comDamMgm.comDamManagementDetail.private=\ube44\uacf5\uac1c +comDamMgm.comDamManagementDetail.appYmd=\ud3c9\uac00\uc77c\uc790 +comDamMgm.comDamManagementDetail.speNm=\ud3c9\uac00\uc790\uba85 +comDamMgm.comDamManagementDetail.knoAps=\ud3c9\uac00\uacb0\uacfc +comDamMgm.comDamManagementDetail.knoAps=\uc9c0\uc2dd\uc815\uc81c +comDamMgm.comDamManagementDetail.junkYmd=\ud3d0\uae30\uc77c\uc790 +comDamMgm.comDamManagementDetail.atchFileList=\ucca8\ubd80\ud30c\uc77c \ubaa9\ub85d +comDamMgm.comDamManagementDetail.status.proceeding=\uc9c4\ud589\uc911 +comDamMgm.comDamManagementDetail.status.evaluating=\ud3c9\uac00\uc911 +comDamMgm.comDamManagementDetail.status.approved=\uc2b9\uc778 +comDamMgm.comDamManagementDetail.status.denied=\ubc18\ub824 +comDamMgm.comDamManagementDetail.status.available=\uac00\uc6a9 +comDamMgm.comDamManagementDetail.status.disposal=\ud3d0\uae30 +comDamMgm.comDamManagementDetail.disposal=\ud3d0\uae30 + + +comDamMgm.comDamManagementModify.title=\uc9c0\uc2dd\uc815\ubcf4 \uc218\uc815 +comDamMgm.comDamManagementModify.pageTop.title=\uc9c0\uc2dd\uc815\ubcf4 \uc218\uc815 +comDamMgm.comDamManagementModify.orgnztNm=\uc870\uc9c1\uba85 +comDamMgm.comDamManagementModify.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamMgm.comDamManagementModify.frstRegisterPnttm=\ub4f1\ub85d\uc77c\uc790 +comDamMgm.comDamManagementModify.userNm=\ub4f1\ub85d\uc790\uba85 +comDamMgm.comDamManagementModify.knoNm=\uc9c0\uc2dd\uba85 +comDamMgm.comDamManagementModify.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 +comDamMgm.comDamManagementModify.othbcAt=\uacf5\uac1c\uc5ec\ubd80 +comDamMgm.comDamManagementModify.appYmd=\ud3c9\uac00\uc77c\uc790 +comDamMgm.comDamManagementModify.speNm=\ud3c9\uac00\uc790\uba85 +comDamMgm.comDamManagementModify.knoAps=\ud3c9\uac00\uacb0\uacfc +comDamMgm.comDamManagementModify.knoAps=\uc9c0\uc2dd\uc815\uc81c +comDamMgm.comDamManagementModify.junkYmd=\ud3d0\uae30\uc77c\uc790 +comDamMgm.comDamManagementModify.atchFileList=\ucca8\ubd80\ud30c\uc77c \ubaa9\ub85d +comDamMgm.comDamManagementModify.status.proceeding=\uc9c4\ud589\uc911 +comDamMgm.comDamManagementModify.status.evaluating=\ud3c9\uac00\uc911 +comDamMgm.comDamManagementModify.status.approved=\uc2b9\uc778 +comDamMgm.comDamManagementModify.status.denied=\ubc18\ub824 +comDamMgm.comDamManagementModify.status.available=\uac00\uc6a9 +comDamMgm.comDamManagementModify.status.disposal=\ud3d0\uae30 +comDamMgm.comDamManagementModify.disposal=\ud3d0\uae30 + + +comDamPer.comDamPersonalList.title=\uac1c\uc778\uc9c0\uc2dd\uad00\ub9ac \ubaa9\ub85d +comDamPer.comDamPersonalList.pageTop.title=\uac1c\uc778\uc9c0\uc2dd\uad00\ub9ac \ubaa9\ub85d +comDamPer.comDamPersonalList.index=\uc21c\ubc88 +comDamPer.comDamPersonalList.orgnztNm=\uc870\uc9c1\uba85 +comDamPer.comDamPersonalList.knoTypeNm=\uc9c0\uc2dd\uc720\ud615 +comDamPer.comDamPersonalList.knoNm=\uc9c0\uc2dd\uba85 +comDamPer.comDamPersonalList.userNm=\ub4f1\ub85d\uc790 +comDamPer.comDamPersonalList.colYmd=\uc218\uc9d1\uc77c\uc790 +comDamPer.comDamPersonalList.othbcAt=\uacf5\uac1c\uc5ec\ubd80 +comDamPer.comDamPersonalList.public=\uacf5\uac1c +comDamPer.comDamPersonalList.private=\ube44\uacf5\uac1c + + +comDamPer.comDamPersonalDetail.title=\uac1c\uc778\uc9c0\uc2dd \uc0c1\uc138\uc870\ud68c +comDamPer.comDamPersonalDetail.pageTop.title=\uac1c\uc778\uc9c0\uc2dd \uc0c1\uc138\uc870\ud68c +comDamPer.comDamPersonalDetail.orgnztNm=\uc870\uc9c1\uba85 +comDamPer.comDamPersonalDetail.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamPer.comDamPersonalDetail.knoNm=\uc9c0\uc2dd\uba85 +comDamPer.comDamPersonalDetail.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 +comDamPer.comDamPersonalDetail.colYmd=\uc218\uc9d1\uc77c\uc790 +comDamPer.comDamPersonalDetail.othbcAt=\uacf5\uac1c\uc5ec\ubd80 +comDamPer.comDamPersonalDetail.public=\uacf5\uac1c +comDamPer.comDamPersonalDetail.private=\ube44\uacf5\uac1c +comDamPer.comDamPersonalDetail.atchFileId=\ucca8\ubd80\ud30c\uc77c \ubaa9\ub85d + + +comDamPer.comDamPersonalModify.title=\uac1c\uc778\uc9c0\uc2dd \uc218\uc815 +comDamPer.comDamPersonalModify.pageTop.title=\uac1c\uc778\uc9c0\uc2dd \uc218\uc815 +comDamPer.comDamPersonalModify.orgnztNm=\uc870\uc9c1\uba85 +comDamPer.comDamPersonalModify.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamPer.comDamPersonalModify.knoNm=\uc9c0\uc2dd\uba85 +comDamPer.comDamPersonalModify.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 +comDamPer.comDamPersonalModify.colYmd=\uc218\uc9d1\uc77c\uc790 +comDamPer.comDamPersonalModify.othbcAt=\uacf5\uac1c\uc5ec\ubd80 +comDamPer.comDamPersonalModify.public=\uacf5\uac1c +comDamPer.comDamPersonalModify.private=\ube44\uacf5\uac1c +comDamPer.comDamPersonalModify.atchFileId=\ucca8\ubd80\ud30c\uc77c \ubaa9\ub85d +comDamPer.comDamPersonalModify.fileUpload=\ud30c\uc77c\ucca8\ubd80 +comDamPer.comDamPersonalModify.colYmdCalendar=\uc218\uc9d1\uc77c\ub2ec\ub825 + + +comDamPer.comDamPersonalRegist.title=\uac1c\uc778\uc9c0\uc2dd \ub4f1\ub85d +comDamPer.comDamPersonalRegist.pageTop.title=\uac1c\uc778\uc9c0\uc2dd \ub4f1\ub85d +comDamPer.comDamPersonalRegist.orgnztNm=\uc870\uc9c1\uba85 +comDamPer.comDamPersonalRegist.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamPer.comDamPersonalRegist.knoNm=\uc9c0\uc2dd\uba85 +comDamPer.comDamPersonalRegist.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 +comDamPer.comDamPersonalRegist.colYmd=\uc218\uc9d1\uc77c\uc790 +comDamPer.comDamPersonalRegist.othbcAt=\uacf5\uac1c\uc5ec\ubd80 +comDamPer.comDamPersonalRegist.public=\uacf5\uac1c +comDamPer.comDamPersonalRegist.private=\ube44\uacf5\uac1c +comDamPer.comDamPersonalRegist.atchFileId=\ucca8\ubd80\ud30c\uc77c \ubaa9\ub85d +comDamPer.comDamPersonalRegist.fileUpload=\ud30c\uc77c\ucca8\ubd80 +comDamPer.comDamPersonalRegist.colYmdCalendar=\uc218\uc9d1\uc77c\ub2ec\ub825 + + + +# EgovKnoRequestOffer.xml +comDamSpeReq.knoRequestOffer.validate.orgnztId=\uc870\uc9c1\uba85 +comDamSpeReq.knoRequestOffer.validate.knoTypeCd=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamSpeReq.knoRequestOffer.validate.knoNm=\uc9c0\uc2dd\uba85 +comDamSpeReq.knoRequestOffer.validate.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 + + +comDamSpeReq.comDamRequestOfferList.title=\uc9c0\uc2dd \uc815\ubcf4\uc81c\uacf5/\uc815\ubcf4\uc694\uccad - \ubaa9\ub85d\uc870\ud68c +comDamSpeReq.comDamRequestOfferList.pageTop.title=\uc9c0\uc2dd \uc815\ubcf4\uc81c\uacf5/\uc815\ubcf4\uc694\uccad \ubaa9\ub85d +comDamSpeReq.comDamRequestOfferList.knoId=\uc21c\ubc88 +comDamSpeReq.comDamRequestOfferList.orgnztNm=\uc870\uc9c1\uba85 +comDamSpeReq.comDamRequestOfferList.knoTypeNm=\uc9c0\uc2dd\uc720\ud615 +comDamSpeReq.comDamRequestOfferList.knoNm=\uc9c0\uc2dd\uba85 +comDamSpeReq.comDamRequestOfferList.frstRegisterNm=\ub4f1\ub85d\uc790 +comDamSpeReq.comDamRequestOfferList.frstRegistPnttm=\ub4f1\ub85d\uc77c\uc790 +comDamSpeReq.comDamRequestOfferList.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 + + +comDamSpeReq.comDamRequestOfferDetail.title=\uc9c0\uc2dd \uc815\ubcf4\uc81c\uacf5/\uc815\ubcf4\uc694\uccad - \uc0c1\uc138\uc870\ud68c +comDamSpeReq.comDamRequestOfferDetail.pageTop.title=\uc9c0\uc2dd \uc815\ubcf4\uc81c\uacf5/\uc815\ubcf4\uc694\uccad \uc0c1\uc138\uc870\ud68c +comDamSpeReq.comDamRequestOfferDetail.orgnztNm=\uc870\uc9c1\uba85 +comDamSpeReq.comDamRequestOfferDetail.knoTypeNm=\uc9c0\uc2dd\uc720\ud615 +comDamSpeReq.comDamRequestOfferDetail.knoNm=\uc9c0\uc2dd\uba85 +comDamSpeReq.comDamRequestOfferDetail.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 +comDamSpeReq.comDamRequestOfferDetail.atchFile=\ud30c\uc77c\ucca8\ubd80 + + +comDamSpeReq.comDamRequestOfferUpdt..title=\uc9c0\uc2dd \uc815\ubcf4\uc81c\uacf5/\uc815\ubcf4\uc694\uccad-\uc218\uc815 +comDamSpeReq.comDamRequestOfferUpdt..pageTop.title=\uc9c0\uc2dd \uc815\ubcf4\uc81c\uacf5/\uc815\ubcf4\uc694\uccad \uc218\uc815 +comDamSpeReq.comDamRequestOfferUpdt.orgnztNm=\uc870\uc9c1\uba85 +comDamSpeReq.comDamRequestOfferUpdt.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamSpeReq.comDamRequestOfferUpdt.knoNm=\uc9c0\uc2dd\uba85 +comDamSpeReq.comDamRequestOfferUpdt.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 +comDamSpeReq.comDamRequestOfferUpdt.atchFileList=\ud30c\uc77c\ucca8\ubd80 \ubaa9\ub85d +comDamSpeReq.comDamRequestOfferUpdt.atchFile=\ud30c\uc77c\ucca8\ubd80 + + +comDamSpeReq.comDamRequestOfferRegist..title=\uc9c0\uc2dd \uc815\ubcf4\uc81c\uacf5/\uc815\ubcf4\uc694\uccad-\ub4f1\ub85d +comDamSpeReq.comDamRequestOfferRegist..pageTop.title=\uc9c0\uc2dd \uc815\ubcf4\uc81c\uacf5/\uc815\ubcf4\uc694\uccad +comDamSpeReq.comDamRequestOfferRegist.orgnztNm=\uc870\uc9c1\uba85 +comDamSpeReq.comDamRequestOfferRegist.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamSpeReq.comDamRequestOfferRegist.knoNm=\uc9c0\uc2dd\uba85 +comDamSpeReq.comDamRequestOfferRegist.knoCn=\uc9c0\uc2dd\ub0b4\uc6a9 +comDamSpeReq.comDamRequestOfferRegist.atchFile=\ud30c\uc77c\ucca8\ubd80 +comDamSpeReq.comDamRequestOfferRegist.answer=\ub2f5\ubcc0 +comDamSpeReq.comDamRequestOfferRegist.regist=\ub4f1\ub85d + + +# EgovKnoSpecialist.xml +comDamSpeSpe.knoSpecialist.validate.orgnztId=\uc870\uc9c1\uba85 +comDamSpeSpe.knoSpecialist.validate.knoTypeCd=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamSpeSpe.knoSpecialist.validate.speId=\uc804\ubb38\uac00\uba85 +comDamSpeSpe.knoSpecialist.validate.appTypeCd=\ub4f1\uae09 +comDamSpeSpe.knoSpecialist.validate.speExpCn=\uc804\ubb38\uac00\uc124\uba85 +comDamSpeSpe.knoSpecialist.validate.speConfmDe=\uc804\ubb38\uac00\uc2b9\uc778\uc77c + + +comDamSpeSpe.comDamSpecialistList.title=\uc9c0\uc2dd\uc804\ubb38\uac00 \ubaa9\ub85d +comDamSpeSpe.comDamSpecialistList.pageTop.title=\uc9c0\uc2dd\uc804\ubb38\uac00 \ubaa9\ub85d +comDamSpeSpe.comDamSpecialistList.index=\uc21c\ubc88 +comDamSpeSpe.comDamSpecialistList.orgnztNm=\uc870\uc9c1\uba85 +comDamSpeSpe.comDamSpecialistList.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamSpeSpe.comDamSpecialistList.expertNm=\uc804\ubb38\uac00\uc131\uba85 +comDamSpeSpe.comDamSpecialistList.rank=\ub4f1\uae09 +comDamSpeSpe.comDamSpecialistList.speConfmDe=\uc2b9\uc778\uc77c\uc790 +comDamSpeSpe.comDamSpecialistList.rankType1=\uc218\uc11d +comDamSpeSpe.comDamSpecialistList.rankType2=\ucc45\uc784 +comDamSpeSpe.comDamSpecialistList.rankType3=\uc120\uc784 + + +comDamSpeSpe.comDamSpecialistDetail.title=\uc9c0\uc2dd\uc804\ubb38\uac00 \uc0c1\uc138\uc870\ud68c +comDamSpeSpe.comDamSpecialistDetail.pageTop.title=\uc9c0\uc2dd\uc804\ubb38\uac00 \uc0c1\uc138\uc870\ud68c +comDamSpeSpe.comDamSpecialistDetail.orgnztNm=\uc870\uc9c1\uba85 +comDamSpeSpe.comDamSpecialistDetail.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamSpeSpe.comDamSpecialistDetail.expertNm=\uc804\ubb38\uac00\uc131\uba85 +comDamSpeSpe.comDamSpecialistDetail.rank=\ub4f1\uae09 +comDamSpeSpe.comDamSpecialistDetail.speExpCn=\uc804\ubb38\uac00\uc124\uba85 +comDamSpeSpe.comDamSpecialistDetail.speConfmDe=\uc2b9\uc778\uc77c\uc790 +comDamSpeSpe.comDamSpecialistDetail.rankType1=\uc218\uc11d +comDamSpeSpe.comDamSpecialistDetail.rankType2=\ucc45\uc784 +comDamSpeSpe.comDamSpecialistDetail.rankType3=\uc120\uc784 + + +comDamSpeSpe.comDamSpecialistModify.title=\uc9c0\uc2dd\uc804\ubb38\uac00 \uc218\uc815 +comDamSpeSpe.comDamSpecialistModify.pageTop.title=\uc9c0\uc2dd\uc804\ubb38\uac00 \uc218\uc815 +comDamSpeSpe.comDamSpecialistModify.orgnztNm=\uc870\uc9c1\uba85 +comDamSpeSpe.comDamSpecialistModify.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamSpeSpe.comDamSpecialistModify.expertNm=\uc804\ubb38\uac00\uc131\uba85 +comDamSpeSpe.comDamSpecialistModify.rank=\ub4f1\uae09 +comDamSpeSpe.comDamSpecialistModify.speExpCn=\uc804\ubb38\uac00\uc124\uba85 +comDamSpeSpe.comDamSpecialistModify.speConfmDe=\uc2b9\uc778\uc77c\uc790 +comDamSpeSpe.comDamSpecialistModify.rankType1=\uc218\uc11d +comDamSpeSpe.comDamSpecialistModify.rankType2=\ucc45\uc784 +comDamSpeSpe.comDamSpecialistModify.rankType3=\uc120\uc784 + + +comDamSpeSpe.comDamSpecialistRegist.title=\uc9c0\uc2dd\uc804\ubb38\uac00 \ub4f1\ub85d +comDamSpeSpe.comDamSpecialistRegist.pageTop.title=\uc9c0\uc2dd\uc804\ubb38\uac00 \ub4f1\ub85d +comDamSpeSpe.comDamSpecialistRegist.orgnztNm=\uc870\uc9c1\uba85 +comDamSpeSpe.comDamSpecialistRegist.knoTypeNm=\uc9c0\uc2dd\uc720\ud615\uba85 +comDamSpeSpe.comDamSpecialistRegist.expertNm=\uc804\ubb38\uac00\uc131\uba85 +comDamSpeSpe.comDamSpecialistRegist.rank=\ub4f1\uae09 +comDamSpeSpe.comDamSpecialistRegist.speExpCn=\uc804\ubb38\uac00\uc124\uba85 +comDamSpeSpe.comDamSpecialistRegist.speConfmDe=\uc2b9\uc778\uc77c\uc790 +comDamSpeSpe.comDamSpecialistRegist.rankType1=\uc218\uc11d +comDamSpeSpe.comDamSpecialistRegist.rankType2=\ucc45\uc784 +comDamSpeSpe.comDamSpecialistRegist.rankType3=\uc120\uc784 + + + +#LDAP \uc870\uc9c1\ub3c4 \ud2b8\ub9ac, LDAP \uc870\uc9c1\ub3c4 \uadf8\ub798\ud504# +extLdapumtDpt.deptTree.Title=LDAP \uc870\uc9c1\ub3c4 \ud2b8\ub9ac +extLdapumtDpt.deptTree.rename=\uc774\ub984\ubcc0\uacbd +extLdapumtDpt.deptTree.del=\uc0ad\uc81c +extLdapumtDpt.deptTree.add=\ucd94\uac00 +extLdapumtDpt.deptTree.edit=\ud3b8\uc9d1 +extLdapumtDpt.deptTree.deptMove=\uc774\ub3d9\ubd80\uc11c\uc120\ud0dd +extLdapumtDpt.deptTree.paste=\ubd99\uc5ec\ub123\uae30 +extLdapumtDpt.deptTree.dept=\ubd80\uc11c +extLdapumtDpt.deptTree.user=\uc0ac\uc6a9\uc790 + +extLdapumtDpt.user.name=\uc774\ub984 +extLdapumtDpt.user.dept=\uc18c\uc18d\ubd80\uc11c +extLdapumtDpt.user.deptCode=\ubd80\uc11c\ucf54\ub4dc +extLdapumtDpt.user.deptOrg=\uc18c\uc18d\uae30\uad00 +extLdapumtDpt.user.deptOrgCode=\uae30\uad00\ucf54\ub4dc +extLdapumtDpt.user.userFullName=\uc0ac\uc6a9\uc790\uc804\uccb4\uc774\ub984 +extLdapumtDpt.user.orgFullName=\uc870\uc9c1\uc804\uccb4\uc774\ub984 + +extLdapumtDpt.dept.dept=\ubd80\uc11c\uba85 +extLdapumtDpt.dept.ouCode=\ubd80\uc11c\ucf54\ub4dc +extLdapumtDpt.dept.ucChieftitle=\ubd80\uc11c\uc7a5 +extLdapumtDpt.dept.ucOrgFullName=\uc870\uc9c1\uba85(\uc804\uccb4) +extLdapumtDpt.dept.parentouCode=\uc0c1\uc704\ubd80\uc11c\ucf54\ub4dc +extLdapumtDpt.dept.repouCode=\uae30\uad00\ucf54\ub4dc +extLdapumtDpt.dept.ouReceiveDocumentYN=\ubb38\uc11c\uc218\uc2e0\uc5ec\ubd80 +extLdapumtDpt.dept.ouSendOutDocumentYN=\uad00\uc778\ubd80\uc11c\uc5ec\ubd80 + +extLdapumtDpt.deptChart.Title=LDAP \uc870\uc9c1\ub3c4 \uadf8\ub798\ud504 + + + +#\uc6f9\uc18c\ucf13 \uba54\uc2e0\uc800# +comExtMsg.webSocket.Title=\uc6f9\uc18c\ucf13 \uba54\uc2e0\uc800 +comExtMsg.webSocket.btnInto=\uba54\uc2e0\uc800 \uc811\uc18d + +comExtMsg.webSocketInto.msg1=\ub2d8, \uba54\uc2e0\uc800\uc5d0 \uc811\uc18d \ud569\ub2c8\ub2e4. +comExtMsg.webSocketInto.msg2=\uc811\uc18d \ud6c4 \uac00\ub2a5\ud55c \uba54\ub274\uc785\ub2c8\ub2e4. +comExtMsg.webSocketInto.msg3=\ub85c\uadf8\uc778 \ud6c4 \uc774\uc6a9\ud574\uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4. + +comExtMsg.webSocketMain.msg=\ubcf8\uc778 \uc678\uc758 \ub300\ud654\uc0c1\ud0dc\ub97c \uc120\ud0dd\ud558\uba74 \ub300\ud654\ucc3d\uc774 \ub739\ub2c8\ub2e4. + +comExtMsg.webSocketChat.msg1=\ub2d8\uacfc \ub300\ud654\uc911\uc785\ub2c8\ub2e4. +comExtMsg.webSocketChat.msg2=\ub300\ud654\uc0c1\ub300\uac00 \uc544\ubb34\ub3c4 \uc5c6\uc2b5\ub2c8\ub2e4. + + +comCopSecDrm.title=\ubd80\uc11c\uad8c\ud55c\uad00\ub9ac + +comCopSecDrm.searchCondition.searchKeywordText=\ubd80\uc11c + +comCopSecDrm.btn.deptSelectPopup=\ubd80\uc11c\uc870\ud68c\ud31d\uc5c5 + +comCopSecDrm.list.userId=\uc0ac\uc6a9\uc790 ID +comCopSecDrm.list.userNm=\uc0ac\uc6a9\uc790 \uba85 +comCopSecDrm.list.author=\uad8c\ud55c +comCopSecDrm.list.regAt=\ub4f1\ub85d\uc5ec\ubd80 +comCopSecDrm.list.deptCd=\ubd80\uc11c \ucf54\ub4dc +comCopSecDrm.list.deptNm=\ubd80\uc11c \uba85 +comCopSecDrm.list.searchDept=\ubd80\uc11c\uac80\uc0c9 + +comCopSecDrm.validate.deptAuthorSelect=\uc120\ud0dd\ub41c \uc0ac\uc6a9\uc790\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopSecDrm.validate.deptAuthorNoSelectResult=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. + +comCopSecDrm.validate.deptSelect=\uc870\ud68c\ub41c \ubd80\uc11c\ub97c \uc120\ud0dd\ud558\uc138\uc694. + +comCopSecDrm.deptSearchPopup.title=\ubd80\uc11c\uc870\ud68c\ud31d\uc5c5 +comCopSecDrm.deptSearchPopup.searchKeywordText=\ubd80\uc11c \uba85 +comCopSecDrm.deptSearchPopupList.deptId=\ubd80\uc11c ID +comCopSecDrm.deptSearchPopupList.deptNm=\ubd80\uc11c \uba85 +comCopSecDrm.deptSearchPopup.validate.alert.selectOne=\ud558\ub098\uc758 \ubd80\uc11c\ub97c \uc120\ud0dd\ud558\uc138\uc694. +comCopSecDrm.deptSearchPopup.validate.alert.selectNothing=\uc120\ud0dd\ub41c \ud56d\ubaa9\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopSecDrm.deptSearchPopup.validate.alert.searchAfter=\uc870\ud68c \ud6c4 \uc120\ud0dd\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4. + + + +comCopSecGmt.title=\uadf8\ub8f9\uad00\ub9ac + +comCopSecGmt.searchCondition.searchKeywordText=\uadf8\ub8f9 \uba85 + +comCopSecGmt.list.groupId=\uadf8\ub8f9 ID +comCopSecGmt.list.groupNm=\uadf8\ub8f9 \uba85 +comCopSecGmt.list.groupDc=\uc124\uba85 + + +comCopSecGmt.validate.groupSelect=\uc120\ud0dd\ub41c \uadf8\ub8f9\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopSecGmt.validate.groupSelectResult=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopSecGmt.validate.groupOneSelect=\ud558\ub098 \uc774\uc0c1\uc758 \uadf8\ub8f9\uc774 \uc120\ud0dd\ub418\uc5c8\uc2b5\ub2c8\ub2e4. +comCopSecGmt.validate.confirm.delete=\uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + +comCopSecGmt.regist.groupId=\uadf8\ub8f9 ID +comCopSecGmt.regist.groupNm=\uadf8\ub8f9 \uba85 +comCopSecGmt.regist.groupDc=\uc124\uba85 + +comCopSecGmt.groupPopup.title=\uadf8\ub8f9 \uc870\ud68c \ud31d\uc5c5 +comCopSecGmt.groupPopup.searchKeywordText=\uadf8\ub8f9\uba85 +comCopSecGmt.groupPopupList.groupId=\uadf8\ub8f9 ID +comCopSecGmt.groupPopupList.groupNm=\uadf8\ub8f9 \uba85 + + +comSecPki.title=\uc554\ud638\ud654/\ubcf5\ud638\ud654 +comSecPki.cryptoInfo.plainText=\uc6d0\ubcf8 \ubb38\uc790\uc5f4 +comSecPki.cryptoInfo.cryptoType=\uc554\ud638\ud654 \ubc29\uc2dd +comSecPki.cryptoInfo.plainTextLen=\uc6d0\ubcf8 \ubb38\uc790\uc5f4 \uae38\uc774 +comSecPki.cryptoInfo.cryptText=\uc554\ud638\ud654 \ubb38\uc790\uc5f4(Base64) +comSecPki.cryptoInfo.decryptText=\ubcf5\ud638\ud654 \ubb38\uc790\uc5f4 +comSecPki.cryptoInfo.decryptTextLen=\ubcf5\ud638\ud654 \ubb38\uc790\uc5f4 \uae38\uc774 +comSecPki.cryptoInfo.sampleText=\uc554\ubcf5\ud638\ud654\ub97c \uc704\ud55c \uc0d8\ud50c \ubb38\uc790\uc5f4\uc744 \uc785\ub825\ud558\uc5ec \uc8fc\uc138\uc694. + + + +comCopSecRam.title=\uad8c\ud55c\uad00\ub9ac +comCopSecRam.list.searchKeywordText=\uad8c\ud55c\uba85 +comCopSecRam.list.authorRollId=\uad8c\ud55c ID +comCopSecRam.list.authorNm=\uad8c\ud55c\uba85 +comCopSecRam.list.authorDc=\uc124\uba85 +comCopSecRam.list.authorRoll=\ub864\uc815\ubcf4 + +comCopSecRam.regist.authorCode=\uad8c\ud55c\ucf54\ub4dc +comCopSecRam.regist.authorNm=\uad8c\ud55c\uba85 +comCopSecRam.regist.authorDc=\uc124\uba85 + +comCopSecRam.validate.authorSelect=\uc120\ud0dd\ub41c \uad8c\ud55c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopSecRam.validate.authorSelectResult=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. + +comCopSecRam.authorRoleList.title=\uad8c\ud55c\ub864\uad00\ub9ac +comCopSecRam.authorRoleList.searchKeywordText=\uad8c\ud55c\ucf54\ub4dc +comCopSecRam.authorRoleList.allSelectBox=\uc804\uccb4 \uc120\ud0dd \uccb4\ud06c\ubc15\uc2a4 +comCopSecRam.authorRoleList.rollNm=\ub864 \uba85 +comCopSecRam.authorRoleList.rollId=\ub864 ID +comCopSecRam.authorRoleList.rollType=\ub864 \ud0c0\uc785 +comCopSecRam.authorRoleList.rollSort=\ub864 Sort +comCopSecRam.authorRoleList.rollDc=\ub864 \uc124\uba85 +comCopSecRam.authorRoleList.regdate=\ub4f1\ub85d\uc77c +comCopSecRam.authorRoleList.regYn=\ub4f1\ub85d\uc5ec\ubd80 +comCopSecRam.authorRoleList.regY=\ub4f1\ub85d +comCopSecRam.authorRoleList.regN=\ubbf8\ub4f1\ub85d +comCopSecRam.authorRoleList.validate.alert.noSelect=\uc120\ud0dd\ub41c \ub864\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopSecRam.authorRoleList.validate.alert.noResult=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopSecRam.authorRoleList.validate.confirm.regist=\ub4f1\ub85d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + + +comCopSecRgm.title=\uad8c\ud55c\uadf8\ub8f9\uad00\ub9ac + +comCopSecRgm.searchCondition.userId = \uc0ac\uc6a9\uc790 ID +comCopSecRgm.searchCondition.userNm = \uc0ac\uc6a9\uc790 \uba85 +comCopSecRgm.searchCondition.group = \uadf8\ub8f9 +comCopSecRgm.btn.groupInquire = \uadf8\ub8f9\uc870\ud68c \ud31d\uc5c5 + +comCopSecRgm.list.userId=\uc0ac\uc6a9\uc790 ID +comCopSecRgm.list.userNm=\uc0ac\uc6a9\uc790 \uba85 +comCopSecRgm.list.userType=\uc0ac\uc6a9\uc790 \uc720\ud615 +comCopSecRgm.list.author=\uad8c\ud55c +comCopSecRgm.list.regYn=\ub4f1\ub85d\uc5ec\ubd80 +comCopSecRgm.list.authorManageCombo=\uad8c\ud55c\uc120\ud0dd +comCopSecRgm.list.validate.alert.notSelect=\uc120\ud0dd\ub41c \ud56d\ubaa9\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopSecRgm.list.validate.alert.noResult=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopSecRgm.list.validate.confirm.regist=\ub4f1\ub85d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comCopSecRgm.list.validate.confirm.delete=\uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comCopSecRgm.list.validate.alert.selectGroup=\uadf8\ub8f9\uc744 \uc120\ud0dd\ud558\uc138\uc694. + + +comCopSecRmt.title=\ub864\uad00\ub9ac + +comCopSecRmt.searchCondition.searchKeywordText=\ub864\uba85 + +comCopSecRmt.validate.groupSelect=\uc120\ud0dd\ub41c \uadf8\ub8f9\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. +comCopSecRmt.validate.groupSelectResult=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. + +comCopSecRam.list.rollId=\ub864 ID +comCopSecRam.list.rollNm=\ub864 \uba85 +comCopSecRam.list.rollType=\ub864 \ud0c0\uc785 +comCopSecRam.list.rollSort=\ub864 Sort +comCopSecRam.list.rollDc=\ub864 \uc124\uba85 + +comCopSecRam.regist.rollId=\ub864 ID +comCopSecRam.regist.rollNm=\ub864 \uba85 +comCopSecRam.regist.rollPtn=\ub864 \ud328\ud134 +comCopSecRam.regist.rollDc=\ub864 \uc124\uba85 +comCopSecRam.regist.rollType=\ub864 \ud0c0\uc785 +comCopSecRam.regist.rollSort=\ub864 Sort + + +# EgovCntcInstt.xml +comSsiSyiIis.cntcInstt.cntcInstt.validate.insttNm=\uae30\uad00\uba85 +comSsiSyiIis.cntcInstt.cntcSystem.validate.insttId=\uae30\uad00ID +comSsiSyiIis.cntcInstt.cntcSystem.validate.sysNm=\uc2dc\uc2a4\ud15c\uba85 +comSsiSyiIis.cntcInstt.cntcService.validate.insttId=\uae30\uad00ID +comSsiSyiIis.cntcInstt.cntcService.validate.sysId=\uc2dc\uc2a4\ud15cID +comSsiSyiIis.cntcInstt.cntcService.validate.svcNm=\uc11c\ube44\uc2a4\uba85 + + +comSsiSyiIis.cntcInsttList.title=\uc5f0\uacc4\uae30\uad00 \ubaa9\ub85d +comSsiSyiIis.cntcInsttList.pageTop.title=\uc5f0\uacc4\uae30\uad00 \ubaa9\ub85d +comSsiSyiIis.cntcInsttList.index=\uc21c\ubc88 +comSsiSyiIis.cntcInsttList.insttId=\uae30\uad00ID +comSsiSyiIis.cntcInsttList.insttNm=\uae30\uad00\uba85 + + +comSsiSyiIis.cntcInsttRegist.title=\uc5f0\uacc4\uae30\uad00 \ub4f1\ub85d +comSsiSyiIis.cntcInsttRegist.pageTop.title=\uc5f0\uacc4\uae30\uad00 \ub4f1\ub85d +comSsiSyiIis.cntcInsttRegist.insttId=\uae30\uad00ID +comSsiSyiIis.cntcInsttRegist.insttNm=\uae30\uad00\uba85 + + +comSsiSyiIis.cntcInsttUpdt.title=\uc5f0\uacc4\uae30\uad00 \uc218\uc815 +comSsiSyiIis.cntcInsttUpdt.pageTop.title=\uc5f0\uacc4\uae30\uad00 \uc218\uc815 +comSsiSyiIis.cntcInsttUpdt.insttId=\uae30\uad00ID +comSsiSyiIis.cntcInsttUpdt.insttNm=\uae30\uad00\uba85 + + +comSsiSyiIis.cntcInsttDetail.title=\uc5f0\uacc4\uae30\uad00 \uc0c1\uc138\uc870\ud68c +comSsiSyiIis.cntcInsttDetail.pageTop.title=\uc5f0\uacc4\uae30\uad00 \uc0c1\uc138\uc870\ud68c +comSsiSyiIis.cntcInsttDetail.pageSub.title=\uc5f0\uacc4\uc2dc\uc2a4\ud15c +comSsiSyiIis.cntcInsttDetail.insttId=\uc5f0\uacc4\uae30\uad00ID +comSsiSyiIis.cntcInsttDetail.insttNm=\uc5f0\uacc4\uae30\uad00\uba85 +comSsiSyiIis.cntcInsttDetail.button.regContactSystem=\uc5f0\uacc4\uc2dc\uc2a4\ud15c\ub4f1\ub85d +comSsiSyiIis.cntcInsttDetail.contactSystem=\uc5f0\uacc4\uc2dc\uc2a4\ud15c +comSsiSyiIis.cntcInsttDetail.contactService=\uc5f0\uacc4\uc11c\ube44\uc2a4 +comSsiSyiIis.cntcInsttDetail.index=\uc21c\ubc88 +comSsiSyiIis.cntcInsttDetail.sysId=\uc2dc\uc2a4\ud15cID +comSsiSyiIis.cntcInsttDetail.sysNm=\uc2dc\uc2a4\ud15c\uba85 +comSsiSyiIis.cntcInsttDetail.sysIp=\uc2dc\uc2a4\ud15cIP +comSsiSyiIis.cntcInsttDetail.button.regContactService=\uc5f0\uacc4\uc11c\ube44\uc2a4\ub4f1\ub85d +comSsiSyiIis.cntcInsttDetail.svcNm=\uc11c\ube44\uc2a4\uba85 +comSsiSyiIis.cntcInsttDetail.requestMessageNm=\uc694\uccad\uba54\uc2dc\uc9c0 +comSsiSyiIis.cntcInsttDetail.rspnsMessageNm=\uc751\ub2f5\uba54\uc2dc\uc9c0 +comSsiSyiIis.cntcInsttDetail.process=\ucc98\ub9ac + + +comSsiSyiIis.cntcSystemRegist.title=\uc5f0\uacc4\uc2dc\uc2a4\ud15c \ub4f1\ub85d +comSsiSyiIis.cntcSystemRegist.pageTop.title=\uc5f0\uacc4\uc2dc\uc2a4\ud15c \ub4f1\ub85d +comSsiSyiIis.cntcSystemRegist.insttId=\uae30\uad00 +comSsiSyiIis.cntcSystemRegist.sysId=\uc2dc\uc2a4\ud15cID +comSsiSyiIis.cntcSystemRegist.sysNm=\uc2dc\uc2a4\ud15c\uba85 +comSsiSyiIis.cntcSystemRegist.sysIp=\uc2dc\uc2a4\ud15cIP + + +comSsiSyiIis.cntcSystemRegist.title=\uc5f0\uacc4\uc2dc\uc2a4\ud15c \ub4f1\ub85d +comSsiSyiIis.cntcSystemRegist.pageTop.title=\uc5f0\uacc4\uc2dc\uc2a4\ud15c \ub4f1\ub85d +comSsiSyiIis.cntcSystemRegist.insttId=\uae30\uad00 +comSsiSyiIis.cntcSystemRegist.sysId=\uc2dc\uc2a4\ud15cID +comSsiSyiIis.cntcSystemRegist.sysNm=\uc2dc\uc2a4\ud15c\uba85 +comSsiSyiIis.cntcSystemRegist.sysIp=\uc2dc\uc2a4\ud15cIP + + +comSsiSyiIis.cntcSystemUpdt.title=\uc5f0\uacc4\uc2dc\uc2a4\ud15c \uc218\uc815 +comSsiSyiIis.cntcSystemUpdt.pageTop.title=\uc5f0\uacc4\uc2dc\uc2a4\ud15c \uc218\uc815 +comSsiSyiIis.cntcSystemUpdt.insttId=\uae30\uad00 +comSsiSyiIis.cntcSystemUpdt.sysId=\uc2dc\uc2a4\ud15cID +comSsiSyiIis.cntcSystemUpdt.sysNm=\uc2dc\uc2a4\ud15c\uba85 +comSsiSyiIis.cntcSystemUpdt.sysIp=\uc2dc\uc2a4\ud15cIP + + +comSsiSyiIis.cntcServiceRegist.title=\uc5f0\uacc4\uc11c\ube44\uc2a4 \ub4f1\ub85d +comSsiSyiIis.cntcServiceRegist.pageTop.title=\uc5f0\uacc4\uc11c\ube44\uc2a4 \ub4f1\ub85d +comSsiSyiIis.cntcServiceRegist.insttId=\uae30\uad00 +comSsiSyiIis.cntcServiceRegist.sysId=\uc2dc\uc2a4\ud15c +comSsiSyiIis.cntcServiceRegist.svcId=\uc11c\ube44\uc2a4ID +comSsiSyiIis.cntcServiceRegist.svcNm=\uc11c\ube44\uc2a4\uba85 +comSsiSyiIis.cntcServiceRegist.requestMessageId=\uc694\uccad\uba54\uc2dc\uc9c0ID +comSsiSyiIis.cntcServiceRegist.rspnsMessageId=\uc751\ub2f5\uba54\uc2dc\uc9c0ID + + +comSsiSyiIis.cntcServiceUpdt.title=\uc5f0\uacc4\uc11c\ube44\uc2a4 \uc218\uc815 +comSsiSyiIis.cntcServiceUpdt.pageTop.title=\uc5f0\uacc4\uc11c\ube44\uc2a4 \uc218\uc815 +comSsiSyiIis.cntcServiceUpdt.insttId=\uae30\uad00 +comSsiSyiIis.cntcServiceUpdt.sysId=\uc2dc\uc2a4\ud15c +comSsiSyiIis.cntcServiceUpdt.svcId=\uc11c\ube44\uc2a4ID +comSsiSyiIis.cntcServiceUpdt.svcNm=\uc11c\ube44\uc2a4\uba85 +comSsiSyiIis.cntcServiceUpdt.requestMessageId=\uc694\uccad\uba54\uc2dc\uc9c0ID +comSsiSyiIis.cntcServiceUpdt.rspnsMessageId=\uc751\ub2f5\uba54\uc2dc\uc9c0ID + + +# EgovCntcMessage.xml +comSsiSyiIms.cntcMessage.validate.cntcMessageNm=\uc5f0\uacc4\uba54\uc2dc\uc9c0\uba85 +comSsiSyiIms.cntcMessage.validate.cntcMessageId=\uc5f0\uacc4\uba54\uc2dc\uc9c0ID +comSsiSyiIms.cntcMessage.validate.itemNm=\ud56d\ubaa9\uba85 +comSsiSyiIms.cntcMessage.validate.itemType=\ud56d\ubaa9\ud0c0\uc785 +comSsiSyiIms.cntcMessage.validate.itemLt=\ud56d\ubaa9\uae38\uc774 + + +comSsiSyiIms.cntcMessageList.title=\uc5f0\uacc4\uba54\uc2dc\uc9c0 \ubaa9\ub85d +comSsiSyiIms.cntcMessageList.pageTop.title=\uc5f0\uacc4\uba54\uc2dc\uc9c0 \ubaa9\ub85d +comSsiSyiIms.cntcMessageList.index=\uc21c\ubc88 +comSsiSyiIms.cntcMessageList.cntcMessageId=\uc5f0\uacc4\uba54\uc2dc\uc9c0ID +comSsiSyiIms.cntcMessageList.cntcMessageNm=\uc5f0\uacc4\uba54\uc2dc\uc9c0\uba85 + + +comSsiSyiIms.cntcMessageDetail.title=\uc5f0\uacc4\uba54\uc2dc\uc9c0 \uc0c1\uc138\uc870\ud68c +comSsiSyiIms.cntcMessageDetail.pageTop.title=\uc5f0\uacc4\uba54\uc2dc\uc9c0 \uc0c1\uc138\uc870\ud68c +comSsiSyiIms.cntcMessageDetail.pageTop.title.sub=\uc5f0\uacc4\uba54\uc2dc\uc9c0\ud56d\ubaa9 +comSsiSyiIms.cntcMessageDetail.cntcMessageId=\uc5f0\uacc4\uba54\uc2dc\uc9c0ID +comSsiSyiIms.cntcMessageDetail.cntcMessageNm=\uc5f0\uacc4\uba54\uc2dc\uc9c0\uba85 +comSsiSyiIms.cntcMessageDetail.upperCntcMessageId=\uc0c1\uc704\uc5f0\uacc4\uba54\uc2dc\uc9c0ID +comSsiSyiIms.cntcMessageDetail.itemIndex=\uc21c\ubc88 +comSsiSyiIms.cntcMessageDetail.itemId=\ud56d\ubaa9ID +comSsiSyiIms.cntcMessageDetail.itemNm=\ud56d\ubaa9\uba85 +comSsiSyiIms.cntcMessageDetail.itemType=\ud56d\ubaa9\ud0c0\uc785 +comSsiSyiIms.cntcMessageDetail.itemLt=\ud56d\ubaa9\uae38\uc774 +comSsiSyiIms.cntcMessageDetail.process=\ucc98\ub9ac + + +comSsiSyiIms.cntcMessageUpdt.title=\uc5f0\uacc4\uba54\uc2dc\uc9c0 \uc218\uc815 +comSsiSyiIms.cntcMessageUpdt.pageTop.title=\uc5f0\uacc4\uba54\uc2dc\uc9c0 \uc218\uc815 +comSsiSyiIms.cntcMessageUpdt.cntcMessageId=\uc5f0\uacc4\uba54\uc2dc\uc9c0ID +comSsiSyiIms.cntcMessageUpdt.cntcMessageNm=\uc5f0\uacc4\uba54\uc2dc\uc9c0\uba85 +comSsiSyiIms.cntcMessageUpdt.upperCntcMessageId=\uc0c1\uc704\uc5f0\uacc4\uba54\uc2dc\uc9c0ID + + +comSsiSyiIms.cntcMessageRegist.title=\uc5f0\uacc4\uba54\uc2dc\uc9c0 \ub4f1\ub85d +comSsiSyiIms.cntcMessageRegist.pageTop.title=\uc5f0\uacc4\uba54\uc2dc\uc9c0 \ub4f1\ub85d +comSsiSyiIms.cntcMessageRegist.cntcMessageId=\uc5f0\uacc4\uba54\uc2dc\uc9c0ID +comSsiSyiIms.cntcMessageRegist.cntcMessageNm=\uc5f0\uacc4\uba54\uc2dc\uc9c0\uba85 +comSsiSyiIms.cntcMessageRegist.upperCntcMessageId=\uc0c1\uc704\uc5f0\uacc4\uba54\uc2dc\uc9c0ID + + +comSsiSyiIms.cntcMessageItemUpdt.title=\uc5f0\uacc4\uba54\uc2dc\uc9c0\ud56d\ubaa9 \uc218\uc815 +comSsiSyiIms.cntcMessageItemUpdt.pageTop.title=\uc5f0\uacc4\uba54\uc2dc\uc9c0\ud56d\ubaa9 \uc218\uc815 +comSsiSyiIms.cntcMessageItemUpdt.cntcMessageList=\uc5f0\uacc4\uba54\uc2dc\uc9c0 +comSsiSyiIms.cntcMessageItemUpdt.itemId=\ud56d\ubaa9ID +comSsiSyiIms.cntcMessageItemUpdt.itemNm=\ud56d\ubaa9\uba85 +comSsiSyiIms.cntcMessageItemUpdt.itemType=\ud56d\ubaa9\ud0c0\uc785 +comSsiSyiIms.cntcMessageItemUpdt.itemLt=\ud56d\ubaa9\uae38\uc774 + + +comSsiSyiIms.cntcMessageItemRegist.title=\uc5f0\uacc4\uba54\uc2dc\uc9c0\ud56d\ubaa9 \ub4f1\ub85d +comSsiSyiIms.cntcMessageItemRegist.pageTop.title=\uc5f0\uacc4\uba54\uc2dc\uc9c0\ud56d\ubaa9 \ub4f1\ub85d +comSsiSyiIms.cntcMessageItemRegist.cntcMessageList=\uc5f0\uacc4\uba54\uc2dc\uc9c0 +comSsiSyiIms.cntcMessageItemRegist.itemId=\ud56d\ubaa9ID +comSsiSyiIms.cntcMessageItemRegist.itemNm=\ud56d\ubaa9\uba85 +comSsiSyiIms.cntcMessageItemRegist.itemType=\ud56d\ubaa9\ud0c0\uc785 +comSsiSyiIms.cntcMessageItemRegist.itemLt=\ud56d\ubaa9\uae38\uc774 + + + +comSsiSyiIst.cntcSttusList.title=\uc5f0\uacc4\ud604\ud669 \ubaa9\ub85d +comSsiSyiIst.cntcSttusList.pageTop.title=\uc5f0\uacc4\ud604\ud669 \ubaa9\ub85d +comSsiSyiIst.cntcSttusList.index=\uc21c\ubc88 +comSsiSyiIst.cntcSttusList.cntcNm=\uc5f0\uacc4\uba85 +comSsiSyiIst.cntcSttusList.cntcType=\uc5f0\uacc4\uc720\ud615 +comSsiSyiIst.cntcSttusList.provdInsttNm=\uc81c\uacf5\uae30\uad00 +comSsiSyiIst.cntcSttusList.provdSysNm=\uc81c\uacf5\uc2dc\uc2a4\ud15c +comSsiSyiIst.cntcSttusList.provdSvcNm=\uc81c\uacf5\uc11c\ube44\uc2a4 +comSsiSyiIst.cntcSttusList.requstInsttNm=\uc694\uccad\uae30\uad00 +comSsiSyiIst.cntcSttusList.requstSysNm=\uc694\uccad\uc2dc\uc2a4\ud15c + + +comSsiSyiIst.cntcSttusDetail.title=\uc5f0\uacc4\ud604\ud669 \uc0c1\uc138\uc870\ud68c +comSsiSyiIst.cntcSttusDetail.pageTop.title=\uc5f0\uacc4\ud604\ud669 \uc0c1\uc138\uc870\ud68c +comSsiSyiIst.cntcSttusDetail.cntcId=\uc5f0\uacc4ID +comSsiSyiIst.cntcSttusDetail.cntcNm=\uc5f0\uacc4\uba85 +comSsiSyiIst.cntcSttusDetail.cntcType=\uc5f0\uacc4\uc720\ud615 +comSsiSyiIst.cntcSttusDetail.provdInsttId=\uc81c\uacf5\uae30\uad00 +comSsiSyiIst.cntcSttusDetail.provdSysId=\uc81c\uacf5\uc2dc\uc2a4\ud15c +comSsiSyiIst.cntcSttusDetail.provdSvcId=\uc81c\uacf5\uc11c\ube44\uc2a4 +comSsiSyiIst.cntcSttusDetail.requstInsttId=\uc694\uccad\uae30\uad00 +comSsiSyiIst.cntcSttusDetail.requstSysId=\uc694\uccad\uc2dc\uc2a4\ud15c +comSsiSyiIst.cntcSttusDetail.cntAll=\ucd1d \uc5f0\uacc4 \uac74\uc218 +comSsiSyiIst.cntcSttusDetail.cntSuccess=\uc131\uacf5 \uac74\uc218 +comSsiSyiIst.cntcSttusDetail.successRate=\uc131\uacf5\uc728(%) + + +# EgovSystemCntc.xml +comSsiSyiSim.systemCntc.validate.cntcNm=\uc5f0\uacc4\uba85 +comSsiSyiSim.systemCntc.validate.cntcType=\uc5f0\uacc4\uc720\ud615 +comSsiSyiSim.systemCntc.validate.provdInsttId=\uc81c\uacf5\uae30\uad00 +comSsiSyiSim.systemCntc.validate.provdSysId=\uc81c\uacf5\uc2dc\uc2a4\ud15c +comSsiSyiSim.systemCntc.validate.provdSvcId=\uc81c\uacf5\uc11c\ube44\uc2a4 +comSsiSyiSim.systemCntc.validate.requstInsttId=\uc694\uccad\uae30\uad00 +comSsiSyiSim.systemCntc.validate.requstSysId=\uc694\uccad\uc2dc\uc2a4\ud15c +comSsiSyiSim.systemCntc.validate.validBeginDe=\uc720\ud6a8\uc2dc\uc791\uc77c\uc790 +comSsiSyiSim.systemCntc.validate.useAt=\uc0ac\uc6a9\uc5ec\ubd80 + + +comSsiSyiSim.systemCntcList.title=\uc2dc\uc2a4\ud15c\uc5f0\uacc4 \ubaa9\ub85d +comSsiSyiSim.systemCntcList.pageTop.title=\uc2dc\uc2a4\ud15c\uc5f0\uacc4 \ubaa9\ub85d +comSsiSyiSim.systemCntcList.index=\uc21c\ubc88 +comSsiSyiSim.systemCntcList.cntcId=\uc2dc\uc2a4\ud15c\uc5f0\uacc4ID +comSsiSyiSim.systemCntcList.cntcNm=\uc2dc\uc2a4\ud15c\uc5f0\uacc4\uba85 +comSsiSyiSim.systemCntcList.confmAt=\uc2b9\uc778\uc5ec\ubd80 +comSsiSyiSim.systemCntcList.confmAt.Y=\uc2b9\uc778 +comSsiSyiSim.systemCntcList.confmAt.N=\ubbf8\uc2b9\uc778 + + +comSsiSyiSim.systemCntcDetail.title=\uc2dc\uc2a4\ud15c\uc5f0\uacc4 \uc0c1\uc138\uc870\ud68c +comSsiSyiSim.systemCntcDetail.pageTop.title=\uc2dc\uc2a4\ud15c\uc5f0\uacc4 \uc0c1\uc138\uc870\ud68c +comSsiSyiSim.systemCntcDetail.cntcId=\uc5f0\uacc4ID +comSsiSyiSim.systemCntcDetail.cntcNm=\uc5f0\uacc4\uba85 +comSsiSyiSim.systemCntcDetail.cntcType=\uc5f0\uacc4\uc720\ud615 +comSsiSyiSim.systemCntcDetail.provdInsttId=\uc81c\uacf5\uae30\uad00 +comSsiSyiSim.systemCntcDetail.provdSysId=\uc81c\uacf5\uc2dc\uc2a4\ud15c +comSsiSyiSim.systemCntcDetail.provdSvcId=\uc81c\uacf5\uc11c\ube44\uc2a4 +comSsiSyiSim.systemCntcDetail.requstInsttId=\uc694\uccad\uae30\uad00 +comSsiSyiSim.systemCntcDetail.requstSysId=\uc694\uccad\uc2dc\uc2a4\ud15c +comSsiSyiSim.systemCntcDetail.validBeginDe=\uc720\ud6a8\uc2dc\uc791\uc77c\uc790 +comSsiSyiSim.systemCntcDetail.validEndDe=\uc720\ud6a8\uc885\ub8cc\uc77c\uc790 +comSsiSyiSim.systemCntcDetail.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comSsiSyiSim.systemCntcDetail.confmAt=\uc2b9\uc778\uc5ec\ubd80 +comSsiSyiSim.systemCntcDetail.selectProvdInsttId=\uc81c\uacf5\uae30\uad00\uc120\ud0dd +comSsiSyiSim.systemCntcDetail.selectProvdSysId=\uc81c\uacf5\uc2dc\uc2a4\ud15c\uc120\ud0dd +comSsiSyiSim.systemCntcDetail.selectProvdSvcId=\uc81c\uacf5\uc11c\ube44\uc2a4\uc120\ud0dd +comSsiSyiSim.systemCntcDetail.selectRequstInsttId=\uc694\uccad\uae30\uad00\uc120\ud0dd +comSsiSyiSim.systemCntcDetail.selectRequstSysId=\uc694\uccad\uc2dc\uc2a4\ud15c\uc120\ud0dd +comSsiSyiSim.systemCntcDetail.selectUseAt=\uc0ac\uc6a9\uc5ec\ubd80\uc120\ud0dd +comSsiSyiSim.systemCntcDetail.selectConfmAt=\uc2b9\uc778\uc5ec\ubd80\uc120\ud0dd + + +comSsiSyiSim.systemCntcUpdt.title=\uc2dc\uc2a4\ud15c\uc5f0\uacc4 \uc218\uc815 +comSsiSyiSim.systemCntcUpdt.pageTop.title=\uc2dc\uc2a4\ud15c\uc5f0\uacc4 \uc218\uc815 +comSsiSyiSim.systemCntcUpdt.cntcId=\uc5f0\uacc4ID +comSsiSyiSim.systemCntcUpdt.cntcNm=\uc5f0\uacc4\uba85 +comSsiSyiSim.systemCntcUpdt.cntcType=\uc5f0\uacc4\uc720\ud615 +comSsiSyiSim.systemCntcUpdt.provdInsttId=\uc81c\uacf5\uae30\uad00 +comSsiSyiSim.systemCntcUpdt.provdSysId=\uc81c\uacf5\uc2dc\uc2a4\ud15c +comSsiSyiSim.systemCntcUpdt.provdSvcId=\uc81c\uacf5\uc11c\ube44\uc2a4 +comSsiSyiSim.systemCntcUpdt.requstInsttId=\uc694\uccad\uae30\uad00 +comSsiSyiSim.systemCntcUpdt.requstSysId=\uc694\uccad\uc2dc\uc2a4\ud15c +comSsiSyiSim.systemCntcUpdt.validBeginDe=\uc720\ud6a8\uc2dc\uc791\uc77c\uc790 +comSsiSyiSim.systemCntcUpdt.validEndDe=\uc720\ud6a8\uc885\ub8cc\uc77c\uc790 +comSsiSyiSim.systemCntcUpdt.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comSsiSyiSim.systemCntcUpdt.confmAt=\uc2b9\uc778\uc5ec\ubd80 +comSsiSyiSim.systemCntcUpdt.selectProvdInsttId=\uc81c\uacf5\uae30\uad00\uc120\ud0dd +comSsiSyiSim.systemCntcUpdt.selectProvdSysId=\uc81c\uacf5\uc2dc\uc2a4\ud15c\uc120\ud0dd +comSsiSyiSim.systemCntcUpdt.selectProvdSvcId=\uc81c\uacf5\uc11c\ube44\uc2a4\uc120\ud0dd +comSsiSyiSim.systemCntcUpdt.selectRequstInsttId=\uc694\uccad\uae30\uad00\uc120\ud0dd +comSsiSyiSim.systemCntcUpdt.selectRequstSysId=\uc694\uccad\uc2dc\uc2a4\ud15c\uc120\ud0dd +comSsiSyiSim.systemCntcUpdt.selectUseAt=\uc0ac\uc6a9\uc5ec\ubd80\uc120\ud0dd +comSsiSyiSim.systemCntcUpdt.selectConfmAt=\uc2b9\uc778\uc5ec\ubd80\uc120\ud0dd +comSsiSyiSim.systemCntcUpdt.validate.checkValidDe=\uc720\ud6a8\uc2dc\uc791\uc77c\uc790\ub294 \uc720\ud6a8\uc885\ub8cc\uc77c\uc790 \ubcf4\ub2e4 \ud074\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + + +comSsiSyiSim.systemCntcRegist.title=\uc2dc\uc2a4\ud15c\uc5f0\uacc4 \ub4f1\ub85d +comSsiSyiSim.systemCntcRegist.pageTop.title=\uc2dc\uc2a4\ud15c\uc5f0\uacc4 \ub4f1\ub85d +comSsiSyiSim.systemCntcRegist.cntcId=\uc5f0\uacc4ID +comSsiSyiSim.systemCntcRegist.cntcNm=\uc5f0\uacc4\uba85 +comSsiSyiSim.systemCntcRegist.cntcType=\uc5f0\uacc4\uc720\ud615 +comSsiSyiSim.systemCntcRegist.provdInsttId=\uc81c\uacf5\uae30\uad00 +comSsiSyiSim.systemCntcRegist.provdSysId=\uc81c\uacf5\uc2dc\uc2a4\ud15c +comSsiSyiSim.systemCntcRegist.provdSvcId=\uc81c\uacf5\uc11c\ube44\uc2a4 +comSsiSyiSim.systemCntcRegist.requstInsttId=\uc694\uccad\uae30\uad00 +comSsiSyiSim.systemCntcRegist.requstSysId=\uc694\uccad\uc2dc\uc2a4\ud15c +comSsiSyiSim.systemCntcRegist.validBeginDe=\uc720\ud6a8\uc2dc\uc791\uc77c\uc790 +comSsiSyiSim.systemCntcRegist.validEndDe=\uc720\ud6a8\uc885\ub8cc\uc77c\uc790 +comSsiSyiSim.systemCntcRegist.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comSsiSyiSim.systemCntcRegist.confmAt=\uc2b9\uc778\uc5ec\ubd80 +comSsiSyiSim.systemCntcRegist.selectProvdInsttId=\uc81c\uacf5\uae30\uad00\uc120\ud0dd +comSsiSyiSim.systemCntcRegist.selectProvdSysId=\uc81c\uacf5\uc2dc\uc2a4\ud15c\uc120\ud0dd +comSsiSyiSim.systemCntcRegist.selectProvdSvcId=\uc81c\uacf5\uc11c\ube44\uc2a4\uc120\ud0dd +comSsiSyiSim.systemCntcRegist.selectRequstInsttId=\uc694\uccad\uae30\uad00\uc120\ud0dd +comSsiSyiSim.systemCntcRegist.selectRequstSysId=\uc694\uccad\uc2dc\uc2a4\ud15c\uc120\ud0dd +comSsiSyiSim.systemCntcRegist.selectUseAt=\uc0ac\uc6a9\uc5ec\ubd80\uc120\ud0dd +comSsiSyiSim.systemCntcRegist.selectConfmAt=\uc2b9\uc778\uc5ec\ubd80\uc120\ud0dd +comSsiSyiSim.systemCntcRegist.validate.checkValidDe=\uc720\ud6a8\uc2dc\uc791\uc77c\uc790\ub294 \uc720\ud6a8\uc885\ub8cc\uc77c\uc790 \ubcf4\ub2e4 \ud074\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + + + +# \uac8c\uc2dc\ubb3c \ud1b5\uacc4 \uac80\uc0c9 +comStsBst.bbsStats.title = \uac8c\uc2dc\ubb3c \ud1b5\uacc4 \uac80\uc0c9 +comStsBst.bbsStats.fromDate = \uc2dc\uc791\uc77c\uc790 +comStsBst.bbsStats.toDate = \uc885\ub8cc\uc77c\uc790 +comStsBst.bbsStats.periodKind = \uae30\uac04\uad6c\ubd84 +comStsBst.bbsStats.select = \uc120\ud0dd +comStsBst.bbsStats.byYear = \uc5f0\ub3c4\ubcc4 +comStsBst.bbsStats.byMonth = \uc6d4\ubcc4 +comStsBst.bbsStats.byDay = \uc77c\ubcc4 + +comStsBst.bbsStats.statKind = \ud1b5\uacc4\uad6c\ubd84 +comStsBst.bbsStats.selectPlease = \uc120\ud0dd\ud558\uc138\uc694 +comStsBst.bbsStats.statKind1 = \uac8c\uc2dc\ud310\uc720\ud615\ubcc4 +comStsBst.bbsStats.statKind2 = \uac8c\uc2dc\ud310\ud15c\ud50c\ub9bf\ubcc4 +comStsBst.bbsStats.statKind3 = \uac8c\uc2dc\ud310\uc18d\uc131\ubcc4 + +comStsBst.bbsStats.tab1 = \uc0dd\uc131\uae00\uc218 +comStsBst.bbsStats.tab2 = \ucd1d\uc870\ud68c\uc218 +comStsBst.bbsStats.tab3 = \ud3c9\uade0\uc870\ud68c\uc218 +comStsBst.bbsStats.tab4 = \ucd5c\uace0/\ucd5c\uc18c\uc870\ud68c\uc218 +comStsBst.bbsStats.tab5 = \ucd5c\uace0\uac8c\uc2dc\uc790 + +comStsBst.bbsStats.statResult = \ud1b5\uacc4 \uacb0\uacfc + +comStsBst.bbsStats.tab1.subTitle1 = \uadf8\ub798\ud504 (\ub2e8\uc704, \uac1c) +comStsBst.bbsStats.tab1.subTitle2 = \ud14d\uc2a4\ud2b8 (\ub2e8\uc704, \uac1c) +comStsBst.bbsStats.tab2.subTitle1 = \uadf8\ub798\ud504 (\ub2e8\uc704, \ud68c) +comStsBst.bbsStats.tab2.subTitle2 = \ud14d\uc2a4\ud2b8 (\ub2e8\uc704, \ud68c) +comStsBst.bbsStats.tab3.subTitle1 = \uadf8\ub798\ud504 (\ub2e8\uc704, \ud68c) +comStsBst.bbsStats.tab3.subTitle2 = \ud14d\uc2a4\ud2b8 (\ub2e8\uc704, \ud68c) +comStsBst.bbsStats.tab4.subTitle1 = \ucd5c\uace0 \uc870\ud68c \uac8c\uc2dc\ubb3c \uc815\ubcf4 +comStsBst.bbsStats.tab4.subTitle2 = \ucd5c\uc18c \uc870\ud68c \uac8c\uc2dc\ubb3c \uc815\ubcf4 +comStsBst.bbsStats.tab4.createdDate = \uac8c\uc2dc\uc77c\uc790 +comStsBst.bbsStats.tab4.number = \uac8c\uc2dc\ubc88\ud638 +comStsBst.bbsStats.tab4.title = \uc81c\ubaa9 +comStsBst.bbsStats.tab4.readCount = \uc870\ud68c\uc218 +comStsBst.bbsStats.tab5.subTitle1 = \ucd5c\uace0 \uac8c\uc2dc\uc790 \uc815\ubcf4 +comStsBst.bbsStats.tab5.writerID = \uac8c\uc2dc\uc790ID +comStsBst.bbsStats.tab5.count = \uac8c\uc2dc\uac74\uc218 +comStsBst.bbsStats.tab5.statDate = \uc9d1\uacc4\uc77c\uc790 + +comStsBst.validate.fromDateCheck = \uae30\uac04 \uc2dc\uc791\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694 +comStsBst.validate.toDateCheck = \uae30\uac04 \uc885\ub8cc\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694 +comStsBst.validate.periodKindCheck = \uae30\uac04 \uad6c\ubd84\uc744 \uc120\ud0dd\ud558\uc138\uc694 +comStsBst.validate.statKindCheck = \ud1b5\uacc4 \uad6c\ubd84\uc744 \uc120\ud0dd\ud558\uc138\uc694 +comStsBst.validate.tabCheck = \uac8c\uc2dc\ubb3c \ud1b5\uacc4\uac80\uc0c9 \ucd5c\uace0/\ucd5c\uc18c\uc870\ud68c\uc815\ubcf4, \ucd5c\uace0\uac8c\uc2dc\uc790 \uc815\ubcf4\ub294 \uc77c\ubcc4 \uac80\uc0c9\ub9cc \uc801\uc6a9\ub429\ub2c8\ub2e4. + + +# \uc811\uc18d \ud1b5\uacc4 \uac80\uc0c9 +comStsCst.conectStats.title = \uc811\uc18d \ud1b5\uacc4 \uac80\uc0c9 +comStsCst.conectStats.fromDate = \uc2dc\uc791\uc77c\uc790 +comStsCst.conectStats.toDate = \uc885\ub8cc\uc77c\uc790 +comStsCst.conectStats.periodKind = \uae30\uac04\uad6c\ubd84 +comStsCst.conectStats.select = \uc120\ud0dd +comStsCst.conectStats.byYear = \uc5f0\ub3c4\ubcc4 +comStsCst.conectStats.byMonth = \uc6d4\ubcc4 +comStsCst.conectStats.byDay = \uc77c\ubcc4 + +comStsCst.conectStats.statKind = \ud1b5\uacc4\uad6c\ubd84 +comStsCst.conectStats.selectPlease = \uc120\ud0dd\ud558\uc138\uc694 +comStsCst.conectStats.statKind1 = \uc11c\ube44\uc2a4\ubcc4 +comStsCst.conectStats.statKind2 = \uac1c\uc778\ubcc4 + +comStsCst.conectStats.statResult = \uc811\uc18d \ud1b5\uacc4 \uacb0\uacfc +comStsCst.conectStats.results.col1 = \uc77c\uc790 +comStsCst.conectStats.results.col2 = \uba54\uc18c\ub4dc\uba85 +comStsCst.conectStats.results.col3 = \uc0dd\uc131 +comStsCst.conectStats.results.col4 = \uc218\uc815 +comStsCst.conectStats.results.col5 = \uc870\ud68c +comStsCst.conectStats.results.col6 = \uc0ad\uc81c +comStsCst.conectStats.results.col7 = \ucd9c\ub825 +comStsCst.conectStats.results.col8 = \uc5d0\ub7ec + +comStsCst.conectStats.results.unit = \ud68c + +comStsCst.conectStats.subTitle1 = \uadf8\ub798\ud504 (\ub2e8\uc704, \ud69f\uc218) +comStsCst.conectStats.subTitle2 = \ud14d\uc2a4\ud2b8 (\ub2e8\uc704, \ud69f\uc218) + +comStsCst.validate.fromDateCheck = \uae30\uac04 \uc2dc\uc791\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694 +comStsCst.validate.toDateCheck = \uae30\uac04 \uc885\ub8cc\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694 +comStsCst.validate.periodKindCheck = \uae30\uac04 \uad6c\ubd84\uc744 \uc120\ud0dd\ud558\uc138\uc694 +comStsCst.validate.statKindCheck = \ud1b5\uacc4 \uad6c\ubd84\uc744 \uc120\ud0dd\ud558\uc138\uc694 + + +# \uc790\ub8cc\uc774\uc6a9 \ud1b5\uacc4 \uac80\uc0c9 +comStsDst.dtaUseStats.title = \uc790\ub8cc\uc774\uc6a9\ud604\ud669 \ud1b5\uacc4 + +comStsDst.dtaUseStats.boardName = \uac8c\uc2dc\ud310\uba85 +comStsDst.dtaUseStats.periodKind = \uae30\uac04\uad6c\ubd84 +comStsDst.dtaUseStats.select = \uc120\ud0dd +comStsDst.dtaUseStats.byYear = \uc5f0\ub3c4\ubcc4 +comStsDst.dtaUseStats.byMonth = \uc6d4\ubcc4 +comStsDst.dtaUseStats.byDay = \uc77c\ubcc4 + +comStsDst.dtaUseStats.period = \uae30\uac04 +comStsDst.dtaUseStats.fromDate = \uc2dc\uc791\uc77c\uc790 +comStsDst.dtaUseStats.toDate = \uc885\ub8cc\uc77c\uc790 + +comStsDst.dtaUseStats.subTitle1 = \uae30\uac04\ubcc4 \ud1b5\uacc4 \uacb0\uacfc + +comStsDst.dtaUseStats.results.col1 = \uac8c\uc2dc\ud310\uba85 +comStsDst.dtaUseStats.results.col2 = \uae00\ubc88\ud638 +comStsDst.dtaUseStats.results.col3 = \uae00\uc81c\ubaa9 +comStsDst.dtaUseStats.results.col4 = \ucca8\ubd80\ud30c\uc77c\uba85 +comStsDst.dtaUseStats.results.col5 = \ub2e4\uc6b4\ud69f\uc218 + +comStsDst.dtaUseStats.resultsDetail.col1 = \uae00\uc81c\ubaa9 +comStsDst.dtaUseStats.resultsDetail.col2 = \ucca8\ubd80\ud30c\uc77c\uba85 +comStsDst.dtaUseStats.resultsDetail.col3 = \uc0ac\uc6a9\uc790ID +comStsDst.dtaUseStats.resultsDetail.col4 = \uc0ac\uc6a9\uc790\uba85 +comStsDst.dtaUseStats.resultsDetail.col5 = \ub2e4\uc6b4\ub85c\ub4dc\uc77c\uc2dc + +comStsDst.dtaUseStats.results.unit = \uac1c + + +# \ubcf4\uace0\uc11c \ud1b5\uacc4 \uac80\uc0c9 +sts.reprtId = \ubcf4\uace0\uc11cID +sts.title = \ubcf4\uace0\uc11c\uba85 +sts.category = \ubcf4\uace0\uc11c\uc720\ud615 +sts.status = \uc9c4\ud589\uc0c1\ud0dc +sts.regDate = \ub4f1\ub85d\uc77c\uc2dc + +comStsRst.reprtStats.title = \ubcf4\uace0\uc11c \ud1b5\uacc4 \uac80\uc0c9 +comStsRst.reprtStats.statKind = \uc720\ud615 + +comStsRst.reprtStats.periodKind = \uae30\uac04\uad6c\ubd84 +comStsRst.reprtStats.select = \uc120\ud0dd +comStsRst.reprtStats.byYear = \uc5f0\ub3c4\ubcc4 +comStsRst.reprtStats.byMonth = \uc6d4\ubcc4 +comStsRst.reprtStats.byDay = \uc77c\ubcc4 + +comStsRst.reprtStats.period = \uae30\uac04 +comStsRst.reprtStats.fromDate = \uc2dc\uc791\uc77c\uc790 +comStsRst.reprtStats.toDate = \uc885\ub8cc\uc77c\uc790 + +comStsRst.reprtStats.subTitle1 = \uae30\uac04\ubcc4 \ud1b5\uacc4 \uacb0\uacfc +comStsRst.reprtStats.subTitle2 = \ubcf4\uace0\uc11c\uc720\ud615\ubcc4 \ud1b5\uacc4 \uacb0\uacfc +comStsRst.reprtStats.subTitle3 = \uc9c4\ud589\uc0c1\ud0dc\ubcc4 \ud1b5\uacc4 \uacb0\uacfc + +comStsRst.reprtStats.results.col1 = \ubcf4\uace0\uc11c\uc720\ud615 +comStsRst.reprtStats.results.col2 = \uc9c4\ud589\uc0c1\ud0dc +comStsRst.reprtStats.results.col3 = \uac74\uc218 + +comStsRst.reprtStats.results.unit = \ud68c + + +# \ud654\uba74 \ud1b5\uacc4 \uac80\uc0c9 +comStsSst.scrinStats.title = \ud654\uba74 \ud1b5\uacc4 \uac80\uc0c9 +comStsSst.scrinStats.fromDate = \uc2dc\uc791\uc77c\uc790 +comStsSst.scrinStats.toDate = \uc885\ub8cc\uc77c\uc790 +comStsSst.scrinStats.periodKind = \uae30\uac04\uad6c\ubd84 +comStsSst.scrinStats.select = \uc120\ud0dd +comStsSst.scrinStats.byYear = \uc5f0\ub3c4\ubcc4 +comStsSst.scrinStats.byMonth = \uc6d4\ubcc4 +comStsSst.scrinStats.byDay = \uc77c\ubcc4 + +comStsSst.scrinStats.statResult = \ud654\uba74 \ud1b5\uacc4 \uacb0\uacfc + +comStsSst.scrinStats.results.unit = \ud68c + +comStsSst.scrinStats.subTitle1 = \uadf8\ub798\ud504 (\ub2e8\uc704, \ud69f\uc218) +comStsSst.scrinStats.subTitle2 = \ud14d\uc2a4\ud2b8 (\ub2e8\uc704, \ud69f\uc218) + +comStsSst.validate.fromDateCheck = \uae30\uac04 \uc2dc\uc791\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694 +comStsSst.validate.toDateCheck = \uae30\uac04 \uc885\ub8cc\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694 +comStsSst.validate.periodKindCheck = \uae30\uac04 \uad6c\ubd84\uc744 \uc120\ud0dd\ud558\uc138\uc694 +comStsSst.validate.menuCheck1 = \uba54\ub274 \ubaa9\ub85d \ub370\uc774\ud0c0\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comStsSst.validate.menuCheck2 = \uba54\ub274\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uba54\ub274 \ub4f1\ub85d \ud6c4 \uc0ac\uc6a9\ud558\uc138\uc694. + + + +# \uc0ac\uc6a9\uc790 \ud1b5\uacc4 \uac80\uc0c9 +comStsUst.userStats.title = \uc0ac\uc6a9\uc790 \ud1b5\uacc4 \uac80\uc0c9 +comStsUst.userStats.fromDate = \uc2dc\uc791\uc77c\uc790 +comStsUst.userStats.toDate = \uc885\ub8cc\uc77c\uc790 +comStsUst.userStats.periodKind = \uae30\uac04\uad6c\ubd84 +comStsUst.userStats.select = \uc120\ud0dd +comStsUst.userStats.byYear = \uc5f0\ub3c4\ubcc4 +comStsUst.userStats.byMonth = \uc6d4\ubcc4 +comStsUst.userStats.byDay = \uc77c\ubcc4 + +comStsUst.userStats.statKind = \ud1b5\uacc4\uad6c\ubd84 +comStsUst.userStats.selectPlease = \uc120\ud0dd\ud558\uc138\uc694 +comStsUst.userStats.statKind1 = \ud68c\uc6d0\uc720\ud615\ubcc4 +comStsUst.userStats.statKind2 = \ud68c\uc6d0\uc0c1\ud0dc\ubcc4 +comStsUst.userStats.statKind3 = \uc131\ubcc4 + +comStsUst.userStats.statResult = \uc0ac\uc6a9\uc790 \ud1b5\uacc4 \uacb0\uacfc + +comStsUst.userStats.subTitle1 = \uadf8\ub798\ud504 (\ub2e8\uc704, \uba85) +comStsUst.userStats.subTitle2 = \ud14d\uc2a4\ud2b8 (\ub2e8\uc704, \uba85) + +comStsUst.validate.fromDateCheck = \uae30\uac04 \uc2dc\uc791\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694 +comStsUst.validate.toDateCheck = \uae30\uac04 \uc885\ub8cc\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694 +comStsUst.validate.periodKindCheck = \uae30\uac04 \uad6c\ubd84\uc744 \uc120\ud0dd\ud558\uc138\uc694 +comStsUst.validate.statKindCheck = \ud1b5\uacc4 \uad6c\ubd84\uc744 \uc120\ud0dd\ud558\uc138\uc694 + + + +#\uc8fc\uc18c\uc815\ubcf4\uc5f0\uacc4# +symAdr.adressCntcList.Title=\uc8fc\uc18c \uc815\ubcf4 \uc5f0\uacc4 + +symAdr.adressCntcList.scCurrentPage=\ud604\uc7ac \ud398\uc774\uc9c0 +symAdr.adressCntcList.scCountPerPage=\ud398\uc774\uc9c0 \uc0ac\uc774\uc988 +symAdr.adressCntcList.scKeyword=\uac80\uc0c9\uc5b4 +symAdr.adressCntcList.scConfmKey=\uc2b9\uc778\ud0a4 + +symAdr.btn.addrLoc=\uc8fc\uc18c\uac00\uc838\uc624\uae30(Controller) +symAdr.btn.addrjson=\uc8fc\uc18c\uac00\uc838\uc624\uae30(JSON) + +symAdr.list.addrRoad=\ub3c4\ub85c\uba85\uc8fc\uc18c +symAdr.list.addrRoad1=\ub3c4\ub85c\uba85\uc8fc\uc18c(1) +symAdr.list.addrRoad2=\ub3c4\ub85c\uba85\uc8fc\uc18c(2) +symAdr.list.addrGibun=\uc9c0\ubc88\uc8fc\uc18c +symAdr.list.addrEng=\uc601\ubb38\uc8fc\uc18c +symAdr.list.post=\uc6b0\ud3b8\ubc88\ud638 + + + +comSymBat.batchOpertList.title=\ubc30\uce58\uc791\uc5c5\uad00\ub9ac \ubaa9\ub85d\uc870\ud68c +comSymBat.batchOpertList.pageTop.title=\ubc30\uce58\uc791\uc5c5\uad00\ub9ac \ubaa9\ub85d +comSymBat.batchOpertList.batchOpertId=\ubc30\uce58\uc791\uc5c5ID +comSymBat.batchOpertList.batchOpertNm=\ubc30\uce58\uc791\uc5c5\uba85 +comSymBat.batchOpertList.batchProgrm=\ubc30\uce58\ud504\ub85c\uadf8\ub7a8 +comSymBat.batchOpertList.paramtr=\ud30c\ub77c\ubbf8\ud130 +comSymBat.batchOpertList.validate.searchKeyword=\uac80\uc0c9\uc870\uac74\uc744 \uc120\ud0dd\ud558\uc138\uc694. +comSymBat.batchOpertList.searchKeyword=\uac80\uc0c9\ud0a4\uc6cc\ub4dc + + +comSymBat.batchOpertDetail.title=\ubc30\uce58\uc791\uc5c5 \uc0c1\uc138\uc870\ud68c +comSymBat.BatchOpertDetail.pageTop.title=\ubc30\uce58\uc791\uc5c5 \uc0c1\uc138\uc870\ud68c +comSymBat.batchOpertDetail.batchOpertId=\ubc30\uce58\uc791\uc5c5ID +comSymBat.batchOpertDetail.batchOpertNm=\ubc30\uce58\uc791\uc5c5\uba85 +comSymBat.batchOpertDetail.batchProgrm=\ubc30\uce58\ud504\ub85c\uadf8\ub7a8 +comSymBat.batchOpertDetail.paramtr=\ud30c\ub77c\ubbf8\ud130 + + +comSymBat.batchOpertUpdt.title=\ubc30\uce58\uc791\uc5c5 \uc218\uc815 +comSymBat.batchOpertUpdt.pageTop.title=\ubc30\uce58\uc791\uc5c5 \uc218\uc815 +comSymBat.batchOpertUpdt.batchOpertId=\ubc30\uce58\uc791\uc5c5ID +comSymBat.batchOpertUpdt.batchOpertNm=\ubc30\uce58\uc791\uc5c5\uba85 +comSymBat.batchOpertUpdt.batchProgrm=\ubc30\uce58\ud504\ub85c\uadf8\ub7a8 +comSymBat.batchOpertUpdt.paramtr=\ud30c\ub77c\ubbf8\ud130 + + +comSymBat.batchOpertRegist.title=\ubc30\uce58\uc791\uc5c5\ub4f1\ub85d +comSymBat.batchOpertRegist.pageTop.title=\ubc30\uce58\uc791\uc5c5 \ub4f1\ub85d +comSymBat.batchOpertRegist.batchOpertNm=\ubc30\uce58\uc791\uc5c5\uba85 +comSymBat.batchOpertRegist.batchProgrm=\ubc30\uce58\ud504\ub85c\uadf8\ub7a8 +comSymBat.batchOpertRegist.paramtr=\ud30c\ub77c\ubbf8\ud130 + + +comSymBat.batchResultList.title=\ubc30\uce58\uacb0\uacfc\uad00\ub9ac \ubaa9\ub85d\uc870\ud68c +comSymBat.batchResultList.pageTop.title=\ubc30\uce58\uacb0\uacfc \ubaa9\ub85d +comSymBat.batchResultList.searchCondition=\uac80\uc0c9\uc870\uac74\uad6c\ubd84 +comSymBat.batchResultList.sttus.value00=\uc804\uccb4 +comSymBat.batchResultList.sttus.value01=\uc815\uc0c1 +comSymBat.batchResultList.sttus.value02=\ube44\uc815\uc0c1 +comSymBat.batchResultList.sttus.value03=\uc218\ud589\uc911 +comSymBat.batchResultList.batchResultId=\ubc30\uce58\uacb0\uacfcID +comSymBat.batchResultList.batchSchdulId=\ubc30\uce58\uc2a4\ucf00\uc904ID +comSymBat.batchResultList.batchOpertNm=\ubc30\uce58\uc791\uc5c5\uba85 +comSymBat.batchResultList.sttusNm=\uc0c1\ud0dc +comSymBat.batchResultList.executBeginTime=\uc2e4\ud589\uc2dc\uc791\uc2dc\uac01 +comSymBat.batchResultList.executEndTime=\uc2e4\ud589\uc885\ub8cc\uc2dc\uac01 +comSymBat.batchResultList.validate.searchCondition=\uac80\uc0c9\uc870\uac74\uc744 \uc120\ud0dd\ud558\uc138\uc694. +comSymBat.batchResultList.validate.inputSearchStartDate=\uac80\uc0c9\uc2dc\uc791\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694. +comSymBat.batchResultList.validate.inputSearchEndDate=\uac80\uc0c9\uc885\ub8cc\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694. +comSymBat.batchResultList.validate.searchStartDate=\uc870\ud68c\uc2dc\uc791\uc77c\uc790 +comSymBat.batchResultList.validate.searchEndDate=\uc870\ud68c\uc885\ub8cc\uc77c\uc790 +comSymBat.batchResultList.validate.strTmpFromDate=\ub0a0\uc9dc \ud615\uc2dd\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4. +comSymBat.batchResultList.validate.strTmpFromEndDate=\uc2dc\uc791\uc77c\uc790\ub294 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ud074 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comSymBat.batchResultList.searchKeyword=\uac80\uc0c9\ud0a4\uc6cc\ub4dc +comSymBat.batchResultList.searchStartDate=\uac80\uc0c9\uc2dc\uc791\uc77c\uc790 +comSymBat.batchResultList.searchEndDate=\uac80\uc0c9\uc885\ub8cc\uc77c\uc790 + + +comSymBat.batchResultDetail.title=\ubc30\uce58\uacb0\uacfc \uc0c1\uc138\uc870\ud68c +comSymBat.batchResultDetail.pageTop.title=\ubc30\uce58\uacb0\uacfc \uc0c1\uc138\uc870\ud68c +comSymBat.batchResultDetail.batchResultId=\ubc30\uce58\uacb0\uacfcID +comSymBat.batchResultDetail.batchSchdulId=\ubc30\uce58\uc2a4\ucf00\uc904ID +comSymBat.batchResultDetail.batchOpertId=\ubc30\uce58\uc791\uc5c5ID +comSymBat.batchResultDetail.batchOpertNm=\ubc30\uce58\uc791\uc5c5\uba85 +comSymBat.batchResultDetail.batchProgrm=\ubc30\uce58\ud504\ub85c\uadf8\ub7a8 +comSymBat.batchResultDetail.paramtr=\ud30c\ub77c\ubbf8\ud130 +comSymBat.batchResultDetail.sttusNm=\uc0c1\ud0dc +comSymBat.batchResultDetail.errorInfo=\uc5d0\ub7ec\uc815\ubcf4 +comSymBat.batchResultDetail.executBeginTime=\uc2e4\ud589\uc2dc\uc791\uc2dc\uac01 +comSymBat.batchResultDetail.executEndTime=\uc2e4\ud589\uc885\ub8cc\uc2dc\uac01 + + +comSymBat.batchSchdulList.title=\ubc30\uce58\uc2a4\ucf00\uc904\uad00\ub9ac \ubaa9\ub85d\uc870\ud68c +comSymBat.batchSchdulList.pageTop.title=\ubc30\uce58\uc2a4\ucf00\uc904\uad00\ub9ac \ubaa9\ub85d +comSymBat.batchSchdulList.batchSchdulId=\ubc30\uce58\uc2a4\ucf00\uc904ID +comSymBat.batchSchdulList.batchOpertNm=\ubc30\uce58\uc791\uc5c5\uba85 +comSymBat.batchSchdulList.batchProgrm=\ubc30\uce58\ud504\ub85c\uadf8\ub7a8 +comSymBat.batchSchdulList.executCycleNm=\uc2e4\ud589\uc8fc\uae30 +comSymBat.batchSchdulList.executSchdul=\uc2e4\ud589\uc2a4\ucf00\uc904 +comSymBat.batchSchdulList.searchCondition=\uac80\uc0c9\uc870\uac74\uad6c\ubd84 +comSymBat.batchSchdulList.searchKeyword=\uac80\uc0c9\ud0a4\uc6cc\ub4dc + + +comSymBat.batchSchdulDetail.title=\ubc30\uce58\uc2a4\ucf00\uc904 \uc0c1\uc138\uc870\ud68c +comSymBat.batchSchdulDetail.pageTop.title=\ubc30\uce58\uc2a4\ucf00\uc904 \uc0c1\uc138\uc870\ud68c +comSymBat.batchSchdulDetail.batchSchdulId=\ubc30\uce58\uc2a4\ucf00\uc904ID +comSymBat.batchSchdulDetail.batchOpertId=\ubc30\uce58\uc791\uc5c5ID +comSymBat.batchSchdulDetail.batchOpertNm=\ubc30\uce58\uc791\uc5c5\uba85 +comSymBat.batchSchdulDetail.executCycleNm=\uc2e4\ud589\uc8fc\uae30 + + +comSymBat.batchSchdulUpdt.title=\ubc30\uce58\uc2a4\ucf00\uc904 \uc218\uc815 +comSymBat.batchSchdulUpdt.pageTop.title=\ubc30\uce58\uc2a4\ucf00\uc904 \uc218\uc815 +comSymBat.batchSchdulUpdt.validate.executSchdulDfkSes.length=\uc2e4\ud589\uc8fc\uae30\ub97c \ub9e4\uc8fc\ub85c \uc120\ud0dd\ud588\uc744 \ub54c \uc694\uc77c\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymBat.batchSchdulUpdt.validate.cycleMonth.executSchdulDay=\uc2e4\ud589\uc8fc\uae30\uac00 \ub9e4\uc6d4\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c)\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymBat.batchSchdulUpdt.validate.cycleYear.executSchdulMonth=\uc2e4\ud589\uc8fc\uae30\uac00 \ub9e4\ub144\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc6d4)\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymBat.batchSchdulUpdt.validate.cycleYear.executSchdulDay=\uc2e4\ud589\uc8fc\uae30\uac00 \ub9e4\ub144\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c)\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymBat.batchSchdulUpdt.validate.checkDate=\uc2e4\ud589\uc2a4\ucf00\uc904 (\uc6d4/\uc77c)\uc774 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comSymBat.batchSchdulUpdt.validate.executSchdulDeNm=\uc2e4\ud589\uc8fc\uae30\uac00 \ud55c\ubc88\ub9cc\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c\uc790)\ub294 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymBat.batchSchdulUpdt.validate.executSchdulDeNm.isDate=\uc2e4\ud589\uc2a4\ucf00\uc904 (\uc77c\uc790)\uac00 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comSymBat.batchSchdulUpdt.batchSchdulId=\ubc30\uce58\uc2a4\ucf00\uc904ID +comSymBat.batchSchdulUpdt.batchOpertId=\ubc30\uce58\uc791\uc5c5ID +comSymBat.batchSchdulUpdt.batchOpertNm=\ubc30\uce58\uc791\uc5c5\uba85 +comSymBat.batchSchdulUpdt.executCycleNm=\uc2e4\ud589\uc8fc\uae30 +comSymBat.batchSchdulUpdt.executSchdulDeNm=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c\uc790) +comSymBat.batchSchdulUpdt.executSchdulMonth=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc6d4) +comSymBat.batchSchdulUpdt.executSchdulDay=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c) +comSymBat.batchSchdulUpdt.executSchdulHour=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc2dc) +comSymBat.batchSchdulUpdt.executSchdulMnt=\uc2e4\ud589\uc2a4\ucf00\uc904(\ubd84) +comSymBat.batchSchdulUpdt.executSchdulSecnd=\uc2e4\ud589\uc2a4\ucf00\uc904(\ucd08) +comSymBat.batchSchdulUpdt.spnMonth=\uc6d4 +comSymBat.batchSchdulUpdt.spnDay=\uc77c +comSymBat.batchSchdulUpdt.spnHH=\uc2dc +comSymBat.batchSchdulUpdt.spnMM=\ubd84 +comSymBat.batchSchdulUpdt.spnSS=\ucd08 + + +comSymBat.batchSchdulRegist.title=\ubc30\uce58\uc2a4\ucf00\uc904 \ub4f1\ub85d +comSymBat.batchSchdulRegist.pageTop.title=\ubc30\uce58\uc2a4\ucf00\uc904 \ub4f1\ub85d +comSymBat.batchSchdulRegist.validate.executSchdulDfkSes.length=\uc2e4\ud589\uc8fc\uae30\ub97c \ub9e4\uc8fc\ub85c \uc120\ud0dd\ud588\uc744 \ub54c \uc694\uc77c\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymBat.batchSchdulRegist.validate.cycleMonth.executSchdulDay=\uc2e4\ud589\uc8fc\uae30\uac00 \ub9e4\uc6d4\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c)\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymBat.batchSchdulRegist.validate.cycleYear.executSchdulMonth=\uc2e4\ud589\uc8fc\uae30\uac00 \ub9e4\ub144\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc6d4)\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymBat.batchSchdulRegist.validate.cycleYear.executSchdulDay=\uc2e4\ud589\uc8fc\uae30\uac00 \ub9e4\ub144\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c)\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymBat.batchSchdulRegist.validate.checkDate=\uc2e4\ud589\uc2a4\ucf00\uc904 (\uc6d4/\uc77c)\uc774 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comSymBat.batchSchdulRegist.validate.executSchdulDeNm=\uc2e4\ud589\uc8fc\uae30\uac00 \ud55c\ubc88\ub9cc\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c\uc790)\ub294 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymBat.batchSchdulRegist.validate.executSchdulDeNm.isDate=\uc2e4\ud589\uc2a4\ucf00\uc904 (\uc77c\uc790)\uac00 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comSymBat.batchSchdulRegist.batchSchdulId=\ubc30\uce58\uc2a4\ucf00\uc904ID +comSymBat.batchSchdulRegist.batchOpertId=\ubc30\uce58\uc791\uc5c5ID +comSymBat.batchSchdulRegist.batchOpertNm=\ubc30\uce58\uc791\uc5c5\uba85 +comSymBat.batchSchdulRegist.executCycleNm=\uc2e4\ud589\uc8fc\uae30 +comSymBat.batchSchdulRegist.executSchdulDeNm=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c\uc790) +comSymBat.batchSchdulRegist.executSchdulMonth=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc6d4) +comSymBat.batchSchdulRegist.executSchdulDay=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c) +comSymBat.batchSchdulRegist.executSchdulHour=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc2dc) +comSymBat.batchSchdulRegist.executSchdulMnt=\uc2e4\ud589\uc2a4\ucf00\uc904(\ubd84) +comSymBat.batchSchdulRegist.executSchdulSecnd=\uc2e4\ud589\uc2a4\ucf00\uc904(\ucd08) +comSymBat.batchSchdulRegist.spnMonth=\uc6d4 +comSymBat.batchSchdulRegist.spnDay=\uc77c +comSymBat.batchSchdulRegist.spnHH=\uc2dc +comSymBat.batchSchdulRegist.spnMM=\ubd84 +comSymBat.batchSchdulRegist.spnSS=\ucd08 + + +comSymBat.batchOpertListPopup.title=\ubc30\uce58\uc791\uc5c5 \uc870\ud68c +comSymBat.batchOpertListPopup.pageTop.title=\ubc30\uce58\uc791\uc5c5 \uc870\ud68c +comSymBat.batchOpertListPopup.validate.searchKeyword=\uac80\uc0c9\uc870\uac74\uc744 \uc120\ud0dd\ud558\uc138\uc694. +comSymBat.batchOpertListPopup.searchCondition=\uac80\uc0c9\uc870\uac74\uad6c\ubd84 +comSymBat.batchOpertListPopup.batchOpertId=\ubc30\uce58\uc791\uc5c5ID +comSymBat.batchOpertListPopup.batchOpertNm=\ubc30\uce58\uc791\uc5c5\uba85 +comSymBat.batchOpertListPopup.batchProgrm=\ubc30\uce58\ud504\ub85c\uadf8\ub7a8 +comSymBat.batchOpertListPopup.paramtr=\ud30c\ub77c\ubbf8\ud130 + + +#Rest day messages# +sym.cal.title = \ud734\uc77c \ubaa9\ub85d +sym.cal.select = --\uc120\ud0dd\ud558\uc138\uc694-- +sym.cal.restDay = \ud734\uc77c\uc77c\uc790 +sym.cal.restName = \ud734\uc77c\uba85 +sym.cal.restDetail = \ud734\uc77c\uc124\uba85 +sym.cal.restCategory = \ud734\uc77c\uad6c\ubd84 +sym.cal.column1 = \uc21c\ubc88 +sym.cal.column2 = \ud734\uc77c\uc77c\uc790 +sym.cal.column3 = \ud734\uc77c\uba85 +sym.cal.column4 = \ud734\uc77c\uad6c\ubd84 + +sym.cal.detail.title = \ud734\uc77c \uc0c1\uc138\uc870\ud68c +sym.cal.modify.title = \ud734\uc77c \uc218\uc815 +sym.cal.regist.title = \ud734\uc77c \ub4f1\ub85d + + + +#\ud589\uc815\ucf54\ub4dc# +comSymCcmAdc.ccmAdministCode.title = \ud589\uc815\ucf54\ub4dc + +comSymCcmAdc.ccmAdministCode.cls = \ud589\uc815\uad6c\uc5ed\uad6c\ubd84 +comSymCcmAdc.ccmAdministCode.administCode = \ud589\uc815\uad6c\uc5ed\ucf54\ub4dc +comSymCcmAdc.ccmAdministCode.administName = \ud589\uc815\uad6c\uc5ed\uba85 +comSymCcmAdc.ccmAdministCode.useAt = \uc0ac\uc6a9\uc5ec\ubd80 +comSymCcmAdc.ccmAdministCode.use = \uc0ac\uc6a9 +comSymCcmAdc.ccmAdministCode.notUse = \ubbf8\uc0ac\uc6a9 +comSymCcmAdc.ccmAdministCode.lawAddr = \ubc95\uc815\ub3d9 +comSymCcmAdc.ccmAdministCode.admAddr = \ud589\uc815\ub3d9 +comSymCcmAdc.ccmAdministCode.lawAddrName = \ubc95\uc815\ub3d9 \uc9c0\uc5ed\uba85 +comSymCcmAdc.ccmAdministCode.admAddrName = \ud589\uc815\ub3d9 \uc9c0\uc5ed\uba85 +comSymCcmAdc.ccmAdministCode.createDate = \uc0dd\uc131\uc77c\uc790 +comSymCcmAdc.ccmAdministCode.deleteDate = \ud3d0\uae30\uc77c\uc790 +comSymCcmAdc.ccmAdministCode.upperCode = \uc0c1\uc704\ud589\uc815\uad6c\uc5ed\ucf54\ub4dc + +comSymCcmAdc.seachWrd.searchAddress = \uc9c0\uc5ed\uba85\uac80\uc0c9 + + +#\uacf5\ud1b5\ucf54\ub4dc# +comSymCcmCca.cmmnCodeVO.title = \uacf5\ud1b5\ucf54\ub4dc + +comSymCcmCca.cmmnCodeVO.clCode = \ubd84\ub958\ucf54\ub4dc +comSymCcmCca.cmmnCodeVO.clCodeNm = \ubd84\ub958\ucf54\ub4dc\uba85 +comSymCcmCca.cmmnCodeVO.codeId = \ucf54\ub4dcID +comSymCcmCca.cmmnCodeVO.codeIdNm = \ucf54\ub4dcID\uba85 +comSymCcmCca.cmmnCodeVO.codeIdDc = \ucf54\ub4dcID\uc124\uba85 +comSymCcmCca.cmmnCodeVO.useAt = \uc0ac\uc6a9\uc5ec\ubd80 + +comSymCcmCca.validate.codeCheck = \uc774\ubbf8 \ub4f1\ub85d\ub41c \uacf5\ud1b5\ucf54\ub4dc\uac00 \uc874\uc7ac\ud569\ub2c8\ub2e4. + + + + +#\uacf5\ud1b5\ucf54\ub4dc \ubd84\ub958# +comSymCcmCcc.cmmnClCodeVO.title = \uacf5\ud1b5\ubd84\ub958\ucf54\ub4dc + +comSymCcmCcc.cmmnClCodeVO.clCode = \ubd84\ub958\ucf54\ub4dc +comSymCcmCcc.cmmnClCodeVO.clCodeNm = \ubd84\ub958\ucf54\ub4dc\uba85 +comSymCcmCcc.cmmnClCodeVO.clCodeDc = \ubd84\ub958\ucf54\ub4dc \uc124\uba85 +comSymCcmCcc.cmmnClCodeVO.useAt = \uc0ac\uc6a9\uc5ec\ubd80 + +comSymCcmCcc.validate.codeCheck = \uc774\ubbf8 \ub4f1\ub85d\ub41c \uacf5\ud1b5\ubd84\ub958\ucf54\ub4dc\uac00 \uc874\uc7ac\ud569\ub2c8\ub2e4. + + + +#\uacf5\ud1b5\uc0c1\uc138\ucf54\ub4dc# +comSymCcmCde.cmmnDetailCodeVO.title = \uacf5\ud1b5\uc0c1\uc138\ucf54\ub4dc + +comSymCcmCde.cmmnDetailCodeVO.codeId = \ucf54\ub4dcID +comSymCcmCde.cmmnDetailCodeVO.codeIdNm = \ucf54\ub4dcID\uba85 +comSymCcmCde.cmmnDetailCodeVO.code = \uc0c1\uc138\ucf54\ub4dc +comSymCcmCde.cmmnDetailCodeVO.codeNm = \uc0c1\uc138\ucf54\ub4dc\uba85 +comSymCcmCde.cmmnDetailCodeVO.codeDc = \uc0c1\uc138\ucf54\ub4dc\uc124\uba85 +comSymCcmCde.cmmnDetailCodeVO.useAt = \uc0ac\uc6a9\uc5ec\ubd80 + +comSymCcmCde.validate.codeCheck = \uc774\ubbf8 \ub4f1\ub85d\ub41c \uc0c1\uc138\ucf54\ub4dc\uac00 \uc874\uc7ac\ud569\ub2c8\ub2e4. + + + +#\uae30\uad00\ucf54\ub4dc\uc218\uc2e0 \ubaa9\ub85d +comSymCcmIcr.insttCodeRecptn.title = \uae30\uad00\ucf54\ub4dc\uc218\uc2e0 \ubaa9\ub85d + +comSymCcmIcr.insttCodeRecptn.select = \uc120\ud0dd\ud558\uc138\uc694 +comSymCcmIcr.insttCodeRecptn.orgNm = \uae30\uad00\uba85 + +comSymCcmIcr.insttCodeRecptn.results.col1 = \uc21c\ubc88 +comSymCcmIcr.insttCodeRecptn.results.col2 = \uae30\uad00\ucf54\ub4dc +comSymCcmIcr.insttCodeRecptn.results.col3 = \uae30\uad00\uba85 + +comSymCcmIcr.insttCodeRecptnDetail.title = \uae30\uad00\ucf54\ub4dc\uc218\uc2e0 \uc0c1\uc138\uc870\ud68c +comSymCcmIcr.insttCodeRecptnDetail.insttCode = \uae30\uad00\ucf54\ub4dc +comSymCcmIcr.insttCodeRecptnDetail.allInsttNm = \uc804\uccb4\uae30\uad00\uba85 +comSymCcmIcr.insttCodeRecptnDetail.changede = \ubcc0\uacbd\uc77c\uc790 +comSymCcmIcr.insttCodeRecptnDetail.changeTime = \ubcc0\uacbd\uc2dc\uac04 +comSymCcmIcr.insttCodeRecptnDetail.ablEnnc = \ud3d0\uc9c0\uc720\ubb34 +comSymCcmIcr.insttCodeRecptnDetail.ablEnnc0 = \uc0ac\uc6a9 +comSymCcmIcr.insttCodeRecptnDetail.ablEnnc1 = \ub9d0\uc18c + +comSymCcmIcr.insttCodeRecptnDetail.subTitle = \uae30\uad00\ucf54\ub4dc\uc218\uc2e0 \uc774\ub825 +comSymCcmIcr.insttCodeRecptnDetail.results.col1 = \uc21c\ubc88 +comSymCcmIcr.insttCodeRecptnDetail.results.col2 = \ubc1c\uc0dd\uc77c\uc790 +comSymCcmIcr.insttCodeRecptnDetail.results.col3 = \ucd5c\ud558\uc704\uae30\uad00\uba85 +comSymCcmIcr.insttCodeRecptnDetail.results.col4 = \ubcc0\uacbd\uad6c\ubd84 +comSymCcmIcr.insttCodeRecptnDetail.results.col5 = \ucc98\ub9ac\uad6c\ubd84 +comSymCcmIcr.insttCodeRecptnDetail.results.col6 = \uc0dd\uc131\uc77c\uc790 +comSymCcmIcr.insttCodeRecptnDetail.results.col7 = \ubcc0\uacbd\uc77c\uc790 +comSymCcmIcr.insttCodeRecptnDetail.results.col8 = \ud3d0\uc9c0\uc720\ubb34 +comSymCcmIcr.insttCodeRecptnDetail.results.col9 = \ud3d0\uc9c0\uc77c\uc790 + +comSymCcmIcr.insttCodeRecptnDetail.results.changeSeCode = \ubcc0\uacbd\uad6c\ubd84 +comSymCcmIcr.insttCodeRecptnDetail.results.processSe = \ucc98\ub9ac\uad6c\ubd84 + + + +#\uc6b0\ud3b8\ubc88\ud638 \uad00\ub9ac# + +comSymCcmZip.zipVO.title = \uc6b0\ud3b8\ubc88\ud638 + +comSymCcmZip.zipVO.zip = \uc6b0\ud3b8\ubc88\ud638 +comSymCcmZip.zipVO.rdmnCode = \ub3c4\ub85c\uba85\ucf54\ub4dc +comSymCcmZip.zipVO.ctprvnNm = \uc2dc\ub3c4\uba85 +comSymCcmZip.zipVO.signguNm = \uc2dc\uad70\uad6c\uba85 +comSymCcmZip.zipVO.emdNm = \uc74d\uba74\ub3d9\uba85 +comSymCcmZip.zipVO.liBuldNm = \ub9ac\uac74\ubb3c\uba85 +comSymCcmZip.zipVO.lnbrDongHo = \ubc88\uc9c0\ub3d9\ud638 +comSymCcmZip.zipVO.rdmn = \ub3c4\ub85c\uba85 +comSymCcmZip.zipVO.bdnbrMnnm = \uac74\ubb3c\ubc88\ud638\ubcf8\ubc88 +comSymCcmZip.zipVO.bdnbrSlno = \uac74\ubb3c\ubc88\ud638\ubd80\ubc88 +comSymCcmZip.zipVO.buldNm = \uac74\ubb3c\uba85 +comSymCcmZip.zipVO.detailBuldNm = \uc0c1\uc138\uac74\ubb3c\uba85 +comSymCcmZip.zipVO.zipCreate = \uc6b0\ud3b8\ubc88\ud638 \uc77c\ubc18\uc8fc\uc18c \ub4f1\ub85d +comSymCcmZip.zipVO.rdmnCreate = \uc6b0\ud3b8\ubc88\ud638 \ub3c4\ub85c\uba85\uc8fc\uc18c \ub4f1\ub85d +comSymCcmZip.zipVO.zipUpdate = \uc6b0\ud3b8\ubc88\ud638 \uc77c\ubc18\uc8fc\uc18c \uc218\uc815 +comSymCcmZip.zipVO.rdmnUpdate = \uc6b0\ud3b8\ubc88\ud638 \ub3c4\ub85c\uba85\uc8fc\uc18c \uc218\uc815 +comSymCcmZip.zipVO.rdmnSearch = \uc8fc\uc18c\uac80\uc0c9 +comSymCcmZip.zipVO.SearchAddr = \uc8fc\uc18c +comSymCcmZip.zipVO.SearchAddrr = \uc77c\ubc18\uc8fc\uc18c +comSymCcmZip.zipVO.SearchRdmn = \ub3c4\ub85c\uba85\uc8fc\uc18c +comSymCcmZip.zipVO.Snum = \uc21c\ubc88 +comSymCcmZip.zipVO.excelFile = \uc5d1\uc140\ud30c\uc77c +comSymCcmZip.zipVO.fileSelect = \ud30c\uc77c\uc120\ud0dd + +#Message# +comSymCcmZip.zipVO.zipMessage = \uc6b0\ud3b8\ubc88\ud638\uc758 '-'\ub97c \uc81c\uc678\ud558\uace0 \uc785\ub825\ud558\uc2dc\uc624. +comSymCcmZip.zipVO.summaryList = \uc6b0\ud3b8\ubc88\ud638\uc640 \uc8fc\uc18c\ub97c \ucd9c\ub825\ud558\ub294 \uc6b0\ud3b8\ubc88\ud638 \ubaa9\ub85d \ud14c\uc774\ube14\uc785\ub2c8\ub2e4. +comSymCcmZip.zipVO.summaryInsert = \uc6b0\ud3b8\ubc88\ud638, \uc2dc\ub3c4\uba85, \uc2dc\uad70\uad6c\uba85, \uc74d\uba74\ub3d9\uba85, \ub9ac\uac74\ubb3c\uba85, \ubc88\uc9c0\ub3d9\ud638\ub97c \uc785\ub825\ud558\ub294 \uc6b0\ud3b8\ubc88\ud638 \ub4f1\ub85d \ud14c\uc774\ube14\uc785\ub2c8\ub2e4. +comSymCcmZip.zipVO.summaryModify = \ub9ac\uac74\ubb3c\uba85\uacfc \ubc88\uc9c0\ub3d9\ud638\ub97c \uc218\uc815\ud558\ub294 \uc6b0\ud3b8\ubc88\ud638 \uc218\uc815 \ud14c\uc774\ube14\uc785\ub2c8\ub2e4. +comSymCcmZip.zipVO.summaryDetail = \uc6b0\ud3b8\ubc88\ud638, \uc2dc\ub3c4\uba85, \uc2dc\uad70\uad6c\uba85, \uc74d\uba74\ub3d9\uba85, \ub9ac\uac74\ubb3c\uba85, \ubc88\uc9c0\ub3d9\ud638\ub97c \uac00\uc9c0\uace0 \uc788\ub294 \uc6b0\ud3b8\ubc88\ud638 \uc0c1\uc138\uc870\ud68c \ud14c\uc774\ube14\uc785\ub2c8\ub2e4. +comSymCcmZip.zipVO.summaryExcel = \uc6b0\ud3b8\ubc88\ud638 \uc5d1\uc140\ud30c\uc77c\uc744 \ucca8\ubd80\ud560 \uc218 \uc788\ub294 \ub4f1\ub85d \ud14c\uc774\ube14\uc785\ub2c8\ub2e4. + +#alt# +comSymCcmZip.zipVO.altImg = \uc81c\ubaa9\uc544\uc774\ucf58\uc774\ubbf8\uc9c0 +comSymCcmZip.zipVO.altPilsu = \ud544\uc218\uc785\ub825\ud45c\uc2dc + +#EgovCcmZipSearchList.jsp# +comSymCcmZip.ccmZipSearchList.title=\uc6b0\ud3b8\ubc88\ud638 \ucc3e\uae30 +comSymCcmZip.ccmZipSearchList.address=\uc8fc\uc18c +comSymCcmZip.ccmZipSearchList.stNameAddress=\ub3c4\ub85c\uba85\uc8fc\uc18c +comSymCcmZip.ccmZipSearchList.inputText=\uc785\ub825\ucc3d + + +#\uc811\uc18d\ub85c\uadf8\uad00\ub9ac# +comSymLogClg.loginLog.title = \uc811\uc18d\ub85c\uadf8 + +comSymLogClg.loginLog.logId = \ub85c\uadf8ID +comSymLogClg.loginLog.occrrncDe = \ubc1c\uc0dd\uc77c\uc790 +comSymLogClg.seachWrd.searchBgnDe = \uac80\uc0c9\uc2dc\uc791\uc77c +comSymLogClg.seachWrd.searchEndDe = \uac80\uc0c9\uc885\ub8cc\uc77c +comSymLogClg.loginLog.loginMthd = \uc811\uc18d\ubc29\uc2dd +comSymLogClg.loginLog.loginNm = \uc0ac\uc6a9\uc790\uba85 +comSymLogClg.loginLog.loginIp = \uc811\uc18dIP +comSymLogClg.loginLog.detail = \uc0c1\uc138\ubcf4\uae30 + +comSymLogClg.validate.dateCheck = \uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \uac80\uc0c9\uc870\uac74 \ub0a0\uc9dc\ub97c \ud655\uc778\ud558\uc138\uc694! + + + +#\ub85c\uadf8\uad00\ub9ac# +comSymLogLgm.sysLog.title = \ub85c\uadf8 + +comSymLogLgm.sysLog.reqId = \uc694\uccadID +comSymLogLgm.seachWrd.searchBgnDe = \uac80\uc0c9\uc2dc\uc791\uc77c +comSymLogLgm.seachWrd.searchEndDe = \uac80\uc0c9\uc885\ub8cc\uc77c +comSymLogLgm.sysLog.occrrncDe = \ubc1c\uc0dd\uc77c\uc790 +comSymLogLgm.sysLog.serviceNm = \uc11c\ube44\uc2a4\uba85 +comSymLogLgm.sysLog.methodNm = \uba54\uc18c\ub4dc\uba85 +comSymLogLgm.sysLog.processSeCode = \ucc98\ub9ac\uad6c\ubd84 +comSymLogLgm.sysLog.processTime = \ucc98\ub9ac\uc2dc\uac04 +comSymLogLgm.sysLog.rqesterId = \uc694\uccad\uc790 +comSymLogLgm.sysLog.rqesterIp = \uc694\uccad\uc790IP +comSymLogLgm.sysLog.detail = \uc0c1\uc138\ubcf4\uae30 + +comSymLogLgm.validate.dateCheck = \uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \uac80\uc0c9\uc870\uac74 \ub0a0\uc9dc\ub97c \ud655\uc778\ud558\uc138\uc694! + + + +#\uac1c\uc778\uc815\ubcf4\ub85c\uadf8\uad00\ub9ac# +comSymLogPlg.privacyLog.title = \uac1c\uc778\uc815\ubcf4\ub85c\uadf8 + +comSymLogPlg.privacyLog.inquiryDatetime = \uc870\ud68c\uc77c\uc2dc +comSymLogPlg.seachWrd.searchBeginDate = \uac80\uc0c9\uc2dc\uc791\uc77c +comSymLogPlg.seachWrd.searchEndDate = \uac80\uc0c9\uc885\ub8cc\uc77c +comSymLogPlg.privacyLog.serviceName = \uc11c\ube44\uc2a4\uba85 +comSymLogPlg.privacyLog.inquiryInfo = \uc870\ud68c\uc815\ubcf4 +comSymLogPlg.privacyLog.requesterName = \uc694\uccad\uc790 +comSymLogPlg.privacyLog.requesterId = \uc694\uccadID +comSymLogPlg.privacyLog.requesterIp = \uc694\uccad\uc790IP +comSymLogPlg.privacyLog.detail = \uc0c1\uc138\ubcf4\uae30 + +comSymLogPlg.validate.dateCheck = \uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \uac80\uc0c9\uc870\uac74 \ub0a0\uc9dc\ub97c \ud655\uc778\ud558\uc138\uc694! + + +# 1060. \uc2dc\uc2a4\ud15c\uc774\ub825\uad00\ub9ac +# EgovSysHistManage.xml +comSymLogSlg.sysHistManage.validate.sysNm=\uc2dc\uc2a4\ud15c\uba85 +comSymLogSlg.sysHistManage.validate.histCn=\uc774\ub825\ub0b4\uc6a9 +comSymLogSlg.sysHistManage.validate.histSeCode=\uc774\ub825\uad6c\ubd84 + + +comSymLogSlg.sysHistList.title=\uc2dc\uc2a4\ud15c \uc774\ub825 \ubaa9\ub85d +comSymLogSlg.sysHistList.pageTop.title=\uc2dc\uc2a4\ud15c\uc774\ub825 \uc870\ud68c +comSymLogSlg.sysHistList.index=\ubc88\ud638 +comSymLogSlg.sysHistList.histId=\uc774\ub825ID +comSymLogSlg.sysHistList.sysNm=\uc2dc\uc2a4\ud15c\uba85 +comSymLogSlg.sysHistList.histSeCodeNm=\uc774\ub825\uad6c\ubd84 +comSymLogSlg.sysHistList.frstRegisterNm=\ub4f1\ub85d\uc790 +comSymLogSlg.sysHistList.frstRegisterPnttm=\ub4f1\ub85d\uc77c\uc790 +comSymLogSlg.sysHistList.fnEgovInqireSysHist=\uc0c1\uc138\ubcf4\uae30 + + +comSymLogSlg.sysHistInqire.title=\uc2dc\uc2a4\ud15c \uc774\ub825 \uc0c1\uc138\ubcf4\uae30 +comSymLogSlg.sysHistInqire.pageTop.title=\uc2dc\uc2a4\ud15c \uc774\ub825 \uc0c1\uc138\ubcf4\uae30 +comSymLogSlg.sysHistInqire.histSeCodeNm=\uc774\ub825\uad6c\ubd84 +comSymLogSlg.sysHistInqire.sysNm=\uc2dc\uc2a4\ud15c\uba85 +comSymLogSlg.sysHistInqire.histCn=\uc774\ub825\ub0b4\uc6a9 +comSymLogSlg.sysHistInqire.frstRegisterPnttm=\ub4f1\ub85d\uc77c\uc790 +comSymLogSlg.sysHistInqire.atchFileList=\ucca8\ubd80\ud30c\uc77c\ubaa9\ub85d +comSymLogSlg.sysHistInqire.atchFile=\ucca8\ubd80\ud30c\uc77c + + +comSymLogSlg.sysHistUpdt.title=\uc2dc\uc2a4\ud15c \uc774\ub825 \uc0c1\uc138\ubcf4\uae30 +comSymLogSlg.sysHistUpdt.pageTop.title=\uc2dc\uc2a4\ud15c \uc774\ub825 \uc0c1\uc138\ubcf4\uae30 +comSymLogSlg.sysHistUpdt.histSeCodeNm=\uc774\ub825\uad6c\ubd84 +comSymLogSlg.sysHistUpdt.sysNm=\uc2dc\uc2a4\ud15c\uba85 +comSymLogSlg.sysHistUpdt.histCn=\uc774\ub825\ub0b4\uc6a9 +comSymLogSlg.sysHistUpdt.frstRegisterPnttm=\ub4f1\ub85d\uc77c\uc790 +comSymLogSlg.sysHistUpdt.atchFileList=\ucca8\ubd80\ud30c\uc77c\ubaa9\ub85d +comSymLogSlg.sysHistUpdt.atchFile=\ucca8\ubd80\ud30c\uc77c + + +comSymLogSlg.sysHistRegist.title=\uc2dc\uc2a4\ud15c \uc774\ub825\ub4f1\ub85d +comSymLogSlg.sysHistRegist.pageTop.title=\uc2dc\uc2a4\ud15c \uc774\ub825\ub4f1\ub85d +comSymLogSlg.sysHistRegist.histSeCodeNm=\uc774\ub825\uad6c\ubd84 +comSymLogSlg.sysHistRegist.sysNm=\uc2dc\uc2a4\ud15c\uba85 +comSymLogSlg.sysHistRegist.histCn=\uc774\ub825\ub0b4\uc6a9 +comSymLogSlg.sysHistRegist.atchFile=\ucca8\ubd80\ud30c\uc77c + + +#\uc1a1\uc218\uc2e0 \ub85c\uadf8\uc870\ud68c +comSymLogTlg.trsmrcvLog.title = \uc1a1\uc218\uc2e0 \ub85c\uadf8 + +comSymLogTlg.trsmrcvLog.occrrncDe = \ubc1c\uc0dd\uc77c\uc790 +comSymLogTlg.seachWrd.searchBgnDe = \uac80\uc0c9\uc2dc\uc791\uc77c +comSymLogTlg.seachWrd.searchEndDe = \uac80\uc0c9\uc885\ub8cc\uc77c +comSymLogTlg.trsmrcvLog.requestId = \uc694\uccadID +comSymLogTlg.trsmrcvLog.trsmrcvType = \uc1a1\uc218\uc2e0\uad6c\ubd84 +comSymLogTlg.trsmrcvLog.linkId = \uc5f0\uacc4ID +comSymLogTlg.trsmrcvLog.providerId = \uc81c\uacf5\uae30\uad00ID +comSymLogTlg.trsmrcvLog.providerSystemId = \uc81c\uacf5\uc2dc\uc2a4\ud15cID +comSymLogTlg.trsmrcvLog.providerServiceId = \uc81c\uacf5\uc11c\ube44\uc2a4ID +comSymLogTlg.trsmrcvLog.requestOrgId = \uc694\uccad\uae30\uad00ID +comSymLogTlg.trsmrcvLog.requestSystemId = \uc694\uccad\uc2dc\uc2a4\ud15cID +comSymLogTlg.trsmrcvLog.requestNm = \uc694\uccad\uc790 +comSymLogTlg.trsmrcvLog.detail = \uc0c1\uc138\ubcf4\uae30 +comSymLogTlg.trsmrcvLog.test = \uc1a1\uc218\uc2e0\ud14c\uc2a4\ud2b8 + +comSymLogTlg.validate.dateCheck = \uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \uac80\uc0c9\uc870\uac74 \ub0a0\uc9dc\ub97c \ud655\uc778\ud558\uc138\uc694! + +comSymLogTlg.trsmrcvLog.transferRequest = \uc804\uc1a1\uc694\uccad +comSymLogTlg.trsmrcvLog.transferComplete = \uc804\uc1a1\uc644\ub8cc +comSymLogTlg.trsmrcvLog.transferFailed = \uc804\uc1a1\uc2e4\ud328 +comSymLogTlg.trsmrcvLog.receiveRequest = \uc218\uc2e0\uc694\uccad +comSymLogTlg.trsmrcvLog.receiveComplete = \uc218\uc2e0\uc644\ub8cc +comSymLogTlg.trsmrcvLog.receiveFailed = \uc218\uc2e0\uc2e4\ud328 + + +#\uc0ac\uc6a9\uc790\ub85c\uadf8\uad00\ub9ac# +comSymLogUlg.userLog.title = \uc0ac\uc6a9\uc790 \ub85c\uadf8 + +comSymLogUlg.userLog.occrrncDe = \ubc1c\uc0dd\uc77c\uc790 +comSymLogUlg.seachWrd.searchBgnDe = \uac80\uc0c9\uc2dc\uc791\uc77c +comSymLogUlg.seachWrd.searchEndDe = \uac80\uc0c9\uc885\ub8cc\uc77c +comSymLogUlg.userLog.user = \uc0ac\uc6a9\uc790 +comSymLogUlg.userLog.methodNm = \uba54\uc18c\ub4dc\uba85 +comSymLogUlg.userLog.serviceNm = \uc11c\ube44\uc2a4\uba85 +comSymLogUlg.userLog.create = \uc0dd\uc131 +comSymLogUlg.userLog.modify = \uc218\uc815 +comSymLogUlg.userLog.view = \uc870\ud68c +comSymLogUlg.userLog.delete = \uc0ad\uc81c +comSymLogUlg.userLog.detail = \uc0c1\uc138\ubcf4\uae30 + +comSymLogUlg.validate.dateCheck = \uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \uac80\uc0c9\uc870\uac74 \ub0a0\uc9dc\ub97c \ud655\uc778\ud558\uc138\uc694! + + + +#\uc6f9\ub85c\uadf8\uad00\ub9ac# +comSymLogWlg.webLog.title = \uc6f9\ub85c\uadf8 + +comSymLogWlg.webLog.requestId = \uc694\uccadID +comSymLogWlg.webLog.occrrncDe = \ubc1c\uc0dd\uc77c\uc790 +comSymLogWlg.seachWrd.searchBgnDe = \uac80\uc0c9\uc2dc\uc791\uc77c +comSymLogWlg.seachWrd.searchEndDe = \uac80\uc0c9\uc885\ub8cc\uc77c +comSymLogWlg.webLog.url = URL +comSymLogWlg.webLog.requester = \uc694\uccad\uc790 +comSymLogWlg.webLog.requesterIp = \uc694\uccad\uc790IP +comSymLogWlg.webLog.detail = \uc0c1\uc138\ubcf4\uae30 + +comSymLogWlg.validate.dateCheck = \uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \uac80\uc0c9\uc870\uac74 \ub0a0\uc9dc\ub97c \ud655\uc778\ud558\uc138\uc694! + + + +comSymMnuBmm.bkmkMenuManageList.title=\ubc14\ub85c\uac00\uae30 \uba54\ub274\uad00\ub9ac +comSymMnuBmm.bkmkMenuManageList.pageTop.title=\ubc14\ub85c\uac00\uae30 \uba54\ub274\uad00\ub9ac + +comSymMnuBmm.bkmkMenuManageList.menuName=\uba54\ub274\uba85 +comSymMnuBmm.bkmkMenuManageList.enterSearchName=\uac80\uc0c9\ub2e8\uc5b4\uc785\ub825 +comSymMnuBmm.bkmkMenuManageList.newWindow=\uc0c8\ucc3d +comSymMnuBmm.bkmkMenuManageList.preview=\ubbf8\ub9ac\ubcf4\uae30 +comSymMnuBmm.bkmkMenuManageList.menuURL=\uba54\ub274URL + + +comSymMnuBmm.bkmkMenuManageRegist.title=\ubc14\ub85c\uac00\uae30\uba54\ub274 \ub4f1\ub85d +comSymMnuBmm.bkmkMenuManageRegist.pageTop.title=\ubc14\ub85c\uac00\uae30\uba54\ub274 \ub4f1\ub85d +comSymMnuBmm.bkmkMenuManageRegist.menuName=\uba54\ub274\uba85 +comSymMnuBmm.bkmkMenuManageRegist.menuURL=\uba54\ub274URL +comSymMnuBmm.bkmkMenuManageRegist.selectMenu=\uba54\ub274\uc120\ud0dd +comSymMnuBmm.bkmkMenuManageRegist.enterMenuName=\uba54\ub274\uba85\uc785\ub825 +comSymMnuBmm.bkmkMenuManageRegist.enterMenuURL=\uba54\ub274URL\uc785\ub825 +comSymMnuBmm.bkmkMenuManageRegist.validate.confirm.regist=\ub4f1\ub85d\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + + +comSymMnuBmm.BookMarkMenuPopup.title=\ubc14\ub85c\uac00\uae30\uba54\ub274\ubbf8\ub9ac\ubcf4\uae30 +comSymMnuBmm.BookMarkMenuPopup.pageTop.title=\ubc14\ub85c\uac00\uae30 \uba54\ub274\uad00\ub9ac +comSymMnuBmm.BookMarkMenuPopup.shortCut=\ubc14\ub85c\uac00\uae30 + + +comSymMnuBmm.BkmkMenuPopup.title=\uba54\ub274\ubaa9\ub85d +comSymMnuBmm.BkmkMenuPopup.pageTop.title=\uba54\ub274\ubaa9\ub85d +comSymMnuBmm.bkmkMenuManageRegist.menuName=\uba54\ub274\uba85 +comSymMnuBmm.bkmkMenuManageList.enterSearchName=\uac80\uc0c9\ub2e8\uc5b4\uc785\ub825 +comSymMnuBmm.bkmkMenuManageList.No=\ubc88\ud638 +comSymMnuBmm.bkmkMenuManageList.menuDC=\uba54\ub274DC +comSymMnuBmm.bkmkMenuManageList.select=\uc120\ud0dd + + +comSymMnuMpm.menuCreatManage.title=\uba54\ub274\uc0dd\uc131\uad00\ub9ac +comSymMnuMpm.menuCreatManage.pageTop.title=\uba54\ub274\uc0dd\uc131\uad00\ub9ac + +comSymMnuMpm.menuCreatManage.targetID=\ubcf4\uc548\uc124\uc815\ub300\uc0c1ID +comSymMnuMpm.menuCreatManage.authCode=\uad8c\ud55c\ucf54\ub4dc +comSymMnuMpm.menuCreatManage.authName=\uad8c\ud55c\uba85 +comSymMnuMpm.menuCreatManage.authDesc=\uad8c\ud55c \uc124\uba85 +comSymMnuMpm.menuCreatManage.creationStatus=\uba54\ub274\uc0dd\uc131\uc5ec\ubd80 +comSymMnuMpm.menuCreatManage.createMenu=\uba54\ub274\uc0dd\uc131 + + +comSymMnuMpm.MenuCreat.title=\uba54\ub274\uc0dd\uc131 +comSymMnuMpm.MenuCreat.pageTop.title=\uba54\ub274\uc0dd\uc131 +comSymMnuMpm.MenuCreat.authCode=\uad8c\ud55c\ucf54\ub4dc +comSymMnuMpm.MenuCreat.createMenu=\uba54\ub274\uc0dd\uc131 +comSymMnuMpm.MenuCreat.createSiteMap=\uc0ac\uc774\ud2b8\ub9f5\uc0dd\uc131 + +comSymMnuMpm.MenuCreat.validate.menuNmVal.none1=\uba54\ub274 \ubaa9\ub85d \ub370\uc774\ud0c0\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comSymMnuMpm.MenuCreat.validate.menuNmVal.none2=\uba54\ub274\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uba54\ub274 \ub4f1\ub85d \ud6c4 \uc0ac\uc6a9\ud558\uc138\uc694. + + +comSymMnuMpm.MenuCreatSiteMap.title=\uba54\ub274\uc0ac\uc774\ud2b8\ub9f5\uc0dd\uc131 +comSymMnuMpm.MenuCreatSiteMap.pageTop.title=\uba54\ub274\uc0ac\uc774\ud2b8\ub9f5\uc0dd\uc131 +comSymMnuMpm.MenuCreatSiteMap.send=\uc804\uc1a1 +comSymMnuMpm.MenuCreatSiteMap.authCode=\uad8c\ud55c\ucf54\ub4dc +comSymMnuMpm.MenuCreatSiteMap.createSitemap=\uc0ac\uc774\ud2b8\ub9f5\uc0dd\uc131 +comSymMnuMpm.MenuCreatSiteMap.authName=\uad8c\ud55c\uba85 + +comSymMnuMpm.MenuCreatSiteMap.validate.menuNmVal.none1=\uba54\ub274 \ubaa9\ub85d \ub370\uc774\ud0c0\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comSymMnuMpm.MenuCreatSiteMap.validate.menuNmVal.none2=\uc0ac\uc774\ud2b8\ub9f5 \uc0dd\uc131 \ub370\uc774\ud0c0\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \\n \uba54\ub274\ub97c \uc0dd\uc131\ud558\uc2e0 \ud6c4 \uc791\uc5c5\ud558\uc138\uc694. + + + +# EgovMenuManage.xml +comSymMnuMpm.menuManage.validate.menuNo=\uba54\ub274\ubc88\ud638 +comSymMnuMpm.menuManage.validate.menuOrdr=\uba54\ub274\uc21c\uc11c +comSymMnuMpm.menuManage.validate.menuNm=\uba54\ub274\uba85 +comSymMnuMpm.menuManage.validate.upperMenuId=\uba54\ub274\uc0c1\uc704\ubc88\ud638 +comSymMnuMpm.menuManage.validate.progrmFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymMnuMpm.menuManage.validate.menuDc=\uba54\ub274\uc124\uba85 +comSymMnuMpm.menuManage.validate.relateImagePath=\uad00\ub828\uc774\ubbf8\uc9c0\uacbd\ub85c +comSymMnuMpm.menuManage.validate.relateImageNm=\uad00\ub828\uc774\ubbf8\uc9c0\uba85 + + +comSymMnuMpm.menuList.title=\uba54\ub274\uc815\ubcf4\ub4f1\ub85d +comSymMnuMpm.menuList.pageTop.title=\uba54\ub274 \ubaa9\ub85d + +comSymMnuMpm.menuList.menuNo=\uba54\ub274No +comSymMnuMpm.menuList.menuOrdr=\uba54\ub274\uc21c\uc11c +comSymMnuMpm.menuList.menuNm=\uba54\ub274\uba85 +comSymMnuMpm.menuList.upperMenuId=\uc0c1\uc704\uba54\ub274No +comSymMnuMpm.menuList.progrmFileNm=\ud30c\uc77c\uba85 +comSymMnuMpm.menuList.relateImageNm=\uad00\ub828\uc774\ubbf8\uc9c0\uba85 +comSymMnuMpm.menuList.relateImagePath=\uad00\ub828\uc774\ubbf8\uc9c0\uacbd\ub85c +comSymMnuMpm.menuList.menuDc=\uba54\ub274\uc124\uba85 + +comSymMnuMpm.menuList.newWindow=\uc0c8\ucc3d\uc73c\ub85c +comSymMnuMpm.menuList.mvmnMenuList=\uba54\ub274\uc120\ud0dd \uac80\uc0c9 +comSymMnuMpm.menuList.searchFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 \uac80\uc0c9 + +comSymMnuMpm.menuList.validate.checkVal=\uc0c1\uc138\uc870\ud68c\uc2dc\ub294 \uc218\uc815\ud639\uc740 \uc0ad\uc81c\ub9cc \uac00\ub2a5\ud569\ub2c8\ub2e4. +comSymMnuMpm.menuList.validate.checkVal.update=\uc0c1\uc138\uc870\ud68c\uc2dc\ub294 \uc218\uc815\ud639\uc740 \uc0ad\uc81c\ub9cc \uac00\ub2a5\ud569\ub2c8\ub2e4. \ucd08\uae30\ud654 \ud558\uc2e0 \ud6c4 \ub4f1\ub85d\ud558\uc138\uc694. + +comSymMnuMpm.menuList.validate.menuNo.notNull=\uba54\ub274\ubc88\ud638\ub294 \ud544\uc218 \ud56d\ubaa9\uc785\ub2c8\ub2e4. +comSymMnuMpm.menuList.validate.menuNo.onlyNumber=\uba54\ub274\ubc88\ud638\ub294 \uc22b\uc790\ub9cc \uc785\ub825 \uac00\ub2a5\ud569\ub2c8\ub2e4. +comSymMnuMpm.menuList.validate.menuOrdr.notNull=\uba54\ub274\uc21c\uc11c\ub294 \ud544\uc218 \ud56d\ubaa9\uc785\ub2c8\ub2e4. +comSymMnuMpm.menuList.validate.menuOrdr.onlyNumber=\uba54\ub274\uc21c\uc11c\ub294 \uc22b\uc790\ub9cc \uc785\ub825 \uac00\ub2a5\ud569\ub2c8\ub2e4. +comSymMnuMpm.menuList.validate.upperMenuId.notNull=\uc0c1\uc704\uba54\ub274\ubc88\ud638\ub294 \ud544\uc218 \ud56d\ubaa9\uc785\ub2c8\ub2e4. +comSymMnuMpm.menuList.validate.upperMenuId.onlyNumber=\uc0c1\uc704\uba54\ub274\ubc88\ud638\ub294 \uc22b\uc790\ub9cc \uc785\ub825 \uac00\ub2a5\ud569\ub2c8\ub2e4. +comSymMnuMpm.menuList.validate.progrmFileNm.notNull=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85\uc740 \ud544\uc218 \ud56d\ubaa9\uc785\ub2c8\ub2e4. +comSymMnuMpm.menuList.validate.menuNm.notNull=\uba54\ub274\uba85\uc740 \ud544\uc218 \ud56d\ubaa9\uc785\ub2c8\ub2e4. + +comSymMnuMpm.menuList.validate.chkBrowse=\uba54\ub274 \ubaa9\ub85d \ub370\uc774\ud0c0\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comSymMnuMpm.menuList.validate.chkObject=\uba54\ub274\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uba54\ub274 \ub4f1\ub85d \ud6c4 \uc0ac\uc6a9\ud558\uc138\uc694. + + +comSymMnuMpm.menuManage.title=\uba54\ub274\uad00\ub9ac\ub9ac\uc2a4\ud2b8 +comSymMnuMpm.menuManage.pageTop.title=\uba54\ub274\uad00\ub9ac\ub9ac\uc2a4\ud2b8 +comSymMnuMpm.menuManage.menuNo=\uba54\ub274No +comSymMnuMpm.menuManage.menuNmHn=\uba54\ub274\ud55c\uae00\uba85 +comSymMnuMpm.menuManage.progrmFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymMnuMpm.menuManage.menuDc=\uba54\ub274\uc124\uba85 +comSymMnuMpm.menuManage.upperMenuId=\uc0c1\uc704\uba54\ub274No +comSymMnuMpm.menuManage.menuNm=\uba54\ub274\uba85 + + +comSymMnuMpm.menuDetailSelectUpdt.title=\uba54\ub274\uc0c1\uc138\uc870\ud68c\ubc0f \uc218\uc815 +comSymMnuMpm.menuDetailSelectUpdt.pageTop.title=\uba54\ub274\uc0c1\uc138\uc870\ud68c\ubc0f \uc218\uc815 +comSymMnuMpm.menuDetailSelectUpdt.menuNo=\uba54\ub274No +comSymMnuMpm.menuDetailSelectUpdt.menuOrder=\uba54\ub274\uc21c\uc11c +comSymMnuMpm.menuDetailSelectUpdt.menuNm=\uba54\ub274\uba85 +comSymMnuMpm.menuDetailSelectUpdt.upperMenuId=\uc0c1\uc704\uba54\ub274No +comSymMnuMpm.menuDetailSelectUpdt.progrmFileNm=\ud30c\uc77c\uba85 +comSymMnuMpm.menuDetailSelectUpdt.relateImageNm=\uad00\ub828\uc774\ubbf8\uc9c0\uba85 +comSymMnuMpm.menuDetailSelectUpdt.relateImagePath=\uad00\ub828\uc774\ubbf8\uc9c0\uacbd\ub85c +comSymMnuMpm.menuDetailSelectUpdt.menuDc=\uba54\ub274\uc124\uba85 +comSymMnuMpm.menuDetailSelectUpdt.selectMenuSearch=\uba54\ub274\uc120\ud0dd \uac80\uc0c9 +comSymMnuMpm.menuDetailSelectUpdt.programFileNameSearch=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 \uac80\uc0c9 +comSymMnuMpm.menuDetailSelectUpdt.newWindow=\uc0c8\ucc3d\uc73c\ub85c + + +comSymMnuMpm.menuRegist.title=\uba54\ub274\uc815\ubcf4\ub4f1\ub85d +comSymMnuMpm.menuRegist.pageTop.title=\uba54\ub274\uc815\ubcf4\ub4f1\ub85d +comSymMnuMpm.menuRegist.menuNo=\uba54\ub274No +comSymMnuMpm.menuRegist.menuOrder=\uba54\ub274\uc21c\uc11c +comSymMnuMpm.menuRegist.menuNm=\uba54\ub274\uba85 +comSymMnuMpm.menuRegist.upperMenuId=\uc0c1\uc704\uba54\ub274No +comSymMnuMpm.menuRegist.progrmFileNm=\ud30c\uc77c\uba85 +comSymMnuMpm.menuRegist.relateImageNm=\uad00\ub828\uc774\ubbf8\uc9c0\uba85 +comSymMnuMpm.menuRegist.relateImagePath=\uad00\ub828\uc774\ubbf8\uc9c0\uacbd\ub85c +comSymMnuMpm.menuRegist.menuDc=\uba54\ub274\uc124\uba85 +comSymMnuMpm.menuRegist.selectMenuSearch=\uba54\ub274\uc120\ud0dd \uac80\uc0c9 +comSymMnuMpm.menuRegist.programFileNameSearch=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 \uac80\uc0c9 +comSymMnuMpm.menuRegist.newWindow=\uc0c8\ucc3d\uc73c\ub85c + + +comSymMnuMpm.menuBndeRegist.title=\uba54\ub274\uc77c\uad04\ub4f1\ub85d +comSymMnuMpm.menuBndeRegist.pageTop.title=\uba54\ub274\uc77c\uad04\ub4f1\ub85d +comSymMnuMpm.menuBndeRegist.menuNo=\uc77c\uad04\ud30c\uc77c +comSymMnuMpm.menuBndeRegist.validate.confirm.insert=\uba54\ub274\uc77c\uad04\ub4f1\ub85d\uc744 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? \\n \uba54\ub274\uc815\ubcf4\uc640 \ud504\ub85c\uadf8\ub7a8\ubaa9\ub85d, \ud504\ub85c\uadf8\ub7a8 \ubcc0\uacbd\ub0b4\uc5ed \uc874\uc7ac\uc2dc \uc0ad\uc81c \ud558\uc2e4 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comSymMnuMpm.menuBndeRegist.validate.confirm.delete=\uba54\ub274\uc77c\uad04\uc0ad\uc81c\ub97c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? \\n \uba54\ub274\uc815\ubcf4\uc640 \ud504\ub85c\uadf8\ub7a8\ubaa9\ub85d, \ud504\ub85c\uadf8\ub7a8 \ubcc0\uacbd\ub0b4\uc5ed \ub370\uc774\ud0c0 \ubaa8\ub450 \uc0ad\uc81c\ucc98\ub9ac \ub429\ub2c8\ub2e4. +comSymMnuMpm.menuBndeRegist.validate.alert.checkFile=\uc5c5\ub85c\ub4dc \ud560 \ud30c\uc77c\uc744 \uc9c0\uc815\ud574 \uc8fc\uc138\uc694. +comSymMnuMpm.menuBndeRegist.validate.checkFile=\ud30c\uc77c \ud615\uc2dd\uc774 \ub9de\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\\n xls,xlsx\ub9cc \uc5c5\ub85c\ub4dc\uac00 \uac00\ub2a5\ud569\ub2c8\ub2e4! + + +comSymMnuMpm.menuMvmn.title=\uba54\ub274\uc774\ub3d9 +comSymMnuMpm.menuMvmn.pageTop.title=\uba54\ub274\uc774\ub3d9 +comSymMnuMpm.menuMvmn.menuNo=\uc774\ub3d9\ud560\uba54\ub274\uba85 +comSymMnuMpm.menuMvmn.validate.alert.menu=\uba54\ub274\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uba54\ub274 \ub4f1\ub85d \ud6c4 \uc0ac\uc6a9\ud558\uc138\uc694! + + +comSymMnuMpm.head.head=\uacf5\ud1b5\uc11c\ube44\uc2a4 \ud14c\uc2a4\ud2b8 \uc0ac\uc774\ud2b8 +comSymMnuMpm.mainView.mainViewTitle=\ud589\uc815\uc548\uc804\ubd80 \uacf5\ud1b5\uc11c\ube44\uc2a4 \ud14c\uc2a4\ud2b8 \uc0ac\uc774\ud2b8 +comSymMnuMpm.mainView.selectBBSListPortlet=\uc0dd\uc131\ub41c \uac8c\uc2dc\ud310 \ubaa9\ub85d +comSymMnuMpm.mainView.selectCommuMasterListPortlet=\uc0dd\uc131\ub41c \ucee4\ubba4\ub2c8\ud2f0 \ubaa9\ub85d +comSymMnuMpm.mainView.selectBlogListPortlet=\uc0dd\uc131\ub41c \ube14\ub85c\uadf8 \ubaa9\ub85d +comSymMnuMpm.mainView.deptSchdulManageMainList=\ubd80\uc11c\uc77c\uc815\uad00\ub9ac +comSymMnuMpm.mainView.indvdlSchdulManageMainList=\ub098\uc758\uc77c\uc815\uad00\ub9ac +comSymMnuMpm.mainView.exchangeRateInformation=\ud658\uc728\uc815\ubcf4 +comSymMnuMpm.mainView.subMenuList=\ubd80\uba54\ub274 \ubcf4\uae30 +comSymMnuMpm.mainView.getBannerImage=\ubc30\ub108 +comSymMnuMpm.main_bottom.mainBottomTitle=\uc544\ub798\uba54\uc778 +comSymMnuMpm.main_bottom.address=03171 \uc11c\uc6b8\ud2b9\ubcc4\uc2dc \uc885\ub85c\uad6c \uc138\uc885\ub300\ub85c 209 (\uc815\ubd80\uc11c\uc6b8\uccad\uc0ac) / 30128 \uc138\uc885\ud2b9\ubcc4\uc790\uce58\uc2dc \uc815\ubd802\uccad\uc0ac\ub85c 13 (\uc815\ubd80\uc138\uc885\uccad\uc0ac) + + +#\uc0ac\uc774\ud2b8\ub9f5# +comSymMnuStm.siteMapng.siteMap=\uc0ac\uc774\ud2b8\ub9f5 +comSymMnuStm.siteMapng.emptySiteMap=1100.\uba54\ub274\uc0dd\uc131\uad00\ub9ac > [\uba54\ub274\uc0dd\uc131]\ud074\ub9ad > \ubaa9\ub85d\uc5d0\uc11c \uccb4\ud06c\uc120\ud0dd > [\uba54\ub274\uc0dd\uc131]\ud074\ub9ad > [\uc0ac\uc774\ud2b8\ub9f5\uc0dd\uc131] \ud074\ub9ad > \ud31d\uc5c5\uc5d0\uc11c [\uc0ac\uc774\ud2b8\ub9f5\uc0dd\uc131]\ud074\ub9ad \uacfc\uc815\uc744 \uac70\uccd0\uc57c \uc0ac\uc774\ud2b8\ub9f5 \uc0dd\uc131\uc774 \ub429\ub2c8\ub2e4. +comSymMnuStm.siteMapng.validate.siteMap=\uc0ac\uc774\ud2b8\ub9f5\uc744 \uc0dd\uc131\ud574 \uc8fc\uc138\uc694. + + + +comSymPrm.programListManage.title=\ud504\ub85c\uadf8\ub7a8\ubaa9\ub85d\ub9ac\uc2a4\ud2b8 +comSymPrm.programListManage.pageTop.title=\ud504\ub85c\uadf8\ub7a8\ubaa9\ub85d\uad00\ub9ac + +comSymPrm.programListManage.programName=\ud504\ub85c\uadf8\ub7a8\uba85 +comSymPrm.programListManage.programFileName=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymPrm.programListManage.ProgramDescription=\ud504\ub85c\uadf8\ub7a8\uc124\uba85 + + +comSymPrm.programListRegist.title=\ud504\ub85c\uadf8\ub7a8\ubaa9\ub85d\ub4f1\ub85d +comSymPrm.programListRegist.pageTop.title=\ud504\ub85c\uadf8\ub7a8\ubaa9\ub85d \ub4f1\ub85d +comSymPrm.programListRegist.progrmFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymPrm.programListRegist.progrmStrePath=\uc800\uc7a5\uacbd\ub85c +comSymPrm.programListRegist.progrmKoreanNm=\ud55c\uae00\uba85 +comSymPrm.programListRegist.progrmDc=\ud504\ub85c\uadf8\ub7a8\uc124\uba85 +comSymPrm.programListRegist.url=URL + + +comSymPrm.programListDetailSelectUpdt.title=\ud504\ub85c\uadf8\ub7a8\ubaa9\ub85d \uc0c1\uc138\uc870\ud68c /\uc218\uc815 +comSymPrm.programListDetailSelectUpdt.pageTop.title=\ud504\ub85c\uadf8\ub7a8\ubaa9\ub85d \uc0c1\uc138\uc870\ud68c /\uc218\uc815 +comSymPrm.programListDetailSelectUpdt.progrmFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymPrm.programListDetailSelectUpdt.progrmStrePath=\uc800\uc7a5\uacbd\ub85c +comSymPrm.programListDetailSelectUpdt.progrmKoreanNm=\ud55c\uae00\uba85 +comSymPrm.programListDetailSelectUpdt.progrmDc=\ud504\ub85c\uadf8\ub7a8\uc124\uba85 +comSymPrm.programListDetailSelectUpdt.url=URL + + +comSymPrm.programChangeRequst.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad +comSymPrm.programChangeRequst.pageTop.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad +comSymPrm.programChangeRequst.progrmFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymPrm.programChangeRequst.rqesterNo=\uc694\uccad\ubc88\ud638 +comSymPrm.programChangeRequst.rqesterSj=\uc694\uccad\uc81c\ubaa9 +comSymPrm.programChangeRequst.rqesterPersonId=\uc694\uccad\uc790 +comSymPrm.programChangeRequst.rqesterDe=\uc694\uccad\uc77c\uc790 +comSymPrm.programChangeRequst.processSttus=\ucc98\ub9ac\uc5ec\ubd80 +comSymPrm.programChangeRequst.processSttusA=\uc2e0\uccad\uc911 +comSymPrm.programChangeRequst.processSttusP=\uc9c4\ud589\uc911 +comSymPrm.programChangeRequst.processSttusR=\ubc18\ub824 +comSymPrm.programChangeRequst.processSttusC=\ucc98\ub9ac\uc644\ub8cc + + +comSymPrm.programChangRequstDetailSelectUpdt.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad +comSymPrm.programChangRequstDetailSelectUpdt.pageTop.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad \uc0c1\uc138\uc870\ud68c /\uc218\uc815 +comSymPrm.programChangRequstDetailSelectUpdt.title.sub1=\ubcc0\uacbd\uc694\uccad\ub0b4\uc5ed +comSymPrm.programChangRequstDetailSelectUpdt.title.sub2=\ubcc0\uacbd\ucc98\ub9ac\ub0b4\uc5ed +comSymPrm.programChangRequstDetailSelectUpdt.rqesterNo=\uc694\uccad\ubc88\ud638 +comSymPrm.programChangRequstDetailSelectUpdt.progrmFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymPrm.programChangRequstDetailSelectUpdt.rqesterPersonId=\uc694\uccad\uc790ID +comSymPrm.programChangRequstDetailSelectUpdt.rqesterDe=\uc694\uccad\uc77c\uc790 +comSymPrm.programChangRequstDetailSelectUpdt.rqesterSj=\uc694\uccad\uc81c\ubaa9 +comSymPrm.programChangRequstDetailSelectUpdt.changerqesterCn=\ubcc0\uacbd\uc694\uccad\ub0b4\uc6a9 +comSymPrm.programChangRequstDetailSelectUpdt.processDe=\ubcc0\uacbd\ucc98\ub9ac\uc77c\uc790 +comSymPrm.programChangRequstDetailSelectUpdt.opetrId=\ubcc0\uacbd\ucc98\ub9ac\uc790 +comSymPrm.programChangRequstDetailSelectUpdt.processSttus=\ubcc0\uacbd\ucc98\ub9ac\uc0c1\ud0dc +comSymPrm.programChangRequstDetailSelectUpdt.processSttusA=\uc2e0\uccad\uc911 +comSymPrm.programChangRequstDetailSelectUpdt.processSttusP=\uc9c4\ud589\uc911 +comSymPrm.programChangRequstDetailSelectUpdt.processSttusR=\ubc18\ub824 +comSymPrm.programChangRequstDetailSelectUpdt.processSttusC=\ucc98\ub9ac\uc644\ub8cc +comSymPrm.programChangRequstDetailSelectUpdt.rqesterProcessCn=\ubcc0\uacbd\ucc98\ub9ac\ub0b4\uc6a9 + + +comSymPrm.programChangRequstStre.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad \ub4f1\ub85d +comSymPrm.programChangRequstStre.pageTop.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad \ub4f1\ub85d +comSymPrm.programChangRequstStre.rqesterNo=\uc694\uccad\ubc88\ud638 +comSymPrm.programChangRequstStre.progrmFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymPrm.programChangRequstStre.searchProgrmFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 \uac80\uc0c9 +comSymPrm.programChangRequstStre.rqesterPersonId=\uc694\uccad\uc790 +comSymPrm.programChangRequstStre.rqesterDe=\uc694\uccad\uc77c\uc790 +comSymPrm.programChangRequstStre.rqesterSj=\uc694\uccad\uc81c\ubaa9 +comSymPrm.programChangRequstStre.changerqesterCn=\ubcc0\uacbd\uc694\uccad\ub0b4\uc6a9 + + +comSymPrm.fileNmSearch.title=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 \uac80\uc0c9 +comSymPrm.fileNmSearch.pageTop.title=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 \uac80\uc0c9 +comSymPrm.fileNmSearch.progrmFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymPrm.fileNmSearch.progrmNm=\ud504\ub85c\uadf8\ub7a8\uba85 + + +comSymPrm.programChangeRequstProcess.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad\ucc98\ub9ac +comSymPrm.programChangeRequstProcess.pageTop.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad\ucc98\ub9ac +comSymPrm.programChangeRequstProcess.searchCondition.opt1=\uc804\uccb4 +comSymPrm.programChangeRequstProcess.searchCondition.opt2=\ucc98\ub9ac\uc0c1\ud0dc +comSymPrm.programChangeRequstProcess.searchCondition.opt3=\uc694\uccad\uc77c\uc790 +comSymPrm.programChangeRequstProcess.searchCondition.opt4=\uc694\uccad\uc790 +comSymPrm.programChangeRequstProcess.searchKeyword.value=\uac80\uc0c9\uc870\uac74\uac12 +comSymPrm.programChangeRequstProcess.searchKeyword.all=\uc804\uccb4\uc870\ud68c +comSymPrm.programChangeRequstProcess.rqesterNo=\uc694\uccad\ubc88\ud638 +comSymPrm.programChangeRequstProcess.progrmNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymPrm.programChangeRequstProcess.processSttus=\ucc98\ub9ac\uc0c1\ud0dc +comSymPrm.programChangeRequstProcess.rqesterSj=\uc694\uccad\uc81c\ubaa9 +comSymPrm.programChangeRequstProcess.rqesterPersonId=\uc694\uccad\uc790 +comSymPrm.programChangeRequstProcess.rqesterDe=\uc694\uccad\uc77c\uc790 +comSymPrm.programChangeRequstProcess.processSttusA=\uc2e0\uccad\uc911 +comSymPrm.programChangeRequstProcess.processSttusP=\uc9c4\ud589\uc911 +comSymPrm.programChangeRequstProcess.processSttusR=\ubc18\ub824 +comSymPrm.programChangeRequstProcess.processSttusC=\ucc98\ub9ac\uc644\ub8cc + + +comSymPrm.programChangRequstProcessDetailSelectUpdt.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad\ucc98\ub9ac\uc0c1\uc138\uc870\ud68c/\uc218\uc815 +comSymPrm.programChangRequstProcessDetailSelectUpdt.pageTop.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad\ucc98\ub9ac\uc0c1\uc138\uc870\ud68c/\uc218\uc815 +comSymPrm.programChangRequstProcessDetailSelectUpdt.title.sub1=\ubcc0\uacbd\ucc98\ub9ac\ub0b4\uc5ed +comSymPrm.programChangRequstProcessDetailSelectUpdt.title.sub2=\ubcc0\uacbd\uc694\uccad\ub0b4\uc5ed +comSymPrm.programChangRequstProcessDetailSelectUpdt.processDe=\ubcc0\uacbd\ucc98\ub9ac\uc77c\uc790 +comSymPrm.programChangRequstProcessDetailSelectUpdt.opetrId=\ubcc0\uacbd\ucc98\ub9ac\uc790 +comSymPrm.programChangRequstProcessDetailSelectUpdt.processSttus=\ubcc0\uacbd\ucc98\ub9ac\uc0c1\ud0dc +comSymPrm.programChangRequstProcessDetailSelectUpdt.rqesterProcessCn=\ubcc0\uacbd\ucc98\ub9ac\ub0b4\uc6a9 +comSymPrm.programChangRequstProcessDetailSelectUpdt.processSttusA=\uc2e0\uccad\uc911 +comSymPrm.programChangRequstProcessDetailSelectUpdt.processSttusP=\uc9c4\ud589\uc911 +comSymPrm.programChangRequstProcessDetailSelectUpdt.processSttusR=\ubc18\ub824 +comSymPrm.programChangRequstProcessDetailSelectUpdt.processSttusC=\ucc98\ub9ac\uc644\ub8cc +comSymPrm.programChangRequstProcessDetailSelectUpdt.rqesterNo=\uc694\uccad\ubc88\ud638 +comSymPrm.programChangRequstProcessDetailSelectUpdt.progrmFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymPrm.programChangRequstProcessDetailSelectUpdt.rqesterPersonId=\uc694\uccad\uc790ID +comSymPrm.programChangRequstProcessDetailSelectUpdt.rqesterDe=\uc694\uccad\uc77c\uc790 +comSymPrm.programChangRequstProcessDetailSelectUpdt.rqesterSj=\uc694\uccad\uc81c\ubaa9 +comSymPrm.programChangRequstProcessDetailSelectUpdt.changerqesterCn=\ubcc0\uacbd\uc694\uccad\ub0b4\uc6a9 + + +comSymPrm.programChgHst.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc774\ub825 +comSymPrm.programChgHst.pageTop.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc774\ub825 +comSymPrm.programChgHst.searchKeyword=\ud504\ub85c\uadf8\ub7a8\uba85 +comSymPrm.programChgHst.progrmFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymPrm.programChgHst.processSttus=\ucc98\ub9ac\uc0c1\ud0dc +comSymPrm.programChgHst.rqesterProcessCn=\ucc98\ub9ac\ub0b4\uc6a9 +comSymPrm.programChgHst.rqesterPersonId=\ubcc0\uacbd\uc694\uccad\uc790 +comSymPrm.programChgHst.rqesterDe=\ubcc0\uacbd\uc694\uccad\uc77c\uc790 +comSymPrm.programChgHst.processDe=\ubcc0\uacbd\uc644\ub8cc\uc77c\uc790 +comSymPrm.programChgHst.processSttusA=\uc2e0\uccad\uc911 +comSymPrm.programChgHst.processSttusP=\uc9c4\ud589\uc911 +comSymPrm.programChgHst.processSttusR=\ubc18\ub824 +comSymPrm.programChgHst.processSttusC=\ucc98\ub9ac\uc644\ub8cc + + +comSymPrm.programChgHstDetail.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc774\ub825\uc0c1\uc138 +comSymPrm.programChgHstDetail.pageTop.title=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc774\ub825\uc0c1\uc138\uc870\ud68c +comSymPrm.programChgHstDetail.title.sub1=\ubcc0\uacbd\uc694\uccad\ub0b4\uc5ed +comSymPrm.programChgHstDetail.title.sub2=\ubcc0\uacbd\ucc98\ub9ac\ub0b4\uc5ed +comSymPrm.programChgHstDetail.rqesterNo=\uc694\uccad\ubc88\ud638 +comSymPrm.programChgHstDetail.progrmFileNm=\ud504\ub85c\uadf8\ub7a8\ud30c\uc77c\uba85 +comSymPrm.programChgHstDetail.rqesterPersonId=\uc694\uccad\uc790ID +comSymPrm.programChgHstDetail.rqesterDe=\uc694\uccad\uc77c\uc790 +comSymPrm.programChgHstDetail.rqesterSj=\uc694\uccad\uc81c\ubaa9 +comSymPrm.programChgHstDetail.changerqesterCn=\ubcc0\uacbd\uc694\uccad\ub0b4\uc6a9 +comSymPrm.programChgHstDetail.processDe=\ubcc0\uacbd\ucc98\ub9ac\uc77c\uc790 +comSymPrm.programChgHstDetail.opetrId=\ubcc0\uacbd\ucc98\ub9ac\uc790 +comSymPrm.programChgHstDetail.processSttus=\ubcc0\uacbd\ucc98\ub9ac\uc0c1\ud0dc +comSymPrm.programChgHstDetail.rqesterProcessCn=\ubcc0\uacbd\ucc98\ub9ac\ub0b4\uc6a9 +comSymPrm.programChgHstDetail.processSttusA=\uc2e0\uccad\uc911 +comSymPrm.programChgHstDetail.processSttusP=\uc9c4\ud589\uc911 +comSymPrm.programChgHstDetail.processSttusR=\ubc18\ub824 +comSymPrm.programChgHstDetail.processSttusC=\ucc98\ub9ac\uc644\ub8cc + + +comSymPrm.progrmManageController.processSttusA=\uc2e0\uccad\uc911 +comSymPrm.progrmManageController.processSttusP=\uc9c4\ud589\uc911 +comSymPrm.progrmManageController.processSttusR=\ubc18\ub824 +comSymPrm.progrmManageController.processSttusC=\ucc98\ub9ac\uc644\ub8cc +comSymPrm.progrmManageController.email.Sj=\ud504\ub85c\uadf8\ub7a8\ubcc0\uacbd\uc694\uccad \ucc98\ub9ac +comSymPrm.progrmManageController.email.emailCn=\ud504\ub85c\uadf8\ub7a8 \ubcc0\uacbd\uc694\uccad \uc0ac\ud56d\uc774 \ucc98\ub9ac \ub418\uc5c8\uc2b5\ub2c8\ub2e4. +comSymPrm.progrmManageController.updateProgrmChangRequstProcess.fail=\uc218\uc815\uc774 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4. \ubcc0\uacbd\uc694\uccad\ucc98\ub9ac \uc218\uc815\uc740 \ubcc0\uacbd\ucc98\ub9ac\ud574\ub2f9 \ub2f4\ub2f9\uc790\ub9cc \ucc98\ub9ac\uac00\ub2a5\ud569\ub2c8\ub2e4. +comSymPrm.progrmManageController.checkRqesterPersonId=\uc0ad\uc81c\uc5d0 \uc2e4\ud328\ud558\uc600\uc2b5\ub2c8\ub2e4. \ubcc0\uacbd\uc694\uccad\uc790\ub9cc \uc0ad\uc81c\uac00\ub2a5\ud569\ub2c8\ub2e4. + + + +comSymSymBak.backupOpertList.title=\ubc31\uc5c5\uc791\uc5c5\uad00\ub9ac \ubaa9\ub85d\uc870\ud68c +comSymSymBak.backupOpertList.pageTop.title=\ubc31\uc5c5\uc791\uc5c5\uad00\ub9ac \ubaa9\ub85d\uc870\ud68c +comSymSymBak.backupOpertList.caption=\ubc31\uc5c5\uc791\uc5c5\uad00\ub9ac \ubaa9\ub85d +comSymSymBak.backupOpertList.validate.searchKeyword=\uac80\uc0c9\uc870\uac74\uc744 \uc120\ud0dd\ud558\uc138\uc694. +comSymSymBak.backupOpertList.searchCondition=\uac80\uc0c9\uc870\uac74\uad6c\ubd84 +comSymSymBak.backupOpertList.backupOpertId=\ubc31\uc5c5\uc791\uc5c5ID +comSymSymBak.backupOpertList.backupOpertNm=\ubc31\uc5c5\uc791\uc5c5\uba85 +comSymSymBak.backupOpertList.backupOrginlDrctry=\ubc31\uc5c5\uc6d0\ubcf8\ub514\ub809\ud1a0\ub9ac +comSymSymBak.backupOpertList.backupStreDrctry=\ubc31\uc5c5\uc800\uc7a5\ub514\ub809\ud1a0\ub9ac +comSymSymBak.backupOpertList.executCycleNm=\uc2e4\ud589\uc8fc\uae30 +comSymSymBak.backupOpertList.executSchdul=\uc2e4\ud589\uc2a4\ucf00\uc904 +comSymSymBak.backupOpertList.searchKeyword=\uac80\uc0c9\ud0a4\uc6cc\ub4dc + + +comSymSymBak.backupOpertDetail.title=\ubc31\uc5c5\uc791\uc5c5 \uc0c1\uc138\uc870\ud68c +comSymSymBak.backupOpertDetail.pageTop.title=\ubc31\uc5c5\uc791\uc5c5 \uc0c1\uc138\uc870\ud68c +comSymSymBak.backupOpertDetail.backupOpertId=\ubc31\uc5c5\uc791\uc5c5ID +comSymSymBak.backupOpertDetail.backupOpertNm=\ubc31\uc5c5\uc791\uc5c5\uba85 +comSymSymBak.backupOpertDetail.backupOrginlDrctry=\ubc31\uc5c5\uc6d0\ubcf8\ub514\ub809\ud1a0\ub9ac +comSymSymBak.backupOpertDetail.backupStreDrctry=\ubc31\uc5c5\uc800\uc7a5\ub514\ub809\ud1a0\ub9ac +comSymSymBak.backupOpertDetail.executCycleNm=\uc2e4\ud589\uc8fc\uae30 +comSymSymBak.backupOpertDetail.cmprsSeNm=\uc555\ucd95\uad6c\ubd84 + + +comSymSymBak.backupOpertUpdt.title=\ubc31\uc5c5\uc791\uc5c5\uc218\uc815 +comSymSymBak.backupOpertUpdt.pageTop.title=\ubc31\uc5c5\uc791\uc5c5 \uc218\uc815 +comSymSymBak.backupOpertUpdt.validate.executSchdulDfkSes.length=\uc2e4\ud589\uc8fc\uae30\ub97c \ub9e4\uc8fc\ub85c \uc120\ud0dd\ud588\uc744 \ub54c \uc694\uc77c\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymSymBak.backupOpertUpdt.validate.cycleMonth.executSchdulDay=\uc2e4\ud589\uc8fc\uae30\uac00 \ub9e4\uc6d4\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c)\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymSymBak.backupOpertUpdt.validate.cycleYear.executSchdulMonth=\uc2e4\ud589\uc8fc\uae30\uac00 \ub9e4\ub144\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc6d4)\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymSymBak.backupOpertUpdt.validate.cycleYear.executSchdulDay=\uc2e4\ud589\uc8fc\uae30\uac00 \ub9e4\ub144\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c)\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymSymBak.backupOpertUpdt.validate.checkDate=\uc2e4\ud589\uc2a4\ucf00\uc904 (\uc6d4/\uc77c)\uc774 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comSymSymBak.backupOpertUpdt.validate.executSchdulDeNm=\uc2e4\ud589\uc8fc\uae30\uac00 \ud55c\ubc88\ub9cc\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c\uc790)\ub294 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymSymBak.backupOpertUpdt.validate.executSchdulDeNm.isDate=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c\uc790)\uac00 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comSymSymBak.backupOpertUpdt.backupOpertId=\ubc31\uc5c5\uc791\uc5c5ID +comSymSymBak.backupOpertUpdt.backupOpertNm=\ubc31\uc5c5\uc791\uc5c5\uba85 +comSymSymBak.backupOpertUpdt.backupOrginlDrctry=\ubc31\uc5c5\uc6d0\ubcf8\ub514\ub809\ud1a0\ub9ac +comSymSymBak.backupOpertUpdt.backupStreDrctry=\ubc31\uc5c5\uc800\uc7a5\ub514\ub809\ud1a0\ub9ac +comSymSymBak.backupOpertUpdt.executCycleNm=\uc2e4\ud589\uc8fc\uae30 +comSymSymBak.backupOpertUpdt.cmprsSeNm=\uc555\ucd95\uad6c\ubd84 +comSymSymBak.backupOpertUpdt.executSchdulDeNm=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c\uc790) +comSymSymBak.backupOpertUpdt.executSchdulMonth=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc6d4) +comSymSymBak.backupOpertUpdt.executSchdulDay=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c) +comSymSymBak.backupOpertUpdt.executSchdulHour=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc2dc) +comSymSymBak.backupOpertUpdt.executSchdulMnt=\uc2e4\ud589\uc2a4\ucf00\uc904(\ubd84) +comSymSymBak.backupOpertUpdt.executSchdulSecnd=\uc2e4\ud589\uc2a4\ucf00\uc904(\ucd08) +comSymSymBak.backupOpertUpdt.spnMonth=\uc6d4 +comSymSymBak.backupOpertUpdt.spnDay=\uc77c +comSymSymBak.backupOpertUpdt.spnHH=\uc2dc +comSymSymBak.backupOpertUpdt.spnMM=\ubd84 +comSymSymBak.backupOpertUpdt.spnSS=\ucd08 + + +comSymSymBak.backupOpertRegist.title=\ubc31\uc5c5\uc791\uc5c5 \ub4f1\ub85d +comSymSymBak.backupOpertRegist.pageTop.title=\ubc31\uc5c5\uc791\uc5c5 \ub4f1\ub85d +comSymSymBak.backupOpertRegist.validate.executSchdulDfkSes.length=\uc2e4\ud589\uc8fc\uae30\ub97c \ub9e4\uc8fc\ub85c \uc120\ud0dd\ud588\uc744 \ub54c \uc694\uc77c\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymSymBak.backupOpertRegist.validate.cycleMonth.executSchdulDay=\uc2e4\ud589\uc8fc\uae30\uac00 \ub9e4\uc6d4\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c)\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymSymBak.backupOpertRegist.validate.cycleYear.executSchdulMonth=\uc2e4\ud589\uc8fc\uae30\uac00 \ub9e4\ub144\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc6d4)\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymSymBak.backupOpertRegist.validate.cycleYear.executSchdulDay=\uc2e4\ud589\uc8fc\uae30\uac00 \ub9e4\ub144\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c)\uc740 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymSymBak.backupOpertRegist.validate.checkDate=\uc2e4\ud589\uc2a4\ucf00\uc904 (\uc6d4/\uc77c)\uc774 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comSymSymBak.backupOpertRegist.validate.executSchdulDeNm=\uc2e4\ud589\uc8fc\uae30\uac00 \ud55c\ubc88\ub9cc\uc77c\ub54c \uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c\uc790)\ub294 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +comSymSymBak.backupOpertRegist.validate.executSchdulDeNm.isDate=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c\uc790)\uac00 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comSymSymBak.backupOpertRegist.backupOpertNm=\ubc31\uc5c5\uc791\uc5c5\uba85 +comSymSymBak.backupOpertRegist.backupOrginlDrctry=\ubc31\uc5c5\uc6d0\ubcf8\ub514\ub809\ud1a0\ub9ac +comSymSymBak.backupOpertRegist.backupStreDrctry=\ubc31\uc5c5\uc800\uc7a5\ub514\ub809\ud1a0\ub9ac +comSymSymBak.backupOpertRegist.executCycleNm=\uc2e4\ud589\uc8fc\uae30 +comSymSymBak.backupOpertRegist.cmprsSeNm=\uc555\ucd95\uad6c\ubd84 +comSymSymBak.backupOpertRegist.executSchdulDeNm=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c\uc790) +comSymSymBak.backupOpertRegist.executSchdulMonth=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc6d4) +comSymSymBak.backupOpertRegist.executSchdulDay=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc77c) +comSymSymBak.backupOpertRegist.executSchdulHour=\uc2e4\ud589\uc2a4\ucf00\uc904(\uc2dc) +comSymSymBak.backupOpertRegist.executSchdulMnt=\uc2e4\ud589\uc2a4\ucf00\uc904(\ubd84) +comSymSymBak.backupOpertRegist.executSchdulSecnd=\uc2e4\ud589\uc2a4\ucf00\uc904(\ucd08) +comSymSymBak.backupOpertRegist.spnMonth=\uc6d4 +comSymSymBak.backupOpertRegist.spnDay=\uc77c +comSymSymBak.backupOpertRegist.spnHH=\uc2dc +comSymSymBak.backupOpertRegist.spnMM=\ubd84 +comSymSymBak.backupOpertRegist.spnSS=\ucd08 + + +comSymSymBak.backupResultList.title=\ubc31\uc5c5\uacb0\uacfc\uad00\ub9ac \ubaa9\ub85d\uc870\ud68c +comSymSymBak.backupResultList.pageTop.title=\ubc31\uc5c5\uacb0\uacfc \ubaa9\ub85d +comSymSymBak.backupResultList.caption=\ubc31\uc5c5\uacb0\uacfc \ubaa9\ub85d +comSymSymBak.backupResultList.validate.searchKeyword=\uac80\uc0c9\uc870\uac74\uc744 \uc120\ud0dd\ud558\uc138\uc694. +comSymSymBak.backupResultList.validate.searchStartDate=\uac80\uc0c9\uc2dc\uc791\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694. +comSymSymBak.backupResultList.validate.searchEndDate=\uac80\uc0c9\uc885\ub8cc\uc77c\uc790\ub97c \uc785\ub825\ud558\uc138\uc694. +comSymSymBak.backupResultList.validate.searchStartDate.name=\uc870\ud68c\uc2dc\uc791\uc77c\uc790 +comSymSymBak.backupResultList.validate.searchEndDate.name=\uc870\ud68c\uc885\ub8cc\uc77c\uc790 +comSymSymBak.backupResultList.validate.searchKeywordFromTo=\uac80\uc0c9\uc885\ub8cc\uc2dc\uac01\uc774 \uac80\uc0c9\uc2dc\uc791\uc2dc\uac01\ubcf4\ub2e4 \ube60\ub97c\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comSymSymBak.backupResultList.searchKeyword=\uac80\uc0c9\ud0a4\uc6cc\ub4dc +comSymSymBak.backupResultList.execStartDate=\uc2e4\ud589\uc2dc\uc791\uc77c\uc790 +comSymSymBak.backupResultList.searchStartDate=\uac80\uc0c9\uc2dc\uc791\uc77c\uc790 +comSymSymBak.backupResultList.searchEndDate=\uac80\uc0c9\uc885\ub8cc\uc77c\uc790 +comSymSymBak.backupResultList.searchCondition=\uac80\uc0c9\uc870\uac74\uad6c\ubd84 +comSymSymBak.backupResultList.sttusAll=\uc804\uccb4 +comSymSymBak.backupResultList.sttusNormal=\uc815\uc0c1 +comSymSymBak.backupResultList.sttusAbnormal=\ube44\uc815\uc0c1 +comSymSymBak.backupResultList.sttusPerforming=\uc218\ud589\uc911 +comSymSymBak.backupResultList.backupResultId=\ubc31\uc5c5\uacb0\uacfcID +comSymSymBak.backupResultList.backupOpertId=\ubc31\uc5c5\uc791\uc5c5ID +comSymSymBak.backupResultList.backupOpertNm=\ubc31\uc5c5\uc791\uc5c5\uba85 +comSymSymBak.backupResultList.sttusNm=\uc0c1\ud0dc +comSymSymBak.backupResultList.executBeginTime=\uc2e4\ud589\uc2dc\uc791\uc2dc\uac01 +comSymSymBak.backupResultList.executEndTime=\uc2e4\ud589\uc885\ub8cc\uc2dc\uac01 + + +comSymSymBak.backupResultDetail.title=\ubc31\uc5c5\uacb0\uacfc \uc0c1\uc138\uc870\ud68c +comSymSymBak.backupResultDetail.pageTop.title=\ubc31\uc5c5\uacb0\uacfc \uc0c1\uc138\uc870\ud68c +comSymSymBak.backupResultDetail.backupResultId=\ubc31\uc5c5\uacb0\uacfcID +comSymSymBak.backupResultDetail.backupOpertId=\ubc31\uc5c5\uc791\uc5c5ID +comSymSymBak.backupResultDetail.backupOpertNm=\ubc31\uc5c5\uc791\uc5c5\uba85 +comSymSymBak.backupResultDetail.backupOrginlDrctry=\ubc31\uc5c5\uc6d0\ubcf8\ub514\ub809\ud1a0\ub9ac +comSymSymBak.backupResultDetail.backupStreDrctry=\ubc31\uc5c5\uc800\uc7a5\ub514\ub809\ud1a0\ub9ac +comSymSymBak.backupResultDetail.backupFile=\ubc31\uc5c5\ud30c\uc77c +comSymSymBak.backupResultDetail.sttusNm=\uc0c1\ud0dc +comSymSymBak.backupResultDetail.errorInfo=\uc5d0\ub7ec\uc815\ubcf4 +comSymSymBak.backupResultDetail.executBeginTime=\uc2e4\ud589\uc2dc\uc791\uc2dc\uac01 +comSymSymBak.backupResultDetail.executEndTime=\uc2e4\ud589\uc885\ub8cc\uc2dc\uac01 + + + +# EgovNtwrk.xml +comSymSymNwk.ntwrk.validate.gtwy=\uac8c\uc774\ud2b8\uc6e8\uc774 +comSymSymNwk.ntwrk.validate.subnet=\uc11c\ube0c\ub137 +comSymSymNwk.ntwrk.validate.domnServer=DNS +comSymSymNwk.ntwrk.validate.userNm=\uc0ac\uc6a9\uc790\uba85 +comSymSymNwk.ntwrk.validate.regstYmd=\ub4f1\ub85d\uc77c\uc790 +comSymSymNwk.ntwrk.validate.ntwrkIp=IP + + +comSymSymNwk.ntwrkList.title=\ub124\ud2b8\uc6cc\ud06c \ubaa9\ub85d\uc870\ud68c +comSymSymNwk.NtwrkList.pageTop.title=\ub124\ud2b8\uc6cc\ud06c \uad00\ub9ac +comSymSymNwk.NtwrkList.strManageIem.all=\uc804\uccb4 +comSymSymNwk.NtwrkList.strUserNm=\uc0ac\uc6a9\uc790 \uba85 +comSymSymNwk.NtwrkList.ntwrkId=\ub124\ud2b8\uc6cc\ud06cID +comSymSymNwk.NtwrkList.ntwrkIp=IP +comSymSymNwk.NtwrkList.manageIem=\uad00\ub9ac\ud56d\ubaa9 +comSymSymNwk.NtwrkList.userNm=\uc0ac\uc6a9\uc790 +comSymSymNwk.NtwrkList.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comSymSymNwk.NtwrkList.regstYmd=\ub4f1\ub85d\uc77c\uc790 + + +comSymSymNwk.ntwrkDetail.title=\ub124\ud2b8\uc6cc\ud06c \uc0c1\uc138\uc870\ud68c +comSymSymNwk.ntwrkDetail.pageTop.title=\ub124\ud2b8\uc6cc\ud06c \uc0c1\uc138\uc870\ud68c +comSymSymNwk.ntwrkDetail.ntwrkId=\ub124\ud2b8\uc6cc\ud06cID +comSymSymNwk.ntwrkDetail.ntwrkIp=IP +comSymSymNwk.ntwrkDetail.gtwy=\uac8c\uc774\ud2b8\uc6e8\uc774 +comSymSymNwk.ntwrkDetail.subnet=\uc11c\ube0c\ub137 +comSymSymNwk.ntwrkDetail.domnServer=DNS +comSymSymNwk.ntwrkDetail.manageIem=\uad00\ub9ac\ud56d\ubaa9 +comSymSymNwk.ntwrkDetail.userNm=\uc0ac\uc6a9\uc790\uba85 +comSymSymNwk.ntwrkDetail.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comSymSymNwk.ntwrkDetail.regstYmd=\ub4f1\ub85d\uc77c\uc790 + + +comSymSymNwk.ntwrkUpdt.title=\ub124\ud2b8\uc6cc\ud06c \uc218\uc815 +comSymSymNwk.ntwrkUpdt.pageTop.title=\ub124\ud2b8\uc6cc\ud06c \uc218\uc815 +comSymSymNwk.ntwrkUpdt.ntwrkId=\ub124\ud2b8\uc6cc\ud06cID +comSymSymNwk.ntwrkUpdt.ntwrkIp=IP +comSymSymNwk.ntwrkUpdt.gtwy=\uac8c\uc774\ud2b8\uc6e8\uc774 +comSymSymNwk.ntwrkUpdt.subnet=\uc11c\ube0c\ub137 +comSymSymNwk.ntwrkUpdt.domnServer=DNS +comSymSymNwk.ntwrkUpdt.manageIem=\uad00\ub9ac\ud56d\ubaa9 +comSymSymNwk.ntwrkUpdt.userNm=\uc0ac\uc6a9\uc790\uba85 +comSymSymNwk.ntwrkUpdt.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comSymSymNwk.ntwrkUpdt.regstYmd=\ub4f1\ub85d\uc77c\uc790 +comSymSymNwk.ntwrkUpdt.validate.save=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymSymNwk.ntwrkUpdt.validate.delete=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymSymNwk.ntwrkUpdt.validate.ip.notAllowed=\uc608\uc678 \uc544\uc774\ud53c \uc785\ub2c8\ub2e4. +comSymSymNwk.ntwrkUpdt.validate.ip.formatMismatch=IP \ud615\uc2dd\uc774 \uc77c\uce58 \ud558\uc9c0\uc54a\uc2b5\ub2c8\ub2e4. + + +comSymSymNwk.ntwrkRegist.title=\ub124\ud2b8\uc6cc\ud06c \ub4f1\ub85d +comSymSymNwk.ntwrkRegist.pageTop.title=\ub124\ud2b8\uc6cc\ud06c \ub4f1\ub85d +comSymSymNwk.ntwrkRegist.ntwrkId=\ub124\ud2b8\uc6cc\ud06cID +comSymSymNwk.ntwrkRegist.ntwrkIp=IP +comSymSymNwk.ntwrkRegist.gtwy=\uac8c\uc774\ud2b8\uc6e8\uc774 +comSymSymNwk.ntwrkRegist.subnet=\uc11c\ube0c\ub137 +comSymSymNwk.ntwrkRegist.domnServer=DNS +comSymSymNwk.ntwrkRegist.manageIem=\uad00\ub9ac\ud56d\ubaa9 +comSymSymNwk.ntwrkRegist.userNm=\uc0ac\uc6a9\uc790\uba85 +comSymSymNwk.ntwrkRegist.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comSymSymNwk.ntwrkRegist.regstYmd=\ub4f1\ub85d\uc77c\uc790 +comSymSymNwk.ntwrkRegist.validate.save=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymSymNwk.ntwrkRegist.validate.delete=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymSymNwk.ntwrkRegist.validate.ip.notAllowed=\uc608\uc678 \uc544\uc774\ud53c \uc785\ub2c8\ub2e4. +comSymSymNwk.ntwrkRegist.validate.ip.formatMismatch=IP \ud615\uc2dd\uc774 \uc77c\uce58 \ud558\uc9c0\uc54a\uc2b5\ub2c8\ub2e4. + + + +# EgovServer.xml +comSymSymSrv.server.validate.serverNm=\uc11c\ubc84\uba85 +comSymSymSrv.server.validate.regstYmd=\ub4f1\ub85d\uc77c\uc790 + +# EgovServerEqpmn.xml +comSymSymSrv.serverEqpmn.validate.serverEqpmnNm=\uc11c\ubc84\uc7a5\ube44\uba85 +comSymSymSrv.serverEqpmn.validate.serverEqpmnIp=\uc11c\ubc84\uc7a5\ube44IP +comSymSymSrv.serverEqpmn.validate.serverEqpmnMngrNm=\uad00\ub9ac\uc790 +comSymSymSrv.serverEqpmn.validate.mngrEmailAddr=\uad00\ub9ac\uc790\uc774\uba54\uc77c\uc8fc\uc18c +comSymSymSrv.serverEqpmn.validate.opersysmInfo=OS\uc815\ubcf4 +comSymSymSrv.serverEqpmn.validate.cpuInfo=CPU\uc815\ubcf4 +comSymSymSrv.serverEqpmn.validate.moryInfo=\uba54\ubaa8\ub9ac\uc815\ubcf4 +comSymSymSrv.serverEqpmn.validate.hdDisk=\ud558\ub4dc\ub514\uc2a4\ud06c +comSymSymSrv.serverEqpmn.validate.regstYmd=\ub4f1\ub85d\uc77c\uc790 + + +comSymSymSrv.serverEqpmnList.title=\uc11c\ubc84\uc7a5\ube44 \ubaa9\ub85d\uc870\ud68c +comSymSymSrv.serverEqpmnList.pageTop.title=\uc11c\ubc84H/W \uad00\ub9ac +comSymSymSrv.serverEqpmnList.caption=\uc11c\ubc84H/W \uad00\ub9ac +comSymSymSrv.serverEqpmnList.serverEqpmnId=\uc11c\ubc84H/W ID +comSymSymSrv.serverEqpmnList.serverEqpmnNm=\uc11c\ubc84H/W \uba85 +comSymSymSrv.serverEqpmnList.serverEqpmnIp=\uc11c\ubc84H/W IP +comSymSymSrv.serverEqpmnList.serverEqpmnMngrNm=\uad00\ub9ac\uc790 +comSymSymSrv.serverEqpmnList.regstYmd=\ub4f1\ub85d\uc77c\uc790 + + +comSymSymSrv.serverEqpmnDetail.title=\uc11c\ubc84\uc7a5\ube44 \uc0c1\uc138\uc870\ud68c +comSymSymSrv.serverEqpmnDetail.pageTop.title=\uc11c\ubc84H/W \uc0c1\uc138\uc870\ud68c +comSymSymSrv.serverEqpmnDetail.serverEqpmnId=\uc11c\ubc84H/W ID +comSymSymSrv.serverEqpmnDetail.serverEqpmnNm=\uc11c\ubc84H/W \uba85 +comSymSymSrv.serverEqpmnDetail.serverEqpmnIp=\uc11c\ubc84H/W IP +comSymSymSrv.serverEqpmnDetail.serverEqpmnMngrNm=\uad00\ub9ac\uc790 +comSymSymSrv.serverEqpmnDetail.mngrEmailAddr=\uad00\ub9ac\uc790\uc774\uba54\uc77c\uc8fc\uc18c +comSymSymSrv.serverEqpmnDetail.opersysmInfo=OS\uc815\ubcf4 +comSymSymSrv.serverEqpmnDetail.cpuInfo=CPU\uc815\ubcf4 +comSymSymSrv.serverEqpmnDetail.moryInfo=\uba54\ubaa8\ub9ac\uc815\ubcf4 +comSymSymSrv.serverEqpmnDetail.hdDisk=\ud558\ub4dc\ub514\uc2a4\ud06c +comSymSymSrv.serverEqpmnDetail.etcInfo=\uae30\ud0c0\uc815\ubcf4 +comSymSymSrv.serverEqpmnDetail.regstYmd=\ub4f1\ub85d\uc77c\uc790 + + +comSymSymSrv.serverEqpmnUpdt.title=\uc11c\ubc84\uc7a5\ube44 \uc218\uc815 +comSymSymSrv.serverEqpmnUpdt.pageTop.title=\uc11c\ubc84H/W \uc218\uc815 +comSymSymSrv.serverEqpmnUpdt.serverEqpmnId=\uc11c\ubc84H/W ID +comSymSymSrv.serverEqpmnUpdt.serverEqpmnNm=\uc11c\ubc84H/W \uba85 +comSymSymSrv.serverEqpmnUpdt.serverEqpmnIp=\uc11c\ubc84H/W IP +comSymSymSrv.serverEqpmnUpdt.serverEqpmnMngrNm=\uad00\ub9ac\uc790 +comSymSymSrv.serverEqpmnUpdt.mngrEmailAddr=\uad00\ub9ac\uc790\uc774\uba54\uc77c\uc8fc\uc18c +comSymSymSrv.serverEqpmnUpdt.opersysmInfo=OS\uc815\ubcf4 +comSymSymSrv.serverEqpmnUpdt.cpuInfo=CPU\uc815\ubcf4 +comSymSymSrv.serverEqpmnUpdt.moryInfo=\uba54\ubaa8\ub9ac\uc815\ubcf4 +comSymSymSrv.serverEqpmnUpdt.hdDisk=\ud558\ub4dc\ub514\uc2a4\ud06c +comSymSymSrv.serverEqpmnUpdt.etcInfo=\uae30\ud0c0\uc815\ubcf4 +comSymSymSrv.serverEqpmnUpdt.regstYmd=\ub4f1\ub85d\uc77c\uc790 +comSymSymSrv.serverEqpmnUpdt.validate.ip.notAllowed=\uc608\uc678 \uc544\uc774\ud53c \uc785\ub2c8\ub2e4. +comSymSymSrv.serverEqpmnUpdt.validate.save=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymSymSrv.serverEqpmnUpdt.validate.delete=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymSymSrv.serverEqpmnUpdt.validate.ip.formatMismatch=IP \ud615\uc2dd\uc774 \uc77c\uce58 \ud558\uc9c0\uc54a\uc2b5\ub2c8\ub2e4. + + +comSymSymSrv.serverEqpmnRegist.title=\uc11c\ubc84\uc7a5\ube44 \ub4f1\ub85d +comSymSymSrv.serverEqpmnRegist.pageTop.title=\uc11c\ubc84H/W \ub4f1\ub85d +comSymSymSrv.serverEqpmnRegist.serverEqpmnNm=\uc11c\ubc84H/W \uba85 +comSymSymSrv.serverEqpmnRegist.serverEqpmnIp=\uc11c\ubc84H/W IP +comSymSymSrv.serverEqpmnRegist.serverEqpmnMngrNm=\uad00\ub9ac\uc790 +comSymSymSrv.serverEqpmnRegist.mngrEmailAddr=\uad00\ub9ac\uc790\uc774\uba54\uc77c\uc8fc\uc18c +comSymSymSrv.serverEqpmnRegist.opersysmInfo=OS\uc815\ubcf4 +comSymSymSrv.serverEqpmnRegist.cpuInfo=CPU\uc815\ubcf4 +comSymSymSrv.serverEqpmnRegist.moryInfo=\uba54\ubaa8\ub9ac\uc815\ubcf4 +comSymSymSrv.serverEqpmnRegist.hdDisk=\ud558\ub4dc\ub514\uc2a4\ud06c +comSymSymSrv.serverEqpmnRegist.etcInfo=\uae30\ud0c0\uc815\ubcf4 +comSymSymSrv.serverEqpmnRegist.regstYmd=\ub4f1\ub85d\uc77c\uc790 +comSymSymSrv.serverEqpmnRegist.validate.save=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymSymSrv.serverEqpmnRegist.validate.ip.notAllowed=\uc608\uc678 \uc544\uc774\ud53c \uc785\ub2c8\ub2e4. +comSymSymSrv.serverEqpmnRegist.validate.ip.formatMismatch=IP \ud615\uc2dd\uc774 \uc77c\uce58 \ud558\uc9c0\uc54a\uc2b5\ub2c8\ub2e4. +comSymSymSrv.serverEqpmnRegist.validate.email.formatMismatch=\uc720\ud6a8\ud558\uc9c0 \uc54a\uc740 \uc774\uba54\uc77c \uc8fc\uc18c\uc785\ub2c8\ub2e4. + + +comSymSymSrv.serverList.title=\uc11c\ubc84 \ubaa9\ub85d\uc870\ud68c +comSymSymSrv.serverList.pageTop.title=\uc11c\ubc84S/W \uad00\ub9ac +comSymSymSrv.serverList.serverId=\uc11c\ubc84S/W ID +comSymSymSrv.serverList.serverNm=\uc11c\ubc84S/W \uba85 +comSymSymSrv.serverList.serverKndNm=\uc11c\ubc84S/W \uc885\ub958 +comSymSymSrv.serverList.regstYmd=\ub4f1\ub85d\uc77c\uc790 +comSymSymSrv.serverList.regServerHW=\uc11c\ubc84H/W \ub4f1\ub85d + + +comSymSymSrv.serverEqpmnRelateRegist.title=\uc11c\ubc84H/W\uad00\uacc4 \ub4f1\ub85d +comSymSymSrv.serverEqpmnRelateRegist.pageTop.title=\uc11c\ubc84H/W \ub4f1\ub85d +comSymSymSrv.serverEqpmnRelateRegist.validate.noServer=\ubcc0\uacbd\ub41c \uc11c\ubc84H/W\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +comSymSymSrv.serverEqpmnRelateRegist.validate.noResults=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +comSymSymSrv.serverEqpmnRelateRegist.validate.save=\uc800\uc7a5\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymSymSrv.serverEqpmnRelateRegist.serverEqpmnId=\uc11c\ubc84H/W ID +comSymSymSrv.serverEqpmnRelateRegist.serverEqpmnNm=\uc11c\ubc84H/W \uba85 +comSymSymSrv.serverEqpmnRelateRegist.serverEqpmnIp=\uc11c\ubc84H/W IP +comSymSymSrv.serverEqpmnRelateRegist.serverEqpmnMngrNm=\uad00\ub9ac\uc790 +comSymSymSrv.serverEqpmnRelateRegist.regYn=\ub4f1\ub85d\uc5ec\ubd80 +comSymSymSrv.serverEqpmnRelateRegist.regYn.Y=\ub4f1\ub85d +comSymSymSrv.serverEqpmnRelateRegist.regYn.N=\ubbf8\ub4f1\ub85d + + +comSymSymSrv.serverDetail.title=\uc11c\ubc84\uc815\ubcf4 \uc0c1\uc138\uc870\ud68c +comSymSymSrv.serverDetail.pageTop.title1=\uc11c\ubc84S/W \uc0c1\uc138\uc870\ud68c +comSymSymSrv.serverDetail.serverId=\uc11c\ubc84S/W ID +comSymSymSrv.serverDetail.serverNm=\uc11c\ubc84S/W \uba85 +comSymSymSrv.serverDetail.serverKndNm=\uc11c\ubc84S/W \uc885\ub958 +comSymSymSrv.serverDetail.regstYmd=\ub4f1\ub85d\uc77c\uc790 +comSymSymSrv.serverDetail.pageTop.title2=\uc11c\ubc84H/W \ubaa9\ub85d +comSymSymSrv.serverDetail.serverEqpmnNm=\uc11c\ubc84H/W \uba85 +comSymSymSrv.serverDetail.serverEqpmnIp=\uc11c\ubc84H/W IP +comSymSymSrv.serverDetail.cpuInfo=CPU\uc815\ubcf4 +comSymSymSrv.serverDetail.moryInfo=\uba54\ubaa8\ub9ac\uc815\ubcf4 +comSymSymSrv.serverDetail.serverEqpmnMngrNm=\uad00\ub9ac\uc790 +comSymSymSrv.serverDetail.opersysmInfo=OS\uc815\ubcf4 +comSymSymSrv.serverDetail.hdDisk=\ud558\ub4dc\ub514\uc2a4\ud06c +comSymSymSrv.serverDetail.etcInfo=\uae30\ud0c0\uc815\ubcf4 + + +comSymSymSrv.serverUpdt.title=\uc11c\ubc84\uc815\ubcf4 \uc218\uc815 +comSymSymSrv.serverUpdt.pageTop.title=\uc11c\ubc84S/W \uc218\uc815 +comSymSymSrv.serverUpdt.validate.save=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymSymSrv.serverUpdt.validate.delete=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymSymSrv.serverUpdt.serverId=\uc11c\ubc84S/W ID +comSymSymSrv.serverUpdt.serverNm=\uc11c\ubc84S/W \uba85 +comSymSymSrv.serverUpdt.serverKndNm=\uc11c\ubc84S/W \uc885\ub958 +comSymSymSrv.serverUpdt.regstYmd=\ub4f1\ub85d\uc77c\uc790 + + +comSymSymSrv.serverRegist.title=\uc11c\ubc84\uc815\ubcf4 \ub4f1\ub85d +comSymSymSrv.serverRegist.pageTop.title=\uc11c\ubc84S/W \ub4f1\ub85d +comSymSymSrv.serverRegist.serverNm=\uc11c\ubc84S/W \uba85 +comSymSymSrv.serverRegist.serverKndNm=\uc11c\ubc84S/W \uc885\ub958 +comSymSymSrv.serverRegist.regstYmd=\ub4f1\ub85d\uc77c\uc790 +comSymSymSrv.serverRegist.validate.save=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + + + +comSymTbmTbp.troblProcessList.title=\uc7a5\uc560\ucc98\ub9ac \uad00\ub9ac +comSymTbmTbp.troblProcessList.pageTop.title=\uc7a5\uc560\ucc98\ub9ac \uad00\ub9ac +comSymTbmTbp.troblProcessList.caption=\uc7a5\uc560\ucc98\ub9ac \uad00\ub9ac \ubaa9\ub85d +comSymTbmTbp.troblProcessList.strTroblKnd.all=\uc804\uccb4 +comSymTbmTbp.troblProcessList.troblId=\uc7a5\uc560ID +comSymTbmTbp.troblProcessList.troblNm=\uc7a5\uc560\uba85 +comSymTbmTbp.troblProcessList.troblKndNm=\uc7a5\uc560\uc885\ub958 +comSymTbmTbp.troblProcessList.troblOccrrncTime=\uc7a5\uc560\ubc1c\uc0dd\uc2dc\uac04 +comSymTbmTbp.troblProcessList.troblRqesterNm=\ub4f1\ub85d\uc790 +comSymTbmTbp.troblProcessList.processSttusNm=\ucc98\ub9ac\uc0c1\ud0dc + + +comSymTbmTbp.troblProcessRegist.title=\uc7a5\uc560\ucc98\ub9ac\uacb0\uacfc \ub4f1\ub85d +comSymTbmTbp.troblProcessRegist.pageTop.title=\uc7a5\uc560\ucc98\ub9ac\uacb0\uacfc \ub4f1\ub85d +comSymTbmTbp.troblProcessRegist.validate.infoTime=\ucc98\ub9ac\uc2dc\uac04\uc740 \uc7a5\uc560\uc694\uccad\uc2dc\uac04 \uc774\ud6c4\ub85c \uc124\uc815\ud558\uc154\uc57c \ud569\ub2c8\ub2e4. +comSymTbmTbp.troblProcessRegist.validate.save=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymTbmTbp.troblProcessRegist.validate.delete=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymTbmTbp.troblProcessRegist.troblId=\uc7a5\uc560ID +comSymTbmTbp.troblProcessRegist.troblNm=\uc7a5\uc560\uba85 +comSymTbmTbp.troblProcessRegist.troblKndNm=\uc7a5\uc560\uc885\ub958 +comSymTbmTbp.troblProcessRegist.troblDc=\uc7a5\uc560\uc124\uba85 +comSymTbmTbp.troblProcessRegist.troblOccrrncTime=\uc7a5\uc560\ubc1c\uc0dd\uc2dc\uac04 +comSymTbmTbp.troblProcessRegist.troblRqesterNm=\uc7a5\uc560\ub4f1\ub85d\uc790 +comSymTbmTbp.troblProcessRegist.troblRequstTime=\uc7a5\uc560\uc694\uccad\uc2dc\uac04 +comSymTbmTbp.troblProcessRegist.processSttusNm=\ucc98\ub9ac\uc0c1\ud0dc +comSymTbmTbp.troblProcessRegist.troblProcessResult=\ucc98\ub9ac\uacb0\uacfc +comSymTbmTbp.troblProcessRegist.troblProcessD=\ucc98\ub9ac\uc2dc\uac04 +comSymTbmTbp.troblProcessRegist.troblOpetrNm=\ucc98\ub9ac\uc790 +comSymTbmTbp.troblProcessRegist.hour=\uc2dc +comSymTbmTbp.troblProcessRegist.minute=\ubd84 +comSymTbmTbp.troblProcessRegist.second=\ucd08 + + + + + +comSymTbmTbr.troblReqstList.title=\uc7a5\uc560\uc2e0\uccad \ubaa9\ub85d\uc870\ud68c +comSymTbmTbr.troblReqstList.pageTop.title=\uc7a5\uc560\uc2e0\uccad \uad00\ub9ac +comSymTbmTbr.troblReqstList.troblId=\uc7a5\uc560ID +comSymTbmTbr.troblReqstList.troblNm=\uc7a5\uc560\uba85 +comSymTbmTbr.troblReqstList.troblKndNm=\uc7a5\uc560\uc885\ub958 +comSymTbmTbr.troblReqstList.troblOccrrncTime=\uc7a5\uc560\ubc1c\uc0dd\uc2dc\uac04 +comSymTbmTbr.troblReqstList.troblRqesterNm=\ub4f1\ub85d\uc790 +comSymTbmTbr.troblReqstList.processSttusNm=\ucc98\ub9ac\uc0c1\ud0dc +comSymTbmTbr.troblReqstList.selectAll=\uc804\uccb4 + + +comSymTbmTbr.troblReqstDetail.title=\uc7a5\uc560\uc2e0\uccad \uc0c1\uc138\uc870\ud68c +comSymTbmTbr.troblReqstDetail.pageTop.title=\uc7a5\uc560\uc2e0\uccad \uc0c1\uc138\uc870\ud68c +comSymTbmTbr.troblReqstDetail.validate.=\uc218\uc815\ud560 \uc218 \uc5c6\ub294 \uc0c1\ud0dc\uc785\ub2c8\ub2e4. +comSymTbmTbr.troblReqstDetail.validate.=\uc0ad\uc81c\ud560 \uc218 \uc5c6\ub294 \uc0c1\ud0dc\uc785\ub2c8\ub2e4. +comSymTbmTbr.troblReqstDetail.validate.=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymTbmTbr.troblReqstDetail.validate.=\uc694\uccad \ub300\uc0c1\uc774 \uc544\ub2d9\ub2c8\ub2e4. +comSymTbmTbr.troblReqstDetail.validate.request=\uc694\uccad \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymTbmTbr.troblReqstDetail.validate.=\uc694\uccad\ucde8\uc18c \ub300\uc0c1\uc774 \uc544\ub2d9\ub2c8\ub2e4. +comSymTbmTbr.troblReqstDetail.validate.=\uc694\uccad\ucde8\uc18c\ub97c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymTbmTbr.troblReqstDetail.troblId=\uc7a5\uc560ID +comSymTbmTbr.troblReqstDetail.troblNm=\uc7a5\uc560\uba85 +comSymTbmTbr.troblReqstDetail.troblKndNm=\uc7a5\uc560\uc885\ub958 +comSymTbmTbr.troblReqstDetail.troblDc=\uc7a5\uc560\uc124\uba85 +comSymTbmTbr.troblReqstDetail.troblOccrrncTime=\uc7a5\uc560\ubc1c\uc0dd\uc2dc\uac04 +comSymTbmTbr.troblReqstDetail.troblRqesterNm=\uc7a5\uc560\ub4f1\ub85d\uc790 +comSymTbmTbr.troblReqstDetail.troblRequstTime=\uc7a5\uc560\uc694\uccad\uc2dc\uac04 +comSymTbmTbr.troblReqstDetail.processSttusNm=\ucc98\ub9ac\uc0c1\ud0dc +comSymTbmTbr.troblReqstDetail.troblProcessResult=\ucc98\ub9ac\uacb0\uacfc +comSymTbmTbr.troblReqstDetail.troblProcessTime=\ucc98\ub9ac\uc2dc\uac04 +comSymTbmTbr.troblReqstDetail.troblOpetrNm=\ucc98\ub9ac\uc790 +comSymTbmTbr.troblReqstDetail.request=\uc694\uccad +comSymTbmTbr.troblReqstDetail.cancelRequest=\uc694\uccad\ucde8\uc18c + + +comSymTbmTbr.troblReqstUpdt.title=\uc7a5\uc560\uc2e0\uccad \uc218\uc815 +comSymTbmTbr.troblReqstUpdt.pageTop.title=\uc7a5\uc560\uc2e0\uccad \uc218\uc815 +comSymTbmTbr.troblReqstUpdt.validate.=\uc7a5\uc560\ubc1c\uc0dd\uc2dc\uac04\uc740 \ud604\uc7ac\uc2dc\uac04 \uc774\uc804\uc73c\ub85c \uc124\uc815\ud558\uc154\uc57c \ud569\ub2c8\ub2e4. +comSymTbmTbr.troblReqstUpdt.validate.=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymTbmTbr.troblReqstUpdt.validate.=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymTbmTbr.troblReqstUpdt.troblId=\uc7a5\uc560ID +comSymTbmTbr.troblReqstUpdt.troblNm=\uc7a5\uc560\uba85 +comSymTbmTbr.troblReqstUpdt.troblKnd=\uc7a5\uc560\uc885\ub958 +comSymTbmTbr.troblReqstUpdt.troblDc=\uc7a5\uc560\uc124\uba85 +comSymTbmTbr.troblReqstUpdt.troblOccrrncTime=\uc7a5\uc560\ubc1c\uc0dd\uc2dc\uac04 +comSymTbmTbr.troblReqstUpdt.troblRqesterNm=\uc7a5\uc560\ub4f1\ub85d\uc790 +comSymTbmTbr.troblReqstUpdt.hour=\uc2dc +comSymTbmTbr.troblReqstUpdt.minute=\ubd84 +comSymTbmTbr.troblReqstUpdt.second=\ucd08 + + +comSymTbmTbr.troblReqstUpdt.title=\uc7a5\uc560\uc2e0\uccad \uc218\uc815 +comSymTbmTbr.troblReqstUpdt.pageTop.title=\uc7a5\uc560\uc2e0\uccad \uc218\uc815 +comSymTbmTbr.troblReqstUpdt.validate.info=\uc7a5\uc560\ubc1c\uc0dd\uc2dc\uac04\uc740 \ud604\uc7ac\uc2dc\uac04 \uc774\uc804\uc73c\ub85c \uc124\uc815\ud558\uc154\uc57c \ud569\ub2c8\ub2e4. +comSymTbmTbr.troblReqstUpdt.validate.save=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymTbmTbr.troblReqstUpdt.validate.delete=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymTbmTbr.troblReqstUpdt.troblId=\uc7a5\uc560ID +comSymTbmTbr.troblReqstUpdt.troblNm=\uc7a5\uc560\uba85 +comSymTbmTbr.troblReqstUpdt.troblKnd=\uc7a5\uc560\uc885\ub958 +comSymTbmTbr.troblReqstUpdt.troblDc=\uc7a5\uc560\uc124\uba85 +comSymTbmTbr.troblReqstUpdt.troblOccrrncTime=\uc7a5\uc560\ubc1c\uc0dd\uc2dc\uac04 +comSymTbmTbr.troblReqstUpdt.troblRqesterNm=\uc7a5\uc560\ub4f1\ub85d\uc790 +comSymTbmTbr.troblReqstUpdt.hour=\uc2dc +comSymTbmTbr.troblReqstUpdt.minute=\ubd84 +comSymTbmTbr.troblReqstUpdt.second=\ucd08 + + +comSymTbmTbr.troblReqstRegist.title=\uc7a5\uc560\uc2e0\uccad \ub4f1\ub85d +comSymTbmTbr.troblReqstRegist.pageTop.title=\uc7a5\uc560\uc2e0\uccad \ub4f1\ub85d +comSymTbmTbr.troblReqstRegist.validate.info=\uc7a5\uc560\ubc1c\uc0dd\uc2dc\uac04\uc740 \ud604\uc7ac\uc2dc\uac04 \uc774\uc804\uc73c\ub85c \uc124\uc815\ud558\uc154\uc57c \ud569\ub2c8\ub2e4. +comSymTbmTbr.troblReqstRegist.validate.save=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comSymTbmTbr.troblReqstRegist.troblId=\uc7a5\uc560ID +comSymTbmTbr.troblReqstRegist.troblNm=\uc7a5\uc560\uba85 +comSymTbmTbr.troblReqstRegist.troblKnd=\uc7a5\uc560\uc885\ub958 +comSymTbmTbr.troblReqstRegist.troblDc=\uc7a5\uc560\uc124\uba85 +comSymTbmTbr.troblReqstRegist.troblOccrrncTime=\uc7a5\uc560\ubc1c\uc0dd\uc2dc\uac04 +comSymTbmTbr.troblReqstRegist.troblRqesterNm=\uc7a5\uc560\ub4f1\ub85d\uc790 +comSymTbmTbr.troblReqstRegist.hour=\uc2dc +comSymTbmTbr.troblReqstRegist.minute=\ubd84 +comSymTbmTbr.troblReqstRegist.second=\ucd08 + + + +# EgovLoginPolicy.xml +comUatUap.loginPolicy.validate.ipInfo=IP\uc815\ubcf4 +comUatUap.loginPolicy.validate.lmttAt=IP\uc81c\ud55c\uc5ec\ubd80 + + +comUatUap.LoginPolicyList.title=\ub85c\uadf8\uc778\uc815\ucc45 \ubaa9\ub85d\uc870\ud68c +comUatUap.LoginPolicyList.caption=\ub85c\uadf8\uc778\uc815\ucc45 \uad00\ub9ac +comUatUap.LoginPolicyList.userName=\uc0ac\uc6a9\uc790 \uba85 +comUatUap.LoginPolicyList.userNameSearch=\uc0ac\uc6a9\uc790\uba85\uac80\uc0c9 +comUatUap.LoginPolicyList.userId=\uc0ac\uc6a9\uc790 ID +comUatUap.LoginPolicyList.ipInfo=IP \uc815\ubcf4 +comUatUap.LoginPolicyList.restricted=\uc81c\ud55c\uc5ec\ubd80 +comUatUap.LoginPolicyList.validate.checkCount=\uc120\ud0dd\ub41c \ub85c\uadf8\uc778\uc815\ucc45\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. +comUatUap.LoginPolicyList.validate.checkField=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +comUatUap.LoginPolicyList.validate.checkIds=\uc870\ud68c \ud6c4 \ub4f1\ub85d\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4. +comUatUap.LoginPolicyList.validate.checkReg=\uc774\ubbf8 \ub85c\uadf8\uc778\uc815\ucc45\uc774 \ub4f1\ub85d\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. +comUatUap.LoginPolicyList.validate.checkedCounter.onlyOne=\ub4f1\ub85d\ub300\uc0c1 \ud558\ub098\ub9cc \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624. +comUatUap.LoginPolicyList.validate.checkedCounter.none=\uc120\ud0dd\ub41c \ub4f1\ub85d\ub300\uc0c1\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. +comUatUap.LoginPolicyList.validate.delete=\uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + + +comUatUap.loginPolicyUpdt.title=\ub85c\uadf8\uc778\uc815\ucc45 \uc218\uc815 +comUatUap.loginPolicyUpdt.pageTop.title=\ub85c\uadf8\uc778\uc815\ucc45 \uc218\uc815 +comUatUap.loginPolicyUpdt.emplyrId=\uc0ac\uc6a9\uc790ID +comUatUap.loginPolicyUpdt.emplyrNm=\uc0ac\uc6a9\uc790\uba85 +comUatUap.loginPolicyUpdt.ipInfo=IP\uc815\ubcf4 +comUatUap.loginPolicyUpdt.lmttAt=IP\uc81c\ud55c\uc5ec\ubd80 +comUatUap.loginPolicyUpdt.regDate=\ub4f1\ub85d\uc77c\uc2dc +comUatUap.loginPolicyUpdt.validate.confirm.save=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comUatUap.loginPolicyUpdt.validate.confirm.delete=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comUatUap.loginPolicyUpdt.validate.info.exceptionIP=\uc608\uc678 \uc544\uc774\ud53c \uc785\ub2c8\ub2e4. +comUatUap.loginPolicyUpdt.validate.info.invalidForm=\ud615\uc2dd\uc774 \uc77c\uce58 \ud558\uc9c0\uc54a\uc2b5\ub2c8\ub2e4. + + +comUatUap.loginPolicyRegist.title=\ub85c\uadf8\uc778\uc815\ucc45 \ub4f1\ub85d +comUatUap.loginPolicyRegist.pageTop.title=\ub85c\uadf8\uc778\uc815\ucc45 \ub4f1\ub85d +comUatUap.loginPolicyRegist.emplyrId=\uc0ac\uc6a9\uc790ID +comUatUap.loginPolicyRegist.emplyrNm=\uc0ac\uc6a9\uc790\uba85 +comUatUap.loginPolicyRegist.ipInfo=IP\uc815\ubcf4 +comUatUap.loginPolicyRegist.lmttAt=IP\uc81c\ud55c\uc5ec\ubd80 +comUatUap.loginPolicyRegist.regDate=\ub4f1\ub85d\uc77c\uc2dc +comUatUap.loginPolicyRegist.validate.confirm.save=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comUatUap.loginPolicyRegist.validate.confirm.delete=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comUatUap.loginPolicyRegist.validate.info.exceptionIP=\uc608\uc678 \uc544\uc774\ud53c \uc785\ub2c8\ub2e4. +comUatUap.loginPolicyRegist.validate.info.invalidForm=\ud615\uc2dd\uc774 \uc77c\uce58 \ud558\uc9c0\uc54a\uc2b5\ub2c8\ub2e4. + + + +comUatUia.title=\ub85c\uadf8\uc778 + +comUatUia.validate.idCheck=\uc544\uc774\ub514\ub97c \uc785\ub825\ud558\uc138\uc694. +comUatUia.validate.passCheck=\ube44\ubc00\ubc88\ud638\ub97c \uc785\ub825\ud558\uc138\uc694 +comUatUia.validate.userManagmentCheck=\uc0ac\uc6a9\uc790 \uad00\ub9ac \ucef4\ud3ec\ub10c\ud2b8\uac00 \uc124\uce58\ub418\uc5b4 \uc788\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uad00\ub9ac\uc790\uc5d0\uac8c \ubb38\uc758\ud558\uc138\uc694. +comUatUia.validate.membershipCheck=\uc5c5\ubb34\uc0ac\uc6a9\uc790\ub294 \ubcc4\ub3c4\uc758 \ud68c\uc6d0\uac00\uc785\uc774 \ud544\uc694\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. + +comUatUia.loginForm.GNR=\uc77c\ubc18 +comUatUia.loginForm.ENT=\uae30\uc5c5 +comUatUia.loginForm.USR=\uc5c5\ubb34 + +comUatUia.loginForm.id=\uc544\uc774\ub514 +comUatUia.loginForm.pw=\ube44\ubc00\ubc88\ud638 +comUatUia.loginForm.login=\ub85c\uadf8\uc778 +comUatUia.loginForm.regist=\ud68c\uc6d0\uac00\uc785 +comUatUia.loginForm.idPwSearch=\uc544\uc774\ub514/\ube44\ubc00\ubc88\ud638 \ucc3e\uae30 + +comUatUia.loginForm.idSave=\uc544\uc774\ub514 \uc800\uc7a5 +comUatUia.loginForm.submit=\uc804\uc1a1 + +comUatUia.loginForm.login.gpki=\uc778\uc99d\uc11c\ub85c\uadf8\uc778 +comUatUia.loginForm.login.normal=\uc77c\ubc18\ub85c\uadf8\uc778 +comUatUia.loginForm.gpki.info=\uc778\uc99d\uc11c\uc548\ub0b4 +comUatUia.loginForm.gpki.descrption= + + +comUatUia.idPw.title=\uc544\uc774\ub514/\ube44\ubc00\ubc88\ud638 \ucc3e\uae30 + +comUatUia.idPw.id=\uc544\uc774\ub514 +comUatUia.idPw.name=\uc774\ub984 +comUatUia.idPw.email=\uc774\uba54\uc77c\uc8fc\uc18c +comUatUia.idPw.passwordHint=\ube44\ubc00\ubc88\ud638 \ud78c\ud2b8 +comUatUia.idPw.passwordCnsr=\ube44\ubc00\ubc88\ud638 \uc815\ub2f5 +comUatUia.idPw.result=\uacb0\uacfc + + +comUatUia.idPw.gnr = \uc77c\ubc18 +comUatUia.idPw.ent = \uae30\uc5c5 +comUatUia.idPw.usr = \uc5c5\ubb34 + +comUatUia.idPw.searchId = \uc544\uc774\ub514 \ucc3e\uae30 +comUatUia.idPw.searchPassword = \ube44\ubc00\ubc88\ud638 \ucc3e\uae30 + +comUatUia.idPw.validate.id=\uc544\uc774\ub514\ub97c \uc785\ub825\ud558\uc138\uc694. +comUatUia.idPw.validate.name=\uc774\ub984\uc744 \uc785\ub825\ud558\uc138\uc694. +comUatUia.idPw.validate.email=\uc774\uba54\uc77c\uc8fc\uc18c\ub97c \uc785\ub825\ud558\uc138\uc694. +comUatUia.idPw.validate.passwordHint=\ube44\ubc00\ubc88\ud638 \ud78c\ud2b8\ub97c \uc120\ud0dd\ud558\uc138\uc694. +comUatUia.idPw.validate.passwordCnsr=\ube44\ubc00\ubc88\ud638 \uc815\ub2f5\uc744 \uc785\ub825\ud558\uc138\uc694. + + +comUatUia.idPasswordResult.searchIdPwd=\uc544\uc774\ub514 \ubc0f \ube44\ubc00\ubc88\ud638 \ucc3e\uae30 + + +#\ucd9c\ud1f4\uadfc \uad00\ub9ac# +ussCmt.cmtManageList.cmtManage=\ucd9c\ud1f4\uadfc \uad00\ub9ac +ussCmt.cmtManageList.wrktDt=\uc77c\uc790 +ussCmt.cmtManageList.emplyrId=\uc0ac\uc6d0 ID +ussCmt.cmtManageList.wrkStartTime=\ucd9c\uadfc\uc2dc\uac04 +ussCmt.cmtManageList.wrkEndTime=\ud1f4\uadfc\uc2dc\uac04 +ussCmt.cmtManageList.ovtmwrkHours=\uc57c\uadfc\uc2dc\uac04 +ussCmt.cmtManageList.wrkStartStatus=\ucd9c\uadfc\uc0c1\ud0dc +ussCmt.cmtManageList.wrkEndStatus=\ud1f4\uadfc\uc0c1\ud0dc + +ussCmt.cmtManageServiceImpl.normal=\uc815\uc0c1 + +ussCmt.cmtManageList.wrkInfo=\u203b 1\uc77c \uc911\ubcf5 \ud074\ub9ad \uc2dc \uc624\ub958\ub85c \ucc98\ub9ac\ud55c\ub2e4. + +ussCmt.cmtManageList.validate.wrkStartAlert=\uc774\ubbf8 \ucd9c\uadfc \uc0c1\ud0dc\uc785\ub2c8\ub2e4. +ussCmt.cmtManageList.validate.wrkStartBeforeEndAlert=\uba3c\uc800 \ucd9c\uadfc\ub4f1\ub85d\uc744 \ud574\uc8fc\uc138\uc694. + + +#\uae30\ub150\uc77c\uad00\ub9ac comUssIonAns +#EgovAnnvrsryManage.xml +comUssIonAns.annvrsryManage.validate.usid=\uc0ac\uc6a9\uc790 ID +comUssIonAns.annvrsryManage.validate.annvrsrySe=\uae30\ub150\uc77c\uad6c\ubd84 +comUssIonAns.annvrsryManage.validate.annvrsryDe=\uae30\ub150\uc77c\uc790 +comUssIonAns.annvrsryManage.validate.cldrSe=\uc591\ub825/\uc74c\ub825\uad6c\ubd84 +comUssIonAns.annvrsryManage.validate.annvrsryNm=\uae30\ub150\uc77c\uba85 + +#EgovAnnvrsryManageList.jsp +comUssIonAns.annvrsryManageList.title=\uae30\ub150\uc77c\uad00\ub9ac \ubaa9\ub85d \uc870\ud68c +comUssIonAns.annvrsryManageList.arrParam.directProgress=\uae30\ub150\uc77c\uc77c\uad04\ucc98\ub9ac +comUssIonAns.annvrsryManageList.annvrsryManageList=\uae30\ub150\uc77c\uad00\ub9ac \ubaa9\ub85d +comUssIonAns.annvrsryManageList.excelRegiser=\uae30\ub150\uc77c\uc5d1\uc140\ub4f1\ub85d + +#EgovAnnvrsryDetail.jsp +comUssIonAns.annvrsryDetail.title=\uae30\ub150\uc77c \uc0c1\uc138 \uc870\ud68c +comUssIonAns.annvrsryDetail.annvrsryDetail=\uae30\ub150\uc77c \uc0c1\uc138 + +#EgovAnnvrsryRegist.jsp +comUssIonAns.annvrsryRegist.title=\uae30\ub150\uc77c \ub4f1\ub85d + +#EgovAnnvrsryUpdt.jsp +comUssIonAns.annvrsryUpdt.title=\uae30\ub150\uc77c \uc218\uc815 + +#EgovAnnvrsryGdcc.jsp +comUssIonAns.annvrsryGdcc.title=\uae30\ub150\uc77c \uc0c1\uc138 \uc870\ud68c +comUssIonAns.annvrsryGdcc.icon=\uc81c\ubaa9\uc544\uc774\ucf58\uc774\ubbf8\uc9c0 +comUssIonAns.annvrsryGdcc.intro=\uae30\ub150\uc77c \uc548\ub0b4 +comUssIonAns.annvrsryGdcc.alarm=\uae30\ub150\uc77c \uc54c\ub78c\ud654\uba74 +comUssIonAns.annvrsryGdcc.cldrSe1=\uc591 +comUssIonAns.annvrsryGdcc.cldrSe2=\uc74c + +#EgovAnnvrsryMainList.jsp +comUssIonAns.annvrsryMainList.title=\uae30\ub150\uc77c \ubaa9\ub85d \uba54\uc778\ub9ac\uc2a4\ud2b8 +comUssIonAns.annvrsryMainList.summary=\ub2e4\uac00\uc624\ub294 \uae30\ub150\uc77c\uc5d0 \ub300\ud55c \ubaa9\ub85d\uc744 \uc81c\uacf5\ud55c\ub2e4. +comUssIonAns.annvrsryMainList.listTitle=\ub2e4\uac00\uc624\ub294 \uae30\ub150\uc77c \ubaa9\ub85d +comUssIonAns.annvrsryMainList.guide=\ub370\uc774\ud130\ub294 930.\uae30\ub150\uc77c \uad00\ub9ac\uc5d0\uc11c \uae30\ub150\uc77c \uc77c\uc790\uac00 D-day\uc640 \ud604\uc7ac \uc2dc\uac04 \uc0ac\uc774\uc5d0 \ud3ec\ud568\ub418\uc5c8\uc744 \uacbd\uc6b0 \ucd9c\ub825. \uae30\ub150\uc77c\uba85 \ud074\ub9ad \uc2dc \uc0c1\uc138\ubcf4\uae30 \uac00\ub2a5. +comUssIonAns.annvrsryMainList.option=\ub9e4\ub144\ubc18\ubcf5 \uc635\uc158\uc744 \uc0ac\uc6a9\ud560 \uacbd\uc6b0 \ub144\ub3c4 \uc870\ud68c \uc2dc \ud574\ub2f9 \ub144\ub3c4\uac00 \uc544\ub2c8\uc5b4\ub3c4 \ub9e4\ub144 \uc801\uc6a9\ub418\uc5b4 \uc870\ud68c\ub428 + +#EgovAnnvrsryManageBndeListPop.jsp +comUssIonAns.annvrsryManageBndeListPop.title=\uae30\ub150\uc77c\uc77c\uad04\ub4f1\ub85d +comUssIonAns.annvrsryManageBndeListPop.validate.fileValue=\uc5c5\ub85c\ub4dc \ud560 \ud30c\uc77c\uc744 \uc9c0\uc815\ud574 \uc8fc\uc138\uc694. +comUssIonAns.annvrsryManageBndeListPop.validate.fileForm=\ud30c\uc77c \ud615\uc2dd\uc774 \ub9de\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\\n xls,XLS,xlsx,XLSX \ub9cc\\n \uc5c5\ub85c\ub4dc\uac00 \uac00\ub2a5\ud569\ub2c8\ub2e4! +comUssIonAns.annvrsryManageBndeListPop.validate.excelProcess=\uae30\ub150\uc77c \uc5d1\uc140 \ub4f1\ub85d\ucc98\ub9ac \uc644\ub8cc\ud558\uc600\uc2b5\ub2c8\ub2e4 +comUssIonAns.annvrsryManageBndeListPop.excelFile=\uae30\ub150\uc77c \uc5d1\uc140\ud30c\uc77c +comUssIonAns.annvrsryManageBndeListPop.AllFile=\uc77c\uad04\ud30c\uc77c +comUssIonAns.annvrsryManageBndeListPop.upload=\uc5c5\ub85c\ub4dc +comUssIonAns.annvrsryManageBndeListPop.cldrSe1=\uc591 +comUssIonAns.annvrsryManageBndeListPop.cldrSe2=\uc74c + +#Common +comUssIonAns.common.yearList=\ub144\ub3c4 +comUssIonAns.common.year=\ub144 +comUssIonAns.common.toNewWindow=\uc0c8\ucc3d\uc73c\ub85c\uc774\ub3d9 +comUssIonAns.common.annvrsryNm=\uae30\ub150\uc77c\uc81c\ubaa9 +comUssIonAns.common.annvrsryDe=\uae30\ub150\uc77c(\uc591/\uc74c) +comUssIonAns.common.cldrSe1=\uc591\ub825 +comUssIonAns.common.cldrSe2=\uc74c\ub825 +comUssIonAns.common.memo=\uba54\ubaa8 +comUssIonAns.common.annvrsrySetup=\uc54c\ub9bc\uc5ec\ubd80 +comUssIonAns.common.annvrsryBeginDday=\uc77c\uc804\uc54c\ub9bc +comUssIonAns.common.reptitSe=\ubc18\ubcf5\uc5ec\ubd80 +comUssIonAns.common.annvrsryTemp1=\uc2e0\uccad\uc790 +comUssIonAns.common.annvrsryTemp2=\uc18c\uc18d +comUssIonAns.common.annvrsryTemp3=\uae30\ub150\uc77c\uad6c\ubd84 +comUssIonAns.common.annvrsryTemp4=\uae30\ub150\uc77c +comUssIonAns.common.reptitSeEvery=\ub9e4\ub144\ubc18\ubcf5 +comUssIonAns.common.annvrsryNm=\uae30\ub150\uc77c\uba85 +comUssIonAns.common.memo=\uba54\ubaa8 +comUssIonAns.common.annvrsryBeginDe=\uc54c\ub9bc\uc2dc\uc791\uc77c +comUssIonAns.common.annvrsryBeginDdayAlarm=\uc77c\uc804\uc54c\ub9bc +comUssIonAns.common.annvrsryTemp5=\uc54c\ub9bc\uc124\uc815 +comUssIonAns.common.userName=\uc2e0\uccad\uc790\uba85 +comUssIonAns.common.annvrsryBeginDe.7=\uc77c\uc8fc\uc77c +comUssIonAns.common.annvrsryBeginDe.3=3\uc77c +comUssIonAns.common.annvrsryBeginDe.2=2\uc77c +comUssIonAns.common.annvrsryBeginDe.1=1\uc77c +comUssIonAns.common.annvrsryBeginDe.alarm=\uc804 \ubd80\ud130 \uc54c\ub9bc +comUssIonAns.common.alarm=\uc54c\ub9bc +comUssIonAns.common.init=\ucd08\uae30\ud654 +comUssIonAns.common.duplicate=\uc774\ubbf8 \ub4f1\ub85d\ub41c \ub370\uc774\ud0c0\uc785\ub2c8\ub2e4. \ud574\ub2f9 \ub370\uc774\ud0c0\ub97c \ud655\uc778\ud574 \uc8fc\uc138\uc694 + + +#\ubc30\ub108 \uad00\ub9ac# +ussIonBnr.bannerList.bannerList=\ubc30\ub108\uad00\ub9ac \ubaa9\ub85d +ussIonBnr.bannerList.bannerNm=\ubc30\ub108\uba85 +ussIonBnr.bannerList.linkUrl=\ub9c1\ud06c URL +ussIonBnr.bannerList.bannerDc=\ubc30\ub108 \uc124\uba85 +ussIonBnr.bannerList.reflctAtt=\ubc18\uc601\uc5ec\ubd80 +ussIonBnr.bannerList.noBanner=\uc120\ud0dd\ub41c \ubc30\ub108\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +ussIonBnr.bannerList.failInquire=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +ussIonBnr.bannerList.deleteImage=\uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c? + +ussIonBnr.bannerRegist.bannerRegist=\ubc30\ub108\uad00\ub9ac \ub4f1\ub85d +ussIonBnr.bannerRegist.bannerNm=\ubc30\ub108\uba85 +ussIonBnr.bannerRegist.bannerImage=\ubc30\ub108 \uc774\ubbf8\uc9c0 +ussIonBnr.bannerRegist.bannerId=\ubc30\ub108 ID +ussIonBnr.bannerRegist.linkUrl=\ub9c1\ud06c URL +ussIonBnr.bannerRegist.bannerDc=\ubc30\ub108 \uc124\uba85 +ussIonBnr.bannerRegist.sortOrdr=\uc815\ub82c\uc21c\uc11c +ussIonBnr.bannerRegist.reflctAtt=\ubc18\uc601\uc5ec\ubd80 +ussIonBnr.bannerRegist.regDate=\ub4f1\ub85d\uc77c\uc2dc +ussIonBnr.bannerRegist.saveImage=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +ussIonBnr.bannerRegist.ImageReq=\ubc30\ub108\uc774\ubbf8\uc9c0\ub294 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +ussIonBnr.bannerRegist.deleteImage=\uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c? + +ussIonBnr.bannerUpdt.bannerUpdt=\ubc30\ub108\uad00\ub9ac \uc218\uc815 +ussIonBnr.bannerUpdt.bannerNm=\ubc30\ub108\uba85 +ussIonBnr.bannerUpdt.bannerImage=\ubc30\ub108 \uc774\ubbf8\uc9c0 +ussIonBnr.bannerUpdt.bannerId=\ubc30\ub108 ID +ussIonBnr.bannerUpdt.linkUrl=\ub9c1\ud06c URL +ussIonBnr.bannerUpdt.bannerDc=\ubc30\ub108 \uc124\uba85 +ussIonBnr.bannerUpdt.sortOrdr=\uc815\ub82c\uc21c\uc11c +ussIonBnr.bannerUpdt.reflctAtt=\ubc18\uc601\uc5ec\ubd80 +ussIonBnr.bannerUpdt.regDate=\ub4f1\ub85d\uc77c\uc2dc +ussIonBnr.bannerUpdt.saveImage=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +ussIonBnr.bannerUpdt.deleteImage=\uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c? + +ussIonBnr.bannerMainList.bannerMainList=MYPAGE\ubc30\ub108\uad00\ub9ac +ussIonBnr.bannerMainList.EgovBannerDc=\uc774 \ud398\uc774\uc9c0\ub294 740. \ubc30\ub108\uad00\ub9ac\uc5d0 \ub4f1\ub85d\ud55c \ubc30\ub108\ub4e4\uc774 \ubc18\uc601\ub418\ub294 \uacf3\uc785\ub2c8\ub2e4. +ussIonBnr.bannerMainList.bannerNm=\ubc30\ub108\uba85 + + + +#\ub2f9\uc9c1\uad00\ub9ac comUssIonBnt +#EgovBndtCeckManage.xml +comUssIonBnt.bndtCeckManage.validate.bndtCeckSe=\ub2f9\uc9c1\uccb4\ud06c\uad6c\ubd84 +comUssIonBnt.bndtCeckManage.validate.bndtCeckCd=\ub2f9\uc9c1\uccb4\ud06c\ucf54\ub4dc +comUssIonBnt.bndtCeckManage.validate.bndtCeckCdNm=\ub2f9\uc9c1\uccb4\ud06c\ucf54\ub4dc\uba85 +comUssIonBnt.bndtCeckManage.validate.useAt=\uc0ac\uc6a9\uc5ec\ubd80 + +#EgovBndtDiary.xml +comUssIonBnt.bndtDiary.validate.bndtId=\ub2f9\uc9c1ID +comUssIonBnt.bndtDiary.validate.bndtDe=\ub2f9\uc9c1\uc77c\uc790 +comUssIonBnt.bndtDiary.validate.bndtCeckSe=\ub2f9\uc9c1\uccb4\ud06c\uad6c\ubd84 +comUssIonBnt.bndtDiary.validate.bndtCeckCd=\ub2f9\uc9c1\uccb4\ud06c\ucf54\ub4dc +comUssIonBnt.bndtDiary.validate.chckSttus=\uc810\uac80\uc0c1\ud0dc + +#EgovBndtManage.xml +comUssIonBnt.bndtManage.validate.bndtId=\ub2f9\uc9c1ID +comUssIonBnt.bndtManage.validate.bndtDe=\ub2f9\uc9c1\uc77c\uc790 +comUssIonBnt.bndtManage.validate.remark=\ube44\uace0 + +#EgovBndtManageList.jsp +comUssIonBnt.bndtManageList.title=\ub2f9\uc9c1\uad00\ub9ac \ubaa9\ub85d +comUssIonBnt.bndtManageList.bndtExcelRegist=\ub2f9\uc9c1\uc5d1\uc140\ub4f1\ub85d +comUssIonBnt.bndtManageList.bndtList=\ub2f9\uc9c1\ubaa9\ub85d + +#EgovBndtManageRegist.jsp comUssIonBnt.bndtManageRegist. +comUssIonBnt.bndtManageRegist.title=\ub2f9\uc9c1 \ub4f1\ub85d + +#EgovBndtManageDetail.jsp +comUssIonBnt.bndtManageDetail.title=\ub2f9\uc9c1 \uc0c1\uc138 + +#EgovBndtManageUpdt.jsp +comUssIonBnt.bndtManageUpdt.title=\ub2f9\uc9c1 \uc218\uc815 + +#EgovBndtManageBndeListPop.jsp +comUssIonBnt.bndtManageBndeListPop.title=\ub2f9\uc9c1\uc77c\uad04\ub4f1\ub85d +comUssIonBnt.bndtManageBndeListPop.bndtExcelFile=\ub2f9\uc9c1\uc790 \uc5d1\uc140\ud30c\uc77c +comUssIonBnt.bndtManageBndeListPop.file=\uc77c\uad04\ud30c\uc77c +comUssIonBnt.bndtManageBndeListPop.upload=\uc5c5\ub85c\ub4dc + +#EgovBndtDiaryDetail.jsp +comUssIonBnt.bndtDiaryDetail.title=\ub2f9\uc9c1\uc77c\uc9c0 \uc0c1\uc138 + +#EgovBndtDiaryRegist.jsp +comUssIonBnt.bndtDiaryRegist.title=\ub2f9\uc9c1\uc77c\uc9c0 \ub4f1\ub85d + +#EgovBndtDiaryUpdt.jsp +comUssIonBnt.bndtDiaryUpdt.title=\ub2f9\uc9c1\uc77c\uc9c0 \uc218\uc815 + +#EgovBndtCeckManageList.jsp +comUssIonBnt.bndtCeckManageList.title=\ub2f9\uc9c1\uccb4\ud06c\uad00\ub9ac \ubaa9\ub85d + +#EgovBndtCeckManageRegist.jsp +comUssIonBnt.bndtCeckManageRegist.title=\ub2f9\uc9c1\uccb4\ud06c \ub4f1\ub85d + +#EgovBndtCeckManageUpdt.jsp +comUssIonBnt.bndtCeckManageUpdt.title=\ub2f9\uc9c1\uccb4\ud06c \uc218\uc815 + +#EgovBndtCeckManageDetail.jsp +comUssIonBnt.bndtCeckManageDetail.title=\ub2f9\uc9c1\uccb4\ud06c \uc0c1\uc138\uc870\ud68c + +#Common comUssIonBnt.common. +comUssIonBnt.common.schdulSe=\ub2f9\uc9c1\ub144\uc6d4 +comUssIonBnt.common.year=\ub144 +comUssIonBnt.common.year.prev=\uc5f0\ub3c4 \uc774\uc804 +comUssIonBnt.common.year.next=\uc5f0\ub3c4 \uc774\ud6c4 +comUssIonBnt.common.month.prev=\uc6d4 \uc774\uc804 +comUssIonBnt.common.month.next=\uc6d4 \uc774\ud6c4 +comUssIonBnt.common.month=\uc6d4 +comUssIonBnt.common.toNewWindow=\uc0c8 \ucc3d\uc73c\ub85c \uc774\ub3d9 +comUssIonBnt.common.submit=\uc804\uc1a1 +comUssIonBnt.common.sun=\uc77c +comUssIonBnt.common.mon=\uc6d4 +comUssIonBnt.common.tues=\ud654 +comUssIonBnt.common.wed=\uc218 +comUssIonBnt.common.thurs=\ubaa9 +comUssIonBnt.common.fri=\uae08 +comUssIonBnt.common.sat=\ud1a0 +comUssIonBnt.common.watcher=\ub2f9\uc9c1\uc790 +comUssIonBnt.common.writeComplete=\uc791\uc131\uc644\ub8cc +comUssIonBnt.common.diary=\uc77c\uc9c0 +comUssIonBnt.common.insert=\ub4f1\ub85d +comUssIonBnt.common.yetInsert=\ubbf8\ub4f1\ub85d +comUssIonBnt.common.bndtIdName=\ub2f9\uc9c1\uc790\uba85 +comUssIonBnt.common.bndt=\ub2f9\uc9c1 +comUssIonBnt.common.orgnztNm=\uc18c\uc18d +comUssIonBnt.common.bndtDe=\ub2f9\uc9c1\uc77c\uc790 +comUssIonBnt.common.remark=\ube44\uace0 +comUssIonBnt.common.watcherName=\ub2f9\uc9c1 \ub300\uc0c1\uc790 +comUssIonBnt.common.validate.fileNull=\uc5c5\ub85c\ub4dc \ud560 \ud30c\uc77c\uc744 \uc9c0\uc815\ud574 \uc8fc\uc138\uc694. +comUssIonBnt.common.validate.formNotMatch=\ud30c\uc77c \ud615\uc2dd\uc774 \ub9de\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4.\\n xls,XLS,xlsx,XLSX \ub9cc\\n \uc5c5\ub85c\ub4dc\uac00 \uac00\ub2a5\ud569\ub2c8\ub2e4! +comUssIonBnt.common.validate.excelProcessComplete=\ub2f9\uc9c1\uc5d1\uc140 \ub4f1\ub85d\ucc98\ub9ac \uc644\ub8cc\ud558\uc600\uc2b5\ub2c8\ub2e4. +comUssIonBnt.common.altIconImg=\uc81c\ubaa9\uc544\uc774\ucf58\uc774\ubbf8\uc9c0 +comUssIonBnt.common.bndtCeckCdNm=\ub2f9\uc9c1\uccb4\ud06c\ubaa9\ub85d +comUssIonBnt.common.bndtCeckCd.good=\uc591\ud638 +comUssIonBnt.common.bndtCeckCd.bad=\ubd88\ub7c9 +comUssIonBnt.common.validate.fieldRequiredInput=\ud544\ub4dc\ub294 \ud544\uc218 \uc785\ub825\uc785\ub2c8\ub2e4. +comUssIonBnt.common.requiredInputSign=\ud544\uc218\uc785\ub825\ud45c\uc2dc +comUssIonBnt.common.searchBndtCeckSe=\ub2f9\uc9c1\uad6c\ubd84 +comUssIonBnt.common.selectedAll=\uc804\uccb4 +comUssIonBnt.common.bndtCeckCd=\ub2f9\uc9c1\uccb4\ud06c\ucf54\ub4dc +comUssIonBnt.common.bndtCeckCdName=\ub2f9\uc9c1\uccb4\ud06c\ucf54\ub4dc\uba85 +comUssIonBnt.common.useAt=\uc0ac\uc6a9\uc5ec\ubd80 +comUssIonBnt.common.useAt.y=\uc0ac\uc6a9 +comUssIonBnt.common.useAt.n=\ubbf8\uc0ac\uc6a9 +comUssIonBnt.common.bndtCeckTemp1=\ub2f9\uc9c1\uccb4\ud06c\uad6c\ubd84 + + + +#\uacbd\uc870\uc0ac\uad00\ub9ac comUssIonCtn +#EgovCtsnnManage.xml +comUssIonCtn.ctsnnManage.validate.usNm=\uc2e0\uccad\uc790 +comUssIonCtn.ctsnnManage.validate.ctsnnNm=\uacbd\uc870\uba85 +comUssIonCtn.ctsnnManage.validate.ctsnnCd=\uacbd\uc870\ucf54\ub4dc +comUssIonCtn.ctsnnManage.validate.occrrDe=\ubc1c\uc0dd\uc77c\uc790 +comUssIonCtn.ctsnnManage.validate.trgterNm=\ub300\uc0c1\uc790\uba85 +comUssIonCtn.ctsnnManage.validate.relate=\uad00\uacc4 +comUssIonCtn.ctsnnManage.validate.brth=\uc0dd\ub144\uc6d4\uc77c +comUssIonCtn.ctsnnManage.validate.sanctnDtNm=\uc2b9\uc778\uad8c\uc790 + +#EgovCtsnnManageList.jsp +comUssIonCtn.ctsnnManageList.title=\uacbd\uc870\uc0ac\uad00\ub9ac \ubaa9\ub85d +comUssIonCtn.ctsnnManageList.validate.searchFromDate=\uacbd\uc870\uc2e0\uccad\uc77c\uc790 \uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \uacbd\uc870\uc2e0\uccad\uc77c\uc790\ub97c \ud655\uc778\ud558\uc138\uc694. +comUssIonCtn.ctsnnManageList.searchKeyword=\uacbd\uc870\uad6c\ubd84 +comUssIonCtn.ctsnnManageList.selectedAll=\uc804\uccb4 +comUssIonCtn.ctsnnManageList.occurDate=\ubc1c\uc0dd\uc77c\uc790 +comUssIonCtn.ctsnnManageList.searchFromDate=\uacbd\uc870\uc2e0\uccad \uc2dc\uc791\uc77c\uc790 +comUssIonCtn.ctsnnManageList.searchToDate=\uacbd\uc870\uc2e0\uccad \uc885\ub8cc\uc77c\uc790 +comUssIonCtn.ctsnnManageList.searchNm=\uc2e0\uccad\uc790 +comUssIonCtn.ctsnnManageList.searchConfmAt=\uc9c4\ud589\uad6c\ubd84 +comUssIonCtn.ctsnnManageList.searchConfmAt.A=\uc2e0\uccad\uc911 +comUssIonCtn.ctsnnManageList.searchConfmAt.C=\uc2b9\uc778 +comUssIonCtn.ctsnnManageList.searchConfmAt.R=\ubc18\ub824 +comUssIonCtn.ctsnnManageList.ctsnnCdNm=\uacbd\uc870\uba85 +comUssIonCtn.ctsnnManageList.usNm=\uc2e0\uccad\uc790 +comUssIonCtn.ctsnnManageList.orgnztNm=\uc18c\uc18d +comUssIonCtn.ctsnnManageList.sanctnDt=\uc2b9\uc778\uc77c\uc790 +comUssIonCtn.ctsnnManageList.sanctnerNm=\uc2b9\uc778\uc790 + +#EgovCtsnnRegist.jsp +comUssIonCtn.ctsnnRegist.title=\uacbd\uc870\uc0ac \ub4f1\ub85d +comUssIonCtn.ctsnnRegist.ctsnnApply=\uacbd\uc870\uc0ac \uc2e0\uccad +comUssIonCtn.ctsnnRegist.ctsnnAplyr=\uacbd\uc870 \uc2e0\uccad\uc790 +comUssIonCtn.ctsnnRegist.usNm=\uc2e0\uccad\uc790 +comUssIonCtn.ctsnnRegist.usOrgnztNm=\uc18c\uc18d +comUssIonCtn.ctsnnRegist.ctsnnNm=\uacbd\uc870\uba85 +comUssIonCtn.ctsnnRegist.ctsnnCd=\uacbd\uc870\uad6c\ubd84 +comUssIonCtn.ctsnnRegist.occrrDe=\ubc1c\uc0dd\uc77c +comUssIonCtn.ctsnnRegist.trgterNm=\ub300\uc0c1\uc790\uba85 +comUssIonCtn.ctsnnRegist.relate=\uad00\uacc4 +comUssIonCtn.ctsnnRegist.brth=\uc0dd\ub144\uc6d4\uc77c +comUssIonCtn.ctsnnRegist.remark=\ube44\uace0 +comUssIonCtn.ctsnnRegist.infrmlSanctnId=\uacb0\uc7ac\uad8c\uc790 + +#EgovCtsnnUpdt.jsp +comUssIonCtn.ctsnnUpdt.title=\uacbd\uc870\uc0ac \uc218\uc815 +comUssIonCtn.ctsnnUpdt.ctsnnAplyr=\uacbd\uc870 \uc2e0\uccad\uc790 +comUssIonCtn.ctsnnUpdt.usNm=\uc2e0\uccad\uc790 +comUssIonCtn.ctsnnUpdt.usOrgnztNm=\uc18c\uc18d +comUssIonCtn.ctsnnUpdt.ctsnnNm=\uacbd\uc870\uba85 +comUssIonCtn.ctsnnUpdt.EnterCtsnnNm=\uacbd\uc870\uba85\uc744 \uc785\ub825\ud558\uc138\uc694. +comUssIonCtn.ctsnnUpdt.ctsnnCd=\uacbd\uc870\uad6c\ubd84 +comUssIonCtn.ctsnnUpdt.occrrDe=\ubc1c\uc0dd\uc77c +comUssIonCtn.ctsnnUpdt.trgterNm=\ub300\uc0c1\uc790\uba85 +comUssIonCtn.ctsnnUpdt.EnterTrgterNm=\ub300\uc0c1\uc790\uba85\uc744 \uc785\ub825\ud558\uc138\uc694. +comUssIonCtn.ctsnnUpdt.relate=\uad00\uacc4 +comUssIonCtn.ctsnnUpdt.brth=\uc0dd\ub144\uc6d4\uc77c +comUssIonCtn.ctsnnUpdt.remark=\ube44\uace0 +comUssIonCtn.ctsnnUpdt.infrmlSanctnId=\uacb0\uc7ac\uad8c\uc790 + +#EgovCtsnnManageDetail.jsp +comUssIonCtn.ctsnnManageDetail.title=\uacbd\uc870\uc0ac \uc0c1\uc138\uc870\ud68c +comUssIonCtn.ctsnnManageDetail.ctsnnAplyr=\uacbd\uc870 \uc2e0\uccad\uc790 +comUssIonCtn.ctsnnManageDetail.usNm=\uc2e0\uccad\uc790 +comUssIonCtn.ctsnnManageDetail.usOrgnztNm=\uc18c\uc18d +comUssIonCtn.ctsnnManageDetail.ctsnnNm=\uacbd\uc870\uba85 +comUssIonCtn.ctsnnManageDetail.ctsnnCd=\uacbd\uc870\uad6c\ubd84 +comUssIonCtn.ctsnnManageDetail.occrrDe=\ubc1c\uc0dd\uc77c +comUssIonCtn.ctsnnManageDetail.trgterNm=\ub300\uc0c1\uc790\uba85 +comUssIonCtn.ctsnnManageDetail.relate=\uad00\uacc4 +comUssIonCtn.ctsnnManageDetail.brth=\uc0dd\ub144\uc6d4\uc77c +comUssIonCtn.ctsnnManageDetail.remark=\ube44\uace0 +comUssIonCtn.ctsnnManageDetail.infrmlSanctnId=\uacb0\uc7ac\uad8c\uc790 +comUssIonCtn.ctsnnManageDetail.submit=\uc804\uc1a1 + +#EgovCtsnnConfm.jsp +comUssIonCtn.ctsnnConfm.title=\uacbd\uc870\uc0ac\uc2b9\uc778 +comUssIonCtn.ctsnnConfm.submit=\uc804\uc1a1 +comUssIonCtn.ctsnnConfm.ctsnnAplyr=\uacbd\uc870 \uc2e0\uccad\uc790 +comUssIonCtn.ctsnnConfm.usNm=\uc2e0\uccad\uc790 +comUssIonCtn.ctsnnConfm.orgnztNm=\uc18c\uc18d +comUssIonCtn.ctsnnConfm.ctsnnNm=\uacbd\uc870\uba85 +comUssIonCtn.ctsnnConfm.ctsnnCdNm=\uacbd\uc870\uad6c\ubd84 +comUssIonCtn.ctsnnConfm.occrrDe=\ubc1c\uc0dd\uc77c +comUssIonCtn.ctsnnConfm.trgterNm=\ub300\uc0c1\uc790\uba85 +comUssIonCtn.ctsnnConfm.relateNm=\uad00\uacc4 +comUssIonCtn.ctsnnConfm.brth=\uc0dd\ub144\uc6d4\uc77c +comUssIonCtn.ctsnnConfm.remark=\ube44\uace0 +comUssIonCtn.ctsnnConfm.infrmlSanctnId=\uacb0\uc7ac\uad8c\uc790 +comUssIonCtn.ctsnnConfm.agree=\uc2b9\uc778 +comUssIonCtn.ctsnnConfm.disagree=\ubc18\ub824 + +#EgovCtsnnConfmList.jsp +comUssIonCtn.ctsnnConfmList.title=\uacbd\uc870\uc0ac\uc2b9\uc778 \ubaa9\ub85d +comUssIonCtn.ctsnnConfmList.searchFromDate=\uc2e0\uccad\uc77c\uc790 \uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \uc2e0\uccad\uc77c\uc790\ub97c \ud655\uc778\ud558\uc138\uc694. +comUssIonCtn.ctsnnConfmList.titleList=\uacbd\uc870\uc0ac\uc2b9\uc778\uad00\ub9ac \ubaa9\ub85d +comUssIonCtn.ctsnnConfmList.searchKeyword=\uacbd\uc870\uad6c\ubd84 +comUssIonCtn.ctsnnConfmList.selectedAll=\uc804\uccb4 +comUssIonCtn.ctsnnConfmList.applyDate=\uc2e0\uccad\uc77c\uc790 +comUssIonCtn.ctsnnConfmList.searchFromDate=\uacbd\uc870\uc2e0\uccad \uc2dc\uc791\uc77c\uc790 +comUssIonCtn.ctsnnConfmList.searchToDate=\uacbd\uc870\uc2e0\uccad \uc885\ub8cc\uc77c\uc790 +comUssIonCtn.ctsnnConfmList.searchNm=\uc2e0\uccad\uc790 +comUssIonCtn.ctsnnConfmList.searchConfmAt=\uc9c4\ud589\uad6c\ubd84 +comUssIonCtn.ctsnnConfmList.searchConfmAt.A=\uc2e0\uccad\uc911 +comUssIonCtn.ctsnnConfmList.searchConfmAt.C=\uc2b9\uc778 +comUssIonCtn.ctsnnConfmList.searchConfmAt.R=\ubc18\ub824 +comUssIonCtn.ctsnnConfmList.searchConfmAt.agree=\uc2b9\uc778\ucc98\ub9ac +comUssIonCtn.ctsnnConfmList.searchConfmAt.detail=\uc0c1\uc138\ubcf4\uae30 + + +#\ud589\uc0ac/\uc774\ubca4\ud2b8/\ucea0\ud398\uc778# + +comUssIonEcc.eventCmpgnVO.title = \ud589\uc0ac/\uc774\ubca4\ud2b8/\ucea0\ud398\uc778 + +comUssIonEcc.eventCmpgnVO.findEv = \ud589\uc0ac/\uc774\ubca4\ud2b8/\ucea0\ud398\uc778 \uc120\ud0dd +comUssIonEcc.eventCmpgnVO.eventTyCode = \ud589\uc0ac\uc720\ud615 +comUssIonEcc.eventCmpgnVO.eventSvcBeginDe = \ud589\uc0ac\uc2dc\uc791\uc77c +comUssIonEcc.eventCmpgnVO.eventSvcEndDe = \ud589\uc0ac\uc885\ub8cc\uc77c +comUssIonEcc.eventCmpgnVO.eventCn = \ud589\uc0ac\ub0b4\uc6a9 +comUssIonEcc.eventCmpgnVO.svcUseNmprCo = \ucc38\uac00\uc778\uc6d0 \uc218 +comUssIonEcc.eventCmpgnVO.prparetgCn = \uc900\ube44\ubb3c \ub0b4\uc6a9 +comUssIonEcc.eventCmpgnVO.chargerNm = \ub2f4\ub2f9\uc790\uba85 +comUssIonEcc.eventCmpgnVO.eventConfmAt = \uc2b9\uc778\uc5ec\ubd80 +comUssIonEcc.eventCmpgnVO.eventConfmDe = \uc2b9\uc778\uc77c + +comUssIonEcc.tnextrlHrVO.title = \uc678\ubd80\uc778\uc0ac + +comUssIonEcc.tnextrlHrVO.sexdstnCode = \uc131\ubcc4 +comUssIonEcc.tnextrlHrVO.extrlHrNm = \uc678\ubd80\uc778\uc0ac\uba85 +comUssIonEcc.tnextrlHrVO.occpTyCode = \uc9c1\uc5c5\uc720\ud615 +comUssIonEcc.tnextrlHrVO.psitnInsttNm = \uc18c\uc18d\uae30\uad00 +comUssIonEcc.tnextrlHrVO.brth = \uc0dd\ub144\uc6d4\uc77c +comUssIonEcc.tnextrlHrVO.telNo = \uc5f0\ub77d\ucc98 +comUssIonEcc.tnextrlHrVO.areaNo = \uc9c0\uc5ed\ubc88\ud638 +comUssIonEcc.tnextrlHrVO.middleTelno = \uc911\uac04\ubc88\ud638 +comUssIonEcc.tnextrlHrVO.endTelno = \ub05d\ubc88\ud638 +comUssIonEcc.tnextrlHrVO.emailAdres = \uc774\uba54\uc77c\uc8fc\uc18c + + +#\ud589\uc0ac\uc2e0\uccad\uad00\ub9ac / \ud589\uc0ac\uc811\uc218\uad00\ub9ac/ \ud589\uc0ac\uc811\uc218\uc2b9\uc778\uad00\ub9ac comUssIonEvt + +#EgovEventManage.xml +comUssIonEvt.eventManage.validate.eventSe=\ud589\uc0ac\uad6c\ubd84 +comUssIonEvt.eventManage.validate.eventNm=\ud589\uc0ac\uba85 +comUssIonEvt.eventManage.validate.eventPurps=\ud589\uc0ac\ubaa9\uc801 +comUssIonEvt.eventManage.validate.eventBeginDe=\ud589\uc0ac\uc2dc\uc791\uc77c\uc790 +comUssIonEvt.eventManage.validate.eventEndDe=\ud589\uc0ac\uc885\ub8cc\uc77c\uc790 +comUssIonEvt.eventManage.validate.eventAuspcInsttNm=\ud589\uc0ac\uc8fc\ucd5c\uae30\uad00\uba85 +comUssIonEvt.eventManage.validate.eventMngtInsttNm=\ud589\uc0ac\uc8fc\uad00\uae30\uad00\uba85 +comUssIonEvt.eventManage.validate.eventPlace=\ud589\uc0ac\uc7a5\uc18c +comUssIonEvt.eventManage.validate.eventCn=\ud589\uc0ac\ub0b4\uc6a9 +comUssIonEvt.eventManage.validate.ctOccrrncAt=\ube44\uc6a9\ubc1c\uc0dd\uc5ec\ubd80 +comUssIonEvt.eventManage.validate.partcptCt=\ucc38\uac00\ube44\uc6a9 +comUssIonEvt.eventManage.validate.psncpa=\uc815\uc6d0 +comUssIonEvt.eventManage.validate.rceptBeginDe=\uc811\uc218\uc2dc\uc791\uc77c\uc790 +comUssIonEvt.eventManage.validate.rceptEndDe=\uc811\uc218\uc885\ub8cc\uc77c\uc790 + +#EgovEventAtdrn.xml +comUssIonEvt.eventAtdrn.validate.eventId=\ud589\uc0acID +comUssIonEvt.eventAtdrn.validate.sanctnerId=\uacb0\uc7ac\uc790ID + +#EgovEventReqstManageList.jsp +comUssIonEvt.eventReqstManageList.title=\ud589\uc0ac\uc2e0\uccad\uad00\ub9ac \ubaa9\ub85d + +#EgovEventReqstRegist.jsp +comUssIonEvt.eventReqstRegist.title=\ud589\uc0ac \ub4f1\ub85d + +#EgovEventReqstDetail.jsp +comUssIonEvt.eventReqstDetail.title=\ud589\uc0ac \uc0c1\uc138 + +#EgovEventReqstUpdt.jsp +comUssIonEvt.eventReqstUpdt.title=\ud589\uc0ac\uc218\uc815 +comUssIonEvt.eventReqstUpdt.eventManageUpdt=\ud589\uc0ac\uad00\ub9ac \uc218\uc815 + +#EgovEventReqstAtdrnList.jsp +comUssIonEvt.eventReqstAtdrnList.title=\ud589\uc0ac\ucc38\uc11d\uc790 \ubaa9\ub85d +comUssIonEvt.eventReqstAtdrnList.eventTemp1=\ucc38\uc11d\uc790\uba85 +comUssIonEvt.eventReqstAtdrnList.eventTemp2=\uc18c\uc18d +comUssIonEvt.eventReqstAtdrnList.eventTemp4=\uad6c\ubd84 +comUssIonEvt.eventReqstAtdrnList.eventTemp4.A=\uc2e0\uccad +comUssIonEvt.eventReqstAtdrnList.eventTemp4.C=\uc2b9\uc778 +comUssIonEvt.eventReqstAtdrnList.eventTemp4.R=\ubc18\ub824 + +#EgovEventRceptConfm.jsp +comUssIonEvt.eventRceptConfm.title=\ud589\uc0ac\uc811\uc218\uc2b9\uc778 \ubaa9\ub85d +comUssIonEvt.eventRceptConfm.validate.checkedEvent=\uc2b9\uc778\ucc98\ub9ac\ud560 \ub300\uc0c1\uc774 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \uc2b9\uc778\ucc98\ub9ac\ud560 \ub300\uc0c1\uc744 \uc120\ud0dd\ud558\uc2e0 \ud6c4 \uc2b9\uc778\ucc98\ub9ac \uac00\ub2a5\ud569\ub2c8\ub2e4. +comUssIonEvt.eventRceptConfm.eventParticipateApply.agree=\ud589\uc0ac\ucc38\uc5ec\uc2e0\uccad - \uc2b9\uc778 +comUssIonEvt.eventRceptConfm.eventParticipateApply.disagree=\ud589\uc0ac\uc811\uc218\uc2e0\uccad - \ubc18\ub824 +comUssIonEvt.eventRceptConfm.eventRcptMngList=\ud589\uc0ac\uc811\uc218\uc2b9\uc778\uad00\ub9ac \ubaa9\ub85d + +#EgovEventRceptManageList.jsp +comUssIonEvt.eventRceptManageList.title=\ud589\uc0ac\uc811\uc218\uad00\ub9ac \ubaa9\ub85d +comUssIonEvt.eventRceptManageList.proccessCategory=\uc9c4\ud589\uad6c\ubd84 +comUssIonEvt.eventRceptManageList.searchConfmAt=\uc2b9\uc778\uad6c\ubd84 +comUssIonEvt.eventRceptManageList.searchConfmAt.non=\uc2e0\uccad\uc804 +comUssIonEvt.eventRceptManageList.searchConfmAt.a=\uc2e0\uccad\uc911 +comUssIonEvt.eventRceptManageList.searchConfmAt.c=\uc2b9\uc778 +comUssIonEvt.eventRceptManageList.searchConfmAt.r=\ubc18\ub824 +comUssIonEvt.eventRceptManageList.applyDetail=\uc2e0\uccad(\uc0c1\uc138) +comUssIonEvt.eventRceptManageList.confmAt=\uc2e0\uccad + +#EgovEventRceptDetail.jsp +comUssIonEvt.eventRceptDetail.title=\ud589\uc0ac\uc811\uc218\uc2e0\uccad \uc0c1\uc138\uc870\ud68c +comUssIonEvt.eventRceptDetail.validate.confirmCancle=\uc2e0\uccad\ucde8\uc18c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comUssIonEvt.eventRceptDetail.eventManageVO.eventTemp7=\uc18c\uc18d +comUssIonEvt.eventRceptDetail.confirmCancle=\uc2e0\uccad\ucde8\uc18c + +#EgovEventRceptRegist.jsp +comUssIonEvt.eventRceptRegist.title=\ud589\uc0ac\uc811\uc218\uc2e0\uccad +comUssIonEvt.eventRceptRegist.infrmlSanctn=\uacb0\uc7ac\uad8c\uc790 + +#Common +comUssIonEvt.common.validate.searchYearValue=\uc804\uccb4\ub144\ub3c4\uc5d0 \uc6d4\ub9cc \uc870\ud68c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ub144\ub3c4\ub294 \uc120\ud0dd\ud574\uc8fc\uc138\uc694 +comUssIonEvt.common.searchSe=\ud589\uc0ac\uad6c\ubd84 +comUssIonEvt.common.selectedAll=\uc804\uccb4 +comUssIonEvt.common.eventYearMonth=\ud589\uc0ac\ub144\uc6d4 +comUssIonEvt.common.searchYear=\ud589\uc0ac\ub144 +comUssIonEvt.common.searchMonth=\ud589\uc0ac\uc6d4 +comUssIonEvt.common.year=\ub144 +comUssIonEvt.common.month=\uc6d4 +comUssIonEvt.common.eventNm=\ud589\uc0ac\uba85 +comUssIonEvt.common.eventPlace=\ud589\uc0ac\uc7a5\uc18c +comUssIonEvt.common.eventTemp3=\ud589\uc0ac\uad6c\ubd84 +comUssIonEvt.common.eventBeginDe.eventEndDe=\ud589\uc0ac\uc77c\uc790 +comUssIonEvt.common.eventTemp1=\uae30\uac04 +comUssIonEvt.common.prcpPpl=\ucc38\uc5ec/\uc815\uc6d0 +comUssIonEvt.common.rceptBeginDe.rceptEndDe=\ud589\uc0ac\uc811\uc218\uae30\uac04 +comUssIonEvt.common.days=\uc77c\uac04 +comUssIonEvt.common.validate.vEventBeginDefastervEventEndDe=\ud589\uc0ac\uc2dc\uc791\uc77c\uc774 \ud589\uc0ac\uc885\ub8cc\uc77c\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \ud589\uc0ac\uae30\uac04\uc744 \ud655\uc778\ud574 \uc8fc\uc138\uc694. +comUssIonEvt.common.validate.vRceptBeginDeFastervRceptEndDe=\ud589\uc0ac\uc811\uc218\uc2dc\uc791\uc77c\uc774 \ud589\uc0ac\uc811\uc218\uc885\ub8cc\uc77c\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \ud589\uc0ac\uc811\uc218\uae30\uac04\uc744 \ud655\uc778\ud574 \uc8fc\uc138\uc694. +comUssIonEvt.common.validate.vRceptEndDeFastervEventBeginDe=\ud589\uc0ac\uc811\uc218\ub294 \ud589\uc0ac\uc2dc\uc791\uc77c \uc774\uc804\uc5d0 \uc811\uc218\uc885\ub8cc\ub418\uc5b4\uc5b4 \ud569\ub2c8\ub2e4. \ud589\uc0ac\uae30\uac04/\ud589\uc0ac\uc811\uc218\uae30\uac04\uc744 \ud655\uc778\ud574 \uc8fc\uc138\uc694. +comUssIonEvt.common.validate.urlCheckvRefrnUrl=\ucc38\uc870URL\uc758 \ud615\uc2dd\uc774 URL \ud615\uc2dd\uacfc \ud2c0\ub9bd\ub2c8\ub2e4. \ud655\uc778\ud574 \uc8fc\uc138\uc694. +comUssIonEvt.common.validate.isNaNvPartcptCt=\ucc38\uac00\ube44\uc6a9\uc740 \uc22b\uc790\ub9cc \uc785\ub825\uac00\ub2a5\ud569\ub2c8\ub2e4. +comUssIonEvt.common.validate.vPartcptCtZero=\ucc38\uac00\ube44\uc6a9\uc774 \uc720\ub8cc\uc778 \uacbd\uc6b0 0\uc6d0 \uc774\uc0c1 \uc785\ub825\ud558\uc154\uc57c \ud569\ub2c8\ub2e4. \ud655\uc548\ud574 \uc8fc\uc138\uc694 +comUssIonEvt.common.validate.isNaNvPsncpa=\uc815\uc6d0\uc740 \uc22b\uc790\ub9cc \uc785\ub825\uac00\ub2a5\ud569\ub2c8\ub2e4. +comUssIonEvt.common.validate.vPsncpaZero=\uc815\uc6d0\uc740 0\uba85\uc744 \uc774\uc0c1 \uc785\ub825\ud558\uc154\uc57c \ud569\ub2c8\ub2e4. \ud655\uc548\ud574 \uc8fc\uc138\uc694. +comUssIonEvt.common.eventPurps=\ud589\uc0ac\ubaa9\uc801 +comUssIonEvt.common.eventDe=\ud589\uc0ac\uae30\uac04 +comUssIonEvt.common.eventBeginDe=\ud589\uc0ac \uc2dc\uc791\uc77c\uc790 +comUssIonEvt.common.eventEndDe=\ud589\uc0ac \uc885\ub8cc\uc77c\uc790 +comUssIonEvt.common.eventAuspcInsttNm=\ud589\uc0ac\uc8fc\ucd5c +comUssIonEvt.common.eventMngtInsttNm=\ud589\uc0ac\uc8fc\uad00 +comUssIonEvt.common.refrnUrl=\ucc38\uc870URL +comUssIonEvt.common.eventCn=\ud589\uc0ac\ub0b4\uc6a9 +comUssIonEvt.common.ctOccrrncAt=\ucc38\uac00\ube44\uc6a9 +comUssIonEvt.common.free=\ubb34\ub8cc +comUssIonEvt.common.fee=\uc720\ub8cc +comUssIonEvt.common.feePrice=\uc720\ub8cc\uae08\uc561 +comUssIonEvt.common.feeUnit=\ub9cc\uc6d0 +comUssIonEvt.common.psncpa=\uc815\uc6d0 +comUssIonEvt.common.rceptBeginDe=\ud589\uc0ac\uc811\uc218 \uc2dc\uc791\uc77c\uc790 +comUssIonEvt.common.rceptEndDe=\ud589\uc0ac\uc811\uc218 \uc885\ub8cc\uc77c\uc790 +comUssIonEvt.common.init=\ucd08\uae30\ud654 +comUssIonEvt.common.submit=\uc804\uc1a1 +comUssIonEvt.common.toNewWindow=\uc0c8\ucc3d\uc73c\ub85c +comUssIonEvt.common.titleIconImage=\uc81c\ubaa9\uc544\uc774\ucf58\uc774\ubbf8\uc9c0 +comUssIonEvt.common.confrm=\uc2b9\uc778 +comUssIonEvt.common.return=\ubc18\ub824 +comUssIonEvt.common.applcntNm=\uc2e0\uccad\uc790 +comUssIonEvt.common.sanctnDt=\uc2b9\uc778\uc77c\uc790 + + + +#Facebook +#EgovFacebookHome.jsp +comUssIonFbk.facebookHome.title=\uae30\ub2a5\ubaa9\ub85d +comUssIonFbk.facebookHome.subject=\ud398\uc774\uc2a4\ubd81 \uc5f0\ub3d9 +comUssIonFbk.facebookHome.viewFeed=\ub2f4\ubcbc\ub77d \ubcf4\uae30 +comUssIonFbk.facebookHome.viewDetailAlbum=\uc0ac\uc9c4\uc568\ubc94 \uc0c1\uc138\ubcf4\uae30 +comUssIonFbk.facebookHome.viewProfile=\ud504\ub85c\ud544 \uc815\ubcf4\ubcf4\uae30 +comUssIonFbk.facebookHome.signOutFacebook=\ud398\uc774\uc2a4\ubd81 \ub85c\uadf8\uc544\uc6c3 + +#EgovFacebookAlbum.jsp +comUssIonFbk.facebookAlbum.title=\uc568\ubc94 \uc870\ud68c + +#EgovFacebookAlbums.jsp +comUssIonFbk.facebookAlbums.title=\uc568\ubc94\ubaa9\ub85d \uc870\ud68c + +#EgovFacebookFeed.jsp +comUssIonFbk.facebookFeed.title=\ub2f4\ubcbc\ub77d \uc870\ud68c + +#EgovFacebookProfile.jsp +comUssIonFbk.facebookProfile.title=\ud504\ub85c\ud544 \uc870\ud68c + +#EgovFacebookSignin.jsp +comUssIonFbk.facebookSignin.title=\ub85c\uadf8\uc778 +comUssIonFbk.facebookSignin.titleInfo=Facebook \uc5f0\ub3d9 +comUssIonFbk.facebookSignin.description=\uae30\ub2a5 \ud14c\uc2a4\ud2b8\ub97c \uc704\ud574\uc11c \uc0ac\uc804\uc5d0 https://developers.facebook.com\uc5d0\uc11c API\ub4f1\ub85d\uc744 \ud574\uc57c \ud55c\ub2e4. + + + +#\uc778\ud130\ub137\uc11c\ube44\uc2a4\uc548\ub0b4 \uad00\ub9ac# +uss.ion.isg.intnetSvcGuidanceList.intnetSvcGuidanceList=\uc778\ud130\ub137\uc11c\ube44\uc2a4 \uc548\ub0b4 \ubc0f \uad00\ub9ac \ubaa9\ub85d +uss.ion.isg.intnetSvcGuidanceList.intnetSvcGuidanceNm=\uc778\ud130\ub137\uc11c\ube44\uc2a4 \uba85 +uss.ion.isg.intnetSvcGuidanceList.intnetSvcGuidanceId=\uc778\ud130\ub137\uc11c\ube44\uc2a4 ID +uss.ion.isg.intnetSvcGuidanceList.intnetSvcGuidanceReflctAt=\ubc18\uc601\uc5ec\ubd80 +uss.ion.isg.intnetSvcGuidanceList.intnetSvcGuidanceRegDate=\ub4f1\ub85d\uc77c\uc2dc + +uss.ion.isg.intnetSvcGuidanceRegist.intnetSvcGuidanceRegist=\uc778\ud130\ub137\uc11c\ube44\uc2a4\uc548\ub0b4 \ub4f1\ub85d +uss.ion.isg.intnetSvcGuidanceRegist.intnetSvcGuidanceNm=\uc778\ud130\ub137\uc11c\ube44\uc2a4 \uba85 +uss.ion.isg.intnetSvcGuidanceRegist.intnetSvcGuidanceId=\uc778\ud130\ub137\uc11c\ube44\uc2a4 ID +uss.ion.isg.intnetSvcGuidanceRegist.intnetSvcGuidanceDc=\uc778\ud130\ub137\uc11c\ube44\uc2a4 \uc124\uba85 +uss.ion.isg.intnetSvcGuidanceRegist.intnetSvcGuidanceReflctAt=\ubc18\uc601\uc5ec\ubd80 +uss.ion.isg.intnetSvcGuidanceRegist.intnetSvcGuidanceRegDate=\ub4f1\ub85d\uc77c\uc2dc + +uss.ion.isg.intnetSvcGuidanceUpdt.intnetSvcGuidanceUpdt=\uc778\ud130\ub137\uc11c\ube44\uc2a4\uc548\ub0b4 \uc218\uc815 +uss.ion.isg.intnetSvcGuidanceUpdt.intnetSvcGuidanceNm=\uc778\ud130\ub137\uc11c\ube44\uc2a4 \uba85 +uss.ion.isg.intnetSvcGuidanceUpdt.intnetSvcGuidanceId=\uc778\ud130\ub137\uc11c\ube44\uc2a4 ID +uss.ion.isg.intnetSvcGuidanceUpdt.intnetSvcGuidanceDc=\uc778\ud130\ub137\uc11c\ube44\uc2a4 \uc124\uba85 +uss.ion.isg.intnetSvcGuidanceUpdt.intnetSvcGuidanceReflctAt=\ubc18\uc601\uc5ec\ubd80 +uss.ion.isg.intnetSvcGuidanceUpdt.intnetSvcGuidanceRegDate=\ub4f1\ub85d\uc77c\uc2dc + +uss.ion.isg.intnetSvcGuidanceView.intnetSvcGuidanceView=\uc778\ud130\ub137\uc11c\ube44\uc2a4\uc548\ub0b4 \ubcf4\uae30 + + + +#\uc57d\uc2dd\uacb0\uc7ac +#EgovInfrmlSanctnRegist.jsp +comUssIonIsm.infrmlSanctnRegist.sanctnDtNm=\uc2b9\uc778\uad8c\uc790\uba85 +comUssIonIsm.infrmlSanctnRegist.orgnztNm=\uc18c\uc18d +comUssIonIsm.infrmlSanctnRegist.contractor=\uacb0\uc7ac\uc790\uc9c0\uc815 + +#EgovInfrmlSanctnDetail.jsp +comUssIonIsm.infrmlSanctnDetail.confmAt=\uc2b9\uc778\uc5ec\ubd80 +comUssIonIsm.infrmlSanctnDetail.confmAtA=\uc2e0\uccad\uc911 +comUssIonIsm.infrmlSanctnDetail.confmAtC=\uc2b9\uc778 +comUssIonIsm.infrmlSanctnDetail.confmAtR=\ubc18\ub824 +comUssIonIsm.infrmlSanctnDetail.confmDate=\uc2b9\uc778\uc77c\uc790 +comUssIonIsm.infrmlSanctnDetail.opinion=\uc758\uacac +comUssIonIsm.infrmlSanctnDetail.confmAtReason=\ubc18\ub824\uc0ac\uc720 + +#EgovReturnPopup.jsp +comUssIonIsm.returnPopup.returnProcess=\ubc18\ub824 \ucc98\ub9ac\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + +#EgovSanctnerList.jsp +comUssIonIsm.sanctnerList.searchCondition=\uc870\ud68c\uc870\uac74 +comUssIonIsm.sanctnerList.title=\uc0ac\uc6a9\uc790 \ubaa9\ub85d\uc870\ud68c +comUssIonIsm.sanctnerList.deptNm=\ubd80\uc11c\uba85 +comUssIonIsm.sanctnerList.employeeNm=\uc0ac\uc6d0\uba85 +comUssIonIsm.sanctnerList.dept=\ubd80\uc11c +comUssIonIsm.sanctnerList.class=\uc9c1\uc704 +comUssIonIsm.sanctnerList.employeeNo=\uc0ac\ubc88 + + + +#\ub85c\uadf8\uc778\ud654\uba74\uc774\ubbf8\uc9c0 \uad00\ub9ac# +ussIonLsi.loginScrinImageList.loginScrinImageList=\ub85c\uadf8\uc778\ud654\uba74\uc774\ubbf8\uc9c0 \ubaa9\ub85d +ussIonLsi.loginScrinImageList.imageNm=\uc774\ubbf8\uc9c0 \uba85 +ussIonLsi.loginScrinImageList.image=\uc774\ubbf8\uc9c0 +ussIonLsi.loginScrinImageList.imageDc=\uc774\ubbf8\uc9c0 \uc124\uba85 +ussIonLsi.loginScrinImageList.reflctAtt=\ubc18\uc601\uc5ec\ubd80 +ussIonLsi.loginScrinImageList.noImage=\uc120\ud0dd\ub41c \ub85c\uadf8\uc778\ud654\uba74 \uc774\ubbf8\uc9c0\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +ussIonLsi.loginScrinImageList.failInquire=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +ussIonLsi.loginScrinImageList.deleteImage=\uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c? + +ussIonLsi.loginScrinImageRegist.loginScrinImageRegist=\ub85c\uadf8\uc778\ud654\uba74\uc774\ubbf8\uc9c0 \ub4f1\ub85d +ussIonLsi.loginScrinImageRegist.mainImageNm=\uc774\ubbf8\uc9c0 \uba85 +ussIonLsi.loginScrinImageRegist.mainImage=\uc774\ubbf8\uc9c0 +ussIonLsi.loginScrinImageRegist.mainImageId=\uc774\ubbf8\uc9c0ID +ussIonLsi.loginScrinImageRegist.mainImageDc=\uc774\ubbf8\uc9c0 \uc124\uba85 +ussIonLsi.loginScrinImageRegist.mainImageReflctAt=\ubc18\uc601\uc5ec\ubd80 +ussIonLsi.loginScrinImageRegist.mainImageregDate=\ub4f1\ub85d\uc77c\uc2dc +ussIonLsi.loginScrinImageRegist.saveImage=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +ussIonLsi.loginScrinImageRegist.ImageReq=\uc774\ubbf8\uc9c0\ub294 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +ussIonLsi.loginScrinImageRegist.deleteImage=\uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c? + +ussIonLsi.loginScrinImageUpdt.loginScrinImageUpdt=\ub85c\uadf8\uc778\ud654\uba74\uc774\ubbf8\uc9c0 \uc218\uc815 +ussIonLsi.loginScrinImageUpdt.mainImageNm=\uc774\ubbf8\uc9c0 \uba85 +ussIonLsi.loginScrinImageUpdt.mainImage=\uc774\ubbf8\uc9c0 +ussIonLsi.loginScrinImageUpdt.mainImageId=\uc774\ubbf8\uc9c0ID +ussIonLsi.loginScrinImageUpdt.mainImageDc=\uc774\ubbf8\uc9c0 \uc124\uba85 +ussIonLsi.loginScrinImageUpdt.mainImageReflctAt=\ubc18\uc601\uc5ec\ubd80 +ussIonLsi.loginScrinImageUpdt.mainImageregDate=\ub4f1\ub85d\uc77c\uc2dc +ussIonLsi.loginScrinImageUpdt.saveImage=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +ussIonLsi.loginScrinImageUpdt.deleteImage=\uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c? + +ussIonLsi.loginScrinImageView.loginScrinImageView=\ub85c\uadf8\uc778\ud654\uba74\uc774\ubbf8\uc9c0 \ubc18\uc601 +ussIonLsi.loginScrinImageView.loginScrinImageViewDc=\uc774 \ud398\uc774\uc9c0\ub294 750. \ub85c\uadf8\uc778\uc774\ubbf8\uc9c0 \uad00\ub9ac\uc5d0 \ub4f1\ub85d\ud55c \uc774\ubbf8\uc9c0\ub4e4\uc774 \ubc18\uc601\ub418\ub294 \uacf3\uc785\ub2c8\ub2e4. + + + +#\uba54\uc778\uc774\ubbf8\uc9c0\uad00\ub9ac# +uss.ion.msi.mainImageList.mainImageList=\uba54\uc778\ud654\uba74\uc774\ubbf8\uc9c0 \ubaa9\ub85d +uss.ion.msi.mainImageList.mainImageNm=\uc774\ubbf8\uc9c0 \uba85 +uss.ion.msi.mainImageList.mainImage=\uc774\ubbf8\uc9c0 +uss.ion.msi.mainImageList.mainImageDc=\uc774\ubbf8\uc9c0 \uc124\uba85 +uss.ion.msi.mainImageList.mainImageReflctAt=\ubc18\uc601\uc5ec\ubd80 +uss.ion.msi.mainImageList.noImage=\uc120\ud0dd\ub41c \uba54\uc778\ud654\uba74 \uc774\ubbf8\uc9c0\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +uss.ion.msi.mainImageList.failInquire=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +uss.ion.msi.mainImageList.deleteImage=\uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c? + +uss.ion.msi.mainImageRegist.mainImageRegist=\uba54\uc778\ud654\uba74\uc774\ubbf8\uc9c0 \ub4f1\ub85d +uss.ion.msi.mainImageRegist.mainImageNm=\uc774\ubbf8\uc9c0 \uba85 +uss.ion.msi.mainImageRegist.mainImage=\uc774\ubbf8\uc9c0 +uss.ion.msi.mainImageRegist.mainImageId=\uc774\ubbf8\uc9c0ID +uss.ion.msi.mainImageRegist.mainImageDc=\uc774\ubbf8\uc9c0 \uc124\uba85 +uss.ion.msi.mainImageRegist.mainImageReflctAt=\ubc18\uc601\uc5ec\ubd80 +uss.ion.msi.mainImageRegist.mainImageregDate=\ub4f1\ub85d\uc77c\uc2dc +uss.ion.msi.mainImageRegist.saveImage=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +uss.ion.msi.mainImageRegist.ImageReq=\uc774\ubbf8\uc9c0\ub294 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +uss.ion.msi.mainImageRegist.deleteImage=\uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c? + +uss.ion.msi.mainImageUpdt.mainImageUpdt=\uba54\uc778\ud654\uba74\uc774\ubbf8\uc9c0 \uc218\uc815 +uss.ion.msi.mainImageUpdt.mainImageNm=\uc774\ubbf8\uc9c0 \uba85 +uss.ion.msi.mainImageUpdt.mainImage=\uc774\ubbf8\uc9c0 +uss.ion.msi.mainImageUpdt.mainImageId=\uc774\ubbf8\uc9c0ID +uss.ion.msi.mainImageUpdt.mainImageDc=\uc774\ubbf8\uc9c0 \uc124\uba85 +uss.ion.msi.mainImageUpdt.mainImageReflctAt=\ubc18\uc601\uc5ec\ubd80 +uss.ion.msi.mainImageUpdt.mainImageregDate=\ub4f1\ub85d\uc77c\uc2dc +uss.ion.msi.mainImageUpdt.saveImage=\uc800\uc7a5 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +uss.ion.msi.mainImageUpdt.ImageReq=\uc774\ubbf8\uc9c0\ub294 \ud544\uc218 \uc785\ub825\uac12\uc785\ub2c8\ub2e4. +uss.ion.msi.mainImageUpdt.deleteImage=\uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c? + +uss.ion.msi.mainImageView.mainImageView=\uba54\uc778\ud654\uba74\uc774\ubbf8\uc9c0 \ubc18\uc601 +uss.ion.msi.mainImageView.mainImageViewDc=\uc774 \ud398\uc774\uc9c0\ub294 770. \uba54\uc778\uc774\ubbf8\uc9c0 \uad00\ub9ac\uc5d0 \ub4f1\ub85d\ud55c \uc774\ubbf8\uc9c0\ub4e4\uc774 \ubc18\uc601\ub418\ub294 \uacf3\uc785\ub2c8\ub2e4. + + + +#\ud68c\uc758\uc2e4\uad00\ub9ac +#EgovMtgPlaceManageList jsp +comUssIonMtg.mtgPlaceManageList.title=\ud68c\uc758\uc2e4 \uad00\ub9ac\ubaa9\ub85d +comUssIonMtg.mtgPlaceManageList.mtgPlaceNm=\ud68c\uc758\uc2e4\uba85 +comUssIonMtg.mtgPlaceManageList.number=\ubc88\ud638 +comUssIonMtg.mtgPlaceManageList.time=\uac1c\ubc29\uc2dc\uac04(From~To) +comUssIonMtg.mtgPlaceManageList.capacity=\uc218\uc6a9\uc778\uc6d0 +comUssIonMtg.mtgPlaceManageList.location=\uc704\uce58 +comUssIonMtg.mtgPlaceManageList.searchUser=\uc0ac\uc6a9\uc790\uba85\uac80\uc0c9 +comUssIonMtg.mtgPlaceManageList.meetingManagementList=\ud68c\uc758\uc2e4 \uad00\ub9ac \ubaa9\ucc28 +comUssIonMtg.mtgPlaceManageList.persons=\uba85 + +#EgovMtgPlaceRegist.jsp +comUssIonMtg.mtgPlaceRegist.title=\ud68c\uc758\uc2e4 \ub4f1\ub85d +comUssIonMtg.mtgPlaceRegist.occupancy=\uc218\uc6a9\uac00\ub2a5\uc778\uc6d0 +comUssIonMtg.mtgPlaceRegist.openTime=\uac1c\ubc29\uc2dc\uac04 +comUssIonMtg.mtgPlaceRegist.imageUpload=\uc774\ubbf8\uc9c0 \ud30c\uc77c\ucca8\ubd80 +comUssIonMtg.mtgPlaceRegist.openTimeFrom=\uac1c\ubc29\uc2dc\uc791\uc2dc\uac04 +comUssIonMtg.mtgPlaceRegist.openTimeTo=\uac1c\ubc29\uc885\ub8cc\uc2dc\uac04 +comUssIonMtg.mtgPlaceRegist.locationSelection=\uc704\uce58\uc120\ud0dd +comUssIonMtg.mtgPlaceRegist.locationDetail=\uc704\uce58\uc0c1\uc138 +comUssIonMtg.mtgPlaceRegist.attachments=\ucca8\ubd80\ud30c\uc77c +comUssIonMtg.mtgPlaceRegist.selectStartTime=\uac1c\ubc29 \uc624\ud508 \uc2dc\uac04\uc744 \uc120\ud0dd\ud558\uc138\uc694 +comUssIonMtg.mtgPlaceRegist.selectCloseTime=\uac1c\ubc29 \uc885\ub8cc \uc2dc\uac04\uc744 \uc120\ud0dd\ud558\uc138\uc694 +comUssIonMtg.mtgPlaceRegist.checkOpenTime=\uac1c\ubc29\uc624\ud508\uc2dc\uac04\uc774 \uac1c\ubc29\uc885\ub8cc\uc2dc\uac04\ubcf4\ub2e4 \ub2a6\uac70\ub098 \uac19\uc2b5\ub2c8\ub2e4. \uac1c\ubc29\uc2dc\uac04\uc744 \ud655\uc778\ud558\uc138\uc694. + +#EgovMtgPlaceDetail.jsp +comUssIonMtg.mtgPlaceDetail.title=\ud68c\uc758\uc2e4 \uc0c1\uc138 +comUssIonMtg.mtgPlaceDetail.imgFileList=\uc774\ubbf8\uc9c0 \ud30c\uc77c\ubaa9\ub85d + +#EgovMtgPlaceUpdt.jsp +comUssIonMtg.mtgPlaceUpdt.title=\ud68c\uc758\uc2e4 \uc218\uc815 + +#\ud68c\uc758\uc2e4\uc608\uc57d\uad00\ub9ac +#EgovMtgPlaceResveManageList.jsp +comUssIonMtg.mtgPlaceResveManageList.title=\ud68c\uc758\uc2e4\uc608\uc57d\uad00\ub9ac \ubaa9\ub85d +comUssIonMtg.mtgPlaceResveManageList.meetingDate=\ud68c\uc758\uc77c\uc790 +comUssIonMtg.mtgPlaceResveManageList.interfaceSearch=\ud68c\uc758\uc77c\uc790 \ubcc0\uacbd\uc2dc \uc870\ud68c \ubc84\ud2bc \ud074\ub9ad\ud558\uc154\uc57c \uc608\uc57d \ub9ac\uc2a4\ud2b8\uac00 \uc870\ud68c\ub429\ub2c8\ub2e4. +comUssIonMtg.mtgPlaceResveManageList.interfaceDetail=\ud68c\uc758\uc2e4 \uc608\uc57d\uc740 \ud68c\uc758\uc2e4\uc758 \uc0c9\uc774 \uc5c6\ub294 \ube48 \uc2dc\uac04\uc744 \ud074\ub9ad\ud558\uc2dc\uba74 \uc608\uc57d\uc2e0\uccad\ud654\uba74\uc73c\ub85c \uc774\ub3d9\ud569\ub2c8\ub2e4. (\uadf8\ub798\ud504 \ud074\ub9ad\uc2dc \uc0c1\uc138\ud654\uba74 \uc774\ub3d9.) + +#EgovMtgPlaceResveRegist.jsp +comUssIonMtg.mtgPlaceResveRegist.title=\ud68c\uc758\uc2e4 \uc608\uc57d\uc2e0\uccad +comUssIonMtg.mtgPlaceResveRegist.mtgSj=\uc81c\ubaa9 +comUssIonMtg.mtgPlaceResveRegist.location=\ud68c\uc758\uc2e4 \uc704\uce58 +comUssIonMtg.mtgPlaceResveRegist.reserver=\uc608\uc57d\uc790 +comUssIonMtg.mtgPlaceResveRegist.belong=\uc18c\uc18d +comUssIonMtg.mtgPlaceResveRegist.resveTime=\uc608\uc57d\uc2dc\uac04 +comUssIonMtg.mtgPlaceResveRegist.resveDe=\uc608\uc57d\uc77c\uc790 +comUssIonMtg.mtgPlaceResveRegist.resveBeginTm=\uc608\uc57d\uc2dc\uc791\uc2dc\uac04 +comUssIonMtg.mtgPlaceResveRegist.resveEndTm=\uc608\uc57d\uc885\ub8cc\uc2dc\uac04 +comUssIonMtg.mtgPlaceResveRegist.mtgCn=\ud68c\uc758\ub0b4\uc6a9 +comUssIonMtg.mtgPlaceResveRegist.image=\ud68c\uc758\uc2e4 \uc774\ubbf8\uc9c0 +comUssIonMtg.mtgPlaceResveRegist.newWindow=\uc0c8\ucc3d\uc73c\ub85c +comUssIonMtg.mtgPlaceResveRegist.sameCheck=\uc911\ubcf5\uccb4\ud06c +comUssIonMtg.mtgPlaceResveRegist.attendPeople=\ucc38\uc11d\uc778\uc6d0 +comUssIonMtg.mtgPlaceResveRegist.dplactCeck=\ud68c\uc758\uc2e4 \uc608\uc57d \uc911\ubcf5\ud655\uc778\uc744 \ud558\uc2e0 \ud6c4 \ud68c\uc758\uc2e4 \uc608\uc57d\uc744 \ud574\uc8fc\uc138\uc694. +comUssIonMtg.mtgPlaceResveRegist.reserve=\uc774\ubbf8 \ud68c\uc758\uc2e4\uc774 \uc608\uc57d\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. + +#EgovMtgPlaceResveUpdt.jsp +comUssIonMtg.mtgPlaceResveUpdt.timeCheck=\uc608\uc57d\uc2dc\uc791\uc2dc\uac04\uc774 \uc608\uc57d\uc885\ub8cc\uc2dc\uac04\ubcf4\ub2e4 \uc791\uac70\ub098 \uac19\uc2b5\ub2c8\ub2e4. \uc608\uc57d\uc2dc\uac04\uc744 \ud655\uc778\ud574 \uc8fc\uc138\uc694. +comUssIonMtg.mtgPlaceResveUpdt.title=\ud68c\uc758\uc2e4 \uc608\uc57d\uc218\uc815 + +#EgovMtgPlaceResveDetail.jsp +comUssIonMtg.mtgPlaceResveDetail.title=\ud68c\uc758\uc2e4 \uc608\uc57d\uc0c1\uc138 +comUssIonMtg.mtgPlaceResveDetail.submit=\uc804\uc1a1 + +#EgovMtgPlaceResveDplactCeck.jsp +comUssIonMtg.mtgPlaceResveDplactCeck.title=\ud68c\uc758\uc2e4 \uc911\ubcf5\uccb4\ud06c +comUssIonMtg.mtgPlaceResveDplactCeck.doubleCheck=\uc911\ubcf5\uc5ec\ubd80 +comUssIonMtg.mtgPlaceResveDplactCeck.impossible=\ud68c\uc758\uc2e4 \uc608\uc57d\uc774 \ubd88\uac00\ub2a5\ud569\ub2c8\ub2e4. +comUssIonMtg.mtgPlaceResveDplactCeck.doubleTime=\ud68c\uc758\uc2e4 \uc911\ubcf5 \uc608\uc57d\uc785\ub2c8\ub2e4. +comUssIonMtg.mtgPlaceResveDplactCeck.possible=\ud68c\uc758\uc2e4 \uc608\uc57d \uac00\ub2a5\ud569\ub2c8\ub2e4. +comUssIonMtg.mtgPlaceResveDplactCeck.close=\ub2eb\uae30 + + + +#\uc815\ubcf4\uc54c\ub9bc\uc774# +ussIonNoi.notificationList.notificationList=\uc815\ubcf4\uc54c\ub9bc\uc774 \ubaa9\ub85d +ussIonNoi.notificationList.ntfcSj=\uc81c\ubaa9 +ussIonNoi.notificationList.ntfcCn=\ub0b4\uc6a9 +ussIonNoi.notificationList.ntfcTime=\uc54c\ub9bc\uc2dc\uac04 +ussIonNoi.notificationList.ntfcDate=\uc54c\ub9bc\uc77c\uc790 +ussIonNoi.notificationList.bhNtfcIntrvlString=\uc0ac\uc804\uc54c\ub9bc\uac04\uaca9 +ussIonNoi.notificationList.frstRegisterPnttm=\uc0dd\uc131\uc77c + +ussIonNoi.notificationRegist.notificationRegist=\uc815\ubcf4\uc54c\ub9bc\uc774 \ub4f1\ub85d +ussIonNoi.notificationRegist.validate.bhNtfcIntrvlmsg=\uc0ac\uc804\uc54c\ub9bc\uac04\uaca9 \uc9c0\uc815\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. +ussIonNoi.notificationRegist.ntfcSj=\uc81c\ubaa9 +ussIonNoi.notificationRegist.ntfcCn=\ub0b4\uc6a9 +ussIonNoi.notificationRegist.ntfcTime=\uc54c\ub9bc\uc2dc\uac04 +ussIonNoi.notificationRegist.ntfcDate=\uc54c\ub9bc\uc77c\uc790 +ussIonNoi.notificationRegist.bhNtfcIntrvlString=\uc0ac\uc804\uc54c\ub9bc\uac04\uaca9 + +ussIonNoi.notificationUpdt.notificationUpdt=\uc815\ubcf4\uc54c\ub9bc\uc774 \uc218\uc815 +ussIonNoi.notificationUpdt.validate.bhNtfcIntrvlmsg=\uc0ac\uc804\uc54c\ub9bc\uac04\uaca9 \uc9c0\uc815\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. +ussIonNoi.notificationUpdt.validate.alertNtfcTime=\uc54c\ub9bc\uc77c\uc790 \ubc0f \uc2dc\uac04\uc774 \uc720\ud6a8\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +ussIonNoi.notificationUpdt.ntfcSj=\uc81c\ubaa9 +ussIonNoi.notificationUpdt.ntfcCn=\ub0b4\uc6a9 +ussIonNoi.notificationUpdt.ntfcTime=\uc54c\ub9bc\uc2dc\uac04 +ussIonNoi.notificationUpdt.ntfcDate=\uc54c\ub9bc\uc77c\uc790 +ussIonNoi.notificationUpdt.bhNtfcIntrvlString=\uc0ac\uc804\uc54c\ub9bc\uac04\uaca9 + +ussIonNoi.notificationDetail.notificationDetail=\uc815\ubcf4\uc54c\ub9bc\uc774 \uc0c1\uc138\uc870\ud68c +ussIonNoi.notificationDetail.ntfcSj=\uc81c\ubaa9 +ussIonNoi.notificationDetail.ntfcCn=\ub0b4\uc6a9 +ussIonNoi.notificationDetail.ntfcTime=\uc54c\ub9bc\uc2dc\uac04 +ussIonNoi.notificationDetail.ntfcDate=\uc54c\ub9bc\uc77c\uc790 +ussIonNoi.notificationDetail.bhNtfcIntrvlString=\uc0ac\uc804\uc54c\ub9bc\uac04\uaca9 +ussIonNoi.notificationDetail.frstRegisterNm=\uc791\uc131\uc790 +ussIonNoi.notificationDetail.frstRegisterPnttm=\uc791\uc131\uc2dc\uac04 + +ussIonNoi.ntfcRegist.validate.ntfcSj=\uc81c\ubaa9 +ussIonNoi.ntfcRegist.validate.ntfcCn=\ub0b4\uc6a9 +ussIonNoi.ntfcRegist.validate.ntfcDate=\uc54c\ub9bc\uc77c\uc790 +ussIonNoi.ntfcRegist.validate.ntfcHH=\uc2dc +ussIonNoi.ntfcRegist.validate.ntfcMM=\ubd84 +ussIonNoi.ntfcRegist.validate.bhNtfcIntrvl=\uc0ac\uc804\uc54c\ub9bc\uac04\uaca9 + + + +#\ucabd\uc9c0\uad00\ub9ac# +#1\ucc28\uc644\uc131 +#EgovNoteManage.jsp +comUssIonNtm.NoteManage.title = \ucabd\uc9c0\uad00\ub9ac +comUssIonNtm.NoteMange.subject = \uc81c\ubaa9 +comUssIonNtm.NoteMange.receiver = \ubc1b\ub294 \uc0ac\ub78c +comUssIonNtm.NoteMange.receiverList = \uc218\uc2e0\uc790 \ubaa9\ub85d +comUssIonNtm.NoteMange.reception = \uc218\uc2e0 +comUssIonNtm.NoteMange.reference = \ucc38\uc870 +comUssIonNtm.NoteMange.delete = \uc0ad\uc81c +comUssIonNtm.NoteMange.content = \ucabd\uc9c0 \ub0b4\uc6a9 +comUssIonNtm.NoteMange.send = \uc804\uc1a1 +comUssIonNtm.NoteMange.summary = \ucabd\uc9c0\uad00\ub9ac \uc785\ub825\uc744 \uc81c\uacf5\ud55c\ub2e4. +comUssIonNtm.NoteMange.alert.noList = \uc0ad\uc81c \uac00\ub2a5\ud55c \uc218\uc2e0\uc790 \ubaa9\ub85d\uc774 \uc5c6\uc2b5\ub2c8\ub2e4! +comUssIonNtm.NoteMange.success = \ucabd\uc9c0\ub97c \uc131\uacf5\uc801\uc73c\ub85c \uc804\uc1a1\ud588\uc2b5\ub2c8\ub2e4. + +#EgovNoteEmpList.jsp +comUssIonNtm.NoteEmpList.title = \ucabd\uc9c0 \uad00\ub9ac(\ubcf4\ub0b4\uae30)-\uc218\uc2e0\uc790/\ucc38\uc870\uc790 \uc120\ud0dd +comUssIonNtm.NoteEmpList.name = \uc774\ub984 +comUssIonNtm.NoteEmpList.id = \uc544\uc774\ub514 +comUssIonNtm.NoteEmpList.tel = \uc804\ud654\ubc88\ud638 +comUssIonNtm.NoteEmpList.number = \ubc88\ud638 +comUssIonNtm.NoteEmpList.address = \uc8fc\uc18c +comUssIonNtm.NoteEmpList.all = \uc804\uccb4\uc120\ud0dd + + + +#\ubc1b\uc740\ucabd\uc9c0\ud568 Message# + +comUssIonNtr.title=\ubc1b\uc740\ucabd\uc9c0\ud568 + +comUssIonNtr.list.seq=\uc21c\ubc88 +comUssIonNtr.list.noteSj=\uc81c\ubaa9 +comUssIonNtr.list.rcverNm=\ubcf4\ub0b8\uc0ac\ub78c +comUssIonNtr.list.rcverDateTime=\ubcf4\ub0b8\uc2dc\uac01 + +comUssIonNtr.detail.noteSj=\ucabd\uc9c0\uc81c\ubaa9 +comUssIonNtr.detail.trnsmiterNm=\ubc1c\uc2e0\uc790 +comUssIonNtr.detail.trnsmiterPnttm=\ubc1c\uc2e0\uc2dc\uac01 +comUssIonNtr.detail.rcverNm=\uc218\uc2e0\uc790 +comUssIonNtr.detail.rcverPnttm=\uc218\uc2e0\uc2dc\uac01 +comUssIonNtr.detail.noteRecptn=\ucabd\uc9c0\ub0b4\uc6a9 + +comUssIonNtr.btn.replay=\ub2f5\uc7a5 + +comUssIonNtr.searchCondition.rcverDate=\ubcf4\ub0b8\ub0a0\uc9dc +comUssIonNtr.searchCondition.NOTE_SJ=\ucabd\uc9c0\uc81c\ubaa9 +comUssIonNtr.searchCondition.NOTE_CN=\ucabd\uc9c0\ub0b4\uc6a9 +comUssIonNtr.searchCondition.RCVER_NM=\ubcf4\ub0b8\uc0ac\ub78c +comUssIonNtr.searchCondition.searchFromDate=\ubcf4\ub0b8\ub0a0\uc9dc \uc2dc\uc791\uc77c\uc790 +comUssIonNtr.searchCondition.searchToDate=\ubcf4\ub0b8\ub0a0\uc9dc \uc885\ub8cc\uc77c\uc790 + +comUssIonNtr.validate.deleteCnfirmt=\uc120\ud0dd\ub41c \ubc1b\uc740\ucabd\uc9c0\ud568\uc744 \uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comUssIonNtr.validate.noDelList=\uc0ad\uc81c\ud560 \ubaa9\ub85d\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694! + +comUssIonNtr.validate.dateFromCheck=\uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \uac80\uc0c9\uc870\uac74 \ub0a0\uc9dc\ub97c \ud655\uc778\ud558\uc138\uc694! + + + +#\ubcf4\ub0b8\ucabd\uc9c0\ud568 Message# + +comUssIonNts.title=\ubcf4\ub0b8\ucabd\uc9c0\ud568 + +comUssIonNts.list.seq=\uc21c\ubc88 +comUssIonNts.list.noteSj=\uc81c\ubaa9 +comUssIonNts.list.rcverNm=\ubc1b\ub294\uc0ac\ub78c +comUssIonNts.list.openAt=\uac1c\ubd09/\ub9e4\uac1c\ubd09 +comUssIonNts.list.trnsmiteDateTime=\ubcf4\ub0b8\uc2dc\uac01 + +comUssIonNts.detail.noteSj=\ucabd\uc9c0\uc81c\ubaa9 +comUssIonNts.detail.trnsmitNm=\ubc1c\uc2e0\uc790 +comUssIonNts.detail.trnsmitPnttm=\ubc1c\uc2e0\uc2dc\uac01 +comUssIonNts.detail.rcverNm=\uc218\uc2e0\uc790 +comUssIonNts.detail.noteRecptn=\ucabd\uc9c0\ub0b4\uc6a9 + +comUssIonNts.detail.trnsmitAll=\uc804\uccb4 +comUssIonNts.detail.trnsmitOpen=\uac1c\ubd09 +comUssIonNts.detail.trnsmitNotOpen=\ubbf8\uac1c\ubd09 + +comUssIonNts.popupTrnsmitCnfirm.title=\uc218\uc2e0\uc790\ubaa9\ub85d \ud31d\uc5c5 + +comUssIonNts.popupTrnsmitCnfirmList.seq=\uc21c\ubc88 +comUssIonNts.popupTrnsmitCnfirmList.rcverID=\uc218\uc2e0\uc790ID +comUssIonNts.popupTrnsmitCnfirmList.rcverNm=\ubc1b\ub294\uc0ac\ub78c +comUssIonNts.popupTrnsmitCnfirmList.openAt=\uac1c\ubd09/\ubbf8\uac1c\ubd09 +comUssIonNts.popupTrnsmitCnfirmList.gbn=\uad6c\ubd84 +comUssIonNts.popupTrnsmitCnfirmList.rcverDateTime=\uc218\uc2e0\uc2dc\uac01 + + +comUssIonNts.searchCondition.rcverDate=\ubcf4\ub0b8\ub0a0\uc9dc +comUssIonNts.searchCondition.NOTE_SJ=\ucabd\uc9c0\uc81c\ubaa9 +comUssIonNts.searchCondition.NOTE_CN=\ucabd\uc9c0\ub0b4\uc6a9 + +comUssIonNts.searchCondition.searchFromDate=\ubcf4\ub0b8\ub0a0\uc9dc \uc2dc\uc791\uc77c\uc790 +comUssIonNts.searchCondition.searchToDate=\ubcf4\ub0b8\ub0a0\uc9dc \uc885\ub8cc\uc77c\uc790 + +comUssIonNts.validate.deleteCnfirmt=\uc120\ud0dd\ub41c \ubc1b\uc740\ucabd\uc9c0\ud568\uc744 \uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comUssIonNts.validate.noDelList=\uc0ad\uc81c\ud560 \ubaa9\ub85d\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694! + +comUssIonNts.validate.dateFromCheck=\uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \uac80\uc0c9\uc870\uac74 \ub0a0\uc9dc\ub97c \ud655\uc778\ud558\uc138\uc694! + + + +#\ub274\uc2a4 \uad00\ub9ac# + +comUssIonNws.newsVO.title = \ub274\uc2a4 + +comUssIonNws.newsVO.newsSj = \ub274\uc2a4\uc81c\ubaa9 +comUssIonNws.newsVO.newsCn = \ub274\uc2a4\ub0b4\uc6a9 +comUssIonNws.newsVO.newsOrigin = \ub274\uc2a4\ucd9c\ucc98 +comUssIonNws.newsVO.ntceDe = \uac8c\uc2dc\uc77c\uc790 +comUssIonNws.newsVO.atchFile = \ucca8\ubd80\ud30c\uc77c +comUssIonNws.newsVO.atchFileList = \ucca8\ubd80\ud30c\uc77c \ubaa9\ub85d + + + +#\ud31d\uc5c5\ucc3d\uad00\ub9ac# +ussIonPwm.popupList.popupList=\ud31d\uc5c5\ucc3d\uad00\ub9ac \ubaa9\ub85d +ussIonPwm.popupList.popupTitleNm=\uc81c\ubaa9 +ussIonPwm.popupList.ntcePeriod=\uac8c\uc2dc\uae30\uac04 +ussIonPwm.popupList.fileUrl=\ud30c\uc77c +ussIonPwm.popupList.ntceAt=\uac8c\uc2dc\uc0c1\ud0dc +ussIonPwm.popupList.checkAlert=\uccb4\ud06c\ubc15\uc2a4\ub97c \ud558\ub098 \uc774\uc0c1 \uc120\ud0dd\ud574 \uc8fc\uc138\uc694. +ussIonPwm.popupList.guide=\ud31d\uc5c5\ucc3d \uc0dd\uc131 \uc2dc \ud31d\uc5c5\ucc3d URL\uc5d0 \uc0d8\ud50c\ud398\uc774\uc9c0\ub97c \uc785\ub825\ud558\uc154\uc57c \uc0d8\ud50c\uc774 \ubcf4\uc785\ub2c8\ub2e4.(/egovframework/com/uss/ion/pwm/sample/EgovPopupSample) + +ussIonPwm.popupRegist.popupRegist=\ud31d\uc5c5\ucc3d\uad00\ub9ac \ub4f1\ub85d +ussIonPwm.popupRegist.popupTitleNm=\ud31d\uc5c5\ucc3d\uba85 +ussIonPwm.popupRegist.fileUrl=\ud31d\uc5c5\ucc3d URL +ussIonPwm.popupRegist.popupLoca=\ud31d\uc5c5\ucc3d \uc704\uce58 +ussIonPwm.popupRegist.popupWlce=\uac00\ub85c +ussIonPwm.popupRegist.popupHlc=\uc138\ub85c +ussIonPwm.popupRegist.popupSize=\ud31d\uc5c5\ucc3d \uc0ac\uc774\uc988 +ussIonPwm.popupRegist.popupWSize=WIDTH +ussIonPwm.popupRegist.popupHSize=HEIGH +ussIonPwm.popupRegist.ntcePeriod=\uac8c\uc2dc\uae30\uac04 +ussIonPwm.popupRegist.stopVewAt=\uadf8\ub9cc\ubcf4\uae30 \uc124\uc815 \uc5ec\ubd80 +ussIonPwm.popupRegist.ntceAt=\uac8c\uc2dc\uc0c1\ud0dc +ussIonPwm.popupRegist.validate.iChkDate=\uac8c\uc2dc\uc2dc\uc791\uc77c\uc790\ub294 \uac8c\uc2dc\uc885\ub8cc\uc77c\uc790 \ubcf4\ub2e4 \ud074\uc218 \uc5c6\uace0, \uac8c\uc2dc\uc885\ub8cc\uc77c\uc790\ub294 \uac8c\uc2dc\uc2dc\uc791\uc77c\uc790 \ubcf4\ub2e4 \uc791\uc744\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + +ussIonPwm.popupDetail.popupDetail=\ud31d\uc5c5\ucc3d\uad00\ub9ac \uc0c1\uc138\ubcf4\uae30 +ussIonPwm.popupDetail.popupTitleNm=\ud31d\uc5c5\ucc3d\uba85 +ussIonPwm.popupDetail.fileUrl=\ud31d\uc5c5\ucc3d URL +ussIonPwm.popupDetail.popupLoca=\ud31d\uc5c5\ucc3d \uc704\uce58 +ussIonPwm.popupDetail.popupWlce=\uac00\ub85c +ussIonPwm.popupDetail.popupHlc=\uc138\ub85c +ussIonPwm.popupDetail.popupSize=\ud31d\uc5c5\ucc3d \uc0ac\uc774\uc988 +ussIonPwm.popupDetail.popupWSize=WIDTH +ussIonPwm.popupDetail.popupHSize=HEIGH +ussIonPwm.popupDetail.ntcePeriod=\uac8c\uc2dc\uae30\uac04 +ussIonPwm.popupDetail.stopVewAt=\uadf8\ub9cc\ubcf4\uae30 \uc124\uc815 \uc5ec\ubd80 +ussIonPwm.popupDetail.ntceAt=\uac8c\uc2dc\uc0c1\ud0dc + +ussIonPwm.popupUpdt.popupUpdt=\ud31d\uc5c5\ucc3d\uad00\ub9ac \uc218\uc815 +ussIonPwm.popupUpdt.popupTitleNm=\ud31d\uc5c5\ucc3d\uba85 +ussIonPwm.popupUpdt.fileUrl=\ud31d\uc5c5\ucc3d URL +ussIonPwm.popupUpdt.popupLoca=\ud31d\uc5c5\ucc3d \uc704\uce58 +ussIonPwm.popupUpdt.popupWlce=\uac00\ub85c +ussIonPwm.popupUpdt.popupHlc=\uc138\ub85c +ussIonPwm.popupUpdt.popupSize=\ud31d\uc5c5\ucc3d \uc0ac\uc774\uc988 +ussIonPwm.popupUpdt.popupWSize=WIDTH +ussIonPwm.popupUpdt.popupHSize=HEIGH +ussIonPwm.popupUpdt.ntcePeriod=\uac8c\uc2dc\uae30\uac04 +ussIonPwm.popupUpdt.stopVewAt=\uadf8\ub9cc\ubcf4\uae30 \uc124\uc815 \uc5ec\ubd80 +ussIonPwm.popupUpdt.ntceAt=\uac8c\uc2dc\uc0c1\ud0dc +ussIonPwm.popupUpdt.validate.iChkDate=\uac8c\uc2dc\uc2dc\uc791\uc77c\uc790\ub294 \uac8c\uc2dc\uc885\ub8cc\uc77c\uc790 \ubcf4\ub2e4 \ud074\uc218 \uc5c6\uace0, \uac8c\uc2dc\uc885\ub8cc\uc77c\uc790\ub294 \uac8c\uc2dc\uc2dc\uc791\uc77c\uc790 \ubcf4\ub2e4 \uc791\uc744\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + +ussIonPwm.popupManage.validate.popupTitleNm=\ud31d\uc5c5\ucc3d\uba85 +ussIonPwm.popupManage.validate.fileUrl=\ud31d\uc5c5\ucc3d URL +ussIonPwm.popupManage.validate.popupWlce=\ud31d\uc5c5\ucc3d \uac00\ub85c\uc704\uce58 +ussIonPwm.popupManage.validate.popupHlc=\ud31d\uc5c5\ucc3d \uc138\ub85c\uc704\uce58 +ussIonPwm.popupManage.validate.popupWSize=\ud31d\uc5c5\ucc3d \uac00\ub85c +ussIonPwm.popupManage.validate.popupHSize=\ud31d\uc5c5\ucc3d \uc138\ub85c +ussIonPwm.popupManage.validate.stopVewAt=\uadf8\ub9cc\ubcf4\uae30\uc5ec\ubd80 +ussIonPwm.popupManage.validate.ntceAt=\uac8c\uc2dc\uc5ec\ubd80 + +ussIonPwm.popupSample.popupSample=\ud31d\uc5c5 \uc0d8\ud50c\ud398\uc774\uc9c0 +ussIonPwm.popupSample.popupTest=\ud31d\uc5c5\ucc3d \ud14c\uc2a4\ud2b8 +ussIonPwm.popupSample.checkBox=\ub2e4\uc74c\ubd80\ud130 \uc774 \ucc3d\uc744 \uc5f4\uc9c0 \uc54a\uc74c + + + +#\ucd94\ucc9c\uc0ac\uc774\ud2b8# + +comUssIonRec.recomendSiteVO.title = \ucd94\ucc9c\uc0ac\uc774\ud2b8 + +comUssIonRec.recomendSiteVO.recomendSiteNm = \ucd94\ucc9c\uc0ac\uc774\ud2b8\uba85 +comUssIonRec.recomendSiteVO.recomendSiteUrl = \ucd94\ucc9c\uc0ac\uc774\ud2b8URL +comUssIonRec.recomendSiteVO.recomendSiteDc = \ucd94\ucc9c\uc0ac\uc774\ud2b8\uc124\uba85 +comUssIonRec.recomendSiteVO.recomendResnCn = \ucd94\ucc9c\uc0ac\uc720 +comUssIonRec.recomendSiteVO.recomendConfmAt = \ucd94\ucc9c\uc2b9\uc778\uc5ec\ubd80 +comUssIonRec.recomendSiteVO.confmDe = \uc2b9\uc778\uc77c\uc790 + + + +#\uc57d\ub3c4\uad00\ub9ac +#EgovRoughMapList.jsp +comUssIonRmm.roughMapList.title=\uc57d\ub3c4 \ubaa9\ub85d +comUssIonRmm.roughMapList.roughMapSj=\uc57d\ub3c4\uc81c\ubaa9 +comUssIonRmm.roughMapList.roughMapAddress=\uc57d\ub3c4\uc8fc\uc18c +comUssIonRmm.roughMapList.roughMapNo=\uc21c\ubc88 +comUssIonRmm.roughMapList.roughMapDetailAddress=\uc57d\ub3c4\uc0c1\uc138\uc8fc\uc18c +comUssIonRmm.roughMapList.lastUpdtPnttm=\ub4f1\ub85d\uc77c\uc790 +comUssIonRmm.roughMapList.info=\uc57d\ub3c4\uad00\ub9ac\ub294 Daum \uc9c0\ub3c4 API \ud0a4\ub97c \ubc1c\uae09\ubc1b\uc544\uc57c \ud569\ub2c8\ub2e4. +comUssIonRmm.roughMapList.info2=Daum \uc9c0\ub3c4 API \uac00\uc774\ub4dc + +#EgovRoughMapInfoRegist.jsp +comUssIonRmm.roughMapInfoRegist.title=\uc57d\ub3c4 \ub4f1\ub85d +comUssIonRmm.roughMapInfoRegist.validate.error=\uc5d0\ub7ec\ubc1c\uc0dd, \uc5d0\ub7ec\ucf54\ub4dc +comUssIonRmm.roughMapInfoRegist.validate.msg=\uba54\uc2dc\uc9c0 +comUssIonRmm.roughMapInfoRegist.validate.noAddress=\uc57d\ub3c4\uc8fc\uc18c\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +comUssIonRmm.roughMapInfoRegist.validate.searchAddress=\uc57d\ub3c4\uc8fc\uc18c\ub97c \uac80\uc0c9\ud574\uc8fc\uc138\uc694. +comUssIonRmm.roughMapInfoRegist.express=\uc57d\ub3c4\ud45c\uc2dc +comUssIonRmm.roughMapInfoRegist.input=\uc57d\ub3c4\uc785\ub825 + +#EgovRoughMapInfoDetail.jsp +comUssIonRmm.roughMapInfoDetail.title=\uc57d\ub3c4 \uc0c1\uc138 +comUssIonRmm.roughMapInfoDetail.findRoughMap=\uae38\ucc3e\uae30 +comUssIonRmm.roughMapInfoDetail.magnifyRoughMap=\ud06c\uac8c\ubcf4\uae30 + +#EgovRoughMapUpdt.jsp +comUssIonRmm.roughMapUpdt.title=\uc57d\ub3c4 \uc218\uc815 + + + +#\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac# +ussIonRsm.recentSrchwrdList.recentSrchwrdList=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac \ubaa9\ub85d +ussIonRsm.recentSrchwrdList.srchwrdNum=\uc21c\ubc88 +ussIonRsm.recentSrchwrdList.srchwrdManageNm=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac\uba85 +ussIonRsm.recentSrchwrdList.srchwrdManageUrl=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac URL +ussIonRsm.recentSrchwrdList.srchwrdManageResult=\uacb0\uacfc +ussIonRsm.recentSrchwrdList.view=\ubcf4\uae30 +ussIonRsm.recentSrchwrdList.frstRegisterNm=\ub4f1\ub85d\uc790 +ussIonRsm.recentSrchwrdList.frstRegisterPnttm=\ub4f1\ub85d\uc77c\uc790 + +ussIonRsm.recentSrchwrdRegist.recentSrchwrdRegist=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac \ub4f1\ub85d +ussIonRsm.recentSrchwrdRegist.srchwrdManageNm=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac\uba85 +ussIonRsm.recentSrchwrdRegist.srchwrdManageUrl=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac URL +ussIonRsm.recentSrchwrdRegist.srchwrdManageUseYn=\uc0ac\uc6a9\uc790 \uac80\uc0c9 \uc5ec\ubd80 + +ussIonRsm.recentSrchwrdDetail.recentSrchwrdDetail=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac \uc0c1\uc138\ubcf4\uae30 +ussIonRsm.recentSrchwrdDetail.srchwrdManageId=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac\ubc88\ud638 +ussIonRsm.recentSrchwrdDetail.srchwrdManageNm=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac\uba85 +ussIonRsm.recentSrchwrdDetail.srchwrdManageUrl=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac URL +ussIonRsm.recentSrchwrdDetail.srchwrdManageUseYn=\uc0ac\uc6a9\uc790 \uac80\uc0c9 \uc5ec\ubd80 +ussIonRsm.recentSrchwrdDetail.validate.deleteMsg=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + +ussIonRsm.recentSrchwrdUpdt.recentSrchwrdUpdt=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac \uc218\uc815 +ussIonRsm.recentSrchwrdUpdt.srchwrdManageId=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac\ubc88\ud638 +ussIonRsm.recentSrchwrdUpdt.srchwrdManageNm=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac\uba85 +ussIonRsm.recentSrchwrdUpdt.srchwrdManageUrl=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uad00\ub9ac URL +ussIonRsm.recentSrchwrdUpdt.srchwrdManageUseYn=\uc0ac\uc6a9\uc790 \uac80\uc0c9 \uc5ec\ubd80 +ussIonRsm.recentSrchwrdUpdt.srchwrdManageUseYnSelect=\uc0ac\uc6a9\uc790 \uac80\uc0c9 \uc5ec\ubd80 \uc120\ud0dd + +ussIonRsm.recentSrchwrdResultList.recentSrchwrdResultList=\ucd5c\uadfc\uac80\uc0c9\uc5b4\uacb0\uacfc \ubaa9\ub85d +ussIonRsm.recentSrchwrdResultList.srchwrdNum=\uc21c\ubc88 +ussIonRsm.recentSrchwrdResultList.srchwrdNm=\ucd5c\uadfc\uac80\uc0c9\uc5b4 +ussIonRsm.recentSrchwrdResultList.frstRegisterNm=\ub4f1\ub85d\uc790 +ussIonRsm.recentSrchwrdResultList.frstRegisterPnttm=\ub4f1\ub85d\uc77c\uc790 +ussIonRsm.recentSrchwrdResultList.deleteAllButton=\uc804\uccb4\uc0ad\uc81c +ussIonRsm.recentSrchwrdResultList.deleteButton=\uc0ad\uc81c +ussIonRsm.recentSrchwrdResultList.validate.deleteMsg=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +ussIonRsm.recentSrchwrdResultList.validate.deleteAMsg=\ubaa8\ub450 \uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + + + +#RSS\ud0dc\uadf8 \uc11c\ube44\uc2a4# +ussIonRsn.rssTagServiceList.rssTagServiceList=RSS\ud0dc\uadf8 \uc11c\ube44\uc2a4 \ubaa9\ub85d +ussIonRsn.rssTagServiceList.rssTagNum=\uc21c\ubc88 +ussIonRsn.rssTagServiceList.trgetSvcNm=\ub300\uc0c1\uc11c\ube44\uc2a4\uba85 +ussIonRsn.rssTagServiceList.trgetSvcTable=\ub300\uc0c1\ud14c\uc774\ube14\uba85 +ussIonRsn.rssTagServiceList.frstRegisterNm=\uc791\uc131\uc790 +ussIonRsn.rssTagServiceList.frstRegisterPnttm=\ub4f1\ub85d\uc77c\uc790 + +ussIonRsn.rssTagServiceList.validate.searchCondition=\uac80\uc0c9\uc870\uac74\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694! +ussIonRsn.rssTagServiceList.validate.searchKeyword=\uac80\uc0c9\uc5b4\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694! + + + +#RSS\ud0dc\uadf8\uad00\ub9ac# +ussIonRss.rssTagManageList.rssTagManageList=RSS\ud0dc\uadf8\uad00\ub9ac \ubaa9\ub85d +ussIonRss.rssTagManageList.trgetSvcNm=\ub300\uc0c1\uc11c\ube44\uc2a4\uba85 +ussIonRss.rssTagManageList.trgetSvcTable=\ub300\uc0c1\ud14c\uc774\ube14\uba85 +ussIonRss.rssTagManageList.hderTitle=\ud5e4\ub354TITLE +ussIonRss.rssTagManageList.hderLink=\ud5e4\ub354LINK +ussIonRss.rssTagManageList.hderDescription=\ud5e4\ub354DESCRIPTION +ussIonRss.rssTagManageList.hderTag=\ud5e4\ub354TAG +ussIonRss.rssTagManageList.hderEtc=\ud5e4\ub354ETC +ussIonRss.rssTagManageList.bdtLink=\ubcf8\ubb38LINK +ussIonRss.rssTagManageList.bdtDescription=\ubcf8\ubb38DESCRIPTION +ussIonRss.rssTagManageList.bdtTag=\ubcf8\ubb38TAG +ussIonRss.rssTagManageList.bdtEtc=\ubcf8\ubb38ETC +ussIonRss.rssTagManageList.frstRegisterNm=\uc791\uc131\uc790 +ussIonRss.rssTagManageList.frstRegisterPnttm=\ub4f1\ub85d\uc77c\uc790 +ussIonRss.rssTagManageList.validate.searchCondition=\uac80\uc0c9\uc870\uac74\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694! +ussIonRss.rssTagManageList.validate.searchKeyword=\uac80\uc0c9\uc5b4\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694! +ussIonRss.rssTagManageList.validate.deleteAlert=\uc120\ud0dd\ub41c \uc815\ubcf4\ub97c \uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +ussIonRss.rssTagManageList.validate.selectDelete=\uc0ad\uc81c\ud560 \ubaa9\ub85d\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694! + +ussIonRss.rssTagManageDetail.rssTagManageDetail=RSS\ud0dc\uadf8\uad00\ub9ac \uc0c1\uc138\uc870\ud68c +ussIonRss.rssTagManageDetail.trgetSvcNm=\ub300\uc0c1\uc11c\ube44\uc2a4\uba85 +ussIonRss.rssTagManageDetail.trgetSvcTable=\ub300\uc0c1\ud14c\uc774\ube14\uba85 +ussIonRss.rssTagManageDetail.trgetSvcListCo=\ub300\uc0c1\uc11c\ube44\uc2a4\ubaa9\ub85d\uac2f\uc218 +ussIonRss.rssTagManageDetail.hderTitle=\ud5e4\ub354TITLE +ussIonRss.rssTagManageDetail.hderLink=\ud5e4\ub354LINK +ussIonRss.rssTagManageDetail.hderDescription=\ud5e4\ub354DESCRIPTION +ussIonRss.rssTagManageDetail.hderTag=\ud5e4\ub354TAG +ussIonRss.rssTagManageDetail.hderEtc=\ud5e4\ub354ETC +ussIonRss.rssTagManageDetail.bdtTitle=\ubcf8\ubb38TITLE +ussIonRss.rssTagManageDetail.bdtLink=\ubcf8\ubb38LINK +ussIonRss.rssTagManageDetail.bdtDescription=\ubcf8\ubb38DESCRIPTION +ussIonRss.rssTagManageDetail.bdtTag=\ubcf8\ubb38TAG +ussIonRss.rssTagManageDetail.bdtEtc=\ubcf8\ubb38ETC +ussIonRss.rssTagManageDetail.validate.deleteAlert=\uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + +ussIonRss.rssTagManageRegist.rssTagManageRegist=RSS\ud0dc\uadf8\uad00\ub9ac \ub4f1\ub85d +ussIonRss.rssTagManageRegist.trgetSvcNm=\ub300\uc0c1\uc11c\ube44\uc2a4\uba85 +ussIonRss.rssTagManageRegist.trgetSvcTable=\ub300\uc0c1\ud14c\uc774\ube14\uba85 +ussIonRss.rssTagManageRegist.trgetSvcListCo=\ub300\uc0c1\uc11c\ube44\uc2a4\ubaa9\ub85d\uac2f\uc218 +ussIonRss.rssTagManageRegist.hderTitle=\ud5e4\ub354TITLE +ussIonRss.rssTagManageRegist.hderLink=\ud5e4\ub354LINK +ussIonRss.rssTagManageRegist.hderDescription=\ud5e4\ub354DESCRIPTION +ussIonRss.rssTagManageRegist.hderTag=\ud5e4\ub354TAG +ussIonRss.rssTagManageRegist.hderEtc=\ud5e4\ub354ETC +ussIonRss.rssTagManageRegist.tableColumn=\uceec\ub7fc +ussIonRss.rssTagManageRegist.bdtTitle=\ubcf8\ubb38TITLE +ussIonRss.rssTagManageRegist.bdtLink=\ubcf8\ubb38LINK +ussIonRss.rssTagManageRegist.bdtDescription=\ubcf8\ubb38DESCRIPTION +ussIonRss.rssTagManageRegist.bdtTag=\ubcf8\ubb38TAG +ussIonRss.rssTagManageRegist.bdtEtc=\ubcf8\ubb38ETC +ussIonRss.rssTagManageRegist.validate.Duplicate=\uceec\ub7fc\uba85\uc774 \uc911\ubcf5\ub418\uc5c8\uc2b5\ub2c8\ub2e4! + +ussIonRss.rssTagManageUpdt.rssTagManageUpdt=RSS\ud0dc\uadf8\uad00\ub9ac \uc218\uc815 +ussIonRss.rssTagManageUpdt.trgetSvcNm=\ub300\uc0c1\uc11c\ube44\uc2a4\uba85 +ussIonRss.rssTagManageUpdt.trgetSvcTable=\ub300\uc0c1\ud14c\uc774\ube14\uba85 +ussIonRss.rssTagManageUpdt.trgetSvcListCo=\ub300\uc0c1\uc11c\ube44\uc2a4\ubaa9\ub85d\uac2f\uc218 +ussIonRss.rssTagManageUpdt.hderTitle=\ud5e4\ub354TITLE +ussIonRss.rssTagManageUpdt.hderLink=\ud5e4\ub354LINK +ussIonRss.rssTagManageUpdt.hderDescription=\ud5e4\ub354DESCRIPTION +ussIonRss.rssTagManageUpdt.hderTag=\ud5e4\ub354TAG +ussIonRss.rssTagManageUpdt.hderEtc=\ud5e4\ub354ETC +ussIonRss.rssTagManageUpdt.tableColumn=\uceec\ub7fc +ussIonRss.rssTagManageUpdt.bdtTitle=\ubcf8\ubb38TITLE +ussIonRss.rssTagManageUpdt.bdtLink=\ubcf8\ubb38LINK +ussIonRss.rssTagManageUpdt.bdtDescription=\ubcf8\ubb38DESCRIPTION +ussIonRss.rssTagManageUpdt.bdtTag=\ubcf8\ubb38TAG +ussIonRss.rssTagManageUpdt.bdtEtc=\ubcf8\ubb38ETC +ussIonRss.rssTagManageUpdt.validate.Duplicate=\uceec\ub7fc\uba85\uc774 \uc911\ubcf5\ub418\uc5c8\uc2b5\ub2c8\ub2e4! + + +#\ud3ec\uc0c1\uad00\ub9ac UssIonRwd +#EgovRwardManage.xml +comUssIonRwd.rwardManage.validate.rwardManNm=\ud3ec\uc0c1\uc790 +comUssIonRwd.rwardManage.validate.rwardCd=\ud3ec\uc0c1\ucf54\ub4dc +comUssIonRwd.rwardManage.validate.rwardNm=\ud3ec\uc0c1\uba85 +comUssIonRwd.rwardManage.validate.rwardDe=\ud3ec\uc0c1\uc77c\uc790 +comUssIonRwd.rwardManage.validate.pblenCn=\uacf5\uc801\uc0ac\ud56d +comUssIonRwd.rwardManage.validate.sanctnDtNm=\uc2b9\uc778\uad8c\uc790 + +#EgovRwardManageList.jsp +comUssIonRwd.rwardManageList.title=\ud3ec\uc0c1\uad00\ub9ac \ubaa9\ub85d + +#EgovRwardManageDetail.jsp +comUssIonRwd.rwardManageDetail.title=\ud3ec\uc0c1\uc0c1\uc138\uc870\ud68c + +#EgovRwardRegist.jsp +comUssIonRwd.rwardRegist.title=\ud3ec\uc0c1\ub4f1\ub85d +comUssIonRwd.rwardRegist.rwardAppl=\ud3ec\uc0c1\uc2e0\uccad + +#EgovRwardUpdt.jsp +comUssIonRwd.rwardUpdt.title=\ud3ec\uc0c1\uc218\uc815 +comUssIonRwd.rwardUpdt.atchFileIdList=\ucca8\ubd80\ud30c\uc77c\ubaa9\ub85d + +#EgovRwardConfm.jsp +comUssIonRwd.rwardConfm.title=\ud3ec\uc0c1\uc2b9\uc778 +comUssIonRwd.rwardConfm.arrParam.rwardAply.agree=\ud3ec\uc0c1\uc2e0\uccad - \uc2b9\uc778 +comUssIonRwd.rwardConfm.arrParam.rwardAply.disagree=\ud3ec\uc0c1\uc2e0\uccad - \ubc18\ub824 + +#EgovRwardConfmList.jsp +comUssIonRwd.rwardConfmList.title=\ud3ec\uc0c1\uc2b9\uc778 \ubaa9\ub85d +comUssIonRwd.rwardConfmList.rwardAgreeList=\ud3ec\uc0c1\uc2b9\uc778\uad00\ub9ac \ubaa9\ub85d +comUssIonRwd.rwardConfmList.rwardProgress=\uc2b9\uc778\ucc98\ub9ac +comUssIonRwd.rwardConfmList.detailView=\uc0c1\uc138\ubcf4\uae30 + +#\uacf5\ud1b5 +comUssIonRwd.common.validate.searchFromDate=\ud3ec\uc0c1\uc77c\uc790 \uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \ud3ec\uc0c1\uc77c\uc790\ub97c \ud655\uc778\ud558\uc138\uc694. +comUssIonRwd.common.validate.searchToDate=\ud3ec\uc0c1\uc77c\uc790 \uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \ud3ec\uc0c1\uc77c\uc790\ub97c \ud655\uc778\ud558\uc138\uc694. +comUssIonRwd.common.searchKeyword=\ud3ec\uc0c1\uad6c\ubd84 +comUssIonRwd.common.selectedAll=\uc804\uccb4 +comUssIonRwd.common.rwardDate=\ud3ec\uc0c1\uc77c\uc790 +comUssIonRwd.common.searchFromDate=\ud3ec\uc0c1 \uc2dc\uc791\uc77c\uc790 +comUssIonRwd.common.searchToDate=\ud3ec\uc0c1 \uc885\ub8cc\uc77c\uc790 +comUssIonRwd.common.searchNm=\ud3ec\uc0c1\uc790 +comUssIonRwd.common.rwardNm=\ud3ec\uc0c1\uba85 +comUssIonRwd.common.rwardDe=\ud3ec\uc0c1\uc77c\uc790 +comUssIonRwd.common.rwardManNm=\ud3ec\uc0c1\uc790\uba85 +comUssIonRwd.common.orgnztNm=\uc18c\uc18d +comUssIonRwd.common.confmAt=\uc9c4\ud589\uad6c\ubd84 +comUssIonRwd.common.sanctnerNm=\uc2b9\uc778\uc790 +comUssIonRwd.common.confmAt.A=\uc2e0\uccad\uc911 +comUssIonRwd.common.confmAt.C=\uc2b9\uc778 +comUssIonRwd.common.confmAt.R=\ubc18\ub824 +comUssIonRwd.common.submit=\uc804\uc1a1 +comUssIonRwd.common.pblenCn=\uacf5\uc801\uc0ac\ud56d +comUssIonRwd.common.atchFileId=\ucca8\ubd80\ud30c\uc77c +comUssIonRwd.common.sanctnDtNm=\uc2b9\uc778\uad8c\uc790 +comUssIonRwd.common.toNewWindow=\uc0c8 \ucc3d\uc73c\ub85c \uc774\ub3d9 +comUssIonRwd.common.infrmlSanctnRegist=\uacb0\uc7ac\uad8c\uc790 + + + +#\uc0ac\uc774\ud2b8\uad00\ub9ac# + +comUssIonSit.siteVO.title = \uc0ac\uc774\ud2b8 + +comUssIonSit.siteVO.siteNm = \uc0ac\uc774\ud2b8\uba85 +comUssIonSit.siteVO.siteUrl = \uc0ac\uc774\ud2b8URL +comUssIonSit.siteVO.siteDc = \uc0ac\uc774\ud2b8\uc124\uba85 +comUssIonSit.siteVO.siteThemaClCode = \uc0ac\uc774\ud2b8\ubd84\ub958 +comUssIonSit.siteVO.actvtyAt = \ud65c\uc131\uc5ec\ubd80 +comUssIonSit.siteVO.useAt = \uc0ac\uc6a9\uc5ec\ubd80 + + + +#Twitter\uc5f0\ub3d9# +ussIonTir.twitterMain.twitterMain=\ud2b8\uc704\ud130(Twitter) \uc571\ub4f1\ub85d \uc548\ub0b4 +ussIonTir.twitterMain.app=\ud2b8\uc704\ud130 \uc0ac\uc774\ud2b8\uc5d0 \ub85c\uadf8\uc778\ud55c\ub2e4. +ussIonTir.twitterMain.buttonClick=\ubc84\ud2bc\uc744 \ud074\ub9ad\ud558\uace0 \ub4f1\ub85d \ud398\uc774\uc9c0\uc5d0 \uc544\ub798\uc640 \uac19\uc774 \ud2b8\uc704\ud130 \uc5b4\ud50c\ub9ac\ucf00\uc774\uc158 \uc11c\ube44\uc2a4\ub97c \ub4f1\ub85d\ud55c\ub2e4. +ussIonTir.twitterMain.returnUrl=(\ud0a4 \ubc1c\uae09 \ud6c4 \ub9ac\ud134\ub418\ub294 URL) +ussIonTir.twitterMain.key=Consumer key, Consumer secret \ub4f1\uc774 \uc544\ub798\uc640 \uac19\uc774 \ubc1c\uae09\ub41c\ub2e4. + +ussIonTir.twitterPopup.twitterPopup=\ud2b8\uc704\ud130(Twitter) \uc778\uc99d\uc694\uccad +ussIonTir.twitterPopup.consumerKey=Consumer key \ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694! +ussIonTir.twitterPopup.consumerSecret=Consumer secret\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694! +ussIonTir.twitterPopup.twitterPopupKey=\ud2b8\uc704\ud130(Twitter) \uc778\uc99d\uc694\uccad - \uc778\uc99d\ud0a4 \uc785\ub825 +ussIonTir.twitterPopup.saveKey=Consumer key/Consumer secret \ud0a4 \uac12 \uc800\uc7a5 +ussIonTir.twitterPopup.send=\uc804\uc1a1 + +ussIonTir.twitterTrnsmit.twitterTrnsmit=\ud2b8\uc704\ud130(Twitter) \uc1a1\uc2e0(\ub4f1\ub85d) +ussIonTir.twitterTrnsmit.validate.id=Twitter \uc544\uc774\ub514(ID)\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694! +ussIonTir.twitterTrnsmit.validate.password=Twitter \ube44\ubc00\ubc88\ud638(PW)\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694! +ussIonTir.twitterTrnsmit.validate.send=\uc791\uc131\ub41c Twitter\ub97c \uc804\uc1a1 \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +ussIonTir.twitterTrnsmit.twitterText=Twitter \ub0b4\uc6a9 +ussIonTir.twitterTrnsmit.send=\uc804\uc1a1 + +ussIonTir.twitterRecptn.twitterRecptn=\ud2b8\uc704\ud130(Twitter) \uc218\uc2e0 +ussIonTir.twitterRecptn.validate.number=\uc22b\uc790\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694! +ussIonTir.twitterRecptn.validate.onlyNumber=\uc22b\uc790\ub9cc \uc785\ub825\uc774 \uac00\ub2a5\ud569\ub2c8\ub2e4 +ussIonTir.twitterRecptn.twitterProfileImageURL=\ud504\ub85c\ud544 \uc774\ubbf8\uc9c0 +ussIonTir.twitterRecptn.text=\ub0b4\uc6a9 + +ussIonTir.twitterTrnsmitResult.twitterTrnsmitResult=\ud2b8\uc704\ud130(Twitter) \uc1a1\uc2e0(\ub4f1\ub85d)\uacb0\uacfc\ud655\uc778 +ussIonTir.twitterTrnsmitResult.id=\ub4f1\ub85dID +ussIonTir.twitterTrnsmitResult.screenName=\uacc4\uc815ID +ussIonTir.twitterTrnsmitResult.name=\ubcc4\uba85 +ussIonTir.twitterTrnsmitResult.url=URL +ussIonTir.twitterTrnsmitResult.text=\ud2b8\uc704\ud130 \ub0b4\uc6a9 +ussIonTir.twitterTrnsmitResult.profileImage=Profile Image +ussIonTir.twitterTrnsmitResult.createdAt=\ub4f1\ub85d\uc77c +ussIonTir.twitterTrnsmitResult.isFavorited=favorite +ussIonTir.twitterTrnsmitResult.isRetweet=retweet +ussIonTir.twitterTrnsmitResult.isTruncated=runcated +ussIonTir.twitterTrnsmitResult.confirm=\ud655\uc778 + + + +#\uc0ac\uc6a9\uc790\ubd80\uc7ac\uad00\ub9ac# +ussIonUas.userAbsnceList.userAbsnceList=\uc0ac\uc6a9\uc790\ubd80\uc7ac\uad00\ub9ac \ubaa9\ub85d +ussIonUas.userAbsnceList.userNm=\uc0ac\uc6a9\uc790 \uba85 +ussIonUas.userAbsnceList.userId=\uc0ac\uc6a9\uc790 ID +ussIonUas.userAbsnceList.userAbsnceAt=\ubd80\uc7ac\uc5ec\ubd80 +ussIonUas.userAbsnceList.regYn=\ub4f1\ub85d\uc5ec\ubd80 +ussIonUas.userAbsnceList.lastUpdusrPnttm=\ub3d9\ub85d\uc77c\uc2dc +ussIonUas.userAbsnceList.all=\uc804\uccb4 +ussIonUas.userAbsnceList.noUserSlct=\uc120\ud0dd\ub41c \uc0ac\uc6a9\uc790\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +ussIonUas.userAbsnceList.failInquir=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +ussIonUas.userAbsnceList.regiAftrView=\uc870\ud68c \ud6c4 \ub4f1\ub85d\ud558\uc2dc\uae38 \ubc14\ub78d\ub2c8\ub2e4. +ussIonUas.userAbsnceList.alreadyRegis=\uc774\ubbf8 \ub4f1\ub85d\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. +ussIonUas.userAbsnceList.selectOnlyOne=\ub4f1\ub85d\ub300\uc0c1 \ud558\ub098\ub9cc \uc120\ud0dd\ud558\uc2ed\uc2dc\uc624. +ussIonUas.userAbsnceList.noRegisTargetSlct=\uc120\ud0dd\ub41c \ub4f1\ub85d\ub300\uc0c1\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. +ussIonUas.userAbsnceList.goToregisPage=\ub4f1\ub85d\ub41c \uc0ac\uc6a9\uc790\ubd80\uc7ac \uc815\ubcf4\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \ub4f1\ub85d\ud398\uc774\uc9c0\ub85c \uc774\ub3d9\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +ussIonUas.userAbsnceList.deleteMsg=\uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + +ussIonUas.userAbsnceRegist.userAbsnceRegist=\uc0ac\uc6a9\uc790\ubd80\uc7ac\uad00\ub9ac \ub4f1\ub85d +ussIonUas.userAbsnceRegist.userNm=\uc0ac\uc6a9\uc790 \uba85 +ussIonUas.userAbsnceRegist.userId=\uc0ac\uc6a9\uc790 ID +ussIonUas.userAbsnceRegist.userAbsnceAt=\ubd80\uc7ac\uc5ec\ubd80 +ussIonUas.userAbsnceRegist.lastUpdusrPnttm=\ub3d9\ub85d\uc77c\uc2dc +ussIonUas.userAbsnceRegist.all=\uc804\uccb4 +ussIonUas.userAbsnceRegist.saveMsg=\uc800\uc7a5\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +ussIonUas.userAbsnceRegist.deleteMsg=\uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + +ussIonUas.userAbsnceUpdt.userAbsnceUpdt=\uc0ac\uc6a9\uc790\ubd80\uc7ac\uad00\ub9ac \uc218\uc815 +ussIonUas.userAbsnceUpdt.userNm=\uc0ac\uc6a9\uc790 \uba85 +ussIonUas.userAbsnceUpdt.userId=\uc0ac\uc6a9\uc790 ID +ussIonUas.userAbsnceUpdt.userAbsnceAt=\ubd80\uc7ac\uc5ec\ubd80 +ussIonUas.userAbsnceUpdt.lastUpdusrPnttm=\ub3d9\ub85d\uc77c\uc2dc +ussIonUas.userAbsnceUpdt.saveMsg=\uc800\uc7a5\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +ussIonUas.userAbsnceUpdt.deleteMsg=\uc0ad\uc81c\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + + +#\ud1b5\ud569\ub9c1\ud06c\uad00\ub9ac# +uss.ion.ulm.unityLinkList.unityLinkList=\ud1b5\ud569\ub9c1\ud06c\uad00\ub9ac \ubaa9\ub85d +uss.ion.ulm.unityLinkList.unityLinkNum=\uc21c\ubc88 +uss.ion.ulm.unityLinkList.unityLinkGroup=\uadf8\ub8f9 +uss.ion.ulm.unityLinkList.unityLinkNm=\ud1b5\ud569\ub9c1\ud06c\uba85 +uss.ion.ulm.unityLinkList.unityLinkDc=\ud1b5\ud569\ub9c1\ud06c\uc124\uba85 +uss.ion.ulm.unityLinkList.unityLinkUrl=\ud1b5\ud569\ub9c1\ud06cURL +uss.ion.ulm.unityLinkList.unityLinkRegNm=\ub4f1\ub85d\uc790 +uss.ion.ulm.unityLinkList.unityLinkRegDate=\ub4f1\ub85d\uc77c\uc790 + +uss.ion.ulm.unityLinkDetail.unityLinkDetail=\ud1b5\ud569\ub9c1\ud06c\uad00\ub9ac \uc0c1\uc138\ubcf4\uae30 +uss.ion.ulm.unityLinkDetail.unityLinkGroup=\ud1b5\ud569\ub9c1\ud06c\uadf8\ub8f9 +uss.ion.ulm.unityLinkDetail.unityLinkNm=\ud1b5\ud569\ub9c1\ud06c\uba85 +uss.ion.ulm.unityLinkDetail.unityLinkDc=\ud1b5\ud569\ub9c1\ud06c\uc124\uba85 +uss.ion.ulm.unityLinkDetail.unityLinkUrl=\ud1b5\ud569\ub9c1\ud06cURL +uss.ion.ulm.unityLinkDetail.validate.deleteMsg=\uc0ad\uc81c\ud558\uaca0\uc2b5\ub2c8\uae4c? + +uss.ion.ulm.unityLinkRegist.unityLinkRegist=\ud1b5\ud569\ub9c1\ud06c\uad00\ub9ac \ub4f1\ub85d +uss.ion.ulm.unityLinkRegist.unityLinkGroup=\ud1b5\ud569\ub9c1\ud06c\uadf8\ub8f9 +uss.ion.ulm.unityLinkRegist.unityLinkNm=\ud1b5\ud569\ub9c1\ud06c\uba85 +uss.ion.ulm.unityLinkRegist.unityLinkDc=\ud1b5\ud569\ub9c1\ud06c\uc124\uba85 +uss.ion.ulm.unityLinkRegist.unityLinkUrl=\ud1b5\ud569\ub9c1\ud06cURL + +uss.ion.ulm.unityLinkUpdt.unityLinkUpdate=\ud1b5\ud569\ub9c1\ud06c\uad00\ub9ac \uc218\uc815 +uss.ion.ulm.unityLinkUpdt.unityLinkGroup=\ud1b5\ud569\ub9c1\ud06c\uadf8\ub8f9 +uss.ion.ulm.unityLinkUpdt.unityLinkNm=\ud1b5\ud569\ub9c1\ud06c\uba85 +uss.ion.ulm.unityLinkUpdt.unityLinkDc=\ud1b5\ud569\ub9c1\ud06c\uc124\uba85 +uss.ion.ulm.unityLinkUpdt.unityLinkUrl=\ud1b5\ud569\ub9c1\ud06cURL + +uss.ion.ulm.unityLinkSample.unityLink=\ud1b5\ud569\ub9c1\ud06c +uss.ion.ulm.unityLinkSample.goUnityLinkSample=\ud1b5\ud569\ub9c1\ud06c \uc0d8\ud50c\ud398\uc774\uc9c0 \uc774\ub3d9 +uss.ion.ulm.unityLinkSample.validate.select=\ud1b5\ud569\ub9c1\ud06c\ub97c \uc120\ud0dd\ud574\uc8fc\uc138\uc694! +uss.ion.ulm.unityLinkSample.moveButton=\uc774\ub3d9 + + + +# Vacation Management comUssIonVct + +# EgovVcatnManage.xml +comUssIonVct.vcatnManage.validate.vcatnSe = \ud734\uac00\uad6c\ubd84 +comUssIonVct.vcatnManage.validate.bgnde = \uc2dc\uc791\uc77c\uc790 +comUssIonVct.vcatnManage.validate.endde = \uc885\ub8cc\uc77c\uc790 +comUssIonVct.vcatnManage.validate.vcatnResn = \ud734\uac00\uc0ac\uc720 +comUssIonVct.vcatnManage.validate.sanctnDtNm = \uc2b9\uc778\uad8c\uc790 + +#common +comUssIonVct.common.validate.bgnde = \ud734\uac00 \uc2dc\uc791\uc77c\uc790\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ud734\uac00\uc77c\uc790\ub97c \ud655\uc778\ud558\uc138\uc694. +comUssIonVct.common.validate.endde = \ud734\uac00\uc885\ub8cc\uc77c\uc790\uac00 \uc874\uc7ac\ud558\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. \ud734\uac00\uc77c\uc790\ub97c \ud655\uc778\ud558\uc138\uc694. +comUssIonVct.common.validate.vcatnSe = \ud734\uac00\uc77c\uc790 \uac80\uc0c9\uc870\uac74\uc758 \uc2dc\uc791\uc77c\uc790\uac00 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. \ud734\uac00\uc77c\uc790\ub97c \ud655\uc778\ud558\uc138\uc694. +comUssIonVct.common.calendar = \ub2ec\ub825 +comUssIonVct.common.endde = \uc885\ub8cc\uc77c\uc790 +comUssIonVct.common.noonSe1 = \uc624\uc804 +comUssIonVct.common.noonSe2 = \uc624\ud6c4 +comUssIonVct.common.noonSe = \uc815\uc624\uad6c\ubd84 +comUssIonVct.common.applcntNm = \uc2e0\uccad\uc790 +comUssIonVct.common.orgnztNm = \uc18c\uc18d +comUssIonVct.common.occrncYrycCo = \ubc1c\uc0dd\uc5f0\ucc28 +comUssIonVct.common.useYrycCo = \uc0ac\uc6a9\uc5f0\ucc28 +comUssIonVct.common.remndrYrycCo = \uc794\uc5ec\uc5f0\ucc28 +comUssIonVct.common.vcatnSe = \ud734\uac00\uad6c\ubd84 +comUssIonVct.common.startDate = \uc2dc\uc791\uc77c\uc790 +comUssIonVct.common.endDate = \uc885\ub8cc\uc77c\uc790 +comUssIonVct.common.vcatnResn = \ud734\uac00\uc0ac\uc720 +comUssIonVct.common.infrmlSanctnRegist = \uacb0\uc7ac\uad8c\uc790 +comUssIonVct.common.vcatnTotalInfo = \uc2e0\uccad\uc790 \uc5f0\ucc28\uc815\ubcf4 +comUssIonVct.common.sanctnDtNm = \uc2b9\uc778\uad8c\uc790 +comUssIonVct.common.agree = \uc2b9\uc778 +comUssIonVct.common.disagree = \ubc18\ub824 +comUssIonVct.common.inputSuccess=\uc785\ub825\uc131\uacf5 +comUssIonVct.common.validate.vacationSelectError=\ud734\uac00\uc77c\uc790 \uc9c0\uc815 \uc624\ub958 - \ud734\uac00\uc2dc\uc791\uc77c\uc790/\uc885\ub8cc\uc77c\uc790\ub97c \ud655\uc778\ud558\uc138\uc694. +comUssIonVct.common.validate.thatYearOnly=\uc5f0\ucc28\uc0ac\uc6a9\uc2dc \ud734\uac00\ub294 \ub2f9\ud574\uc5f0\ub3c4\ub9cc \uac00\ub2a5\ud569\ub2c8\ub2e4. +comUssIonVct.common.validate.vacationFail=\uc5f0\ucc28\ud734\uac00 \ub4f1\ub85d\uc2e4\ud328(\uc794\uc5ec\uc5f0\ucc28 \ubd80\uc871) +comUssIonVct.common.validate.halfVacationFail=\ubc18\ucc28\ud734\uac00 \ub4f1\ub85d\uc2e4\ud328(\uc794\uc5ec\uc5f0\ucc28 \ubd80\uc871) +comUssIonVct.common.validate.duplicate = \ud734\uac00\uc77c\uc790\uac00 \uc911\ubcf5\ub418\uc5c8\uc2b5\ub2c8\ub2e4. \ud734\uac00\uc77c\uc790\ub97c \ud655\uc778\ud574 \uc8fc\uc138\uc694. + +# EgovVcatnManageList.jsp +comUssIonVct.vcatnManageList.title = \ud734\uac00\uad00\ub9ac \ubaa9\ub85d +comUssIonVct.vcatnManageList.userNm = \uc0ac\uc6a9\uc790 \uba85 +comUssIonVct.vcatnManageList.vctYr = \ud734\uac00\ub144\ub3c4 +comUssIonVct.vcatnManageList.selectedAll = \uc804\uccb4 +comUssIonVct.vcatnManageList.year = \ub144 +comUssIonVct.vcatnManageList.vcatnSeNm = \ud734\uac00\uad6c\ubd84 +comUssIonVct.vcatnManageList.bgnde = \uc2dc\uc791\uc77c +comUssIonVct.vcatnManageList.endde = \uc885\ub8cc\uc77c +comUssIonVct.vcatnManageList.vcatnResn = \ud734\uac00\uc0ac\uc720 +comUssIonVct.vcatnManageList.confmAt = \uad6c\ubd84 +comUssIonVct.vcatnManageList.sanctnerNm = \uc2b9\uc778\uc790 +comUssIonVct.vcatnManageList.confmAt.A = \uc2e0\uccad\uc911 +comUssIonVct.vcatnManageList.confmAt.C = \uc2b9\uc778 +comUssIonVct.vcatnManageList.confmAt.R = \ubc18\ub824 +comUssIonVct.vcatnManageList.validate.guide =\u203b 902.\uac1c\uc778\uc5f0\ucc28\uad00\ub9ac\uc758 \ubc1c\uc0dd\uc5f0\ucc28\uac00 \ub4f1\ub85d\uc774 \ub418\uc5b4 \uc788\uc5b4\uc57c \uc0ac\uc6a9\uac00\ub2a5 +comUssIonVct.vcatnManageList.validate.makeVcatn = \uc5f0\ucc28\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. \uac1c\uc778\uc5f0\ucc28 \ud655\uc778\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. +comUssIonVct.vcatnManageList.validate.access = \uc0c1\uc138\ud654\uba74 \uc811\uadfc\uc744 \uc704\ud574\uc11c\ub294 \uc0ac\uc6a9\uc790 \uad8c\ud55c\uacfc \uc870\uc9c1 \uc544\uc774\ub514\uac00 \ud544\uc694\ud569\ub2c8\ub2e4. +comUssIonVct.vcatnManageList.validate.move = \u203b \ud734\uac00 \uc0ac\uc6a9\uc744 \uc704\ud55c \uac1c\uc778\uc5f0\ucc28 \ub4f1\ub85d\uc744 \uc704\ud574 \uac1c\uc778\uc5f0\ucc28\uad00\ub9ac \ucf64\ud3ec\ub10c\ud2b8\ub85c \uc774\ub3d9 + +# EgovVcatnRegist.jsp +comUssIonVct.vcatnRegist.title = \ud734\uac00\uc2e0\uccad +comUssIonVct.vcatnRegist.vcatnAplyr = \ud734\uac00 \uc2e0\uccad\uc790 + +# EgovVcatnUpdt.jsp +comUssIonVct.vcatnUpdt.title = \ud734\uac00\uc218\uc815 +comUssIonVct.vcatnUpdt.validate.length = \ud734\uac00\uc0ac\uc720 \ud56d\ubaa9\uc758 \uc785\ub825\uac12\uc774 200\uc790(\ud55c\uae00100\uc790)\ub97c \ucd08\uacfc\ud558\uc600\uc2b5\ub2c8\ub2e4. \ud2b9\uc218\ubb38\uc790('<','>','&','\\"', '\'')\ub97c \uc0ac\uc6a9\ud558\uc2e0 \uacbd\uc6b0 \ud574\ub2f9 \ubb38\uc790('<','>','&','"',''')\ub85c \uce58\ud658 \ucc98\ub9ac\ub418\uc5b4 \ubb38\uc790\uc218\uac00 \ucd08\uacfc\ucc98\ub9ac \ub420\uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. +comUssIonVct.vcatnUpdt.vcatnAplyr = \ud734\uac00 \uc2e0\uccad\uc790 + +# EgovVcatnManageDetail.jsp +comUssIonVct.vcatnManageDetail.title = \ud734\uac00\uc0c1\uc138\uc870\ud68c +comUssIonVct.vcatnManageDetail.vcatnApply = \ud734\uac00\uc2e0\uccad + +# EgovVcatnConfm.jsp +comUssIonVct.vcatnConfm.title = \ud734\uac00\uc2b9\uc778 +comUssIonVct.vcatnConfm.submit = \uc804\uc1a1 +comUssIonVct.vcatnConfm.validate.length = \ud734\uac00\uc0ac\uc720 \ud56d\ubaa9\uc758 \uc785\ub825\uac12\uc774 200\uc790(\ud55c\uae00100\uc790)\ub97c \ucd08\uacfc\ud558\uc600\uc2b5\ub2c8\ub2e4. \ud2b9\uc218\ubb38\uc790('<','>','&','\\"', '\'')\ub97c \uc0ac\uc6a9\ud558\uc2e0 \uacbd\uc6b0 \ud574\ub2f9 \ubb38\uc790('<','>','&','"',''')\ub85c \uce58\ud658 \ucc98\ub9ac\ub418\uc5b4 \ubb38\uc790\uc218\uac00 \ucd08\uacfc\ucc98\ub9ac \ub420\uc218\ub3c4 \uc788\uc2b5\ub2c8\ub2e4. + +# EgovVcatnConfmList.jsp +comUssIonVct.vcatnConfmList.title = \ud734\uac00\uc2b9\uc778 \ubaa9\ub85d +comUssIonVct.vcatnConfmList.validate.searchYear = \uc804\uccb4\ub144\ub3c4\uc5d0 \uc6d4\ub9cc \uc870\ud68c\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. \ub144\ub3c4\ub294 \uc120\ud0dd\ud574\uc8fc\uc138\uc694. +comUssIonVct.vcatnConfmList.searchConfmAt = \uc9c4\ud589\uad6c\ubd84 +comUssIonVct.vcatnConfmList.selectedAll = \uc804\uccb4 +comUssIonVct.vcatnConfmList.searchConfmAt.A = \uc2e0\uccad +comUssIonVct.vcatnConfmList.searchConfmAt.vcatnDay = \ud734\uac00\uc77c\uc790 +comUssIonVct.vcatnConfmList.month = \uc6d4 +comUssIonVct.vcatnConfmList.bgnde = \uc2dc\uc791\uc77c +comUssIonVct.vcatnConfmList.endde = \uc885\ub8cc\uc77c +comUssIonVct.vcatnConfmList.confmAt.agreeProcess = \uc2b9\uc778\ucc98\ub9ac +comUssIonVct.vcatnConfmList.confmAt.detail = \uc0c1\uc138\ubcf4\uae30 +comUssIonVct.vcatnConfmList.vcatnManageList = \ud734\uac00\uc2b9\uc778\uad00\ub9ac \ubaa9\ub85d +comUssIonVct.vcatnConfmList.searchYear = \ub144\ub3c4 +comUssIonVct.vcatnConfmList.search = \ub144 + + + +#\uc704\ud0a4\ubd81\ub9c8\ud06c# +ussIonWikBmk.wikiBookmarkList.wikiBookmarkList=\uc704\ud0a4\ubd81\ub9c8\ud06c \ubaa9\ub85d +ussIonWikBmk.wikiBookmarkList.chooseDelete=\uc0ad\uc81c\ud560 \ubaa9\ub85d\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694! +ussIonWikBmk.wikiBookmarkList.confirmDelete=\uc120\ud0dd\ub41c \uc815\ubcf4\ub97c \uc0ad\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +ussIonWikBmk.wikiBookmarkList.bookmarkNm=\ubd81\ub9c8\ud06c\uba85 +ussIonWikBmk.wikiBookmarkList.bookmarkgd=\uc704\ud0a4\ubd81\ub9c8\ud06c \ub4f1\ub85d\uc740 JSP WIki \uc124\uce58\uac00 \ud544\uc694\ud569\ub2c8\ub2e4.(\uc790\uc138\ud55c \ub0b4\uc6a9\uc740 \uc704\ud0a4\uac00\uc774\ub4dc \ucc38\uace0) + + + +#\uac1c\uc778\uc5f0\ucc28\uad00\ub9ac +#EgovIndvdlYrycManageList jsp +comUssIonYrc.indvdlYrycManageList.title=\uac1c\uc778\uc5f0\ucc28\uad00\ub9ac \ubaa9\ub85d +comUssIonYrc.indvdlYrycManageList.occrrncYear=\ubc1c\uc0dd\uc5f0\ub3c4 +comUssIonYrc.indvdlYrycManageList.occrncYrycCo=\ubc1c\uc0dd\uc5f0\ucc28 +comUssIonYrc.indvdlYrycManageList.useYrycCo=\uc0ac\uc6a9\uc5f0\ucc28 +comUssIonYrc.indvdlYrycManageList.remndrYrycCo=\uc794\uc5ec\uc5f0\ucc28 +comUssIonYrc.indvdlYrycManageList.mberNm=\uc0ac\uc6a9\uc790 + +#EgovIndvdlYrycRegist.jsp +comUssIonYrc.indvdlYrycRegist.title=\uac1c\uc778\uc5f0\ucc28\uad00\ub9ac \ub4f1\ub85d +comUssIonYrc.indvdlYrycRegist.change= \uac1c\uc778\uc5f0\ucc28 \ub4f1\ub85d/\uc218\uc815\uc2dc \ubc1c\uc0dd\uc5f0\ub3c4\ub294 \ud574\ub2f9\uc5f0\ub3c4\ub85c \ubcc0\uacbd\ub418\uc5b4 \uc800\uc7a5\ub428 +comUssIonYrc.indvdlYrycRegist.occrncYrycCo=\uc5f0\ucc28\ub4f1\ub85d +comUssIonYrc.indvdlYrycRegist.useYrycCo=\uc0ac\uc6a9\uc5f0\ucc28\ub4f1\ub85d +comUssIonYrc.indvdlYrycRegist.diffValue=\uc794\uc5ec\uc5f0\ucc28\uac00 \uc74c\uc218\uc77c \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + + + + +#\ub9c8\uc774\ud398\uc774\uc9c0# + +comUssMpe.indvdlPgeVO.title = \ub9c8\uc774\ud398\uc774\uc9c0 + +comUssMpe.indvdlPgeVO.cntntsNm = \ucee8\ud150\uce20\uba85 +comUssMpe.indvdlPgeVO.cntntsLinkUrl = \ubbf8\ub9ac\ubcf4\uae30URL +comUssMpe.indvdlPgeVO.cntcUrl = \ucee8\ud150\uce20URL +comUssMpe.indvdlPgeVO.cntntsDc = \ucee8\ud150\uce20\uc124\uba85 +comUssMpe.indvdlPgeVO.cntntsUseAt = \uc0ac\uc6a9\uc5ec\ubd80 + + +#\ud589\uc815\uc6a9\uc5b4\uc0ac\uc804# + +comUssOlhAwm.administrationWordVO.title = \ud589\uc815\uc804\ubb38\uc6a9\uc5b4\uc0ac\uc804 + +comUssOlhAwm.administrationWordVO.administWordNm = \ud589\uc815\uc6a9\uc5b4\uba85 +comUssOlhAwm.administrationWordVO.administWordEngNm = \ud589\uc815\uc6a9\uc5b4\uc601\ubb38\uba85 +comUssOlhAwm.administrationWordVO.administWordAbrv = \ud589\uc815\uc6a9\uc5b4\uc57d\uc5b4\uba85 +comUssOlhAwm.administrationWordVO.themaRelm = \uc8fc\uc81c\uc601\uc5ed\uba85 +comUssOlhAwm.administrationWordVO.wordDomn = \uc6a9\uc5b4\uad6c\ubd84 +comUssOlhAwm.administrationWordVO.stdWord = \uad00\ub828\ud45c\uc900\uc6a9\uc5b4 +comUssOlhAwm.administrationWordVO.administWordDf = \ud589\uc815\uc6a9\uc5b4\uc815\uc758 +comUssOlhAwm.administrationWordVO.administWordDc = \ud589\uc815\uc6a9\uc5b4\uc124\uba85 + + +#FAQ# + +comUssOlhFaq.faqVO.title = FAQ + +comUssOlhFaq.faqVO.qestnSj = \uc9c8\ubb38\uc81c\ubaa9 +comUssOlhFaq.faqVO.qestnCn = \uc9c8\ubb38\ub0b4\uc6a9 +comUssOlhFaq.faqVO.answerCn = \ub2f5\ubcc0\ub0b4\uc6a9 +comUssOlhFaq.faqVO.inqireCo = \uc870\ud68c\uc218 +comUssOlhFaq.faqVO.atchFile = \ucca8\ubd80\ud30c\uc77c + + +#\ub3c4\uc6c0\ub9d0 \ucef4\ud3ec\ub10c\ud2b8# + +comUssOlhHpc.hpcmVO.title = \ub3c4\uc6c0\ub9d0 + +comUssOlhHpc.hpcmVO.hpcmSeCode = \ub3c4\uc6c0\ub9d0\uad6c\ubd84 +comUssOlhHpc.hpcmVO.hpcmDf = \ub3c4\uc6c0\ub9d0\uc815\uc758 +comUssOlhHpc.hpcmVO.hpcmDc = \ub3c4\uc6c0\ub9d0\uc124\uba85 + + + +#\uc628\ub77c\uc778\uba54\ub274\uc5bc# + +comUssOlhOmm.onlineManualVO.title = \uc628\ub77c\uc778\uba54\ub274\uc5bc + +comUssOlhOmm.onlineManualVO.onlineMnlNm = \uc628\ub77c\uc778\uba54\ub274\uc5bc\uba85 +comUssOlhOmm.onlineManualVO.onlineMnlSeCode = \uad6c\ubd84 +comUssOlhOmm.onlineManualVO.onlineMnlDf = \uc628\ub77c\uc778\uba54\ub274\uc5bc\uc815\uc758 +comUssOlhOmm.onlineManualVO.onlineMnlDc = \uc628\ub77c\uc778\uba54\ub274\uc5bc\uc124\uba85 + + +#Q&A# + +comUssOlhQna.qnaVO.title = Q&A + +comUssOlhQna.qnaVO.qestnSj = \uc9c8\ubb38\uc81c\ubaa9 +comUssOlhQna.qnaVO.qestnCn = \uc9c8\ubb38\ub0b4\uc6a9 +comUssOlhQna.qnaVO.writingDe = \uc791\uc131\ub0a0\uc9dc +comUssOlhQna.qnaVO.inqireCo = \uc870\ud68c\uc218 +comUssOlhQna.qnaVO.emailAdres = \uc774\uba54\uc77c\uc8fc\uc18c +comUssOlhQna.qnaVO.qnaProcessSttusCode = \uc9c4\ud589\uc0c1\ud0dc +comUssOlhQna.qnaVO.answerCn = \ub2f5\ubcc0\ub0b4\uc6a9 +comUssOlhQna.qnaVO.answerDe = \ub2f5\ubcc0\ub0a0\uc9dc +comUssOlhQna.qnaVO.emailAnswerAt = \uc774\uba54\uc77c\ub2f5\ubcc0\uc5ec\ubd80 +comUssOlhQna.qnaVO.telNo = \uc5f0\ub77d\ucc98 +comUssOlhQna.qnaVO.areaNo = \uc9c0\uc5ed\ubc88\ud638 +comUssOlhQna.qnaVO.middleTelno = \uc911\uac04\uc804\ud654\ubc88\ud638 +comUssOlhQna.qnaVO.endTelno = \ub05d\uc804\ud654\ubc88\ud638 + + +comUssOlhQna.qnaAnswerVO.title = Q&A\ub2f5\ubcc0 + + + +#\uc6a9\uc5b4\uc0ac\uc804# + +comUssOlhWor.wordDicaryVO.title = \uc6a9\uc5b4\uc0ac\uc804 + +comUssOlhWor.wordDicaryVO.wordNm = \uc6a9\uc5b4\uba85 +comUssOlhWor.wordDicaryVO.engNm = \uc601\ubb38\uba85 +comUssOlhWor.wordDicaryVO.synonm = \ub3d9\uc758\uc5b4 +comUssOlhWor.wordDicaryVO.wordDc = \uc6a9\uc5b4\uc124\uba85 + + + +#\uc0c1\ub2f4\uad00\ub9ac Message# +comUssOlpCns.title=\uc0c1\ub2f4\uad00\ub9ac + +comUssOlpCns.searchCondition.wrterNm = \uc791\uc131\uc790\uba85 +comUssOlpCns.searchCondition.cnsltSj = \uc0c1\ub2f4\uc81c\ubaa9 + +comUssOlpCns.list.cnsltSj=\uc0c1\ub2f4\uc81c\ubaa9 +comUssOlpCns.list.qnaProcessSttusCodeNm=\uc9c4\ud589\uc0c1\ud0dc +comUssOlpCns.list.hit=\uc870\ud68c\uc218 + +comUssOlpCns.regist.wrterNm=\uc791\uc131\uc790\uba85 +comUssOlpCns.regist.writngPassword=\uc791\uc131 \ube44\ubc00\ubc88\ud638 +comUssOlpCns.regist.telNo=\uc804\ud654\ubc88\ud638 +comUssOlpCns.regist.mobileNo=\ud734\ub300\ud3f0\ubc88\ud638 +comUssOlpCns.regist.email=\uc774\uba54\uc77c +comUssOlpCns.regist.emailAt=\uc774\uba54\uc77c\ub2f5\ubcc0\uc5ec\ubd80 +comUssOlpCns.regist.cnsltSj=\uc0c1\ub2f4\uc81c\ubaa9 +comUssOlpCns.regist.cnsltCn=\uc0c1\ub2f4\ub0b4\uc6a9 +comUssOlpCns.regist.managtCn=\ub2f5\ubcc0\ub0b4\uc6a9 +comUssOlpCns.regist.file=\ud30c\uc77c\ucca8\ubd80 + +comUssOlpCns.detail.regdate=\uc791\uc131\uc77c\uc790 +comUssOlpCns.detail.qnaProcessSttusCodeNm=\ucc98\ub9ac\uc0c1\ud0dc +comUssOlpCns.detail.hit=\uc870\ud68c\uc218 + +comUssOlpCns.detail.managtCn=\ub2f5\ubcc0\ub0b4\uc6a9 +comUssOlpCns.detail.managtDept=\ub2f4\ub2f9\ubd80\uc11c +comUssOlpCns.detail.managtDate=\ub2f5\ubcc0\uc77c\uc790 +comUssOlpCns.detail.managter=\ub2f5\ubcc0\uc790 +comUssOlpCns.detail.managtTel=\uc804\ud654\ubc88\ud638 +comUssOlpCns.detail.managtMail=\uc774\uba54\uc77c + +comUssOlpCns.validate.passwordConfirm=\uc791\uc131 \ube44\ubc00\ubc88\ud638\ub97c \ud655\uc778 \ubc14\ub78d\ub2c8\ub2e4. + + +comUssOlpCns.regist.telNo1=\uc804\ud654\ubc88\ud638(\uc9c0\uc5ed) +comUssOlpCns.regist.telNo2=\uc804\ud654\ubc88\ud638(\uad6d\ubc88) +comUssOlpCns.regist.telNo3=\uc804\ud654\ubc88\ud638(\uc9c0\ubc88) +comUssOlpCns.regist.mobileNo1=\ud734\ub300\ud3f0\ubc88\ud638(\uc55e\ubc88) +comUssOlpCns.regist.mobileNo2=\ud734\ub300\ud3f0\ubc88\ud638(\uad6d\ubc88) +comUssOlpCns.regist.mobileNo3=\ud734\ub300\ud3f0\ubc88\ud638(\uc9c0\ubc88) + + +#\uc791\uc131\ube44\ubc00\ubc88\ud638 \ud655\uc778 Message# +comUssOlpCns.passwordConfirm.title=\uc791\uc131\ube44\ubc00\ubc88\ud638 \ud655\uc778 +comUssOlpCns.passwordConfirm.password=\uc791\uc131\uae00 \ube44\ubc00\ubc88\ud638 + +#\uc0c1\ub2f4\ub2f5\ubcc0\uad00\ub9ac Message# +comUssOlpCnm.title=\uc0c1\ub2f4\ub2f5\ubcc0\uad00\ub9ac + +comUssOlpCnm.searchCondition.wrterNm = \uc791\uc131\uc790\uba85 +comUssOlpCnm.searchCondition.cnsltSj = \uc0c1\ub2f4\uc81c\ubaa9 + +comUssOlpCnm.list.cnsltSj=\uc0c1\ub2f4\uc81c\ubaa9 +comUssOlpCnm.list.qnaProcessSttusCodeNm=\uc9c4\ud589\uc0c1\ud0dc +comUssOlpCnm.list.hit=\uc870\ud68c\uc218 + +comUssOlpCnm.btn.managt=\ub2f5\ubcc0 + + +#\ud68c\uc758 \uad00\ub9ac# +ussOlpMgt.meetingManageList.meetingManageList=\ud68c\uc758\uad00\ub9ac \ubaa9\ub85d +ussOlpMgt.meetingManageList.mtgDe=\ud68c\uc758\uc77c\uc790 +ussOlpMgt.meetingManageList.mtgNm=\ud68c\uc758\uba85 +ussOlpMgt.meetingManageList.mtgMtrCn=\ud68c\uc758\uc548\uac74\ub0b4\uc6a9 +ussOlpMgt.meetingManageList.mtgPlace=\ud68c\uc758\uc7a5\uc18c +ussOlpMgt.meetingManageList.mtgBeginTime=\uc2dc\uc791\uc2dc\uac04 +ussOlpMgt.meetingManageList.mtgEndTime=\uc885\ub8cc\uc2dc\uac04 +ussOlpMgt.meetingManageList.frstRegisterNm=\uc791\uc131\uc790\uba85 +ussOlpMgt.meetingManageList.frstRegisterPnttm=\ub4f1\ub85d\uc77c\uc790 + +ussOlpMgt.meetingManageRegist.meetingManageRegist=\ud68c\uc758\uad00\ub9ac \ub4f1\ub85d +ussOlpMgt.meetingManageRegist.mtgNm=\ud68c\uc758\uc81c\ubaa9 +ussOlpMgt.meetingManageRegist.mtgMtrCn=\ud68c\uc758\uc548\uac74 \ub0b4\uc6a9 +ussOlpMgt.meetingManageRegist.mtgSn=\ud68c\uc758\uc21c\uc11c +ussOlpMgt.meetingManageRegist.mtgCo=\ud68c\uc758\ud68c\ucc28 +ussOlpMgt.meetingManageRegist.mtgDe=\ud68c\uc758\uc77c\uc790 +ussOlpMgt.meetingManageRegist.mtgPlace=\ud68c\uc758\uc7a5\uc18c +ussOlpMgt.meetingManageRegist.mtgBeginTime=\ud68c\uc758 \uc2dc\uc791\uc2dc\uac04 +ussOlpMgt.meetingManageRegist.mtgEndTime=\ud68c\uc758 \uc885\ub8cc\uc2dc\uac04 +ussOlpMgt.meetingManageRegist.clsdrMtgAt=\ube44\uacf5\uac1c \ud68c\uc758\uc5ec\ubd80 +ussOlpMgt.meetingManageRegist.readngBeginDe=\uc5f4\ub78c \uac1c\uc2dc\uc77c +ussOlpMgt.meetingManageRegist.readngAt=\uc5f4\ub78c \uc5ec\ubd80 +ussOlpMgt.meetingManageRegist.mtgResultCn=\ud68c\uc758\uacb0\uacfc \ub0b4\uc6a9 +ussOlpMgt.meetingManageRegist.mtgResultEnnc=\ud68c\uc758\uacb0\uacfc \uc5ec\ubd80 +ussOlpMgt.meetingManageRegist.etcMatter=\uae30\ud0c0\uc0ac\ud56d +ussOlpMgt.meetingManageRegist.mngtDeptNm=\uc8fc\uad00\ubd80\uc11c +ussOlpMgt.meetingManageRegist.mnaerNm=\uc8fc\uad00\uc790\uba85 +ussOlpMgt.meetingManageRegist.mnaerDeptNm=\uc8fc\uad00\uc790\ubd80\uc11c +ussOlpMgt.meetingManageRegist.mtnAt=\ud68c\uc758\uc5ec\ubd80 +ussOlpMgt.meetingManageRegist.nonatdrnCo=\ubd88\ucc38\uc11d\uc790\uc218 +ussOlpMgt.meetingManageRegist.atdrnCo=\ucc38\uc11d\uc790\uc218 +ussOlpMgt.meetingManageRegist.validate.checkTime=\ud68c\uc758 \uc2dc\uc791\uc2dc\uac04\uc774 \uc885\ub8cc \uc2dc\uac04\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. + +ussOlpMgt.meetingManageDetail.meetingManageDetail=\ud68c\uc758\uad00\ub9ac \uc0c1\uc138\uc870\ud68c +ussOlpMgt.meetingManageDetail.mtgNm=\ud68c\uc758\uc81c\ubaa9 +ussOlpMgt.meetingManageDetail.mtgMtrCn=\ud68c\uc758\uc548\uac74 \ub0b4\uc6a9 +ussOlpMgt.meetingManageDetail.mtgSn=\ud68c\uc758\uc21c\uc11c +ussOlpMgt.meetingManageDetail.mtgCo=\ud68c\uc758\ud68c\ucc28 +ussOlpMgt.meetingManageDetail.mtgDe=\ud68c\uc758\uc77c\uc790 +ussOlpMgt.meetingManageDetail.mtgPlace=\ud68c\uc758\uc7a5\uc18c +ussOlpMgt.meetingManageDetail.mtgHH=\uc2dc +ussOlpMgt.meetingManageDetail.mtgMM=\ubd84 +ussOlpMgt.meetingManageDetail.mtgBeginTime=\ud68c\uc758 \uc2dc\uc791\uc2dc\uac04 +ussOlpMgt.meetingManageDetail.mtgEndTime=\ud68c\uc758 \uc885\ub8cc\uc2dc\uac04 +ussOlpMgt.meetingManageDetail.clsdrMtgAt=\ube44\uacf5\uac1c \ud68c\uc758\uc5ec\ubd80 +ussOlpMgt.meetingManageDetail.readngBeginDe=\uc5f4\ub78c \uac1c\uc2dc\uc77c +ussOlpMgt.meetingManageDetail.readngAt=\uc5f4\ub78c \uc5ec\ubd80 +ussOlpMgt.meetingManageDetail.mtgResultCn=\ud68c\uc758\uacb0\uacfc \ub0b4\uc6a9 +ussOlpMgt.meetingManageDetail.mtgResultEnnc=\ud68c\uc758\uacb0\uacfc \uc5ec\ubd80 +ussOlpMgt.meetingManageDetail.etcMatter=\uae30\ud0c0\uc0ac\ud56d +ussOlpMgt.meetingManageDetail.mngtDeptNm=\uc8fc\uad00\ubd80\uc11c +ussOlpMgt.meetingManageDetail.mnaerIds=\uc8fc\uad00\uc790 ID +ussOlpMgt.meetingManageDetail.mnaerNm=\uc8fc\uad00\uc790\uba85 +ussOlpMgt.meetingManageDetail.mnaerDeptNm=\uc8fc\uad00\uc790\ubd80\uc11c +ussOlpMgt.meetingManageDetail.mtnAt=\ud68c\uc758\uc5ec\ubd80 +ussOlpMgt.meetingManageDetail.nonatdrnCo=\ubd88\ucc38\uc11d\uc790\uc218 +ussOlpMgt.meetingManageDetail.atdrnCo=\ucc38\uc11d\uc790\uc218 + +ussOlpMgt.meetingManageModify.meetingManageModify=\ud68c\uc758\uad00\ub9ac \uc218\uc815 +ussOlpMgt.meetingManageModify.mtgNm=\ud68c\uc758\uc81c\ubaa9 +ussOlpMgt.meetingManageModify.mtgMtrCn=\ud68c\uc758\uc548\uac74 \ub0b4\uc6a9 +ussOlpMgt.meetingManageModify.mtgSn=\ud68c\uc758\uc21c\uc11c +ussOlpMgt.meetingManageModify.mtgCo=\ud68c\uc758\ud68c\ucc28 +ussOlpMgt.meetingManageModify.mtgDe=\ud68c\uc758\uc77c\uc790 +ussOlpMgt.meetingManageModify.mtgPlace=\ud68c\uc758\uc7a5\uc18c +ussOlpMgt.meetingManageModify.mtgHH=\uc2dc +ussOlpMgt.meetingManageModify.mtgMM=\ubd84 +ussOlpMgt.meetingManageModify.mtgBeginTime=\ud68c\uc758 \uc2dc\uc791\uc2dc\uac04 +ussOlpMgt.meetingManageModify.mtgEndTime=\ud68c\uc758 \uc885\ub8cc\uc2dc\uac04 +ussOlpMgt.meetingManageModify.clsdrMtgAt=\ube44\uacf5\uac1c \ud68c\uc758\uc5ec\ubd80 +ussOlpMgt.meetingManageModify.readngBeginDe=\uc5f4\ub78c \uac1c\uc2dc\uc77c +ussOlpMgt.meetingManageModify.readngAt=\uc5f4\ub78c \uc5ec\ubd80 +ussOlpMgt.meetingManageModify.mtgResultCn=\ud68c\uc758\uacb0\uacfc \ub0b4\uc6a9 +ussOlpMgt.meetingManageModify.mtgResultEnnc=\ud68c\uc758\uacb0\uacfc \uc5ec\ubd80 +ussOlpMgt.meetingManageModify.etcMatter=\uae30\ud0c0\uc0ac\ud56d +ussOlpMgt.meetingManageModify.mngtDeptNm=\uc8fc\uad00\ubd80\uc11c +ussOlpMgt.meetingManageModify.mnaerIds=\uc8fc\uad00\uc790 ID +ussOlpMgt.meetingManageModify.mnaerNm=\uc8fc\uad00\uc790\uba85 +ussOlpMgt.meetingManageModify.mnaerDeptNm=\uc8fc\uad00\uc790\ubd80\uc11c +ussOlpMgt.meetingManageModify.mtnAt=\ud68c\uc758\uc5ec\ubd80 +ussOlpMgt.meetingManageModify.nonatdrnCo=\ubd88\ucc38\uc11d\uc790\uc218 +ussOlpMgt.meetingManageModify.atdrnCo=\ucc38\uc11d\uc790\uc218 +ussOlpMgt.meetingManageModify.validate.checkTime=\ud68c\uc758 \uc2dc\uc791\uc2dc\uac04\uc774 \uc885\ub8cc \uc2dc\uac04\ubcf4\ub2e4 \ub2a6\uc2b5\ub2c8\ub2e4. + +ussOlpMgt.meetingManageLisAuthorGroupPopup.orgnzPopup=\ubd80\uc11c\uac80\uc0c9 \ud31d\uc5c5 +ussOlpMgt.meetingManageLisAuthorGroupPopup.orgnzList=\ubd80\uc11c\ubaa9\ub85d \uc870\ud68c +ussOlpMgt.meetingManageLisAuthorGroupPopup.orgnztNm=\ubd80\uc11c\uba85 +ussOlpMgt.meetingManageLisAuthorGroupPopup.orgnztDc=\ubd80\uc11c\uc124\uba85 + +ussOlpMgt.meetingManageLisEmpLyrPopup.userPopup=\uc0ac\uc6a9\uc790\uac80\uc0c9 \ud31d\uc5c5 +ussOlpMgt.meetingManageLisEmpLyrPopup.searchId=\uc544\uc774\ub514 \uac80\uc0c9 +ussOlpMgt.meetingManageLisEmpLyrPopup.userNm=\uc774\ub984 +ussOlpMgt.meetingManageLisEmpLyrPopup.emplyrId=\uc544\uc774\ub514 +ussOlpMgt.meetingManageLisEmpLyrPopup.offmTelno=\uc804\ud654\ubc88\ud638 +ussOlpMgt.meetingManageLisEmpLyrPopup.detailAdres=\uc8fc\uc18c + +ussOlpMgt.meetingManage.mtgNm=\ud68c\uc758\uc81c\ubaa9 +ussOlpMgt.meetingManage.mtgMtrCn=\ud68c\uc758\uc548\uac74 \ub0b4\uc6a9 +ussOlpMgt.meetingManage.mtgSn=\ud68c\uc758\uc21c\uc11c +ussOlpMgt.meetingManage.mtgCo=\ud68c\uc758\ud68c\ucc28 +ussOlpMgt.meetingManage.mtgDe=\ud68c\uc758\uc77c\uc790 +ussOlpMgt.meetingManage.mtgPlace=\ud68c\uc758\uc7a5\uc18c +ussOlpMgt.meetingManage.mtgBeginHH=\ud68c\uc758\uc2dc\uc791\uc2dc\uac04(\uc2dc\uac04) +ussOlpMgt.meetingManage.mtgBeginMM=\ud68c\uc758\uc2dc\uc791\uc2dc\uac04(\ubd84) +ussOlpMgt.meetingManage.mtgEndHH=\ud68c\uc758\uc885\ub8cc\uc2dc\uac04(\uc2dc\uac04) +ussOlpMgt.meetingManage.mtgEndMM=\ud68c\uc758\uc885\ub8cc\uc2dc\uac04(\ubd84) +ussOlpMgt.meetingManage.readngBeginDe=\uc5f4\ub78c \uac1c\uc2dc\uc77c +ussOlpMgt.meetingManage.mtgResultCn=\ud68c\uc758\uacb0\uacfc \ub0b4\uc6a9 +ussOlpMgt.meetingManage.etcMatter=\uae30\ud0c0\uc0ac\ud56d +ussOlpMgt.meetingManage.nonatdrnCo=\ubd88\ucc38\uc11d\uc790\uc218 +ussOlpMgt.meetingManage.atdrnCo=\ucc38\uc11d\uc790\uc218 + + +#\uc628\ub77c\uc778POLL\uad00\ub9ac Message# + +comUssOlpOpm.title=\uc628\ub77c\uc778POLL\uad00\ub9ac + +comUssOlpOpm.searchCondition.POLL_NM=POLL\uba85 + +comUssOlpOpm.list.pollNm=\uc628\ub77c\uc778POLL\uba85 +comUssOlpOpm.list.pollBeginDe=\uc2dc\uc791\uc77c +comUssOlpOpm.list.pollEndDe=\uc885\ub8cc\uc77c +comUssOlpOpm.list.pollStatistics=\ud1b5\uacc4 +comUssOlpOpm.list.pollResult=\uacb0\uacfc +comUssOlpOpm.list.pollItem=\uc628\ub77c\uc778POLL\ud56d\ubaa9 +comUssOlpOpm.list.item=\ud56d\ubaa9\uba85 + + +comUssOlpOpm.regist.pollNm=POLL\uba85 +comUssOlpOpm.regist.pollBeginDe=POLL\uc2dc\uc791\uc77c\uc790 +comUssOlpOpm.regist.pollEndDe=POLL\uc885\ub8cc\uc77c\uc790 +comUssOlpOpm.regist.pollType=POLL\uad6c\ubd84 +comUssOlpOpm.regist.pollDsuseYn=POLL\ud398\uae30\uc720\ubb34 +comUssOlpOpm.regist.pollAutoDsuseYn=POLL\uc790\ub3d9\ud398\uae30\uc720\ubb34 + +comUssOlpOpm.btn.view=\ubcf4\uae30 + +comUssOlpOpm.result.title=\uc628\ub77c\uc778POLL\uacb0\uacfc + +comUssOlpOpm.pollItem.title=\uc628\ub77c\uc778POLL\ud56d\ubaa9 \uc815\ubcf4 + + + +#\uc628\ub77c\uc778POLL\ucc38\uc5ec Message# + +comUssOlpOpp.title=\uc628\ub77c\uc778POLL\ucc38\uc5ec + +comUssOlpOpp.validate.onlinePollPartcptn=\uc9c0\uae08\uc740 \uc628\ub77c\uc778POLL \ud22c\ud45c\uae30\uac04\uc774 \uc544\ub2d9\ub2c8\ub2e4! + +comUssOlpOpp.regist.pollNm=POLL\uba85 +comUssOlpOpp.regist.pollBeginDe=POLL\uc2dc\uc791\uc77c\uc790 +comUssOlpOpp.regist.pollEndDe=POLL\uc885\ub8cc\uc77c\uc790 +comUssOlpOpp.regist.pollType=POLL\uc885\ub958 + +comUssOlpOpp.statistics.title=\ud1b5\uacc4 + + + +#\ud56d\ubaa9\uad00\ub9ac(\uc124\ubb38\ud56d\ubaa9) \uba54\uc2dc\uc9c0# +comUssOlpQim.title=\uc124\ubb38\ud56d\ubaa9 +comUssOlpQim.titleManage=\ud56d\ubaa9\uad00\ub9ac +comUssOlpQim.searchCondition.IEM_CN=\ud56d\ubaa9\ub0b4\uc6a9 +comUssOlpQim.searchCondition.FRST_REGISTER_ID=\ub4f1\ub85d\uc790 + +comUssOlpQim.regist.qestnrCn=\uc124\ubb38\uc815\ubcf4 +comUssOlpQim.regist.qestnrQesitmCn=\uc124\ubb38\ubb38\ud56d\uc815\ubcf4 +comUssOlpQim.regist.iemSn=\ud56d\ubaa9\uc21c\ubc88 +comUssOlpQim.regist.iemCn=\ud56d\ubaa9\ub0b4\uc6a9 +comUssOlpQim.regist.etcAnswerAt=\uae30\ud0c0\ub2f5\ubcc0\uc5ec\ubd80 + +comUssOlpQim.regist.registerName=\ub4f1\ub85d\uc790 +comUssOlpQim.regist.registerDate=\ub4f1\ub85d\uc77c\uc790 + +comUssOlpQim.regist.popUp=\ud31d\uc5c5 + +comUssOlpQim.value.submit=\uc804\uc1a1 + +#Javascript alert# +comUssOlpQim.alert.searchKeyword=\uac80\uc0c9\uc5b4 +comUssOlpQim.alert.searchCondition=\uac80\uc0c9\uad6c\ubd84 + +comUssOlpQim.alert.select=\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694! +comUssOlpQim.alert.input=\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694! + +comUssOlpQim.alert.total=\uc0ad\uc81c\uc2dc \uc124\ubb38\ud56d\ubaa9, \uc124\ubb38\uc870\uc0ac(\uc124\ubb38\uacb0\uacfc) +comUssOlpQim.alert.delete=\uc815\ubcf4\uac00 \ud568\uaed8 \uc0ad\uc81c\ub429\ub2c8\ub2e4! + + + +#\uc124\ubb38\uad00\ub9ac \uba54\uc2dc\uc9c0# +comUssOlpQmc.title=\uc124\ubb38\uad00\ub9ac +comUssOlpQmc.searchCondition.QUSTNR_SJ=\uc124\ubb38\uc81c\ubaa9 +comUssOlpQmc.searchCondition.FRST_REGISTER_ID=\ub4f1\ub85d\uc790 + +comUssOlpQmc.regist.qestnrSj=\uc124\ubb38\uc81c\ubaa9 +comUssOlpQmc.regist.qestnrPurps=\uc124\ubb38\ubaa9\uc801 +comUssOlpQmc.regist.qestnrWritngGuidanceCn=\uc124\ubb38\uc791\uc131 \uc548\ub0b4 \ub0b4\uc6a9 +comUssOlpQmc.regist.qestnrTrget=\uc124\ubb38\ub300\uc0c1 +comUssOlpQmc.regist.qestnrDe=\uc124\ubb38\uae30\uac04 +comUssOlpQmc.regist.qestnrTmplatTy=\ud15c\ud50c\ub9bf \uc720\ud615 + +comUssOlpQmc.regist.respondentInfo=\uc124\ubb38\uc751\ub2f5\uc790\uc815\ubcf4 +comUssOlpQmc.regist.qustnrqestn=\uc124\ubb38\ubb38\ud56d +comUssOlpQmc.regist.qustnrInvestigation=\uc124\ubb38\uc870\uc0ac +comUssOlpQmc.regist.statistics=\ud1b5\uacc4 +comUssOlpQmc.regist.registerName=\ub4f1\ub85d\uc790 +comUssOlpQmc.regist.registerDate=\ub4f1\ub85d\uc77c\uc790 + +comUssOlpQmc.regist.qestnrTmplatInfo=\ud15c\ud50c\ub9bf \uc124\uba85 +comUssOlpQmc.regist.qestnrTmplatDesc=\ud15c\ud50c\ub9bf \uc720\ud615\uc774 \uc5c6\ub294 \uacbd\uc6b0 "\uc124\ubb38\ud15c\ud50c\ub9bf\uad00\ub9ac"\uba54\ub274\uc5d0\uc11c \ub4f1\ub85d\uc744 \ud574\uc57c \ud569\ub2c8\ub2e4. + +comUssOlpQmc.value.view=\ubcf4\uae30 + +comUssOlpQmc.value.select=\uc120\ud0dd + +comUssOlpQmc.title.startDay=\uc2dc\uc791\uc77c +comUssOlpQmc.title.endDay=\uc885\ub8cc\uc77c +comUssOlpQmc.regist.qestnrDeStartDay=\uc124\ubb38\uae30\uac04 \uc2dc\uc791\uc77c +comUssOlpQmc.regist.qestnrDeEndDay=\uc124\ubb38\uae30\uac04 \uc885\ub8cc\uc77c +comUssOlpQmc.title.image=\uc774\ubbf8\uc9c0 +comUssOlpQmc.title.submit=\uc804\uc1a1 + +comUssOlpQmc.alt.calPopup=\ub2ec\ub825\ucc3d\ud31d\uc5c5\ubc84\ud2bc\uc774\ubbf8\uc9c0 + +#Javascript alert# +comUssOlpQmc.alert.startDay=\uc124\ubb38\uae30\uac04 \uc2dc\uc791\uc77c\uc740 \uc885\ub8cc\uc77c \ubcf4\ub2e4 \ud074\uc218 \uc5c6\uace0 +comUssOlpQmc.alert.endDay=\uc124\ubb38\uae30\uac04 \uc885\ub8cc\uc77c\uc740 \uc2dc\uc791\uc77c \ubcf4\ub2e4 \uc791\uc744\uc218 \uc5c6\uc2b5\ub2c8\ub2e4! +comUssOlpQmc.alert.total=\uc0ad\uc81c\uc2dc \uc124\ubb38\uad00\ub9ac, \uc124\ubb38\ud56d\ubaa9, \uc124\ubb38\ubb38\ud56d, \uc124\ubb38\uc751\ub2f5\uc790\uad00\ub9ac, \uc124\ubb38\uc870\uc0ac(\uc124\ubb38\uacb0\uacfc) +comUssOlpQmc.alert.delete=\uc815\ubcf4\uac00 \ud568\uaed8 \uc0ad\uc81c\ub429\ub2c8\ub2e4! + + +#\uc124\ubb38\uc870\uc0ac \uba54\uc2dc\uc9c0# +comUssOlpQnn.title=\uc124\ubb38\ucc38\uc5ec +comUssOlpQnn.titleManage=\uc124\ubb38\uc870\uc0ac +comUssOlpQnn.searchCondition.QUSTNR_SJ=\uc124\ubb38\uc81c\ubaa9 +comUssOlpQnn.searchCondition.FRST_REGISTER_ID=\ub4f1\ub85d\uc790 + +comUssOlpQnn.regist.sexdstnCode=\uc131\ubcc4 +comUssOlpQnn.regist.occpTyCode=\uc9c1\uc5c5 +comUssOlpQnn.regist.respondNm=\uc751\ub2f5\uc790\uba85 + +comUssOlpQnn.regist.qestnrSj=\uc124\ubb38\uc81c\ubaa9 +comUssOlpQnn.regist.qestnrPurps=\uc124\ubb38\ubaa9\uc801 +comUssOlpQnn.regist.qestnrWritngGuidanceCn=\uc124\ubb38\uc791\uc131 \uc548\ub0b4\ub0b4\uc6a9 +comUssOlpQnn.regist.qestnrTrgetAndDe=\uc124\ubb38\ub300\uc0c1,\uc124\ubb38\uae30\uac04 +comUssOlpQnn.regist.qestnrTmplatCours=\uc124\ubb38\uc870\uc0ac + +comUssOlpQnn.regist.statistics=\ud1b5\uacc4 +comUssOlpQnn.regist.registerName=\ub4f1\ub85d\uc790 +comUssOlpQnn.regist.registerDate=\ub4f1\ub85d\uc77c\uc790 + +comUssOlpQnn.regist.example=\ubcf4\uae30 + +comUssOlpQnn.regist.respondInfo=\uc124\ubb38\uc751\ub2f5\uc790 \uc815\ubcf4 +comUssOlpQnn.regist.qestnrInfo=\uc124\ubb38\uc815\ubcf4 + +comUssOlpQnn.regist.qestnrTrget=\uc124\ubb38\ub300\uc0c1 +comUssOlpQnn.regist.qestnrDate=\uc124\ubb38\uae30\uac04 + +comUssOlpQnn.regist.student=\ud559\uc0dd +comUssOlpQnn.regist.univStudent=\ub300\ud559\uc0dd +comUssOlpQnn.regist.salaryMan=\uc9c1\uc7a5\uc778 +comUssOlpQnn.regist.soldier=\uad70\uc778 +comUssOlpQnn.regist.teacher=\uad50\uc0ac +comUssOlpQnn.regist.etc=\uae30\ud0c0 + +comUssOlpQnn.alt.compulsoryInput=\ud544\uc218\uc785\ub825\ud45c\uc2dc +comUssOlpQnn.alt.chartImage=\ucc28\ud2b8\uc774\ubbf8\uc9c0 + +#\uc790\ubc14\uc2a4\ud06c\ub9bd\ud2b8 alert# +comUssOlpQnn.alert.sexdstnCode=\uc124\ubb38\uc751\ub2f5\uc790\uc815\ubcf4 \uc131\ubcc4\uc744 \ud0dd\ud574\uc8fc\uc138\uc694! +comUssOlpQnn.alert.occpTyCode=\uc124\ubb38\uc751\ub2f5\uc790\uc815\ubcf4 \uc9c1\uc5c5\uc744 \uc120\ud0dd\ud574\uc8fc\uc138\uc694! +comUssOlpQnn.alert.respondNm=\uc124\ubb38\uc751\ub2f5\uc790\uc815\ubcf4 \uc751\ub2f5\uc790\uba85\uc744 \uc785\ub825\ud574\uc8fc\uc138\uc694! + +comUssOlpQnn.alert.qestnIem=\ubc88 \uc124\ubb38\ubb38\ud56d\uc744 \uc791\uc131\ud574 \uc8fc\uc138\uc694! +comUssOlpQnn.alert.etcAnswer=\ubc88 \uc124\ubb38\ubb38\ud56d \uae30\ud0c0\ub2f5\ubcc0\uc744 \uc791\uc131\ud574\uc8fc\uc138\uc694! + +comUssOlpQnn.alert.mxmmChoiseCo=\ucd5c\ub300\uc120\ud0dd\uac74\uc218 +comUssOlpQnn.alert.exceed=\uac74\uc744 \ucd08\uacfc\ud558\uc600\uc2b5\ub2c8\ub2e4! + + +#\uc9c8\ubb38\uad00\ub9ac(\uc124\ubb38\ubb38\ud56d) \uba54\uc2dc\uc9c0# +comUssOlpQqm.title=\uc124\ubb38\ubb38\ud56d +comUssOlpQqm.titleManage=\ubb38\ud56d \uad00\ub9ac +comUssOlpQqm.searchCondition.QESTN_CN=\uc9c8\ubb38\ub0b4\uc6a9 +comUssOlpQqm.searchCondition.MXMM_CHOISE_CO=\ucd5c\ub300\uc120\ud0dd\uac74\uc218 + +comUssOlpQqm.regist.qestnrCn=\uc124\ubb38\uc9c0\uc815\ubcf4(\uc81c\ubaa9) +comUssOlpQqm.regist.qestnSn=\uc9c8\ubb38\uc21c\ubc88 +comUssOlpQqm.regist.qestnTyCode=\uc9c8\ubb38\uc720\ud615 +comUssOlpQqm.regist.qestnCn=\uc9c8\ubb38\ub0b4\uc6a9 +comUssOlpQqm.regist.mxmmChoiseCo=\ucd5c\ub300\uc120\ud0dd\uac74\uc218 + +comUssOlpQqm.result.iemCn=\uc124\ubb38\ud56d\ubaa9\uacb0\uacfc +comUssOlpQqm.result.respondAnswerCn=\uc751\ub2f5\uc790\ub2f5\ubcc0\ub0b4\uc6a9 \uacb0\uacfc +comUssOlpQqm.result.etcAnswerCn=\uae30\ud0c0\ub2f5\ubcc0\ub0b4\uc6a9 \uacb0\uacfc + +comUssOlpQqm.regist.qestnIem=\uc9c8\ubb38\ud56d\ubaa9 +comUssOlpQqm.regist.statistics=\ud1b5\uacc4 +comUssOlpQqm.regist.registerName=\ub4f1\ub85d\uc790 +comUssOlpQqm.regist.registerDate=\ub4f1\ub85d\uc77c\uc790 + +comUssOlpQqm.regist.popup=\ud31d\uc5c5 + +comUssOlpQqm.regist.objectiveQuest=\uac1d\uad00\uc2dd +comUssOlpQqm.regist.subjectiveQuest=\uc8fc\uad00\uc2dd + +comUssOlpQqm.value.view=\ubcf4\uae30 + +comUssOlpQqm.title.submit=\uc804\uc1a1 + +comUssOlpQqm.alt.chartImage=\ucc28\ud2b8\uc774\ubbf8\uc9c0 + +#Javascript alert# +comUssOlpQqm.alert.input=\ub97c \uc785\ub825\ud574 \uc8fc\uc138\uc694! + +comUssOlpQqm.alert.total=\uc0ad\uc81c\uc2dc \uc124\ubb38\ubb38\ud56d, \uc124\ubb38\ud56d\ubaa9, \uc124\ubb38\uc870\uc0ac(\uc124\ubb38\uacb0\uacfc) +comUssOlpQqm.alert.delete=\uc815\ubcf4\uac00 \ud568\uaed8 \uc0ad\uc81c\ub429\ub2c8\ub2e4! + + + +#\uc124\ubb38\uad00\ub9ac-\uc124\ubb38\uc870\uc0ac'\ubcf4\uae30' \uba54\uc2dc\uc9c0# +comUssOlpQri.title=\uc124\ubb38\uc870\uc0ac +comUssOlpQri.titleManage=\uc124\ubb38\uc870\uc0ac\uad00\ub9ac +comUssOlpQri.searchCondition.ETC_ANSWER_CN=\uae30\ud0c0\ub2f5\ubcc0\ub0b4\uc6a9 +comUssOlpQri.searchCondition.RESPOND_ANSWER_CN=\uc751\ub2f5\uc790\ub2f5\ubcc0\ub0b4\uc6a9 +comUssOlpQri.searchCondition.RESPOND_NM=\uc751\ub2f5\uc790\uba85 + +comUssOlpQri.regist.qestnrCn=\uc124\ubb38\uad00\ub9ac\uc815\ubcf4 +comUssOlpQri.regist.qestnrQesitmCn=\uc124\ubb38\ubb38\ud56d\uc815\ubcf4 +comUssOlpQri.regist.qestnTyCode=\uc124\ubb38\uc720\ud615 +comUssOlpQri.regist.qustnrIemCn=\uc124\ubb38\ud56d\ubaa9\uc815\ubcf4 +comUssOlpQri.regist.respondAnswerCn=\uc751\ub2f5\uc790\ub2f5\ubcc0\ub0b4\uc6a9 +comUssOlpQri.regist.etcAnswerCn=\uae30\ud0c0\ub2f5\ubcc0\ub0b4\uc6a9 +comUssOlpQri.regist.respondNm=\uc751\ub2f5\uc790\uba85 + +comUssOlpQri.regist.qestnType=\ubb38\ud56d\uc720\ud615 +comUssOlpQri.regist.qustnrqestn=\uc124\ubb38\ubb38\ud56d +comUssOlpQri.regist.qustnrIem=\uc124\ubb38\ud56d\ubaa9 +comUssOlpQri.regist.writerName=\uc791\uc131\uc790\uba85 +comUssOlpQri.regist.registerDate=\ub4f1\ub85d\uc77c\uc790 + +comUssOlpQri.regist.objectiveQuest=\uac1d\uad00\uc2dd +comUssOlpQri.regist.subjectiveQuest=\uc8fc\uad00\uc2dd + +comUssOlpQri.regist.newWindow=\uc0c8\ucc3d + +comUssOlpQri.title.submit=\uc804\uc1a1 + +comUssOlpQri.regist.mxmmChoiseCo=\ucd5c\ub300\uc120\ud0dd\uac74\uc218 + +comUssOlpQri.title.template=\ud15c\ud50c\ub9bf +comUssOlpQri.title.etcAnswer=\uae30\ud0c0\ub2f5\ubcc0\uc5ec\ubd80 +comUssOlpQri.title.inputSubjQuest=\uc8fc\uad00\uc2dd\ub0b4\uc6a9\uc785\ub825 +comUssOlpQri.title.checkBox=\uccb4\ud06c\ubc15\uc2a4 + +comUssOlpQri.alt.compulsoryInput=\ud544\uc218\uc785\ub825\ud45c\uc2dc + +#Javascript alert# +comUssOlpQri.alert.input=\ub97c \uc785\ub825\ud574\uc8fc\uc138\uc694! + + + +#\uc751\ub2f5\uc790\uad00\ub9ac \uba54\uc2dc\uc9c0# +comUssOlpQrm.title=\uc751\ub2f5\uc790\uc815\ubcf4 +comUssOlpQrm.titleManage=\uc751\ub2f5\uc790\uad00\ub9ac +comUssOlpQrm.searchCondition.RESPOND_NM=\uc751\ub2f5\uc790\uba85 + +comUssOlpQrm.regist.qestnrCn=\uc124\ubb38\uad00\ub9ac\uc815\ubcf4 +comUssOlpQrm.regist.sexdstnCode=\uc131\ubcc4 +comUssOlpQrm.regist.occpTyCode=\uc9c1\uc5c5 +comUssOlpQrm.regist.respondNm=\uc751\ub2f5\uc790\uba85 + +comUssOlpQrm.regist.qestnrCnList=\uc124\ubb38\uc9c0\uc815\ubcf4(\uc81c\ubaa9) +comUssOlpQrm.regist.registerName=\ub4f1\ub85d\uc790 +comUssOlpQrm.regist.registerDate=\ub4f1\ub85d\uc77c\uc790 + +comUssOlpQrm.title.submit=\uc804\uc1a1 + +#Javascript alert# +comUssOlpQrm.alert.input=\ub97c \uc785\ub825\ud574 \uc8fc\uc138\uc694! + + + + +#\uc124\ubb38\ud15c\ud50c\ub9bf\uad00\ub9ac \uba54\uc2dc\uc9c0# +comUssOlpQtm.menu=\uba54\ub274 +comUssOlpQtm.title=\uc124\ubb38\ud15c\ud50c\ub9bf\uad00\ub9ac +comUssOlpQtm.searchCondition.QUSTNR_TMPLAT_DC=\ud15c\ud50c\ub9bf\uc124\uba85 +comUssOlpQtm.searchCondition.QUSTNR_TMPLAT_TY=\ud15c\ud50c\ub9bf\uc720\ud615 + +comUssOlpQtm.regist.qestnrTmplatTy=\ud15c\ud50c\ub9bf\uc720\ud615 +comUssOlpQtm.regist.egovfile=\ud15c\ud50c\ub9bf\uc720\ud615 \uc774\ubbf8\uc9c0 +comUssOlpQtm.regist.egovfile.information=\ud15c\ud50c\ub9bf\uc720\ud615 \uc774\ubbf8\uc9c0 \uc815\ubcf4 +comUssOlpQtm.regist.qestnrTmplatCn=\ud15c\ud50c\ub9bf\uc124\uba85 +comUssOlpQtm.regist.qestnrTmplatCours=\ud15c\ud50c\ub9bf \ud30c\uc77c(\uacbd\ub85c) + +comUssOlpQtm.regist.frstRegisterNm=\uc791\uc131\uc790\uba85 +comUssOlpQtm.regist.frstRegisterPnttm=\ub4f1\ub85d\uc77c\uc790 + +comUssOlpQtm.regist.qestnrTmplatImage=\ud15c\ud50c\ub9bf \uc774\ubbf8\uc9c0 + +comUssOlpQtm.title.image=\uc774\ubbf8\uc9c0 +comUssOlpQtm.title.submit=\uc804\uc1a1 + +#Javascript alert# +comUssOlpQtm.alert.select=\ub97c \uc120\ud0dd\ud574\uc8fc\uc138\uc694! +comUssOlpQtm.alert.image=\uc774\ubbf8\uc9c0 \ud615\uc2dd\uc758 \ud655\uc7a5\uc790\ub9cc \uc5c5\ub85c\ub4dc \uac00\ub2a5\ud569\ub2c8\ub2e4! +comUssOlpQtm.alert.total=\uc0ad\uc81c\uc2dc \uc124\ubb38\ud15c\ud50c\ub9bf, \uc124\ubb38\ud56d\ubaa9, \uc124\ubb38\ubb38\ud56d, \uc124\ubb38\uc751\ub2f5\uc790\uad00\ub9ac, \uc124\ubb38\uc870\uc0ac(\uc124\ubb38\uacb0\uacfc) +comUssOlpQtm.alert.delete=\uc815\ubcf4\uac00 \ud568\uaed8 \uc0ad\uc81c\ub429\ub2c8\ub2e4! + + + +#\uc800\uc791\uad8c\ubcf4\ud638\uc815\ucc45# +ussSamCpy.cpyrhtPrtcPolicyListInqire.cpyrhtPrtcPolicyListInqire=\uc800\uc791\uad8c\ubcf4\ud638\uc815\ucc45 \ubaa9\ub85d +ussSamCpy.cpyrhtPrtcPolicyListInqire.cpyrhtPrtcPolicyCn=\uc800\uc791\uad8c\ubcf4\ud638\uc815\ucc45\ub0b4\uc6a9 +ussSamCpy.cpyrhtPrtcPolicyListInqire.lastUpdtPnttm=\ub4f1\ub85d\uc77c\uc790 + +ussSamCpy.cpyrhtPrtcPolicyCnRegist.cpyrhtPrtcPolicyCnRegist=\uc800\uc791\uad8c\ubcf4\ud638\uc815\ucc45 \ub4f1\ub85d +ussSamCpy.cpyrhtPrtcPolicyCnRegist.cpyrhtPrtcPolicyCn=\uc800\uc791\uad8c\ubcf4\ud638\uc815\ucc45\ub0b4\uc6a9 + +ussSamCpy.cpyrhtPrtcPolicyCnUpdt.cpyrhtPrtcPolicyCnUpdt=\uc800\uc791\uad8c\ubcf4\ud638\uc815\ucc45 \uc218\uc815 +ussSamCpy.cpyrhtPrtcPolicyCnUpdt.cpyrhtPrtcPolicyCn=\uc800\uc791\uad8c\ubcf4\ud638\uc815\ucc45\ub0b4\uc6a9 + +ussSamCpy.cpyrhtPrtcPolicyDetailInqire.cpyrhtPrtcPolicyDetailInqire=\uc800\uc791\uad8c\ubcf4\ud638\uc815\ucc45 \uc0c1\uc138\ubcf4\uae30 +ussSamCpy.cpyrhtPrtcPolicyDetailInqire.cpyrhtPrtcPolicyCn=\uc800\uc791\uad8c\ubcf4\ud638\uc815\ucc45\ub0b4\uc6a9 +ussSamCpy.cpyrhtPrtcPolicyDetailInqire.lastUpdtPnttm=\ub4f1\ub85d\uc77c\uc790 + +ussSamCpy.cpyrhtPrtcPolicy.validate.cpyrhtPrtcPolicyCn=\uc800\uc791\uad8c\ubcf4\ud638\uc815\ucc45\ub0b4\uc6a9 + + + + +#\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45 \uad00\ub9ac# +ussSamIpm.indvdlInfoPolicyList.indvdlInfoPolicyList=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45 \ubaa9\ub85d +ussSamIpm.indvdlInfoPolicyList.indvdlInfoPolicyNm=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45\uba85 +ussSamIpm.indvdlInfoPolicyList.indvdlInfoPolicyCn=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45\ub0b4\uc6a9 +ussSamIpm.indvdlInfoPolicyList.indvdlInfoscrPolicyAgreAt=\ub3d9\uc758\uc5ec\ubd80 +ussSamIpm.indvdlInfoPolicyList.frstRegisterNm=\ub4f1\ub85d\uc790 +ussSamIpm.indvdlInfoPolicyList.frstRegistPnttm=\ub4f1\ub85d\uc77c\uc790 + +ussSamIpm.indvdlInfoPolicyRegist.indvdlInfoPolicyRegist=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45 \uad00\ub9ac \ub4f1\ub85d +ussSamIpm.indvdlInfoPolicyRegist.indvdlInfoNm=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45\uba85 +ussSamIpm.indvdlInfoPolicyRegist.indvdlInfoDc=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45\ub0b4\uc6a9 +ussSamIpm.indvdlInfoPolicyRegist.indvdlInfoYn=\ub3d9\uc758\uc5ec\ubd80 + +ussSamIpm.indvdlInfoPolicyDetail.indvdlInfoPolicyDetail=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45 \uad00\ub9ac \uc0c1\uc138\ubcf4\uae30 +ussSamIpm.indvdlInfoPolicyDetail.indvdlInfoNm=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45\uba85 +ussSamIpm.indvdlInfoPolicyDetail.indvdlInfoDc=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45\ub0b4\uc6a9 +ussSamIpm.indvdlInfoPolicyDetail.indvdlInfoYn=\ub3d9\uc758\uc5ec\ubd80 + +ussSamIpm.indvdlInfoPolicyUpdt.indvdlInfoPolicyUpdt=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45 \uad00\ub9ac \uc0c1\uc138\ubcf4\uae30 +ussSamIpm.indvdlInfoPolicyUpdt.indvdlInfoNm=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45\uba85 +ussSamIpm.indvdlInfoPolicyUpdt.indvdlInfoDc=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45\ub0b4\uc6a9 +ussSamIpm.indvdlInfoPolicyUpdt.indvdlInfoYn=\ub3d9\uc758\uc5ec\ubd80 + +ussSamIpm.indvdlInfoPolicy.indvdlInfoNm=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45\uba85 +ussSamIpm.indvdlInfoPolicy.indvdlInfoDc=\uac1c\uc778\uc815\ubcf4\ubcf4\ud638\uc815\ucc45\ub0b4\uc6a9 +ussSamIpm.indvdlInfoPolicy.indvdlInfoYn=\ub3d9\uc758\uc5ec\ubd80 + + + + +#\uc57d\uad00\uad00\ub9ac Message# +comUssSamStp.title=\uc57d\uad00\uad00\ub9ac +comUssSamStp.list.useStplatNm=\uc57d\uad00\uba85 +comUssSamStp.list.useStplatCn=\uc57d\uad00\ub0b4\uc6a9 +comUssSamStp.list.infoProvdAgreCn=\uc815\ubcf4\uc81c\uacf5\ub3d9\uc758\ub0b4\uc6a9 + + +#\ub514\uc9c0\ud138\uc6d0\ud328\uc2a4 \uba54\uc2dc\uc9c0# +digital.onepass.access.denied.code=\ub514\uc9c0\ud138\uc6d0\ud328\uc2a4\uc5d0\ub7ec +digital.onepass.access.denied.title=\ub514\uc9c0\ud138\uc6d0\ud328\uc2a4 \uc778\uc99d\uc5d0 \ud544\uc694\ud55c \ud30c\uc77c\uc774\ub098 \uc124\uc815 \ub4f1\uc758 \ud655\uc778\uc774 \ud544\uc694\ud569\ub2c8\ub2e4. +digital.onepass.connect.success=\uc804\uc790\uc815\ubd80 \ud45c\uc900\ud504\ub808\uc784\uc6cc\ud06c {0} \uacc4\uc815\uacfc \ub514\uc9c0\ud138\uc6d0\ud328\uc2a4 \uacc4\uc815\uc774 \uc5f0\ub3d9\ub418\uc5c8\uc2b5\ub2c8\ub2e4. +digital.onepass.disconnect.success=\ub514\uc9c0\ud138\uc6d0\ud328\uc2a4 \uc5f0\ub3d9\ud574\uc9c0\ub418\uc5c8\uc2b5\ub2c8\ub2e4. +digital.onepass.connect.join.failure=\uc77c\ubc18\ud68c\uc6d0 \ud639\uc740 \uae30\uc5c5\ud68c\uc6d0 \uac00\uc785\uc744 \uba3c\uc800 \uc9c4\ud589\ud574\uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4. +digital.onepass.connect.user.infomation.failure=\ub514\uc9c0\ud138\uc6d0\ud328\uc2a4\uc758 \uc0ac\uc6a9\uc790 \uc815\ubcf4\ub97c \ud655\uc778\ud574\uc8fc\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4. +digital.onepass.connect.athentication.failure=\ub514\uc9c0\ud138\uc6d0\ud328\uc2a4 \uc778\uc99d\uc774 \uc815\uc0c1\uc801\uc73c\ub85c \uc9c4\ud589\ub418\uc9c0 \ubabb\ud588\uc2b5\ub2c8\ub2e4. +digital.onepass.delete.alert=\ub514\uc9c0\ud138\uc6d0\ud328\uc2a4 \uc5f0\ub3d9\ud574\uc81c \ud6c4 \uc0ad\uc81c\ud558\uc2dc\uae30 \ubc14\ub78d\ub2c8\ub2e4. + + +#\ub85c\uadf8\uc778 \uc57d\uad00\uad00\ub9ac# +comUssUmt.stplatCnfirmt.title=\uc57d\uad00\ud655\uc778 +comUssUmt.stplatCnfirmt.useStplatCn=\uc57d\uad00\ub0b4\uc6a9 +comUssUmt.stplatCnfirmt.infoProvdAgreCn=\uc815\ubcf4\ub3d9\uc758\ub0b4\uc6a9 + +comUssUmt.stplatCnfirmtMsg.useStplat=\uc57d\uad00\ub0b4\uc6a9\uc5d0 \ub3d9\uc758\ud569\ub2c8\ub2e4. +comUssUmt.stplatCnfirmtMsg.infoProvdAgre=\uc815\ubcf4\uc774\uc6a9\ub0b4\uc6a9\uc5d0 \ub3d9\uc758\ud569\ub2c8\ub2e4. + +comUssUmt.stplatCnfirmtValidate.disagreeStplatCnfirmt=\uc57d\uad00\uc5d0 \ub3d9\uc758\ud558\uc9c0 \uc54a\uc73c\uba74 \ud68c\uc6d0\uc73c\ub85c \uac00\uc785\ud560 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. + +comUssUmt.common.lockAt=\ub85c\uadf8\uc778\uc778\uc99d\uc81c\ud55c\uc5ec\ubd80 +comUssUmt.common.lockAtBtn=\ub85c\uadf8\uc778\uc778\uc99d\uc81c\ud55c\ud574\uc81c +comUssUmt.common.lockAtConfirm=\ub85c\uadf8\uc778\uc778\uc99d\uc81c\ud55c\uc744 \ud574\uc81c \ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + +#\ubd80\uc11c\uad00\ub9ac# +comUssUmt.deptManage.title=\ubd80\uc11c\uad00\ub9ac + +comUssUmt.deptManageList.deptId=\ubd80\uc11c ID +comUssUmt.deptManageList.deptName=\ubd80\uc11c \uba85 +comUssUmt.deptManageList.deptDc=\uc124\uba85 +comUssUmt.deptManageSearchCondition.searchKeywordText=\ubd80\uc11c\uba85 + +comUssUmt.deptManageRegist.deptId=\ubd80\uc11c ID +comUssUmt.deptManageRegist.deptName=\ubd80\uc11c \uba85 +comUssUmt.deptManageRegist.deptDc=\uc124\uba85 + +#\uc0ac\uc6a9\uc790\uad00\ub9ac# +comUssUmt.userManage.title=\uc77c\ubc18\ud68c\uc6d0\uad00\ub9ac + +comUssUmt.userManageSsearch.sbscrbSttusTitle=\uac00\uc785\uc0c1\ud0dc\uc870\uac74 \uc120\ud0dd +comUssUmt.userManageSsearch.sbscrbSttusAll=\uc0c1\ud0dc(\uc804\uccb4) +comUssUmt.userManageSsearch.sbscrbSttusA=\uac00\uc785\uc2e0\uccad +comUssUmt.userManageSsearch.sbscrbSttusD=\uc0ad\uc81c +comUssUmt.userManageSsearch.sbscrbSttusP=\uc2b9\uc778 +comUssUmt.userManageSsearch.searchConditioTitle=\uc870\ud68c\uc870\uac74 \uc120\ud0dd +comUssUmt.userManageSsearch.searchConditionId=ID +comUssUmt.userManageSsearch.searchConditionName=\uc774\ub984 + +comUssUmt.userManageList.id=\uc544\uc774\ub514 +comUssUmt.userManageList.name=\uc0ac\uc6a9\uc790\uc774\ub984 +comUssUmt.userManageList.email=\uc0ac\uc6a9\uc790\uc774\uba54\uc77c +comUssUmt.userManageList.phone=\uc804\ud654\ubc88\ud638 +comUssUmt.userManageList.sbscrbSttus=\uac00\uc785\uc0c1\ud0dc + +comUssUmt.userManageRegist.id=\uc77c\ubc18\ud68c\uc6d0\uc544\uc774\ub514 +comUssUmt.userManageRegist.name=\uc77c\ubc18\ud68c\uc6d0\uc774\ub984 +comUssUmt.userManageRegist.pass=\ube44\ubc00\ubc88\ud638 +comUssUmt.userManageRegist.passConfirm=\ube44\ubc00\ubc88\ud638\ud655\uc778 +comUssUmt.userManageRegist.passHit=\ube44\ubc00\ubc88\ud638\ud78c\ud2b8 +comUssUmt.userManageRegist.passOk=\ube44\ubc00\ubc88\ud638\uc815\ub2f5 +comUssUmt.userManageRegist.saxTypeCode=\uc131\ubcc4\uad6c\ubd84\ucf54\ub4dc +comUssUmt.userManageRegist.tel=\uc804\ud654\ubc88\ud638 +comUssUmt.userManageRegist.fax=\ud329\uc2a4\ubc88\ud638 +comUssUmt.userManageRegist.phone=\ud578\ub4dc\ud3f0\ubc88\ud638 +comUssUmt.userManageRegist.email=\uc774\uba54\uc77c\uc8fc\uc18c +comUssUmt.userManageRegist.post=\uc6b0\ud3b8\ubc88\ud638 +comUssUmt.userManageRegist.addr=\uc8fc\uc18c +comUssUmt.userManageRegist.addrDetail=\uc0c1\uc138\uc8fc\uc18c +comUssUmt.userManageRegist.groupId=\uadf8\ub8f9\uc544\uc774\ub514 +comUssUmt.userManageRegist.status=\uc77c\ubc18\ud68c\uc6d0\uc0c1\ud0dc\ucf54\ub4dc +comUssUmt.userManageRegistBtn.idSearch=\uc911\ubcf5\uc544\uc774\ub514 \uac80\uc0c9 + +comUssUmt.userManageRegistModal.title=\uc544\uc774\ub514 \uc911\ubcf5 \ud655\uc778 +comUssUmt.userManageRegistModal.userIsId=\uc0ac\uc6a9\ud560\uc544\uc774\ub514 +comUssUmt.userManageRegistModal.initStatus=\uacb0\uacfc : \uc911\ubcf5\ud655\uc778\uc744 \uc2e4\ud589\ud558\uc2ed\uc2dc\uc624. + +comUssUmt.userManageRegistModal.result=\uacb0\uacfc +comUssUmt.userManageRegistModal.useMsg=\ub294 \uc0ac\uc6a9\ud560\uc218 \uc5c6\ub294 \uc544\uc774\ub514\uc785\ub2c8\ub2e4. +comUssUmt.userManageRegistModal.notUseMsg=\ub294 \uc0ac\uc6a9\uac00\ub2a5\ud55c \uc544\uc774\ub514\uc785\ub2c8\ub2e4. +comUssUmt.userManageRegistModal.noIdMsg=\uc0ac\uc6a9\uc774 \ubd88\uac00\ub2a5\ud55c \uc544\uc774\ub514 \uc785\ub2c8\ub2e4 + +comUssUmt.userManageModifyBtn.passwordChange=\ube44\ubc00\ubc88\ud638\ubcc0\uacbd + +comUssUmt.userManagePasswordUpdt.title=\ube44\ubc00\ubc88\ud638\ubcc0\uacbd +comUssUmt.userManagePasswordUpdt.id=\uc77c\ubc18\ud68c\uc6d0\uc544\uc774\ub514 +comUssUmt.userManagePasswordUpdt.oldPass=\uae30\uc874 \ube44\ubc00\ubc88\ud638 +comUssUmt.userManagePasswordUpdt.pass=\ube44\ubc00\ubc88\ud638 +comUssUmt.userManagePasswordUpdt.passConfirm=\ube44\ubc00\ubc88\ud638\ud655\uc778 + + +#\uc5c5\ubb34\ud68c\uc6d0\uad00\ub9ac# +comUssUmt.deptUserManage.title=\uc5c5\ubb34\uc0ac\uc6a9\uc790\uad00\ub9ac + +comUssUmt.deptUserManageRegist.id=\uc77c\ubc18\ud68c\uc6d0\uc544\uc774\ub514 +comUssUmt.deptUserManageRegist.name=\uc77c\ubc18\ud68c\uc6d0\uc774\ub984 +comUssUmt.deptUserManageRegist.pass=\ube44\ubc00\ubc88\ud638 +comUssUmt.deptUserManageRegist.passConfirm=\ube44\ubc00\ubc88\ud638\ud655\uc778 +comUssUmt.deptUserManageRegist.passHit=\ube44\ubc00\ubc88\ud638\ud78c\ud2b8 +comUssUmt.deptUserManageRegist.passOk=\ube44\ubc00\ubc88\ud638\uc815\ub2f5 +comUssUmt.deptUserManageRegist.saxTypeCode=\uc131\ubcc4\uad6c\ubd84\ucf54\ub4dc +comUssUmt.deptUserManageRegist.tel=\uc804\ud654\ubc88\ud638 +comUssUmt.deptUserManageRegist.fax=\ud329\uc2a4\ubc88\ud638 +comUssUmt.deptUserManageRegist.phone=\ud578\ub4dc\ud3f0\ubc88\ud638 +comUssUmt.deptUserManageRegist.email=\uc774\uba54\uc77c\uc8fc\uc18c +comUssUmt.deptUserManageRegist.post=\uc6b0\ud3b8\ubc88\ud638 +comUssUmt.deptUserManageRegist.addr=\uc8fc\uc18c +comUssUmt.deptUserManageRegist.addrDetail=\uc0c1\uc138\uc8fc\uc18c +comUssUmt.deptUserManageRegist.groupId=\uadf8\ub8f9\uc544\uc774\ub514 +comUssUmt.deptUserManageRegist.status=\uc77c\ubc18\ud68c\uc6d0\uc0c1\ud0dc\ucf54\ub4dc +comUssUmt.deptUserManageRegistBtn.idSearch=\uc911\ubcf5\uc544\uc774\ub514 \uac80\uc0c9 +comUssUmt.deptUserManageRegist.subDn=\uc0ac\uc6a9\uc790DN + +comUssUmt.deptUserManageRegist.insttCode=\uc18c\uc18d\uae30\uad00\ucf54\ub4dc +comUssUmt.deptUserManageRegist.orgnztId=\uc870\uc9c1\uc544\uc774\ub514 +comUssUmt.deptUserManageRegist.ofcps=\uc9c1\uc704 +comUssUmt.deptUserManageRegist.emplNum=\uc0ac\ubc88 +comUssUmt.deptUserManageRegist.brth=\uc0dd\uc77c +comUssUmt.deptUserManageRegist.areaNo=\uc9d1\uc804\ud654\ubc88\ud638 +comUssUmt.deptUserManageRegist.offmTelno=\uc0ac\ubb34\uc2e4\uc804\ud654\ubc88\ud638 +comUssUmt.deptUserManageRegist.fxNum=\ud329\uc2a4\ubc88\ud638 +comUssUmt.deptUserManageRegist.emailAdres=\uc774\uba54\uc77c\uc8fc\uc18c +comUssUmt.deptUserManageRegistBtn.Search=\uac80\uc0c9 + +#\uae30\uc5c5\ud68c\uc6d0\uad00\ub9ac# +comUssUmt.entrprsUserManage.title=\uae30\uc5c5\ud68c\uc6d0\uad00\ub9ac +comUssUmt.entrprsUserManageList.id=\uae30\uc5c5\ud68c\uc6d0\uc544\uc774\ub514 +comUssUmt.entrprsUserManageList.company=\ud68c\uc0ac\uba85 +comUssUmt.entrprsUserManageList.name=\uc0ac\uc6a9\uc790\uc774\ub984 +comUssUmt.entrprsUserManageList.regName=\uc2e0\uccad\uc790\uba85 +comUssUmt.entrprsUserManageList.regMail=\uc2e0\uccad\uc790\uc774\uba54\uc77c +comUssUmt.entrprsUserManageList.email=\uc774\uba54\uc77c +comUssUmt.entrprsUserManageList.phone=\uc804\ud654\ubc88\ud638 +comUssUmt.entrprsUserManageList.sbscrbSttus=\uac00\uc785\uc0c1\ud0dc + +comUssUmt.entrprsUserManageRegist.id=\uae30\uc5c5\ud68c\uc6d0\uc544\uc774\ub514 +comUssUmt.entrprsUserManageRegist.name=\ud68c\uc0ac\uba85 +comUssUmt.entrprsUserManageRegist.pass=\ube44\ubc00\ubc88\ud638 +comUssUmt.entrprsUserManageRegist.passConfirm=\ube44\ubc00\ubc88\ud638\ud655\uc778 +comUssUmt.entrprsUserManageRegist.passHit=\ube44\ubc00\ubc88\ud638\ud78c\ud2b8 +comUssUmt.entrprsUserManageRegist.passOk=\ube44\ubc00\ubc88\ud638\uc815\ub2f5 +comUssUmt.entrprsUserManageRegist.tel=\ud68c\uc0ac\uc804\ud654\ubc88\ud638 +comUssUmt.entrprsUserManageRegist.fax=\ud329\uc2a4\ubc88\ud638 +comUssUmt.entrprsUserManageRegist.post=\uc6b0\ud3b8\ubc88\ud638 +comUssUmt.entrprsUserManageRegist.addr=\uc8fc\uc18c +comUssUmt.entrprsUserManageRegist.addrDetail=\uc0c1\uc138\uc8fc\uc18c +comUssUmt.entrprsUserManageRegist.groupId=\uadf8\ub8f9\uc544\uc774\ub514 +comUssUmt.entrprsUserManageRegist.status=\uae30\uc5c5\ud68c\uc6d0\uc0c1\ud0dc\ucf54\ub4dc +comUssUmt.entrprsUserManageRegist.subDn=\uc0ac\uc6a9\uc790DN + +comUssUmt.entrprsUserManageRegist.indutyCode=\uc5c5\uc885 +comUssUmt.entrprsUserManageRegist.entrprsSeCode=\uae30\uc5c5\uad6c\ubd84 +comUssUmt.entrprsUserManageRegist.cxfc=\ub300\ud45c\uc774\uc0ac\uc774\ub984 +comUssUmt.entrprsUserManageRegist.bizrno=\uc0ac\uc5c5\uc790\ub4f1\ub85d\ubc88\ud638 +comUssUmt.entrprsUserManageRegist.jurirno=\ubc95\uc778\ub4f1\ub85d\ubc88\ud638 + +comUssUmt.entrprsUserManageRegistBtn.idSearch=\uc911\ubcf5\uc544\uc774\ub514 \uac80\uc0c9 +comUssUmt.entrprsUserManageRegistBtn.Search=\uac80\uc0c9 + + +#DB\ubaa8\ub2c8\ud130\ub9c1# +comUtlSysDbm.dbMntrngList.title = DB\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \ubaa9\ub85d +comUtlSysDbm.dbMntrngDetail.title = DB\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \uc0c1\uc138\uc870\ud68c +comUtlSysDbm.dbMntrngDetail.summary = \ub4f1\ub85d\ub41c DB\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1\uc5d0 \ub300\ud55c \uc0c1\uc138\uc815\ubcf4\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. +comUtlSysDbm.dbMntrngModify.title = DB\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \uc218\uc815 +comUtlSysDbm.dbMntrngModify.summary = DB\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \uc218\uc815\uae30\ub2a5\uc744 \uc81c\uacf5\ud55c\ub2e4. +comUtlSysDbm.dbMntrngRegist.title = DB\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \ub4f1\ub85d +comUtlSysDbm.dbMntrngLogList.title = DB\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1\ub85c\uadf8 \ubaa9\ub85d +comUtlSysDbm.dbMntrngLogDetail.title = DB\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1\ub85c\uadf8 \uc0c1\uc138\uc870\ud68c +comUtlSysDbm.dbMntrngLogDetail.summary = \ub4f1\ub85d\ub41c DB\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1\ub85c\uadf8\uc5d0 \ub300\ud55c \uc0c1\uc138\uc815\ubcf4\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. + +comUtlSysDbm.dbMntrng.period = \uae30\uac04 +comUtlSysDbm.dbMntrng.seq = \uc21c\ubc88 +comUtlSysDbm.dbMntrng.logID = \ub85c\uadf8ID +comUtlSysDbm.dbMntrng.dataSourceName = \ub370\uc774\ud0c0\uc18c\uc2a4\uba85 +comUtlSysDbm.dbMntrng.serverName = \uc11c\ubc84\uba85 +comUtlSysDbm.dbMntrng.dbms = DBMS\uc885\ub958 +comUtlSysDbm.dbMntrng.managerName = \uad00\ub9ac\uc790\uba85 +comUtlSysDbm.dbMntrng.managerEmail = \uad00\ub9ac\uc790\uc774\uba54\uc77c +comUtlSysDbm.dbMntrng.createdDateTime = \uc0dd\uc131\uc77c\uc2dc +comUtlSysDbm.dbMntrng.status = \uc0c1\ud0dc +comUtlSysDbm.dbMntrng.checkSQL = \uccb4\ud06cSQL +comUtlSysDbm.dbMntrng.monitoringDatetime = \ubaa8\ub2c8\ud130\ub9c1\uc2dc\uac01 +comUtlSysDbm.dbMntrng.logInfo = \ub85c\uadf8\uc815\ubcf4 + +comUtlSysDbm.dbMntrng.searchStartDate = \uac80\uc0c9\uc2dc\uc791\uc77c\uc790 +comUtlSysDbm.dbMntrng.searchStartHour = \uac80\uc0c9\uc2dc\uc791\uc2dc\uac04 +comUtlSysDbm.dbMntrng.searchStartMin = \uac80\uc0c9\uc2dc\uc791\ubd84 +comUtlSysDbm.dbMntrng.searchEndDate = \uac80\uc0c9\uc885\ub8cc\uc77c\uc790 +comUtlSysDbm.dbMntrng.searchEndHour = \uac80\uc0c9\uc885\ub8cc\uc2dc\uac04 +comUtlSysDbm.dbMntrng.searchEndMin = \uac80\uc0c9\uc885\ub8cc\ubd84 + + +#\ud30c\uc77c\uc2dc\uc2a4\ud15c\ubaa8\ub2c8\ud130\ub9c1# +comUtlSysFsm.fileSysMntrng.title = \ud30c\uc77c\uc2dc\uc2a4\ud15c\ubaa8\ub2c8\ud130\ub9c1 +comUtlSysFsm.fileSysMntrngLog.title = \ud30c\uc77c\uc2dc\uc2a4\ud15c\ubaa8\ub2c8\ud130\ub9c1\ub85c\uadf8 + +comUtlSysFsm.fileSysMntrng.fileSysNm.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c\uba85 +comUtlSysFsm.fileSysMntrng.fileSysManageNm.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c\uad00\ub9ac\uba85 +comUtlSysFsm.fileSysMntrng.fileSysMg.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c \ud06c\uae30 +comUtlSysFsm.fileSysMntrng.fileSysThrhld.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c \uc784\uacc4\uce58 +comUtlSysFsm.fileSysMntrng.fileSysUsgQty.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c \uc0ac\uc6a9\ub7c9 +comUtlSysFsm.fileSysMntrng.mngrNm.label=\uad00\ub9ac\uc790\uba85 +comUtlSysFsm.fileSysMntrng.mngrEmailAddr.label=\uad00\ub9ac\uc790\uc774\uba54\uc77c\uc8fc\uc18c +comUtlSysFsm.fileSysMntrng.mntrngSttus.label=\ubaa8\ub2c8\ud130\ub9c1\uc0c1\ud0dc +comUtlSysFsm.fileSysMntrng.creatDt.label=\ub9c8\uc9c0\ub9c9 \uc0dd\uc131\uc77c\uc2dc + +comUtlSysFsm.fileSysMntrngList.seq.label=\ubc88\ud638 +comUtlSysFsm.fileSysMntrngList.fileSysNm.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c\uba85 +comUtlSysFsm.fileSysMntrngList.fileSysManageNm.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c\uad00\ub9ac\uba85 +comUtlSysFsm.fileSysMntrngList.fileSysMg.label=\ud06c\uae30 +comUtlSysFsm.fileSysMntrngList.fileSysThrhld.label=\uc784\uacc4\uce58 +comUtlSysFsm.fileSysMntrngList.fileSysUsgQty.label=\uc0ac\uc6a9\ub7c9 +comUtlSysFsm.fileSysMntrngList.mntrngSttus.label=\uc0c1\ud0dc +comUtlSysFsm.fileSysMntrngList.mngrNm.label=\uad00\ub9ac\uc790\uba85 +comUtlSysFsm.fileSysMntrngList.guideOne=\uc6b4\uc601\uccb4\uc81c\uac00 \uc708\ub3c4\uc6b0 10\uc77c \uacbd\uc6b0, \uc774\ud074\ub9bd\uc2a4\ub97c \uad00\ub9ac\uc790 \uad8c\ud55c\uc73c\ub85c \uc2e4\ud589\ud574\uc57c \ud569\ub2c8\ub2e4. +comUtlSysFsm.fileSysMntrngList.guideTwo=globals.properties\uc5d0\uc11c Globals.OsType\uc744 UNIX \ub610\ub294 WINDOWS\uc5d0 \uc0ac\uc6a9\uc911\uc778 \ud658\uacbd\uc5d0 \ub9de\uac8c \ubcc0\uacbd\uc774 \ud544\uc694\ud569\ub2c8\ub2e4.
WINDOW\uc640 UNIX\uc758 \uc2dc\uc2a4\ud15c \uc6a9\ub7c9 \uacbd\ub85c\uc758 \ucc28\uc774\ub3c4 globals.properties \uc0c1\ub2e8\uc5d0\uc11c \ud655\uc778 \uac00\ub2a5\ud569\ub2c8\ub2e4. + +comUtlSysFsm.fileSysMntrngLog.logInfo.label=\ub85c\uadf8\uc815\ubcf4 +comUtlSysFsm.fileSysMntrngLog.logId.label=\ub85c\uadf8ID +comUtlSysFsm.fileSysMntrngLog.fileSysNm.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c\uba85 +comUtlSysFsm.fileSysMntrngLog.fileSysManageNm.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c\uad00\ub9ac\uba85 +comUtlSysFsm.fileSysMntrngLog.fileSysMg.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c \ud06c\uae30 +comUtlSysFsm.fileSysMntrngLog.fileSysThrhld.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c \uc784\uacc4\uce58 +comUtlSysFsm.fileSysMntrngLog.fileSysUsgQty.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c \uc0ac\uc6a9\ub7c9 +comUtlSysFsm.fileSysMntrngLog.mntrngSttus.label=\ubaa8\ub2c8\ud130\ub9c1\uc0c1\ud0dc +comUtlSysFsm.fileSysMntrngLog.creatDt.label=\uc0dd\uc131\uc77c\uc2dc + +comUtlSysFsm.fileSysMntrngLogList.seq.label=\ubc88\ud638 +comUtlSysFsm.fileSysMntrngLogList.fileSysNm.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c\uba85 +comUtlSysFsm.fileSysMntrngLogList.fileSysManageNm.label=\ud30c\uc77c\uc2dc\uc2a4\ud15c\uad00\ub9ac\uba85 +comUtlSysFsm.fileSysMntrngLogList.fileSysMg.label=\ud06c\uae30 +comUtlSysFsm.fileSysMntrngLogList.fileSysThrhld.label=\uc784\uacc4\uce58 +comUtlSysFsm.fileSysMntrngLogList.fileSysUsgQty.label=\uc0ac\uc6a9\ub7c9 +comUtlSysFsm.fileSysMntrngLogList.mntrngSttus.label=\uc0c1\ud0dc +comUtlSysFsm.fileSysMntrngLogList.creatDt.label=\uc0dd\uc131\uc77c\uc2dc +comUtlSysFsm.fileSysMntrngLogList.mngrNm.label=\uad00\ub9ac\uc790\uba85 +comUtlSysFsm.fileSysMntrngLogList.validate.bgnDe=\uac80\uc0c9\uc2dc\uc791\uc77c\uc790 +comUtlSysFsm.fileSysMntrngLogList.validate.endDe=\uac80\uc0c9\uc885\ub8cc\uc77c\uc790 +comUtlSysFsm.fileSysMntrngLogList.validate.bgnDeHourendDeHour=\uac80\uc0c9\uc885\ub8cc\uc77c\uc2dc\uac00 \uac80\uc0c9\uc2dc\uc791\uc77c\uc2dc\ubcf4\ub2e4 \ube60\ub97c\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comUtlSysFsm.fileSysMntrngLogList.select=\uc120\ud0dd\ud558\uc138\uc694 +comUtlSysFsm.fileSysMntrngLogList.list=\ubaa9\ub85d + +#EgovFileSysMntrngRegist +comUtlSysFsm.fileSysMntrngRegist.notApplicableFileSysTrue=\ud30c\uc77c\uc2dc\uc2a4\ud15c\uba85\uc774 \uc62c\ubc14\ub974\uc9c0 \uc54a\uc2b5\ub2c8\ub2e4. +comUtlSysFsm.fileSysMntrngRegist.fileSysMg=\ud30c\uc77c\uc2dc\uc2a4\ud15c\ud655\uc778 \ubc84\ud2bc\uc744 \ud074\ub9ad\ud558\uc5ec, \ud30c\uc77c\uc2dc\uc2a4\ud15c\uc758 \ud06c\uae30\ub97c \ud655\uc778\ud574\uc57c \ud569\ub2c8\ub2e4. +comUtlSysFsm.fileSysMntrngRegist.fileSysThrhldG=\ud30c\uc77c\uc2dc\uc2a4\ud15c \uc784\uacc4\uce58\ub97c 1G \uc774\uc0c1 \uc785\ub825\ud558\uc5ec\uc57c \ud569\ub2c8\ub2e4. +comUtlSysFsm.fileSysMntrngRegist.fileSysThrhldLimit=\ud30c\uc77c\uc2dc\uc2a4\ud15c \uc784\uacc4\uce58\ub294 \ud30c\uc77c\uc2dc\uc2a4\ud15c \ud06c\uae30\ubcf4\ub2e4 \ud074 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comUtlSysFsm.fileSysMntrngRegist.selectFileSysMg=\ud30c\uc77c\uc2dc\uc2a4\ud15c\ud655\uc778 + +#EgovFileSysMntrngUpdt +comUtlSysFsm.fileSysMntrngUpdt.fileSysMg=\ud30c\uc77c\uc2dc\uc2a4\ud15c \ud06c\uae30\ub97c 1G \uc774\uc0c1 \uc785\ub825\ud558\uc5ec\uc57c \ud569\ub2c8\ub2e4. +comUtlSysFsm.fileSysMntrngUpdt.fileSysThrhldG=\ud30c\uc77c\uc2dc\uc2a4\ud15c \uc784\uacc4\uce58\ub97c 1G \uc774\uc0c1 \uc785\ub825\ud558\uc5ec\uc57c \ud569\ub2c8\ub2e4. +comUtlSysFsm.fileSysMntrngUpdt.fileSysThrhldLimit=\ud30c\uc77c\uc2dc\uc2a4\ud15c \uc784\uacc4\uce58\ub294 \ud30c\uc77c\uc2dc\uc2a4\ud15c \ud06c\uae30\ubcf4\ub2e4 \ud074 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comUtlSysFsm.fileSysMntrngUpdt.tableSummary=\uc774 \ud45c\ub294 \ud30c\uc77c\uc2dc\uc2a4\ud15c\ubaa8\ub2c8\ud130\ub9c1 \ub300\uc0c1 \uc815\ubcf4\ub97c \uc218\uc815\ud558\uae30 \uc704\ud55c \ud45c\uc774\uba70, \ud30c\uc77c\uc2dc\uc2a4\ud15c\uba85, \ud30c\uc77c\uc2dc\uc2a4\ud15c\uad00\ub9ac\uba85, \ud30c\uc77c\uc2dc\uc2a4\ud15c \ud06c\uae30, \ud30c\uc77c\uc2dc\uc2a4\ud15c \uc784\uacc4\uce58, \uad00\ub9ac\uc790\uba85, \uad00\ub9ac\uc790\uc774\uba54\uc77c\uc8fc\uc18c \uc815\ubcf4\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4 . + + +#HTTP\ubaa8\ub2c8\ud130\ub9c1# +comUtlSysHtm.comUtlHttpMonList.title = HTTP\ubaa8\ub2c8\ud130\ub9c1 \ubaa9\ub85d +comUtlSysHtm.comUtlHttpMonDetail.title = HTTP\ubaa8\ub2c8\ud130\ub9c1 \uc0c1\uc138\uc870\ud68c +comUtlSysHtm.comUtlHttpMonDetail.summary = \uc774 \ud45c\ub294 HTTP\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \ub300\uc0c1 \uc815\ubcf4\ub97c \uc81c\uacf5\ud558\uba70, \uc6f9\uc11c\ube44\uc2a4\uc885\ub8cc, \uc2dc\uc2a4\ud15cURL, \uc0c1\ud0dc, \uad00\ub9ac\uc790\uba85, \uad00\ub9ac\uc790\uc774\uba54\uc77c \uc815\ubcf4\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4 . +comUtlSysHtm.comUtlHttpMonModify.title = HTTP\ubaa8\ub2c8\ud130\ub9c1 \uc218\uc815 +comUtlSysHtm.comUtlHttpMonModify.summary = \uc774 \ud45c\ub294 HTTP\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \ub300\uc0c1 \uc815\ubcf4\ub97c \uc81c\uacf5\ud558\uba70, \uc6f9\uc11c\ube44\uc2a4\uc885\ub8cc, \uc2dc\uc2a4\ud15cURL, \uc0c1\ud0dc, \uad00\ub9ac\uc790\uba85, \uad00\ub9ac\uc790\uc774\uba54\uc77c \uc815\ubcf4\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4 . +comUtlSysHtm.comUtlHttpMonRegist.title = HTTP\ubaa8\ub2c8\ud130\ub9c1 \ub4f1\ub85d +comUtlSysHtm.comUtlHttpMonLogList.title = HTTP\ubaa8\ub2c8\ud130\ub9c1\ub85c\uadf8 \ubaa9\ub85d +comUtlSysHtm.comUtlHttpMonLogDetail.title = HTTP\ubaa8\ub2c8\ud130\ub9c1\ub85c\uadf8 \uc0c1\uc138\uc870\ud68c +comUtlSysHtm.comUtlHttpMonLogDetail.summary = \uc774 \ud45c\ub294 HTTP\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \ub300\uc0c1 \uc815\ubcf4\ub97c \uc81c\uacf5\ud558\uba70, \ub85c\uadf8ID, \ud504\ub85c\uc138\uc2a4ID, \uc6f9\uc11c\ube44\uc2a4\uc885\ub958, \uc0c1\ud0dc, \ub85c\uadf8 \uc815\ubcf4, \ub9c8\uc9c0\ub9c9\uc0dd\uc131\uc77c\uc2dc\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4 . + +comUtlSysHtm.comUtlHttpMon.period = \uae30\uac04 +comUtlSysHtm.comUtlHttpMon.seq = \uc21c\ubc88 +comUtlSysHtm.comUtlHttpMon.logID = \ub85c\uadf8ID +comUtlSysHtm.comUtlHttpMon.processID = \ud504\ub85c\uc138\uc2a4ID +comUtlSysHtm.comUtlHttpMon.webService = \uc6f9\uc11c\ube44\uc2a4\uc885\ub958 +comUtlSysHtm.comUtlHttpMon.systemURL = \uc2dc\uc2a4\ud15cURL +comUtlSysHtm.comUtlHttpMon.managerName = \uad00\ub9ac\uc790\uba85 +comUtlSysHtm.comUtlHttpMon.managerEmail = \uad00\ub9ac\uc790\uc774\uba54\uc77c +comUtlSysHtm.comUtlHttpMon.createdDateTime = \uc0dd\uc131\uc77c\uc2dc +comUtlSysHtm.comUtlHttpMon.lastCreatedDateTime = \ub9c8\uc9c0\ub9c9 \uc0dd\uc131\uc77c\uc2dc +comUtlSysHtm.comUtlHttpMon.status = \uc0c1\ud0dc +comUtlSysHtm.comUtlHttpMon.monitoringDatetime = \ubaa8\ub2c8\ud130\ub9c1\uc2dc\uac01 +comUtlSysHtm.comUtlHttpMon.logInfo = \ub85c\uadf8 + +comUtlSysHtm.comUtlHttpMon.searchStartDate = \uac80\uc0c9\uc2dc\uc791\uc77c\uc790 +comUtlSysHtm.comUtlHttpMon.searchStartHour = \uac80\uc0c9\uc2dc\uc791\uc2dc\uac04 +comUtlSysHtm.comUtlHttpMon.searchStartMin = \uac80\uc0c9\uc2dc\uc791\ubd84 +comUtlSysHtm.comUtlHttpMon.searchEndDate = \uac80\uc0c9\uc885\ub8cc\uc77c\uc790 +comUtlSysHtm.comUtlHttpMon.searchEndHour = \uac80\uc0c9\uc885\ub8cc\uc2dc\uac04 +comUtlSysHtm.comUtlHttpMon.searchEndMin = \uac80\uc0c9\uc885\ub8cc\ubd84 + + +#\ub124\ud2b8\uc6cc\ud06c\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1# +comUtlSysNsm.ntwrkSvcMntrng.title = \ub124\ud2b8\uc6cc\ud06c\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1 +comUtlSysNsm.ntwrkSvcMntrngLog.title = \ub124\ud2b8\uc6cc\ud06c\uc11c\ube44\uc2a4\ubaa8\ub2c8\ud130\ub9c1\ub85c\uadf8 + +comUtlSysNsm.ntwrkSvcMntrng.sysIp.label=\uc2dc\uc2a4\ud15cIP +comUtlSysNsm.ntwrkSvcMntrng.sysPort.label=\uc2dc\uc2a4\ud15c\ud3ec\ud2b8 +comUtlSysNsm.ntwrkSvcMntrng.sysNm.label=\uc2dc\uc2a4\ud15c\uba85 +comUtlSysNsm.ntwrkSvcMntrng.mngrNm.label=\uad00\ub9ac\uc790\uba85 +comUtlSysNsm.ntwrkSvcMntrng.mngrEmailAddr.label=\uad00\ub9ac\uc790\uc774\uba54\uc77c\uc8fc\uc18c +comUtlSysNsm.ntwrkSvcMntrng.mntrngSttus.label=\ubaa8\ub2c8\ud130\ub9c1\uc0c1\ud0dc +comUtlSysNsm.ntwrkSvcMntrng.creatDt.label=\ub9c8\uc9c0\ub9c9 \uc0dd\uc131\uc77c\uc2dc +comUtlSysNsm.ntwrkSvcMntrng.validate.alert.duplicate=\uc911\ubcf5\ub41c \ub124\ud2b8\uc6cc\ud06c\uc11c\ube44\uc2a4\uc758 IP\uc640 Port\uac00 \uc788\uc2b5\ub2c8\ub2e4. + +comUtlSysNsm.ntwrkSvcMntrngList.num.label=\ubc88\ud638 +comUtlSysNsm.ntwrkSvcMntrngList.sysIp.label=\uc2dc\uc2a4\ud15cIP +comUtlSysNsm.ntwrkSvcMntrngList.sysPort.label=\uc2dc\uc2a4\ud15c\ud3ec\ud2b8 +comUtlSysNsm.ntwrkSvcMntrngList.sysNm.label=\uc2dc\uc2a4\ud15c\uba85 +comUtlSysNsm.ntwrkSvcMntrngList.mntrngSttus.label=\ubaa8\ub2c8\ud130\ub9c1\uc0c1\ud0dc +comUtlSysNsm.ntwrkSvcMntrngList.mngrNm.label=\uad00\ub9ac\uc790\uba85 + +comUtlSysNsm.ntwrkSvcMntrngLog.logId.label=\ub85c\uadf8ID +comUtlSysNsm.ntwrkSvcMntrngLog.logInfo.label=\ub85c\uadf8\uc815\ubcf4 +comUtlSysNsm.ntwrkSvcMntrngLog.num.label=\ubc88\ud638 +comUtlSysNsm.ntwrkSvcMntrngLog.sysIp.label=\uc2dc\uc2a4\ud15cIP +comUtlSysNsm.ntwrkSvcMntrngLog.sysPort.label=\uc2dc\uc2a4\ud15c\ud3ec\ud2b8 +comUtlSysNsm.ntwrkSvcMntrngLog.sysNm.label=\uc2dc\uc2a4\ud15c\uba85 +comUtlSysNsm.ntwrkSvcMntrngLog.mntrngSttus.label=\ubaa8\ub2c8\ud130\ub9c1\uc0c1\ud0dc +comUtlSysNsm.ntwrkSvcMntrngLog.mngrNm.label=\uad00\ub9ac\uc790\uba85 +comUtlSysNsm.ntwrkSvcMntrngLog.creatDt.label=\uc0dd\uc131\uc77c\uc2dc +comUtlSysNsm.ntwrkSvcMntrngLog.validate.alert.bgnDe=\uac80\uc0c9\uc2dc\uc791\uc77c\uc790 +comUtlSysNsm.ntwrkSvcMntrngLog.validate.alert.endDe=\uac80\uc0c9\uc885\ub8cc\uc77c\uc790 +comUtlSysNsm.ntwrkSvcMntrngLog.validate.alert.diffBgnDeEndDe=\uac80\uc0c9\uc885\ub8cc\uc77c\uc2dc\uac00 \uac80\uc0c9\uc2dc\uc791\uc77c\uc2dc\ubcf4\ub2e4 \ube60\ub97c\uc218 \uc5c6\uc2b5\ub2c8\ub2e4. +comUtlSysNsm.ntwrkSvcMntrngLog.title.searchBgnDe=\uc870\ud68c\uc2dc\uc791\uc77c\uc790 \uc785\ub825 +comUtlSysNsm.ntwrkSvcMntrngLog.title.searchBgnHour=\uc870\ud68c\uc2dc\uc791 \uc2dc\uac04 \uc120\ud0dd +comUtlSysNsm.ntwrkSvcMntrngLog.title.searchEndDe=\uc870\ud68c\uc885\ub8cc\uc77c\uc790 \uc785\ub825 +comUtlSysNsm.ntwrkSvcMntrngLog.title.searchEndHour=\uc870\ud68c\uc885\ub8cc \uc2dc\uac04 \uc120\ud0dd +comUtlSysNsm.ntwrkSvcMntrngLog.title.searchWrd=\uac80\uc0c9\uc5b4 \uc785\ub825 + + + +#\ud504\ub85c\uc138\uc2a4\ubaa8\ub2c8\ud130\ub9c1# +comUtlSysPrm.comUtlProcessMonList.title = \ud504\ub85c\uc138\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \ubaa9\ub85d +comUtlSysPrm.comUtlProcessMonDetail.title = \ud504\ub85c\uc138\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \uc0c1\uc138\uc870\ud68c +comUtlSysPrm.comUtlProcessMonDetail.summary = \uc774 \ud45c\ub294 \ud504\ub85c\uc138\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \ub300\uc0c1 \uc815\ubcf4\ub97c \uc81c\uacf5\ud558\uba70, \ud504\ub85c\uc138\uc2a4\uba85, \uc0c1\ud0dc, \uad00\ub9ac\uc790\uba85, \uad00\ub9ac\uc790\uc774\uba54\uc77c\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. +comUtlSysPrm.comUtlProcessMonModify.title = \ud504\ub85c\uc138\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \uc218\uc815 +comUtlSysPrm.comUtlProcessMonRegist.title = \ud504\ub85c\uc138\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \ub4f1\ub85d +comUtlSysPrm.comUtlProcessMonLogList.title = \ud504\ub85c\uc138\uc2a4\ubaa8\ub2c8\ud130\ub9c1\ub85c\uadf8 \ubaa9\ub85d +comUtlSysPrm.comUtlProcessMonLogDetail.title = \ud504\ub85c\uc138\uc2a4\ubaa8\ub2c8\ud130\ub9c1\ub85c\uadf8 \uc0c1\uc138\uc870\ud68c +comUtlSysPrm.comUtlProcessMonLogDetail.summary = \uc774 \ud45c\ub294 \ud504\ub85c\uc138\uc2a4\ubaa8\ub2c8\ud130\ub9c1 \ub85c\uadf8 \ub300\uc0c1 \uc815\ubcf4\ub97c \uc81c\uacf5\ud558\uba70, \ub85c\uadf8ID, \ud504\ub85c\uc138\uc2a4ID, \ud504\ub85c\uc138\uc2a4\uba85, \uc0c1\ud0dc, \ub85c\uadf8, \ub9c8\uc9c0\ub9c9 \uc0dd\uc131\uc77c\uc2dc\ub85c \uad6c\uc131\ub418\uc5b4 \uc788\uc2b5\ub2c8\ub2e4. + +comUtlSysPrm.comUtlProcessMon.seq = \uc21c\ubc88 +comUtlSysPrm.comUtlProcessMon.logID = \ub85c\uadf8ID +comUtlSysPrm.comUtlProcessMon.processID = \ud504\ub85c\uc138\uc2a4ID +comUtlSysPrm.comUtlProcessMon.processName = \ud504\ub85c\uc138\uc2a4\uba85 +comUtlSysPrm.comUtlProcessMon.status = \uc0c1\ud0dc +comUtlSysPrm.comUtlProcessMon.logInfo = \ub85c\uadf8 +comUtlSysPrm.comUtlProcessMon.managerName = \uad00\ub9ac\uc790\uba85 +comUtlSysPrm.comUtlProcessMon.managerEmail = \uad00\ub9ac\uc790\uc774\uba54\uc77c +comUtlSysPrm.comUtlProcessMon.createdDateTime = \uc0dd\uc131\uc77c\uc2dc +comUtlSysPrm.comUtlProcessMon.lastCreatedDateTime = \ub9c8\uc9c0\ub9c9 \uc0dd\uc131\uc77c\uc2dc +comUtlSysPrm.comUtlProcessMon.searchBgnDe = \uc870\ud68c\uc2dc\uc791\uc77c\uc790 \uc785\ub825 +comUtlSysPrm.comUtlProcessMon.searchBgnHour = \uc870\ud68c\uc2dc\uc791 \uc2dc \uc120\ud0dd +comUtlSysPrm.comUtlProcessMon.searchEndDe = \uc870\ud68c\uc885\ub8cc\uc77c\uc790 \uc785\ub825 +comUtlSysPrm.comUtlProcessMon.searchEndHour = \uc870\ud68c\uc885\ub8cc \uc2dc \uc120\ud0dd + + + +#\ud504\ub85d\uc2dc\uc11c\ube44\uc2a4# +comUtlSysPxy.proxyLog.title=\ud504\ub85d\uc2dc\ub85c\uadf8 +comUtlSysPxy.proxySvc.title=\ud504\ub85d\uc2dc\uc124\uc815 + +comUtlSysPxy.proxySvc.proxyId.label=\ud504\ub85d\uc2dcID +comUtlSysPxy.proxySvc.proxyNm.label=\ud504\ub85d\uc2dc\uba85 +comUtlSysPxy.proxySvc.proxyIp.label=\ud504\ub85d\uc2dcIP +comUtlSysPxy.proxySvc.proxyPort.label=\ud504\ub85d\uc2dcPort +comUtlSysPxy.proxySvc.trgetSvcNm.label=\ub300\uc0c1\uc11c\ube44\uc2a4\uba85 +comUtlSysPxy.proxySvc.svcDc.label=\uc11c\ube44\uc2a4\uc124\uba85 +comUtlSysPxy.proxySvc.svcIp.label=\uc11c\ube44\uc2a4IP +comUtlSysPxy.proxySvc.svcPort.label=\uc11c\ube44\uc2a4Port +comUtlSysPxy.proxySvc.svcSttusNm.label=\uc11c\ube44\uc2a4\uc0c1\ud0dc + +comUtlSysPxy.proxySvcList.proxyId.label=\ud504\ub85d\uc2dcID +comUtlSysPxy.proxySvcList.proxyNm.label=\ud504\ub85d\uc2dc\uba85 +comUtlSysPxy.proxySvcList.proxyPort.label=\ud504\ub85d\uc2dcPort +comUtlSysPxy.proxySvcList.trgetSvcNm.label=\ub300\uc0c1\uc11c\ube44\uc2a4\uba85 +comUtlSysPxy.proxySvcList.svcIp.label=\uc11c\ube44\uc2a4IP/Port +comUtlSysPxy.proxySvcList.svcSttusNm.label=\uc0c1\ud0dc +comUtlSysPxy.proxySvcList.checknum=\ub0a0\uc9dc \ud615\uc2dd\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4 +comUtlSysPxy.proxySvcList.strTmpFromDateEndDate=\uc2dc\uc791\uc77c\uc790\ub294 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ud074 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4 +comUtlSysPxy.proxySvcList.pmProxyLogVO.strStartDate=\ud504\ub85d\uc2dc\ub85c\uadf8 \uc2dc\uc791\uc77c\uc790 +comUtlSysPxy.proxySvcList.pmProxyLogVO.strEndDate=\ud504\ub85d\uc2dc\ub85c\uadf8 \uc885\ub8cc\uc77c\uc790 + +comUtlSysPxy.proxyLog.period.label=\uae30\uac04 +comUtlSysPxy.proxyLog.proxyId.label=\ud504\ub85d\uc2dcID +comUtlSysPxy.proxyLog.proxyNm.label=\ub300\uc0c1\uc11c\ube44\uc2a4 +comUtlSysPxy.proxyLog.clntPort.label=\ud504\ub85d\uc2dcPort +comUtlSysPxy.proxyLog.clntIp.label=\ud074\ub77c\uc774\uc5b8\ud2b8IP +comUtlSysPxy.proxyLog.conectTime.label=\uc811\uc18d\uc77c\uc2dc +comUtlSysPxy.proxyLog.log=\ub85c\uadf8 + +comUtlSysPxy.proxySvcDetail.title=\ud504\ub85d\uc2dc\uc124\uc815 \uc0c1\uc138\uc870\ud68c +comUtlSysPxy.proxySvcDetail.summary=\ud504\ub85d\uc2dc\uc124\uc815\uc5d0 \ub300\ud55c \uc0c1\uc138\uc815\ubcf4\ub97c \uc81c\uacf5\ud55c\ub2e4. + +comUtlSysPxy.proxySvcUpdtl.title=\ud504\ub85d\uc2dc\uc124\uc815 \uc218\uc815 +comUtlSysPxy.proxySvcUpdt.summary=\ud504\ub85d\uc2dc\uc124\uc815 \uc815\ubcf4\ub97c \uc218\uc815\ud55c\ub2e4. +comUtlSysPxy.proxySvcUpdt.ipValueException=\ub294 \uc608\uc678 \uc544\uc774\ud53c \uc785\ub2c8\ub2e4. +comUtlSysPxy.proxySvcUpdt.ipFormalException=IP \ud615\uc2dd\uc774 \uc77c\uce58 \ud558\uc9c0\uc54a\uc2b5\ub2c8\ub2e4. +comUtlSysPxy.proxySvcUpdt.svcSttus.run=\uc815\uc0c1 +comUtlSysPxy.proxySvcUpdt.svcSttus.stop=\uc911\uc9c0 + +comUtlSysPxy.proxySvcRegist.ipValueException=\ub294 \uc608\uc678 \uc544\uc774\ud53c \uc785\ub2c8\ub2e4. +comUtlSysPxy.proxySvcRegist.ipFormalException=IP \ud615\uc2dd\uc774 \uc77c\uce58 \ud558\uc9c0\uc54a\uc2b5\ub2c8\ub2e4. +comUtlSysPxy.proxySvcRegist.svcSttus.run=\uc815\uc0c1 +comUtlSysPxy.proxySvcRegist.svcSttus.stop=\uc911\uc9c0 + + + +#\ub85c\uadf8\uc778\uc138\uc158\uc815\ubcf4\uccb4\ud06c# +utlSysRsc.loginSessionCheck.loginSessionCheck=\ub85c\uadf8\uc778 \uc138\uc158\uc815\ubcf4 \uccb4\ud06c +utlSysRsc.loginSessionCheck.validate.confirmSetLoginSession=\uc124\uc815\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +utlSysRsc.loginSessionCheck.url=URL +utlSysRsc.loginSessionCheck.sessionURL=\uc138\uc158 URL +utlSysRsc.loginSessionCheck.set=\uc124\uc815 +utlSysRsc.loginSessionCheck.sessionView=\uc774\ub3d9 + + + +#\uc11c\ubc84\uc790\uc6d0\ubaa8\ub2c8\ud130\ub9c1-\ub300\uc0c1\ubaa9\ub85d# + +ultSysScm.mntrngServer.Title=\uc11c\ubc84\uc790\uc6d0\ubaa8\ub2c8\ud130\ub9c1 + +ultSysScm.mntrngServerList.Title=\uc11c\ubc84\uc790\uc6d0\ubaa8\ub2c8\ud130\ub9c1 \ubaa9\ub85d\uc870\ud68c +ultSysScm.mntrngServerList.ServerName=\uc11c\ubc84H/W \uba85 + +ultSysScm.mntrngServerList.ServerId=\uc11c\ubc84H/W ID +ultSysScm.mntrngServerList.ServerIp=\uc11c\ubc84H/W IP +ultSysScm.mntrngServerList.ServerEmail=\ub2f4\ub2f9\uc790 E-Mail + +ultSysScm.mntrngServerList.btnLog=\ub85c\uadf8 + + +#\uc11c\ubc84\uc790\uc6d0\ubaa8\ub2c8\ud130\ub9c1 \ub85c\uadf8 \ubaa9\ub85d +ultSysScm.mntrngResrceServerList.Title=\uc11c\ubc84\uc790\uc6d0\ubaa8\ub2c8\ud130\ub9c1 \ub85c\uadf8 +ultSysScm.mntrngResrceServerList.scServerName=\uc11c\ubc84H/W \uba85 +ultSysScm.mntrngResrceServerList.scBetween=\uae30\uac04 +ultSysScm.mntrngResrceServerList.scFromDate=\uac80\uc0c9 \uc2dc\uc791\uc77c\uc790 +ultSysScm.mntrngResrceServerList.scToDate=\uac80\uc0c9 \uc885\ub8cc\uc77c\uc790 + +ultSysScm.mntrngResrceServerList.listServerName=\uc11c\ubc84H/W \uba85 +ultSysScm.mntrngResrceServerList.listServerIp=\uc11c\ubc84H/W IP +ultSysScm.mntrngResrceServerList.listCpuUse=CPU\uc0ac\uc6a9\ub960 +ultSysScm.mntrngResrceServerList.lisMemoryUse=\uba54\ubaa8\ub9ac\uc0ac\uc6a9\ub960 +ultSysScm.mntrngResrceServerList.listServerStatus=\uc11c\ube44\uc2a4\uc0c1\ud0dc +ultSysScm.mntrngResrceServerList.listCreateDatetime=\uc0dd\uc131\uc77c\uc2dc + +ultSysScm.mntrngResrceServerList.validate.datatFail=\ub0a0\uc9dc \ud615\uc2dd\uc774 \uc798\ubabb\ub418\uc5c8\uc2b5\ub2c8\ub2e4! +ultSysScm.mntrngResrceServerList.validate.datatCheck=\uc2dc\uc791\uc77c\uc790\ub294 \uc885\ub8cc\uc77c\uc790\ubcf4\ub2e4 \ud074 \uc218 \uc5c6\uc2b5\ub2c8\ub2e4! + +#\uc11c\ubc84\uc790\uc6d0\ubaa8\ub2c8\ud130\ub9c1 \uc0c1\uc138\uc870\ud68c +ultSysScm.mntrngServerDetail.Title=\uc11c\ubc84\uc790\uc6d0\ubaa8\ub2c8\ud130\ub9c1 \ub85c\uadf8 +ultSysScm.mntrngServerDetail.logId=\ub85c\uadf8ID +ultSysScm.mntrngServerDetail.serverName=\uc11c\ubc84H/W \uba85 +ultSysScm.mntrngServerDetail.serverIp=\uc11c\ubc84H/W IP +ultSysScm.mntrngServerDetail.cpuUse=CPU\uc0ac\uc6a9\ub960 +ultSysScm.mntrngServerDetail.memoryUse=\uba54\ubaa8\ub9ac\uc0ac\uc6a9\ub960 +ultSysScm.mntrngServerDetail.serviceStatus=\uc11c\ube44\uc2a4\uc0c1\ud0dc +ultSysScm.mntrngServerDetail.logInfo=\ub85c\uadf8\uc815\ubcf4 +ultSysScm.mntrngServerDetail.crateDate=\uc0dd\uc131\uc77c\uc2dc + + + +#\ud30c\uc77c\ub3d9\uae30\ud654(\ub300\uc0c1\uc11c\ubc84)# +comUtlSysSsy.download.msg=\ub2e4\uc6b4\ub85c\ub4dc\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? +comUtlSysSsy.sync.msg=\ub3d9\uae30\ud654\ud558\uc2dc\uaca0\uc2b5\ub2c8\uae4c? + +comUtlSysSsy.synchrn.title=\ub3d9\uae30\ud654\ud30c\uc77c +comUtlSysSsy.synchrnServer.title=\ub3d9\uae30\ud654\ub300\uc0c1 \uc11c\ubc84 +comUtlSysSsy.synchrnServerFile.title=\ub3d9\uae30\ud654\ub300\uc0c1 \ud30c\uc77c + +comUtlSysSsy.synchrnServer.serverId.label=\uc11c\ubc84ID +comUtlSysSsy.synchrnServer.serverNm.label=\uc11c\ubc84\uba85 +comUtlSysSsy.synchrnServer.serverIp.label=\uc11c\ubc84 IP +comUtlSysSsy.synchrnServer.serverPort.label=\uc11c\ubc84 Port +comUtlSysSsy.synchrnServer.ftpId.label=FTP ID +comUtlSysSsy.synchrnServer.ftpPassword.label=FTP \ube44\ubc00\ubc88\ud638 +comUtlSysSsy.synchrnServer.synchrnLc.label=\ub3d9\uae30\ud654 \uc704\uce58 +comUtlSysSsy.synchrnServer.reflctAt.label=\ub3d9\uae30\ud654 \uc5ec\ubd80 +comUtlSysSsy.synchrnServer.lastUpdusrId.label=\ub4f1\ub85d\uc790 + +comUtlSysSsy.synchrnServer.fileSelect.label=\ud30c\uc77c \uc120\ud0dd +comUtlSysSsy.synchrnServer.seq.label=\uc21c\ubc88 +comUtlSysSsy.synchrnServer.fileNm.label=\ud30c\uc77c\uba85 +comUtlSysSsy.synchrnServer.fileList.label=\ud30c\uc77c \ubaa9\ub85d +comUtlSysSsy.synchrnServer.fileDownload.label=\ub2e4\uc6b4\ub85c\ub4dc +comUtlSysSsy.synchrnServer.fileDelete.label=\uc0ad\uc81c +comUtlSysSsy.synchrnServer.nofile.label=\uc11c\ubc84\uc811\uc18d\uc774 \ubd88\uac00\ub2a5\ud569\ub2c8\ub2e4 + +comUtlSysSsy.synchrnServer.validate.noList=\ub3d9\uae30\ud654 \ub300\uc0c1\ubaa9\ub85d\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. +comUtlSysSsy.synchrnServer.validate.noSelectedFile=\uc120\ud0dd\ub41c \ud30c\uc77c\uc774 \uc5c6\uc2b5\ub2c8\ub2e4. +comUtlSysSsy.synchrnServer.validate.noQueryResult=\uc870\ud68c\ub41c \uacb0\uacfc\uac00 \uc5c6\uc2b5\ub2c8\ub2e4. +comUtlSysSsy.synchrnServer.synch=\ub3d9\uae30\ud654 +comUtlSysSsy.synchrnServer.validate.exceptIP=\ub294 \uc608\uc678 \uc544\uc774\ud53c \uc785\ub2c8\ub2e4. +comUtlSysSsy.synchrnServer.validate.misMatchIP=IP \ud615\uc2dd\uc774 \uc77c\uce58 \ud558\uc9c0\uc54a\uc2b5\ub2c8\ub2e4. + + + +#\uc1a1\uc218\uc2e0\ubaa8\ub2c8\ud130\ub9c1# +comUtlSysTrm.trsmrcvMntrngList.title = \uc1a1\uc218\uc2e0\ubaa8\ub2c8\ud130\ub9c1 \ubaa9\ub85d +comUtlSysTrm.trsmrcvMntrngDetail.title = \uc1a1\uc218\uc2e0\ubaa8\ub2c8\ud130\ub9c1 \uc0c1\uc138\uc870\ud68c +comUtlSysTrm.trsmrcvMntrngDetail.summary = \ub4f1\ub85d\ub41c \uc1a1\uc218\uc2e0\ubaa8\ub2c8\ud130\ub9c1\uc5d0 \ub300\ud55c \uc0c1\uc138\uc815\ubcf4\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. +comUtlSysTrm.trsmrcvMntrngUpdt.title = \uc1a1\uc218\uc2e0\ubaa8\ub2c8\ud130\ub9c1 \uc218\uc815 +comUtlSysTrm.trsmrcvMntrngUpdt.summary = \uc1a1\uc218\uc2e0\ubaa8\ub2c8\ud130\ub9c1 \uc218\uc815\uae30\ub2a5\uc744 \uc81c\uacf5\ud55c\ub2e4. +comUtlSysTrm.trsmrcvMntrngRegist.title = \uc1a1\uc218\uc2e0\ubaa8\ub2c8\ud130\ub9c1 \ub4f1\ub85d +comUtlSysTrm.trsmrcvMntrngLogList.title = \uc1a1\uc218\uc2e0\ubaa8\ub2c8\ud130\ub9c1\ub85c\uadf8 \ubaa9\ub85d +comUtlSysTrm.trsmrcvMntrngLogDetail.title = \uc1a1\uc218\uc2e0\ubaa8\ub2c8\ud130\ub9c1\ub85c\uadf8 \uc0c1\uc138\uc870\ud68c +comUtlSysTrm.trsmrcvMntrngLogDetail.summary = \uc1a1\uc218\uc2e0\ubaa8\ub2c8\ud130\ub9c1\ub85c\uadf8\uc5d0 \ub300\ud55c \uc0c1\uc138\uc815\ubcf4\ub97c \uc81c\uacf5\ud569\ub2c8\ub2e4. + +comUtlSysTrm.trsmrcvMntrng.logID = \ub85c\uadf8ID +comUtlSysTrm.trsmrcvMntrng.interOperationID = \uc5f0\uacc4ID +comUtlSysTrm.trsmrcvMntrng.interOperationName = \uc5f0\uacc4\uba85 +comUtlSysTrm.trsmrcvMntrng.interOperationPopup = \uc5f0\uacc4\uc815\ubcf4\uc870\ud68c\ud31d\uc5c5 \uc81c\uacf5 +comUtlSysTrm.trsmrcvMntrng.testClassName = \ud14c\uc2a4\ud2b8\ud074\ub798\uc2a4\uba85 +comUtlSysTrm.trsmrcvMntrng.managerName = \uad00\ub9ac\uc790\uba85 +comUtlSysTrm.trsmrcvMntrng.managerEmail = \uad00\ub9ac\uc790\uc774\uba54\uc77c +comUtlSysTrm.trsmrcvMntrng.monitoringDateTime = \ubaa8\ub2c8\ud130\ub9c1\uc2dc\uac01 +comUtlSysTrm.trsmrcvMntrng.provider = \uc81c\uacf5\uae30\uad00 +comUtlSysTrm.trsmrcvMntrng.provideSystem = \uc81c\uacf5\uc2dc\uc2a4\ud15c +comUtlSysTrm.trsmrcvMntrng.service = \uc81c\uacf5\uc11c\ube44\uc2a4 +comUtlSysTrm.trsmrcvMntrng.requester = \uc694\uccad\uae30\uad00 +comUtlSysTrm.trsmrcvMntrng.requestSystem = \uc694\uccad\uc2dc\uc2a4\ud15c +comUtlSysTrm.trsmrcvMntrng.status = \uc0c1\ud0dc +comUtlSysTrm.trsmrcvMntrng.logInfo = \ub85c\uadf8\uc815\ubcf4 + +comUtlSysTrm.trsmrcvMntrng.searchStartDate = \uac80\uc0c9\uc2dc\uc791\uc77c\uc790 +comUtlSysTrm.trsmrcvMntrng.searchStartHour = \uac80\uc0c9\uc2dc\uc791\uc2dc\uac04 +comUtlSysTrm.trsmrcvMntrng.searchStartMin = \uac80\uc0c9\uc2dc\uc791\ubd84 +comUtlSysTrm.trsmrcvMntrng.searchEndDate = \uac80\uc0c9\uc885\ub8cc\uc77c\uc790 +comUtlSysTrm.trsmrcvMntrng.searchEndHour = \uac80\uc0c9\uc885\ub8cc\uc2dc\uac04 +comUtlSysTrm.trsmrcvMntrng.searchEndMin = \uac80\uc0c9\uc885\ub8cc\ubd84 \ No newline at end of file diff --git a/bin/main/secrets/UrpSysKeyMng.keystore b/bin/main/secrets/UrpSysKeyMng.keystore new file mode 100644 index 00000000..39528f7c --- /dev/null +++ b/bin/main/secrets/UrpSysKeyMng.keystore @@ -0,0 +1 @@ +aes256.key=52f48aa1c7435bc11bf909d9d7d1d5932f4bacd8184ec5c1eed6d03ee17fe126 \ No newline at end of file diff --git a/bin/main/static/css/bootstrap/bootstrap.min.css b/bin/main/static/css/bootstrap/bootstrap.min.css new file mode 100644 index 00000000..f06f5239 --- /dev/null +++ b/bin/main/static/css/bootstrap/bootstrap.min.css @@ -0,0 +1,7 @@ +@charset "UTF-8";/*! + * Bootstrap v5.2.3 (https://getbootstrap.com/) + * Copyright 2011-2022 The Bootstrap Authors + * Copyright 2011-2022 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) + */:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#dee2e6;--bs-border-color-translucent:rgba(0, 0, 0, 0.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-2xl:2rem;--bs-border-radius-pill:50rem;--bs-link-color:#0d6efd;--bs-link-hover-color:#0a58ca;--bs-code-color:#d63384;--bs-highlight-bg:#fff3cd}*,::after,::before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.1875em;background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:var(--bs-link-color);text-decoration:underline}a:hover{color:var(--bs-link-hover-color)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid var(--bs-border-color);border-radius:.375rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.table{--bs-table-color:var(--bs-body-color);--bs-table-bg:transparent;--bs-table-border-color:var(--bs-border-color);--bs-table-accent-bg:transparent;--bs-table-striped-color:var(--bs-body-color);--bs-table-striped-bg:rgba(0, 0, 0, 0.05);--bs-table-active-color:var(--bs-body-color);--bs-table-active-bg:rgba(0, 0, 0, 0.1);--bs-table-hover-color:var(--bs-body-color);--bs-table-hover-bg:rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:var(--bs-table-color);vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:2px solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-striped-columns>:not(caption)>tr>:nth-child(2n){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-color:#000;--bs-table-bg:#cfe2ff;--bs-table-border-color:#bacbe6;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color:#000;--bs-table-bg:#e2e3e5;--bs-table-border-color:#cbccce;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color:#000;--bs-table-bg:#d1e7dd;--bs-table-border-color:#bcd0c7;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color:#000;--bs-table-bg:#cff4fc;--bs-table-border-color:#badce3;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color:#000;--bs-table-bg:#fff3cd;--bs-table-border-color:#e6dbb9;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color:#000;--bs-table-bg:#f8d7da;--bs-table-border-color:#dfc2c4;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color:#000;--bs-table-bg:#f8f9fa;--bs-table-border-color:#dfe0e1;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color:#fff;--bs-table-bg:#212529;--bs-table-border-color:#373b3e;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled{background-color:#e9ecef;opacity:1}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:calc(1.5em + .75rem + 2px);padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0!important;border-radius:.375rem}.form-control-color::-webkit-color-swatch{border-radius:.375rem}.form-control-color.form-control-sm{height:calc(1.5em + .5rem + 2px)}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + 2px)}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem;border-radius:.25rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:.5rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;width:100%;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control-plaintext::-moz-placeholder,.form-floating>.form-control::-moz-placeholder{color:transparent}.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control-plaintext~label{border-width:1px 0}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.375rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.375rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754}.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-control-color.is-valid,.was-validated .form-control-color:valid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.375rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545}.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-control-color.is-invalid,.was-validated .form-control-color:invalid{width:calc(3rem + calc(1.5em + .75rem))}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid{z-index:4}.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:#212529;--bs-btn-bg:transparent;--bs-btn-border-width:1px;--bs-btn-border-color:transparent;--bs-btn-border-radius:0.375rem;--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color:#fff;--bs-btn-bg:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0b5ed7;--bs-btn-hover-border-color:#0a58ca;--bs-btn-focus-shadow-rgb:49,132,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0a58ca;--bs-btn-active-border-color:#0a53be;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#0d6efd;--bs-btn-disabled-border-color:#0d6efd}.btn-secondary{--bs-btn-color:#fff;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#fff;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#157347;--bs-btn-hover-border-color:#146c43;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#146c43;--bs-btn-active-border-color:#13653f;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#198754;--bs-btn-disabled-border-color:#198754}.btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107}.btn-danger{--bs-btn-color:#fff;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#fff;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa}.btn-dark{--bs-btn-color:#fff;--bs-btn-bg:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#424649;--bs-btn-hover-border-color:#373b3e;--bs-btn-focus-shadow-rgb:66,70,73;--bs-btn-active-color:#fff;--bs-btn-active-bg:#4d5154;--bs-btn-active-border-color:#373b3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#212529;--bs-btn-disabled-border-color:#212529}.btn-outline-primary{--bs-btn-color:#0d6efd;--bs-btn-border-color:#0d6efd;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#0d6efd;--bs-btn-hover-border-color:#0d6efd;--bs-btn-focus-shadow-rgb:13,110,253;--bs-btn-active-color:#fff;--bs-btn-active-bg:#0d6efd;--bs-btn-active-border-color:#0d6efd;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0d6efd;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d6efd;--bs-gradient:none}.btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108,117,125;--bs-btn-active-color:#fff;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none}.btn-outline-success{--bs-btn-color:#198754;--bs-btn-border-color:#198754;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#198754;--bs-btn-hover-border-color:#198754;--bs-btn-focus-shadow-rgb:25,135,84;--bs-btn-active-color:#fff;--bs-btn-active-bg:#198754;--bs-btn-active-border-color:#198754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#198754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#198754;--bs-gradient:none}.btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none}.btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#fff;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none}.btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none}.btn-outline-dark{--bs-btn-color:#212529;--bs-btn-border-color:#212529;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#212529;--bs-btn-hover-border-color:#212529;--bs-btn-focus-shadow-rgb:33,37,41;--bs-btn-active-color:#fff;--bs-btn-active-bg:#212529;--bs-btn-active-border-color:#212529;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#212529;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#212529;--bs-gradient:none}.btn-link{--bs-btn-font-weight:400;--bs-btn-color:var(--bs-link-color);--bs-btn-bg:transparent;--bs-btn-border-color:transparent;--bs-btn-hover-color:var(--bs-link-hover-color);--bs-btn-hover-border-color:transparent;--bs-btn-active-color:var(--bs-link-hover-color);--bs-btn-active-border-color:transparent;--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-border-color:transparent;--bs-btn-box-shadow:none;--bs-btn-focus-shadow-rgb:49,132,253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-group-lg>.btn,.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius:0.5rem}.btn-group-sm>.btn,.btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:0.25rem}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex:1000;--bs-dropdown-min-width:10rem;--bs-dropdown-padding-x:0;--bs-dropdown-padding-y:0.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:#212529;--bs-dropdown-bg:#fff;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:0.375rem;--bs-dropdown-border-width:1px;--bs-dropdown-inner-border-radius:calc(0.375rem - 1px);--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-dropdown-link-color:#212529;--bs-dropdown-link-hover-color:#1e2125;--bs-dropdown-link-hover-bg:#e9ecef;--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color:#dee2e6;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color:#dee2e6;--bs-dropdown-link-hover-color:#fff;--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg:rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color:#fff;--bs-dropdown-link-active-bg:#0d6efd;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:.375rem}.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn{margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:#6c757d;display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:var(--bs-nav-link-hover-color)}.nav-link.disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width:1px;--bs-nav-tabs-border-color:#dee2e6;--bs-nav-tabs-border-radius:0.375rem;--bs-nav-tabs-link-hover-border-color:#e9ecef #e9ecef #dee2e6;--bs-nav-tabs-link-active-color:#495057;--bs-nav-tabs-link-active-bg:#fff;--bs-nav-tabs-link-active-border-color:#dee2e6 #dee2e6 #fff;border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));background:0 0;border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.disabled,.nav-tabs .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius:0.375rem;--bs-nav-pills-link-active-color:#fff;--bs-nav-pills-link-active-bg:#0d6efd}.nav-pills .nav-link{background:0 0;border:0;border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(0, 0, 0, 0.55);--bs-navbar-hover-color:rgba(0, 0, 0, 0.7);--bs-navbar-disabled-color:rgba(0, 0, 0, 0.3);--bs-navbar-active-color:rgba(0, 0, 0, 0.9);--bs-navbar-brand-padding-y:0.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(0, 0, 0, 0.9);--bs-navbar-brand-hover-color:rgba(0, 0, 0, 0.9);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(0, 0, 0, 0.1);--bs-navbar-toggler-border-radius:0.375rem;--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .show>.nav-link{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:focus,.navbar-text a:hover{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:transparent;border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto!important;height:auto!important;visibility:visible!important;background-color:transparent!important;border:0!important;transform:none!important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark{--bs-navbar-color:rgba(255, 255, 255, 0.55);--bs-navbar-hover-color:rgba(255, 255, 255, 0.75);--bs-navbar-disabled-color:rgba(255, 255, 255, 0.25);--bs-navbar-active-color:#fff;--bs-navbar-brand-color:#fff;--bs-navbar-brand-hover-color:#fff;--bs-navbar-toggler-border-color:rgba(255, 255, 255, 0.1);--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y:1rem;--bs-card-spacer-x:1rem;--bs-card-title-spacer-y:0.5rem;--bs-card-border-width:1px;--bs-card-border-color:var(--bs-border-color-translucent);--bs-card-border-radius:0.375rem;--bs-card-box-shadow: ;--bs-card-inner-border-radius:calc(0.375rem - 1px);--bs-card-cap-padding-y:0.5rem;--bs-card-cap-padding-x:1rem;--bs-card-cap-bg:rgba(0, 0, 0, 0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg:#fff;--bs-card-img-overlay-padding:1rem;--bs-card-group-margin:0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y)}.card-subtitle{margin-top:calc(-.5 * var(--bs-card-title-spacer-y));margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-bottom:calc(-1 * var(--bs-card-cap-padding-y));margin-left:calc(-.5 * var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-.5 * var(--bs-card-cap-padding-x));margin-left:calc(-.5 * var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion{--bs-accordion-color:#212529;--bs-accordion-bg:#fff;--bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;--bs-accordion-border-color:var(--bs-border-color);--bs-accordion-border-width:1px;--bs-accordion-border-radius:0.375rem;--bs-accordion-inner-border-radius:calc(0.375rem - 1px);--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:#212529;--bs-accordion-btn-bg:var(--bs-accordion-bg);--bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-focus-border-color:#86b7fe;--bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:#0c63e4;--bs-accordion-active-bg:#e7f1ff}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:var(--bs-accordion-btn-focus-border-color);outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button,.accordion-flush .accordion-item .accordion-button.collapsed{border-radius:0}.breadcrumb{--bs-breadcrumb-padding-x:0;--bs-breadcrumb-padding-y:0;--bs-breadcrumb-margin-bottom:1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color:#6c757d;--bs-breadcrumb-item-padding-x:0.5rem;--bs-breadcrumb-item-active-color:#6c757d;display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/")}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x:0.75rem;--bs-pagination-padding-y:0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color:var(--bs-link-color);--bs-pagination-bg:#fff;--bs-pagination-border-width:1px;--bs-pagination-border-color:#dee2e6;--bs-pagination-border-radius:0.375rem;--bs-pagination-hover-color:var(--bs-link-hover-color);--bs-pagination-hover-bg:#e9ecef;--bs-pagination-hover-border-color:#dee2e6;--bs-pagination-focus-color:var(--bs-link-hover-color);--bs-pagination-focus-bg:#e9ecef;--bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-pagination-active-color:#fff;--bs-pagination-active-bg:#0d6efd;--bs-pagination-active-border-color:#0d6efd;--bs-pagination-disabled-color:#6c757d;--bs-pagination-disabled-bg:#fff;--bs-pagination-disabled-border-color:#dee2e6;display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.active>.page-link,.page-link.active{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.disabled>.page-link,.page-link.disabled{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x:1.5rem;--bs-pagination-padding-y:0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius:0.5rem}.pagination-sm{--bs-pagination-padding-x:0.5rem;--bs-pagination-padding-y:0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius:0.25rem}.badge{--bs-badge-padding-x:0.65em;--bs-badge-padding-y:0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight:700;--bs-badge-color:#fff;--bs-badge-border-radius:0.375rem;display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg:transparent;--bs-alert-padding-x:1rem;--bs-alert-padding-y:1rem;--bs-alert-margin-bottom:1rem;--bs-alert-color:inherit;--bs-alert-border-color:transparent;--bs-alert-border:1px solid var(--bs-alert-border-color);--bs-alert-border-radius:0.375rem;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color:#084298;--bs-alert-bg:#cfe2ff;--bs-alert-border-color:#b6d4fe}.alert-primary .alert-link{color:#06357a}.alert-secondary{--bs-alert-color:#41464b;--bs-alert-bg:#e2e3e5;--bs-alert-border-color:#d3d6d8}.alert-secondary .alert-link{color:#34383c}.alert-success{--bs-alert-color:#0f5132;--bs-alert-bg:#d1e7dd;--bs-alert-border-color:#badbcc}.alert-success .alert-link{color:#0c4128}.alert-info{--bs-alert-color:#055160;--bs-alert-bg:#cff4fc;--bs-alert-border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{--bs-alert-color:#664d03;--bs-alert-bg:#fff3cd;--bs-alert-border-color:#ffecb5}.alert-warning .alert-link{color:#523e02}.alert-danger{--bs-alert-color:#842029;--bs-alert-bg:#f8d7da;--bs-alert-border-color:#f5c2c7}.alert-danger .alert-link{color:#6a1a21}.alert-light{--bs-alert-color:#636464;--bs-alert-bg:#fefefe;--bs-alert-border-color:#fdfdfe}.alert-light .alert-link{color:#4f5050}.alert-dark{--bs-alert-color:#141619;--bs-alert-bg:#d3d3d4;--bs-alert-border-color:#bcbebf}.alert-dark .alert-link{color:#101214}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{--bs-progress-height:1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg:#e9ecef;--bs-progress-border-radius:0.375rem;--bs-progress-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-progress-bar-color:#fff;--bs-progress-bar-bg:#0d6efd;--bs-progress-bar-transition:width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color:#212529;--bs-list-group-bg:#fff;--bs-list-group-border-color:rgba(0, 0, 0, 0.125);--bs-list-group-border-width:1px;--bs-list-group-border-radius:0.375rem;--bs-list-group-item-padding-x:1rem;--bs-list-group-item-padding-y:0.5rem;--bs-list-group-action-color:#495057;--bs-list-group-action-hover-color:#495057;--bs-list-group-action-hover-bg:#f8f9fa;--bs-list-group-action-active-color:#212529;--bs-list-group-action-active-bg:#e9ecef;--bs-list-group-disabled-color:#6c757d;--bs-list-group-disabled-bg:#fff;--bs-list-group-active-color:#fff;--bs-list-group-active-bg:#0d6efd;--bs-list-group-active-border-color:#0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1 * var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1 * var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#084298;background-color:#cfe2ff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#084298;background-color:#bacbe6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#084298;border-color:#084298}.list-group-item-secondary{color:#41464b;background-color:#e2e3e5}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#41464b;background-color:#cbccce}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#41464b;border-color:#41464b}.list-group-item-success{color:#0f5132;background-color:#d1e7dd}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f5132;background-color:#bcd0c7}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f5132;border-color:#0f5132}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#664d03;background-color:#fff3cd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#664d03;background-color:#e6dbb9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#664d03;border-color:#664d03}.list-group-item-danger{color:#842029;background-color:#f8d7da}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#842029;background-color:#dfc2c4}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#842029;border-color:#842029}.list-group-item-light{color:#636464;background-color:#fefefe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#636464;background-color:#e5e5e5}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#636464;border-color:#636464}.list-group-item-dark{color:#141619;background-color:#d3d3d4}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#141619;background-color:#bebebf}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#141619;border-color:#141619}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{--bs-toast-zindex:1090;--bs-toast-padding-x:0.75rem;--bs-toast-padding-y:0.5rem;--bs-toast-spacing:1.5rem;--bs-toast-max-width:350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg:rgba(255, 255, 255, 0.85);--bs-toast-border-width:1px;--bs-toast-border-color:var(--bs-border-color-translucent);--bs-toast-border-radius:0.375rem;--bs-toast-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-toast-header-color:#6c757d;--bs-toast-header-bg:rgba(255, 255, 255, 0.85);--bs-toast-header-border-color:rgba(0, 0, 0, 0.05);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex:1090;position:absolute;z-index:var(--bs-toast-zindex);width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-.5 * var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color: ;--bs-modal-bg:#fff;--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:1px;--bs-modal-border-radius:0.5rem;--bs-modal-box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-modal-inner-border-radius:calc(0.5rem - 1px);--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:1px;--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:1px;position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);margin:calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap) * .5)}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px}}@media (min-width:1200px){.modal-xl{--bs-modal-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex:1080;--bs-tooltip-max-width:200px;--bs-tooltip-padding-x:0.5rem;--bs-tooltip-padding-y:0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color:#fff;--bs-tooltip-bg:#000;--bs-tooltip-border-radius:0.375rem;--bs-tooltip-opacity:0.9;--bs-tooltip-arrow-width:0.8rem;--bs-tooltip-arrow-height:0.4rem;z-index:var(--bs-tooltip-zindex);display:block;padding:var(--bs-tooltip-arrow-height);margin:var(--bs-tooltip-margin);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:var(--bs-tooltip-arrow-height);height:var(--bs-tooltip-arrow-width)}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex:1070;--bs-popover-max-width:276px;--bs-popover-font-size:0.875rem;--bs-popover-bg:#fff;--bs-popover-border-width:1px;--bs-popover-border-color:var(--bs-border-color-translucent);--bs-popover-border-radius:0.5rem;--bs-popover-inner-border-radius:calc(0.5rem - 1px);--bs-popover-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-popover-header-padding-x:1rem;--bs-popover-header-padding-y:0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color: ;--bs-popover-header-bg:#f0f0f0;--bs-popover-body-padding-x:1rem;--bs-popover-body-padding-y:1rem;--bs-popover-body-color:#212529;--bs-popover-arrow-width:1rem;--bs-popover-arrow-height:0.5rem;--bs-popover-arrow-border:var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid;border-width:0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-top>.popover-arrow::before{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-end>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::before{border-width:0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-.5 * var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-start>.popover-arrow::before{border-width:calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}.spinner-border,.spinner-grow{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-border-width:0.25em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}.spinner-border-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem;--bs-spinner-border-width:0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width:2rem;--bs-spinner-height:2rem;--bs-spinner-vertical-align:-0.125em;--bs-spinner-animation-speed:0.75s;--bs-spinner-animation-name:spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width:1rem;--bs-spinner-height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed:1.5s}}.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color: ;--bs-offcanvas-bg:#fff;--bs-offcanvas-border-width:1px;--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075)}@media (max-width:575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width:575.98px){.offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing{transform:none}}@media (max-width:575.98px){.offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing{visibility:visible}}@media (min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none}}@media (max-width:767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media (max-width:767.98px){.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media (max-width:767.98px){.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width:767.98px){.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width:767.98px){.offcanvas-md.show:not(.hiding),.offcanvas-md.showing{transform:none}}@media (max-width:767.98px){.offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing{visibility:visible}}@media (min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width:991.98px){.offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing{transform:none}}@media (max-width:991.98px){.offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing{visibility:visible}}@media (min-width:992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width:1199.98px){.offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing{transform:none}}@media (max-width:1199.98px){.offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing{visibility:visible}}@media (min-width:1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}@media (max-width:1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}}@media (max-width:1399.98px){.offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing{transform:none}}@media (max-width:1399.98px){.offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing{visibility:visible}}@media (min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent!important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent!important}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%)}.offcanvas.show:not(.hiding),.offcanvas.showing{transform:none}.offcanvas.hiding,.offcanvas.show,.offcanvas.showing{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);margin-top:calc(-.5 * var(--bs-offcanvas-padding-y));margin-right:calc(-.5 * var(--bs-offcanvas-padding-x));margin-bottom:calc(-.5 * var(--bs-offcanvas-padding-y))}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff!important;background-color:RGBA(13,110,253,var(--bs-bg-opacity,1))!important}.text-bg-secondary{color:#fff!important;background-color:RGBA(108,117,125,var(--bs-bg-opacity,1))!important}.text-bg-success{color:#fff!important;background-color:RGBA(25,135,84,var(--bs-bg-opacity,1))!important}.text-bg-info{color:#000!important;background-color:RGBA(13,202,240,var(--bs-bg-opacity,1))!important}.text-bg-warning{color:#000!important;background-color:RGBA(255,193,7,var(--bs-bg-opacity,1))!important}.text-bg-danger{color:#fff!important;background-color:RGBA(220,53,69,var(--bs-bg-opacity,1))!important}.text-bg-light{color:#000!important;background-color:RGBA(248,249,250,var(--bs-bg-opacity,1))!important}.text-bg-dark{color:#fff!important;background-color:RGBA(33,37,41,var(--bs-bg-opacity,1))!important}.link-primary{color:#0d6efd!important}.link-primary:focus,.link-primary:hover{color:#0a58ca!important}.link-secondary{color:#6c757d!important}.link-secondary:focus,.link-secondary:hover{color:#565e64!important}.link-success{color:#198754!important}.link-success:focus,.link-success:hover{color:#146c43!important}.link-info{color:#0dcaf0!important}.link-info:focus,.link-info:hover{color:#3dd5f3!important}.link-warning{color:#ffc107!important}.link-warning:focus,.link-warning:hover{color:#ffcd39!important}.link-danger{color:#dc3545!important}.link-danger:focus,.link-danger:hover{color:#b02a37!important}.link-light{color:#f8f9fa!important}.link-light:focus,.link-light:hover{color:#f9fafb!important}.link-dark{color:#212529!important}.link-dark:focus,.link-dark:hover{color:#1a1e21!important}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:-webkit-sticky;position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-0{border:0!important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-top-0{border-top:0!important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}.border-start-0{border-left:0!important}.border-primary{--bs-border-opacity:1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}.border-secondary{--bs-border-opacity:1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}.border-success{--bs-border-opacity:1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}.border-info{--bs-border-opacity:1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}.border-warning{--bs-border-opacity:1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}.border-danger{--bs-border-opacity:1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}.border-light{--bs-border-opacity:1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}.border-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}.border-white{--bs-border-opacity:1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}.border-1{--bs-border-width:1px}.border-2{--bs-border-width:2px}.border-3{--bs-border-width:3px}.border-4{--bs-border-width:4px}.border-5{--bs-border-width:5px}.border-opacity-10{--bs-border-opacity:0.1}.border-opacity-25{--bs-border-opacity:0.25}.border-opacity-50{--bs-border-opacity:0.5}.border-opacity-75{--bs-border-opacity:0.75}.border-opacity-100{--bs-border-opacity:1}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-semibold{font-weight:600!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:var(--bs-border-radius)!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:var(--bs-border-radius-sm)!important}.rounded-2{border-radius:var(--bs-border-radius)!important}.rounded-3{border-radius:var(--bs-border-radius-lg)!important}.rounded-4{border-radius:var(--bs-border-radius-xl)!important}.rounded-5{border-radius:var(--bs-border-radius-2xl)!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:var(--bs-border-radius-pill)!important}.rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}.rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}} +/*# sourceMappingURL=bootstrap.min.css.map */ \ No newline at end of file diff --git a/bin/main/static/css/common.css b/bin/main/static/css/common.css new file mode 100644 index 00000000..5aef2f13 --- /dev/null +++ b/bin/main/static/css/common.css @@ -0,0 +1,166 @@ +@charset "utf-8"; +/* +@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700,900&subset=korean'); +@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');*/ + +/* Noto sans KR */ +@font-face {font-family:'Noto Sans KR'; font-weight:300; src:url(font/NotoSansKR-Light.woff) format('woff'), url(fonts/NotoSansKR-Light.otf) format('opentype'), local(※);} +@font-face {font-family:'Noto Sans KR'; font-weight:400; src:url(font/NotoSansKR-Regular.woff) format('woff'),url(fonts/NotoSansKR-Regular.otf) format('opentype'), local(※);} +@font-face {font-family:'Noto Sans KR'; font-weight:500; src:url(font/NotoSansKR-Medium.woff) format('woff'), url(fonts/NotoSansKR-Medium.otf) format('opentype'), local(※);} +@font-face {font-family:'Noto Sans KR'; font-weight:700; src:url(font/NotoSansKR-Bold.woff) format('woff'),url(fonts/NotoSansKR-Bold.otf) format('opentype'), local(※);} + +/* Reset */ +html, body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,p,iframe,figure,caption{margin:0;padding:0;border:0;font:inherit;color:inherit;background:transparent;} +body{font-family: 'Noto Sans KR','돋움',Dotum,AppleGothic,sans-serif;font-size:14px;line-height:1.4;color:#333;letter-spacing:0;-webkit-text-size-adjust:none} +header,hgroup,footer,section,article,aside,nav,canvas,figure,figcaption{display:block} +table, thead, tbody{border-collapse:collapse;border-spacing:0;} +table {border-collapse:collapse;border-spacing:0;color:#333;width:100%;empty-cells:show} +tr td {vertical-align: middle;} +fieldset, iframe{border:0;vertical-align:middle} +img{border:0;font-size:0;vertical-align:middle} +ul,ol,dl,dt,dd,li{list-style:none} +hr{display:none} +caption,figcaption{text-indent:-10000px; margin:0; display:none;} +fieldset, blockquote, iframe, button{border:none;} +legend{display:block;position:absolute;left:-9999px;text-indent:9999px;width:0;height:0;overflow:hidden;font-size:0;line-height:0;white-space:nowrap} +button{padding:0;border:0;cursor:pointer;background:none;vertical-align:middle;appearance:none;-moz-appearance:none} +h1, h2, h3, h4, h5, h6{font-weight:normal;line-height:1.2em;font-size:100%} +em,address{font-style:normal}; +button{background:transparent;cursor:pointer;vertical-align:middle;margin:0;overflow:visible;border:0;padding:0;white-space:nowrap;outline:0} +button,input[type="submit"], input[type="button"], input[type="reset"]{cursor:pointer;-webkit-appearance:none;} +button, input, select{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box} +a {color:inherit; text-decoration:none;} +a:hover {text-decoration:none;} + +.clearfix {display: block;} +.clearfix:after {content:"";display:block;height:0;clear:both;visibility:hidden; width:0; line-height:0; text-indent:-9999px;} + +/* form 요소 초기화 */ +input{font-size:inherit;color:inherit;vertical-align:middle;} +input[type="file"]{border:none;} +input[type="image"]{height:auto;margin:0;border:none;padding:0;line-height:inherit;} +input[type="radio"],input[type="checkbox"]{border:none;} +button{margin:0;padding:0;background-color:transparent;border:none;cursor:pointer;word-break:keep-all;-ms-word-break:keep-all;} +button::-moz-focus-inner{padding:0;border:0} +button:focus {outline:none} +select{font-size:inherit;font-family:inherit;color:inherit;text-transform:none;vertical-align:middle;} +select {height:36px; line-height:36px;font-size: 14px;font-weight: inherit;color:#555;border:1px solid #ccc; background: #fff url(../images/common/ico_sel_arrow.png) no-repeat right 50%; background-size:20px 8px; padding: 0 30px 0 8px; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; -webkit-appearance:none;appearance:none;margin-right:3px;transition: all 0.3s;border-radius: 4px;appearance: none;} +select::-ms-expand {display:none;/* 화살표 없애기 for IE10, 11*/} +select {-webkit-appearance: none;-moz-appearance: none;-o-appearance: none; appearance: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;} +input[type="radio"],input[type="checkbox"] {width:16px;height:16px;margin-top:-2px;padding:0;vertical-align:text-bottom} +textarea {font-size:inherit;font-family:inherit;color:inherit;vertical-align:middle;resize:none;} +input[disabled="disabled"] {background:#ebebeb;color:#959595;} +select[disabled="disabled"] {background:#ebebeb;color:#959595;} + +/* form 요소 기본 스타일 지정 */ +input {height:36px; margin:1px; padding:0px 8px;border:solid 1px #ccc;line-height:36px; font-size:14px; vertical-align:middle; border-radius: 4px;} +input[type="text"] {height:36px; margin:1px; padding:0px 8px;border:solid 1px #ccc;line-height:36px; font-size:14px; vertical-align:middle; border-radius: 4px;} +input[type="submit"] {height:28px;line-height:28px;} +input[type="radio"],input[type="checkbox"] {width:25px ()25px;height:25px ()25px;} +textarea {min-height:80px;padding:3px 8px;border:solid 1px #ccc;line-height:25px;font-size: 14px;} + +/* custom checkbox */ +input[type='checkbox'],input[type='radio'] {display: none;} +/* (체크박스, 텍스트) 정렬 맞추기 */ +.checkbox_label, .radio_label {/*display: flex;*/ align-items: center;} +.checkbox_label span + span, .radio_label span + span {display:inline-block; margin-right: 15px;} +/* 체크박스 디자인 */ +.checkbox_icon::before {content:''; display: block; display: inline-block; width: 16px; height: 16px; background-color: transparent; border: 1px solid #ccc; border-radius: 2px; box-sizing:border-box; position: relative; cursor: pointer; vertical-align: middle;} +.radio_icon::before {content:''; display: block; display: inline-block; width: 16px; height: 16px; background-color: #fff; border: 1px solid #c0c0c0; border-radius: 50%; box-sizing:border-box; position: relative; cursor: pointer; vertical-align: middle;} +/* checked */ +.checkbox_label input:checked + .checkbox_icon::before {background: url('../images/common/ico_check_w.png') #0e1872 no-repeat 1px 1px; border:none;} +.radio_label input:checked + .radio_icon::before {background: url('../images/common/ico_radio.png') no-repeat 0 0; border:none;} +.checkbox_text, .radio_text {margin-left: 5px;vertical-align: middle;} + +/* float */ +.fl {float:left !important} +.fr {float:right !important} +.clear {clear:both !important;} + +/* float 해제 */ +.clfix:after {content: ".";display:block;height:0px;clear:both;visibility:hidden;} +.clfix {display: inline-block;} +.clfix {display: block;} +* html .clfix {height: 1%;} +.clfix {zoom:1;} +.blind{display:none} +.sizing{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} +.hidden {font-size: 0; width:0 !important; height: 0; line-height: 0; overflow: hidden; visibility: hidden; position:absolute;} +.none{display:none} +.clear{clear:both} +.flex {display: flex; -webkt-display: flex; -moz-display: flex; justify-content: space-between;} +.inline {display: flex; -webkt-display: flex; -moz-display: flex; align-items: center;} + +/* text-align */ +.text-center {text-align: center !important;} +.text-left {text-align: left !important;} +.text-right {text-align: right !important;} + +/* Font style */ +.bold {font-weight:bold; } +.font_nomal {font-weight:100 !important; } +.bold500 {font-weight:500 !important; } +.bold600 {font-weight:600 !important; } +.bold700 {font-weight:700; } + +/* Margin- padding */ +.mb10 {margin-bottom:10px} +.mb20 {margin-bottom:20px} +.mb25 {margin-bottom:25px} +.mr05 {margin-right:5px} +.mt05 {margin-top:5px} +.mt10 {margin-top:10px} +.mt15 {margin-top:15px} +.mt20 {margin-top:20px} +.mt25 {margin-top:25px} +.mt40 {margin-top:40px} +.mt50 {margin-top:40px} +.mb10 {margin-bottom:10px} +.mb15 {margin-bottom:15px} +.mb20 {margin-bottom:20px} +.pt10 {padding-top:10px} +.pt15 {padding-top:15px} +.pt20 {padding-top:20px} +.pb10 {padding-bottom:10px} +.pb15 {padding-bottom:15px} +.pb20 {padding-bottom:20px} +.pb35 {padding-bottom:35px} +.pb50 {padding-bottom:50px} +.h222 {height:222px;} +.h300 {height:300px;} +.h400 {height:400px;} +.h600 {height:600px;} +.w90 {width:90px;} +.w130 {width:130px;} +.w170 {width:170px;} +.w185 {width:185px;} +.w750 {width:750px;} +.t30 {top:30px;} + +/* width */ +.column_wrap {margin-bottom: 20px; box-sizing: border-box; width: 100%; min-height: 380px;} +.column_wrap:after {content: ''; display: block; clear: both;} +.column {float:left;margin:0;padding:0;min-height:2px;position:relative;} +.w05 {width:10%!important;} +.w10 {width:10%!important;} +.w15 {width:15%!important;} +.w20 {width:20%!important;} +.w25 {width:25%!important;} +.w30 {width:30%!important;} +.w35 {width:35%!important;} +.w40 {width:40%!important;} +.w48 {width:48%!important;} +.w49 {width:48.5%!important;} +.w50 {width:50%!important;} +.w58 {width:58%!important;} +.w60 {width:60%!important;} +.w70 {width:70%!important;} +.w80 {width:80%!important;} +.w90 {width:90%!important;} +.w100 {width:100%!important;} + + + + + + diff --git a/bin/main/static/css/font/GmarketSansBold.eot b/bin/main/static/css/font/GmarketSansBold.eot new file mode 100644 index 00000000..da075fa7 Binary files /dev/null and b/bin/main/static/css/font/GmarketSansBold.eot differ diff --git a/bin/main/static/css/font/GmarketSansBold.woff b/bin/main/static/css/font/GmarketSansBold.woff new file mode 100644 index 00000000..5638551d Binary files /dev/null and b/bin/main/static/css/font/GmarketSansBold.woff differ diff --git a/bin/main/static/css/font/GmarketSansBold.woff2 b/bin/main/static/css/font/GmarketSansBold.woff2 new file mode 100644 index 00000000..9a947db7 Binary files /dev/null and b/bin/main/static/css/font/GmarketSansBold.woff2 differ diff --git a/bin/main/static/css/font/GmarketSansLight.eot b/bin/main/static/css/font/GmarketSansLight.eot new file mode 100644 index 00000000..f3659c98 Binary files /dev/null and b/bin/main/static/css/font/GmarketSansLight.eot differ diff --git a/bin/main/static/css/font/GmarketSansLight.woff b/bin/main/static/css/font/GmarketSansLight.woff new file mode 100644 index 00000000..d8f62a2b Binary files /dev/null and b/bin/main/static/css/font/GmarketSansLight.woff differ diff --git a/bin/main/static/css/font/GmarketSansLight.woff2 b/bin/main/static/css/font/GmarketSansLight.woff2 new file mode 100644 index 00000000..a9f65c3a Binary files /dev/null and b/bin/main/static/css/font/GmarketSansLight.woff2 differ diff --git a/bin/main/static/css/font/GmarketSansMedium.eot b/bin/main/static/css/font/GmarketSansMedium.eot new file mode 100644 index 00000000..baaebbf3 Binary files /dev/null and b/bin/main/static/css/font/GmarketSansMedium.eot differ diff --git a/bin/main/static/css/font/GmarketSansMedium.woff b/bin/main/static/css/font/GmarketSansMedium.woff new file mode 100644 index 00000000..5d8945b4 Binary files /dev/null and b/bin/main/static/css/font/GmarketSansMedium.woff differ diff --git a/bin/main/static/css/font/GmarketSansMedium.woff2 b/bin/main/static/css/font/GmarketSansMedium.woff2 new file mode 100644 index 00000000..311b5ee1 Binary files /dev/null and b/bin/main/static/css/font/GmarketSansMedium.woff2 differ diff --git a/bin/main/static/css/font/NotoSansKR-Bold.otf b/bin/main/static/css/font/NotoSansKR-Bold.otf new file mode 100644 index 00000000..2b78dd84 Binary files /dev/null and b/bin/main/static/css/font/NotoSansKR-Bold.otf differ diff --git a/bin/main/static/css/font/NotoSansKR-Bold.woff b/bin/main/static/css/font/NotoSansKR-Bold.woff new file mode 100644 index 00000000..5c994eec Binary files /dev/null and b/bin/main/static/css/font/NotoSansKR-Bold.woff differ diff --git a/bin/main/static/css/font/NotoSansKR-Bold.woff2 b/bin/main/static/css/font/NotoSansKR-Bold.woff2 new file mode 100644 index 00000000..216f94da Binary files /dev/null and b/bin/main/static/css/font/NotoSansKR-Bold.woff2 differ diff --git a/bin/main/static/css/font/NotoSansKR-Light.otf b/bin/main/static/css/font/NotoSansKR-Light.otf new file mode 100644 index 00000000..ecab31ab Binary files /dev/null and b/bin/main/static/css/font/NotoSansKR-Light.otf differ diff --git a/bin/main/static/css/font/NotoSansKR-Light.woff b/bin/main/static/css/font/NotoSansKR-Light.woff new file mode 100644 index 00000000..4c6c363e Binary files /dev/null and b/bin/main/static/css/font/NotoSansKR-Light.woff differ diff --git a/bin/main/static/css/font/NotoSansKR-Light.woff2 b/bin/main/static/css/font/NotoSansKR-Light.woff2 new file mode 100644 index 00000000..6b7cd130 Binary files /dev/null and b/bin/main/static/css/font/NotoSansKR-Light.woff2 differ diff --git a/bin/main/static/css/font/NotoSansKR-Medium.otf b/bin/main/static/css/font/NotoSansKR-Medium.otf new file mode 100644 index 00000000..371959d5 Binary files /dev/null and b/bin/main/static/css/font/NotoSansKR-Medium.otf differ diff --git a/bin/main/static/css/font/NotoSansKR-Medium.woff b/bin/main/static/css/font/NotoSansKR-Medium.woff new file mode 100644 index 00000000..ffbb0022 Binary files /dev/null and b/bin/main/static/css/font/NotoSansKR-Medium.woff differ diff --git a/bin/main/static/css/font/NotoSansKR-Medium.woff2 b/bin/main/static/css/font/NotoSansKR-Medium.woff2 new file mode 100644 index 00000000..b9766803 Binary files /dev/null and b/bin/main/static/css/font/NotoSansKR-Medium.woff2 differ diff --git a/bin/main/static/css/font/NotoSansKR-Regular.otf b/bin/main/static/css/font/NotoSansKR-Regular.otf new file mode 100644 index 00000000..7ba76b49 Binary files /dev/null and b/bin/main/static/css/font/NotoSansKR-Regular.otf differ diff --git a/bin/main/static/css/font/NotoSansKR-Regular.woff b/bin/main/static/css/font/NotoSansKR-Regular.woff new file mode 100644 index 00000000..b90215a9 Binary files /dev/null and b/bin/main/static/css/font/NotoSansKR-Regular.woff differ diff --git a/bin/main/static/css/font/NotoSansKR-Regular.woff2 b/bin/main/static/css/font/NotoSansKR-Regular.woff2 new file mode 100644 index 00000000..61d06469 Binary files /dev/null and b/bin/main/static/css/font/NotoSansKR-Regular.woff2 differ diff --git a/bin/main/static/css/import.css b/bin/main/static/css/import.css new file mode 100644 index 00000000..6c39a310 --- /dev/null +++ b/bin/main/static/css/import.css @@ -0,0 +1,4 @@ +@import url(layout.css); +@import url(common.css); + + diff --git a/bin/main/static/css/jquery-ui-timepicker-addon.css b/bin/main/static/css/jquery-ui-timepicker-addon.css new file mode 100644 index 00000000..405eb204 --- /dev/null +++ b/bin/main/static/css/jquery-ui-timepicker-addon.css @@ -0,0 +1,107 @@ +.ui-timepicker-div .ui-widget-header { + margin-bottom: 8px; +} + +.ui-timepicker-div dl { + text-align: left; +} + +.ui-timepicker-div dl dt { + float: left; + clear: left; + padding: 0 0 0 5px; +} + +.ui-timepicker-div dl dd { + margin: 0 10px 10px 40%; +} + +.ui-timepicker-div td { + font-size: 90%; +} + +.ui-tpicker-grid-label { + background: none; + border: none; + margin: 0; + padding: 0; +} + +.ui-timepicker-div .ui_tpicker_unit_hide { + display: none; +} + +.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { + background: none; + color: inherit; + border: none; + outline: none; + border-bottom: solid 1px #555; + width: 95%; +} + +.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { + border-bottom-color: #aaa; +} + +.ui-timepicker-rtl { + direction: rtl; +} + +.ui-timepicker-rtl dl { + text-align: right; + padding: 0 5px 0 0; +} + +.ui-timepicker-rtl dl dt { + float: right; + clear: right; +} + +.ui-timepicker-rtl dl dd { + margin: 0 40% 10px 10px; +} + + +/* Shortened version style */ + +.ui-timepicker-div.ui-timepicker-oneLine { + padding-right: 2px; +} + +.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, +.ui-timepicker-div.ui-timepicker-oneLine dt { + display: none; +} + +.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { + display: block; + padding-top: 2px; +} + +.ui-timepicker-div.ui-timepicker-oneLine dl { + text-align: right; +} + +.ui-timepicker-div.ui-timepicker-oneLine dl dd, +.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { + display: inline-block; + margin: 0; +} + +.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before, +.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { + content: ':'; + display: inline-block; +} + +.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before, +.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { + content: '.'; + display: inline-block; +} + +.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide, +.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before { + display: none; +} \ No newline at end of file diff --git a/bin/main/static/css/jquery.bxslider.css b/bin/main/static/css/jquery.bxslider.css new file mode 100644 index 00000000..7fd3bd05 --- /dev/null +++ b/bin/main/static/css/jquery.bxslider.css @@ -0,0 +1,178 @@ +/** VARIABLES +===================================*/ +/** RESET AND LAYOUT +===================================*/ +.bx-wrapper { + position: relative; + margin-bottom: 60px; + padding: 0; + *zoom: 1; + -ms-touch-action: pan-y; + touch-action: pan-y; +} +.bx-wrapper img { + max-width: 100%; + display: block; +} +.bxslider { + margin: 0; + padding: 0; +} +ul.bxslider { + list-style: none; +} +.bx-viewport { + /*fix other elements on the page moving (on Chrome)*/ + -webkit-transform: translatez(0); +} +/** THEME +===================================*/ +.bx-wrapper { + -moz-box-shadow: 0 0 5px #ccc; + -webkit-box-shadow: 0 0 5px #ccc; + box-shadow: 0 0 5px #ccc; + border: 5px solid #fff; + background: #fff; +} +.bx-wrapper .bx-pager, +.bx-wrapper .bx-controls-auto { + position: absolute; + bottom: -30px; + width: 100%; +} +/* LOADER */ +.bx-wrapper .bx-loading { + min-height: 50px; + background: url('../images/bx_loader.gif') center center no-repeat #ffffff; + height: 100%; + width: 100%; + position: absolute; + top: 0; + left: 0; + z-index: 2000; +} +/* PAGER */ +.bx-wrapper .bx-pager { + text-align: center; + font-size: .85em; + font-family: Arial; + font-weight: bold; + color: #666; + padding-top: 20px; +} +.bx-wrapper .bx-pager.bx-default-pager a { + background: #666; + text-indent: -9999px; + display: block; + width: 10px; + height: 10px; + margin: 0 5px; + outline: 0; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + border-radius: 5px; +} +.bx-wrapper .bx-pager.bx-default-pager a:hover, +.bx-wrapper .bx-pager.bx-default-pager a.active, +.bx-wrapper .bx-pager.bx-default-pager a:focus { + background: #000; +} +.bx-wrapper .bx-pager-item, +.bx-wrapper .bx-controls-auto .bx-controls-auto-item { + display: inline-block; + vertical-align: bottom; + *zoom: 1; + *display: inline; +} +.bx-wrapper .bx-pager-item { + font-size: 0; + line-height: 0; +} +/* DIRECTION CONTROLS (NEXT / PREV) */ +.bx-wrapper .bx-prev { + left: 10px; + background: url('../images/controls.png') no-repeat 0 -32px; +} +.bx-wrapper .bx-prev:hover, +.bx-wrapper .bx-prev:focus { + background-position: 0 0; +} +.bx-wrapper .bx-next { + right: 10px; + background: url('../images/controls.png') no-repeat -43px -32px; +} +.bx-wrapper .bx-next:hover, +.bx-wrapper .bx-next:focus { + background-position: -43px 0; +} +/* 2020.12.02 수정 */ +.bx-wrapper .bx-controls-direction a { + position: absolute; + top: 50%; + margin-top: -16px; + /* outline: 0; */ + width: 32px; + height: 32px; + text-indent: -9999px; + z-index: 9999; +} +.bx-wrapper .bx-controls-direction a.disabled { + display: none; +} +/* AUTO CONTROLS (START / STOP) */ +.bx-wrapper .bx-controls-auto { + text-align: center; +} +.bx-wrapper .bx-controls-auto .bx-start { + display: block; + text-indent: -9999px; + width: 10px; + height: 11px; + outline: 0; + background: url('../images/controls.png') -86px -11px no-repeat; + margin: 0 3px; +} +.bx-wrapper .bx-controls-auto .bx-start:hover, +.bx-wrapper .bx-controls-auto .bx-start.active, +.bx-wrapper .bx-controls-auto .bx-start:focus { + background-position: -86px 0; +} +.bx-wrapper .bx-controls-auto .bx-stop { + display: block; + text-indent: -9999px; + width: 9px; + height: 11px; + outline: 0; + background: url('../images/controls.png') -86px -44px no-repeat; + margin: 0 3px; +} +.bx-wrapper .bx-controls-auto .bx-stop:hover, +.bx-wrapper .bx-controls-auto .bx-stop.active, +.bx-wrapper .bx-controls-auto .bx-stop:focus { + background-position: -86px -33px; +} +/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */ +.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { + text-align: left; + width: 80%; +} +.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { + right: 0; + width: 35px; +} +/* IMAGE CAPTIONS */ +.bx-wrapper .bx-caption { + position: absolute; + bottom: 0; + left: 0; + background: #666; + background: rgba(80, 80, 80, 0.75); + width: 100%; +} +.bx-wrapper .bx-caption span { + color: #fff; + font-family: Arial; + display: block; + font-size: .85em; + padding: 10px; +} \ No newline at end of file diff --git a/bin/main/static/css/jquery.bxslider.min.css b/bin/main/static/css/jquery.bxslider.min.css new file mode 100644 index 00000000..f3f87614 --- /dev/null +++ b/bin/main/static/css/jquery.bxslider.min.css @@ -0,0 +1 @@ +.bx-wrapper{position:relative;margin-bottom:60px;padding:0;*zoom:1;-ms-touch-action:pan-y;touch-action:pan-y}.bx-wrapper img{max-width:100%;display:block}.bxslider{margin:0;padding:0}ul.bxslider{list-style:none}.bx-viewport{-webkit-transform:translatez(0)}.bx-wrapper{/*-moz-box-shadow:0 0 5px #ccc;-webkit-box-shadow:0 0 5px #ccc;box-shadow:0 0 5px #ccc;*/border:5px solid #fff;background:#fff}.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;background:url('../images/bx_loader.gif') center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:bold;color:#666;padding-top:0px}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus{background:#000}.bx-wrapper .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item{display:inline-block;vertical-align:bottom;*zoom:1;*display:inline}.bx-wrapper .bx-pager-item{font-size:0;line-height:0}.bx-wrapper .bx-prev{left:10px;background:url('../images/controls.png') no-repeat 0 -32px}.bx-wrapper .bx-prev:hover,.bx-wrapper .bx-prev:focus{background-position:0 0}.bx-wrapper .bx-next{right:10px;background:url('../images/controls.png') no-repeat -43px -32px}.bx-wrapper .bx-next:hover,.bx-wrapper .bx-next:focus{background-position:-43px 0}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;width:32px;height:32px;text-indent:-9999px;z-index:9999}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url('../images/controls.png') -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url('../images/controls.png') -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666;background:rgba(80,80,80,0.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px} \ No newline at end of file diff --git a/bin/main/static/css/layout.css b/bin/main/static/css/layout.css new file mode 100644 index 00000000..a2624e8b --- /dev/null +++ b/bin/main/static/css/layout.css @@ -0,0 +1,667 @@ +@charset "utf-8"; + +#wrap {width:100%;margin:0 auto;} +.row::after {content:""; display:block; clear:both;} +.cell {float:left; box-sizing:border-box;} + +/* Layout */ +#container {position:relative; width:100%; margin:0 auto; padding-bottom: 50px; background: #f7f8fa;} +#container:after {display:block;clear:both;content:''} +#content {position: relative; width:100%; margin:0 auto;} +.content {position: relative; width:1400px; margin:0 auto;} +#container .side_Wrap {position:relative; float:left; width:220px; padding-top:20px;} +#container .body_wrap {float: right; width: calc(100% - 250px);} +#container .body_wrap .inner {width:100%; margin:0 auto; padding: 20px 25px 30px; border: 1px solid #e0e0e0; background-color: #fff;} + +/* header */ +.header_wrap {position: relative; width:100%; height: 120px; background:#fff;} +.header_wrap .header-inner {position:relative; width:1400px; min-width: 1400px; height:100%; margin:0 auto;} +.header_wrap .header-top {width: 100%; height: 60px; margin: 0 auto; display: inline-block;} +.header_wrap .header-top > .inner {position: relative; width: 1400px; height: 60px; margin: 0 auto;} + +/* util */ +.header_wrap .header-top .util {float:right; height:60px; margin-top:16px; right:0; display: inline-block;} +.header_wrap .header-top .util li {position: relative; display: inline-block; vertical-align: middle; height:28px; line-height:28px; color:#666; font-size:13px;margin-left: 20px;} +.header_wrap .header-top .util li > img {vertical-align: top;} +.header_wrap .header-top .util li > a {font-size:13px; color:#333;} +.header_wrap .header-top .util li .name {display: inline-block; padding-left:18px; margin-right: 4px;color:#2e389d;font-weight:500;} +.header_wrap .header-top .util li .name:before {position:absolute; content:''; display:block; background: url('../images/main/ico_user.png') 0 0 no-repeat;left:0;top:7px;width:14px;height:14px;} +.header_wrap .header-top .util li .logout {display: inline-block; padding-left:18px; margin-right: 14px;} +.header_wrap .header-top .util li .logout:hover {color:#2e3aaf;} +.header_wrap .header-top .util li .logout:before {position:absolute; content:''; display:block; background: url('../images/main/ico_logout.png') 0 0 no-repeat;left:0;top:7px;width:14px;height:14px;} +.header_wrap .logo {position:relative; display:inline-block; height:35px;width:211px;top:13px;left:0px;cursor:pointer; text-indent: -9999px; background:url(../images/main/logo.png) 0 center no-repeat;} + +/* hearder 검색(20240424) 추가 */ +.header_wrap .header-top .util li .total_search {position: relative; top:-4px; left:0; width:380px; font-size:0; line-height:0;} +.header_wrap .header-top .util li .total_search h2 {opacity:0; overflow:hidden; position:absolute; top:0; left:0; width:1px; height:1px;} +.header_wrap .header-top .util li .total_search .search_panel {position:relative; z-index:40; width:100%; margin-right:auto; margin-left:auto;} +.header_wrap .header-top .util li .total_search .search_bar {overflow:hidden; position:relative; padding-right:35px; border: 0;} +.header_wrap .header-top .util li .total_search .search_query {display:block; width:100%; height:36px; padding-right:7px; padding-left:8px; border: 2px solid #3d4db1; border-radius: 6px; background-color:#fff; color:#333; font-size:14px; line-height:17px;} +.header_wrap .header-top .util li .total_search .search_query input {border:none;} +.header_wrap .header-top .util li .total_search .search_submit {display:block; position:absolute; top:0; right:12px; bottom:0; border:0 !important; border-radius: 0 6px 6px 0; width:40px; height:36px; margin-top:auto; margin-bottom:auto; background:#3d4db1 url('../images/common/btn_search_m.png') no-repeat center center; text-indent: -9999px; background-size: 15px 15px;} + +/*오픈*/ +.util li a.mysetOpen {width:115px; padding:6px 15px 0 18px; background:url(../images/main/ico_util_sel.png) no-repeat 100% 14px; margin-right: 14px;} +.util li a.mysetOpen.active {background:url(../images/main/ico_util_sel.png) no-repeat 100% 14px;} +.util li a.mysetOpen:before {content:""; display:block; background:url(../images/main/ico_user.png) no-repeat 0 3px; width:100%; height:100%; position:absolute;left:0;top:5px;} +.util li div.my_sett {width:105px; background:#fff; display:none; position:absolute; padding: 5px 0; border-radius: 5px; z-index: 10; box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.2); border:1px solid #ddd;} +.util li div.my_sett a {display:block; color:#333; font-size:13px; padding:0px 0 3px; text-align:center; border-radius: 5px;} +.util li div.my_sett a:hover, +.util li div.my_sett a:focus, +.util li div.my_sett a.active {color:#253fc3;} + +/* gnb */ +.header_wrap .wrap-nav {position: relative; display: inline-block; width:100%; height:55px; margin: 0 auto; background:#2e389d; border-top:1px solid #e6e8eb;border-bottom:1px solid #e6e8eb;} +.header_wrap .wrap-nav:after {display:block;clear:both;content:''} +.header_wrap .wrap-nav .gnb {position:relative; width:100%; height:55px; margin:0 auto; padding-right:80px; display: inline-block;} +.header_wrap .wrap-nav .gnb > li {position:relative; float: left; height:55px;} +.header_wrap .wrap-nav .gnb > li + li {margin-left:30px;} +.header_wrap .wrap-nav .gnb > li > a {font-size:17px;font-weight:500;color:#fff;height:55px;line-height:53px; display: block; position:relative;} +.header_wrap .wrap-nav .gnb > li > a:after {content:""; display:block; clear:both; width: 1px; height: 14px; background-color: #8590cb; position: absolute; top: 20px; left:-14px; margin-top:0;} +.header_wrap .wrap-nav .gnb > li:first-child > a:after {display: none;} +.header_wrap .wrap-nav .gnb > li > a:hover {color:#39d6fd;text-decoration:none;} + +/* 전체메뉴 */ +.header_wrap .all_btn {position:absolute; top:0; right:0;} +.header_wrap .all_btn:after {clear:both; display:block; content:"";} +.header_wrap .all_btn button:first-child {margin-left:0;} +.header_wrap .all_btn .toggle-menu {width:50px; height:55px; background:url("../images/main/btn_hamb.png") no-repeat center center; background-size:25px 20px; position:relative; top:0; font-size:0;} +.allMenu {display:none; width:100%; height:100%; min-height:850px; position:fixed; top:61px; right:0; z-index:6; background-color:#fff; padding:0; text-align: left; z-index:2; margin:0 auto; overflow: hidden;} +.allMenu:before {content:''; position:fixed; width:100%; height:100%; left:0; top:90%; bottom:0; background:rgba(0, 0, 0, 0.5); z-index:0;} +.allMenu .user-wrap {width:100%; height:55px; padding-left:30px; position:relative; background:#2e389d; z-index:99; margin: 0 auto; text-align: center;} +.allMenu .user-wrap .menu-inner {position:relative; width:1400px; max-width: 1400px; height:100%; margin:0 auto;} +.allMenu .user-wrap .menu-logo {position: relative; display:inline-block; margin-left: -130px; padding:0; width:140px; height:100%; background:url('../images/main/logo_w.png') no-repeat 0;} +.allMenu .user-wrap .logo-txt {position: absolute; top:10px; font-size:23px; color:#fff; font-weight: 500;} +.allMenu .m-gnb {display:block; width:100%; height:850px; max-width:1400px; margin:0 auto; padding:35px 0 35px 0; z-index:99;overflow-y: auto;} +.allMenu .m-gnb ul {overflow:hidden; } +.allMenu .m-gnb ul li a {position:relative; font-size:15px; color:#111; font-weight: 500; } +.allMenu .m-gnb ul li a:focus {text-decoration:none;} +.allMenu .m-gnb ul li a:only-child:after {display:none;} +.allMenu .m-gnb > ul > li {float:left; width:18%; min-height:0px; margin: 0 15px 30px 0;} +.allMenu .m-gnb > ul > li > a {display:block; padding:12px 0; font-size:20px; color:#2e389d; font-weight: 500; text-align: center;border:1px dashed #2e389d;border-radius: 7px;} +.allMenu .m-gnb > ul > li > a:hover {color:#2e389d; text-decoration:none;} +.allMenu .m-gnb > ul > li > a .link {display:inline-block; width:12px; height:12px; margin-left:3px; background-size:100%;} +.allMenu .m-gnb > ul > li.curr > a, +.allMenu .m-gnb > ul > li > a:hover {text-decoration:none;} +.allMenu .m-gnb ul.depth-2 {overflow:hidden; padding-bottom:0px; margin-top:10px;} +.allMenu .m-gnb ul.depth-2 > li > a {display:block; font-size:15px; font-weight:400; line-height:30px; color:#444; padding-left:12px;} +.allMenu .m-gnb ul.depth-2 > li > a:before {content:''; position:absolute; top:15px; left:0; width:6px; height:1px; background-color:#777;} +.allMenu .m-gnb ul.depth-2 > li > a:hover {color:#2d39b5; text-decoration:none;} +.allMenu .gnb-close {position:absolute; margin:0; top:0; right:9.2%;z-index:99;} +.allMenu .gnb-close button {width:50px; height:55px; display:block; background:url("../images/main/btn_close.png") no-repeat center; background-size:21px 21px; text-indent:-9999px;} + +/* lnb menu */ +.side_Wrap h2 {overflow: hidden; display: flex; align-items: center; justify-content: center; width: 100%; height: 98px; font-size: 23px; font-weight: normal; line-height: 1; color: #fff; background: #333faf; border-radius: 30px 0 0 0; box-sizing: border-box;} +#lnb {float: left; width: 100%;} +#lm {width: 100%;} +#cssmenu, +#cssmenu ul, +#cssmenu ul li, +#cssmenu ul li a {margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;display: block;letter-spacing:-0.8px;color:#333333;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-decoration: none;cursor: pointer;} +#cssmenu {width: 100%;} +#cssmenu ul ul {display: none;} +.align-right {float: right;} +.holder {background:none} +.holder::after, .holder::before {display: block;position: absolute;content: "";right: 15px;z-index: 10;background:none} +.holder::after {top: 15px;background:none} +.holder::before {top: 15px;} +#cssmenu > ul > li > a {display: block; position: relative; padding: 15px 15px; font-size: 15px; font-weight: 400; color: #333333; border: 1px solid #ddd; border-top: 0; background:#fff;} +#cssmenu > ul > li > a:before {content:""; display:block; position:absolute; top:50%; right:20px; margin-top:-7px; width:13px; height:13px; background-image:url(../images/common/ico_lnb_1dh.png); background-repeat:no-repeat; transition: all 0s ease 0s } +#cssmenu > ul > li > a:hover:before {background-image:url(../images/common/ico_lnb_1dh_hover.png);} +#cssmenu > ul > li > a:last-child {border-bottom: none;} +#cssmenu > ul > li > a:hover {color: #2e389d;} +#cssmenu > ul > li.active > a, +#cssmenu > ul > li.open > a {display: block; position: relative; color: #fff; border: 0; background: #252e89;} +#cssmenu > ul > li.open > a:before {content:""; display:block; position:absolute; top:50%; right:20px; margin-top:-7px; width:13px; height:13px; background:#252e89 url(../images/common/ico_lnb_1dh_on.png); background-repeat:no-repeat; transition: all 0s ease 0s } +#cssmenu ul ul {background:#f7f9fc;border: 1px solid #ddd;border-top: 0; padding: 7px 0 10px;} +#cssmenu ul ul li a {position: relative; display: block; padding: 8px 0 8px 25px; font-size:14px; font-weight:500; color:#424242 !important; letter-spacing:-0.6px; font-weight: normal;} +#cssmenu ul ul li a:before {display:block; position:absolute; top:14px; left:15px; width:4px; height:4px; background-color:#a9a9ab; content:'';} +#cssmenu ul ul li a.on {color: #2e389d !important; font-weight: normal;} +#cssmenu ul ul li a.on:before {display:block; position:absolute; top:14px; left:15px; width:4px; height:4px; background-color:#2e389d; content:'';} +#cssmenu > ul > li.open > ul {display:block;} +#cssmenu ul ul li:hover a, +#cssmenu ul ul li.open a, +#cssmenu ul ul li.active a {position: relative; display: block; color: #2e389d !important;} +#cssmenu ul ul li:hover a:before,#cssmenu ul ul li.open a:before,#cssmenu ul ul li.active a:before {content:''; display:block; position:absolute; top:14px; left:15px; width:4px; height:4px; background-color:#2e389d;} +#cssmenu ul ul li.active a:after, #cssmenu ul ul li.open a:after, #cssmenu ul ul li a:hover:after {border-color: none;} + +/* title */ +.main_titWrap {display: flex; justify-content: space-between; align-items: center; padding: 20px 0;} +.main_titWrap > * {height: 28px; align-items: center;} +.main_titWrap h3 {position: relative; color:#333; font-size:23px; font-weight:bold; text-align: left; display: flex; -webkt-display: flex; -moz-display: flex;} + +.content-title {font-size:16px; font-weight:500;color:#1a2377;position:relative;padding-left:14px;margin: 15px 0 10px;text-align:left;} +.content-title:before {position:Absolute;content:'';display:block;left:0;top:10px;transform:translateY(-50%);width: 6px; height: 15px;background: #1f287c;border-radius: 3px;margin-top: 0;} + +/* location */ +.location {position:absolute; right:0; box-sizing:border-box;display: flex; -webkt-display: flex; -moz-display: flex;} +.location-cont {} +.location-cont .route_navi {position:relative;} +.location-cont .route_navi li {float: left; line-height:26px; font-size: 15px; color:#555; font-weight:normal; letter-spacing:-0.05em; padding:0 10px 0 16px; background: url('../images/common/route_arrow.png') no-repeat 0 8px;} +.location-cont .route_navi li .home {display: inline-block; background: url('../images/common/icon_home.png') no-repeat 0 0; padding: 0; width: 12px; height:16px; font-size:0; text-indent:-9999px;} +.location-cont .route_navi li.home a span {float: left;font-size: 0; height: 0;line-height: 0;overflow: hidden;position: absolute;visibility: hidden;width: 0;} +.location-cont .route_navi li a:hover {color:#333;} +.location-cont .route_navi li:last-child {line-height: 26px; font-weight:500; padding-right: 0;} +.location-cont .route_navi li:first-child {background:none;} + +/*footer*/ +#footer {width:100%;background:#3c3d46; clear:both; height:60px; display: flex; justify-content: space-between; align-items: center;} +#footer .box {position: relative; width:1400px; margin:0 auto;} +#footer .box p.fLogo {float:left; margin:15px 25px 15px 0;} +#footer .box address {color:#afafaf; font-size:13px; margin-top:15px; text-transform:uppercase; text-align:left;} +#footer .box p.copy {color:#9b9ba0; font-size:13px; text-align:left;} +#footer .box .menu {position: absolute; top: 20px; right: 0;} +#footer .box .menu li {display:inline-block;} +#footer .box .menu li:not(:last-child) {position:relative; margin-right:1.2em;} +#footer .box .menu li:not(:last-child):after {content:""; position:absolute; top:6px; right:-0.8em; width:1px; height:8px; background-color:#8b8a8a;} +#footer .box .menu li a {color:#afafaf; font-size:14px;} +#footer .box .menu li a:hover {color:#377fed;} + +/* 감색 목록 */ +.searchResultWrap {position:relative; padding:20px 0; margin-bottom: 30px; border-top:1px solid #777;} +.searchResultWrap .ser_kwd {color:#f96262;} +.searchResultWrap .title {color: #222; font-size:24px; background:url(../images/main/ico_penbul.png) no-repeat 0 9px; padding-left:24px; padding-bottom: 25px; border-bottom:1px dotted #ccc;} +.searchResultWrap .title span {font-size:18px;} +.searchResultWrap .title .btn-more {display: inline-block; width: 60px; margin:0; padding-left:20px; border:0;} +.searchResultWrap .title .btn-more a {display: block; font-size:14px; color:#868686; text-decoration:none; background-color:transparent; background: url(../images/main/ico_more01.png) no-repeat right 50%;} +.searchResultWrap .title .sel_box {display: inline-block; position: absolute; right: 0;} +.searchResultWrap .title .sel_box select {border:0; outline: none; font-size:15px; color:#555; padding:0 30px 0 10px; width:100%; height:40px; line-height:38px; border:1px solid #ccc; cursor: pointer; background: #fff url(../images/main/ico_select.png) no-repeat 90% 50%; background-size: 7px 4px;} +.searchResultList li {border-bottom:1px dotted #ccc; padding: 25px 0 25px;} +.searchResultList li .tit {position: relative; margin-bottom:5px; font-size:22px; color:#333; font-weight:400;} +.searchResultList li .tit .bookmark {position: absolute; top:-2px; right: 0; padding-left: 26px; text-indent:-9999px; background: url(../images/main/ico_clipping.png) left center no-repeat;} +.searchResultList li .tit .bookmark_on {position: absolute; top:-2px; right: 0; padding-left: 26px; text-indent:-9999px; background: url(../images/main/ico_clipping_on.png) left center no-repeat;} +.searchResultList li .desc {display:block; width:100%; height:40px; line-height:1.3; font-size:15px; color:#5c5c5c; font-weight:300; margin-bottom:5px;overflow:hidden; display: -webkit-box; text-overflow:ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;} +.searchResultList li .top_kwd { font-size:14px; color:#333; font-weight:300;} +.searchResultList li .date { font-size:14px; color:#aaa9a9; font-weight:300;} +.searchResultList li.keyword_arrow {position: relative; background:#f8f9fb; border-bottom:1px solid #777; box-sizing: border-box; padding: 0 18px !important; height:36px !important; line-height:34px; margin-bottom:20px;} +.searchResultList li.keyword_arrow .txt_word {display: inline-block; width:80%; left:0;} +.searchResultList li.keyword_arrow span { font-size:14px; color:#2a6fe8; } +.searchResultList li.keyword_arrow .btn-more {display: inline-block; width: 60px; margin:0; padding-left:20px; position: absolute; right: 18px;} +.searchResultList li.keyword_arrow .btn-more a {display: block; font-size:14px; color:#868686; text-decoration:none; background-color:transparent; background: url(../images/main/ico_more01.png) no-repeat right 50%;} +.searchResultWrap .not_data {margin:0 auto; text-align: center; line-height:40px;} +.searchResultWrap .not_data p {display: inline-block; font-size:18px; color:#333; background-size: 40px 40px; padding-left:50px; background:url(../images/main/not_list_img.png) 0 center no-repeat;} +.notSearchResult p {margin-bottom:15px;font-weight:bold;font-size:1.071em} +.notSearchResult p strong {font-size:1.133em} + +/* 데이터 - 검색결과 */ +.ser_kwd {color: #f96262;} +.search-result-num {display:block; text-align: center; font-size:22px; color:#7e7e7e; font-weight:500; letter-spacing: -1px; margin-bottom:30px; padding-top: 40px;} +.search-result-num .ser_kwd {color:#f96262;} + +/* main tab */ +.main_tabWrap {position:relative; overflow:hidden; margin: 0 auto; box-sizing: border-box;} +.main_tab {margin-bottom:18px; position: relative; width: 100%; height: 55px; margin: 0 auto 30px; text-align: center;} +.main_tab ul.tab03 {position:relative; width:100%; height:55px; padding:0; margin:0 auto; text-align: center;} +.main_tab ul.tab03 > li {display:inline-block; position:relative; margin:0; height:55px; width:190px;} +.main_tab ul.tab03 > li a {width:100%; display:block; color:#666; font-size:18px; font-weight:500; line-height:55px; text-align:center; background-color:#f1f7f9; border-radius:55px;} +.main_tab ul.tab03 > li a:hover {text-decoration:none; line-height:55px; background-color:#f1f7f9; color:#0098d1;} +.main_tab ul.tab03 > li.active a {line-height:55px;color:#fff; border-color:#0098d1; background-color:#0098d1;} +.main_tab ul.tab03 > li.active a:hover {} +.tab_content {position:relative; background:transparent; padding:0;} +.main_tab li a:first-child {margin-left: 0px;} + +/* 키워드 조회 */ +.keyword_view {position:relative; width:100%;} +.keyword_wrap {position: relative; width:100%; padding:28px 0 20px;} +.keyword_wrap:after {content:''; display:block; clear:both;} +.keyword_left {float:left; position: absolute; border-right:1px solid #ccc; padding: 28px 10px 10px 0; box-sizing: border-box; top: 0; left: 0; width: 275px; height:100%; min-height:220px; overflow-y: auto; margin-right: 30px;} +.keyword_right {position: relative; float:right; width:75%; min-height: 470px; box-sizing: border-box; margin-left: 305px; padding: 0; background-color: #fff;} +.keyword_left .keyword_list li a {display: block; height:48px; line-height: 48px; border:1px solid #ccc; border-radius: 5px; margin-bottom:10px; font-size: 16px; font-weight:500; color:#848484; text-align: center;} +.keyword_left .keyword_list li a:hover, .keyword_left .keyword_list li a:active {border:1px solid #ccc; color:#1d68dc; font-weight:600;} +.keyword_left .keyword_list li a.on {height:46px; border:2px solid #1d68dc; color:#333; font-weight:600; border-radius: 5px;} +.keyword_body {background:#fff; width:100%; overflow: hidden;} +.keyword_right .searchkeywordList li {border:1px solid #ccc; padding: 20px 25px; margin-bottom:10px;} +.keyword_right .searchkeywordList li:hover {border:1px solid #2a6fe8; cursor:pointer;} +.keyword_right .searchkeywordList li .tit {position: relative; margin-bottom:5px; font-size:22px; color:#333; font-weight:400;} +.keyword_right .searchkeywordList li .tit .bookmark {position: absolute; top:-2px; right: 0; padding-left: 26px; text-indent:-9999px; background: url(../images/main/ico_clipping.png) left center no-repeat;} +.keyword_right .searchkeywordList li .tit .bookmark_on {position: absolute; top:-2px; right: 0; padding-left: 26px; text-indent:-9999px; background: url(../images/main/ico_clipping_on.png) left center no-repeat;} +.keyword_right .searchkeywordList li .desc {display:block; width:100%; height:40px; line-height:1.3; font-size:15px; color:#5c5c5c; font-weight:300; margin-bottom:5px;overflow:hidden; display: -webkit-box; text-overflow:ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;} +.keyword_right .searchkeywordList li .top_kwd { font-size:14px; color:#333; font-weight:300;} +.keyword_right .searchkeywordList li .date { font-size:14px; color:#aaa9a9; font-weight:300;} + +/* 더보기 버튼 */ +.list_more {margin-top:10px; text-align:center;} +.btn_more {display:inline-block; width:96px; height:36px; line-height:34px; color:#515151; text-align:center; font-size:14px; cursor:pointer; padding:0 10px 0 0; border-radius: 36px; border:1px solid #ccc; background: #f5f5f5 url('../images/main/ico_more_arrow.png') no-repeat 78% 50%;} +.btn_more:hover {border:1px solid #1d68dc; background: #f5f5f5 url('../images/main/ico_more_arrow.png') no-repeat 78% 50%;} + +/* 버튼 그룹 */ +.btn_group {position: relative; text-align:right; margin-top:20px; right:0;} +.btn_group button {height:40px; line-height:38px; border-radius: 4px; font-size:15px; font-weight:400; padding:0 12px; text-align:center; min-width:50px;} +.btn_group button + button {margin-left:2px} +.btn_group .btn_keyword_add {display:inline-block;padding:0 20px; background-color:#ea4c89; color:#fff; font-weight:500; vertical-align:middle; height: 50px; line-height: 48px; border-radius: 48px; letter-spacing: -0.8px;} +.btn_group .btn_keyword_add:hover {background:#e3408d;} +.btn_keyword {display:inline-block; padding:0 16px; border:1px solid #1d68dc; border-radius: 5px; vertical-align:middle; cursor: pointer; height: 40px; line-height: 38px; font-weight:400; color:#1d68dc; background: #fff;} +.btn_keyword:hover {color:#fff; border:1px solid #1d68dc; background:#1d68dc;} +.ico_blank_dark {width:12px; height:12px; background-image:url('../images/main/keword_ico_del.png'); margin-left:13px;} +.btn_keyword:hover .ico_blank_dark.blank_ov {width:12px; height:12px; background-image:url('../images/main/keword_ico_del_ov.png'); margin-left:13px;} +.btn_group .btn-function {min-width:80px; color:#fff; background:#2e389d;}/*등록,확인,저장*/ +.btn_group .btn-function:hover {background:#202a8f;} +.btn_group .btn-etc {min-width:80px; color:#fff; background:#187bfe;}/*수정*/ +.btn_group .btn-etc:hover {background:#055ed3;} +.btn_group .btn-cancel {min-width:80px; color:#fff; background:#474d5c;}/*취소*/ +.btn_group .btn-cancel:hover { background:#3e4452;} + +/* Button style */ +.button, .button a {display:inline-block;cursor:pointer;color:inherit;text-align:center;overflow:visible;background:#fff; padding:0;text-decoration: none !important;vertical-align:middle;white-space:nowrap;margin:0;} +.button:hover {font-weight: normal;} +.button.btn_small {display:inline-block; padding:0px 16px !important;border:1px solid #7e819b;background-color:#7e819b;color:#fff;font-size:14px;font-weight:500;height: 36px;line-height: 34px;border-radius: 3px;vertical-align:middle;cursor: pointer;} +.button.btn_small:hover {border:1px solid #6a6e89;background-color:#6a6e89;} + +/* tbl btn */ +.btn {display:inline-block;height:34px;line-height:32px;font-size:13px;padding:0 12px;text-align:center;border-radius: 3px;} +.btn:hover {text-decoration:none;} +button[class^='btn-']:hover {text-decoration:none;} +.btn-copy,.fileSelectBox .fileinput-button,.fileinput-button {background:#f5f5f5;border:1px solid #bbb;color:#555;} +.btn-copy:hover,td .inlineBox > button:hover,td .inline > button:hover,.fileSelectBox .fileinput-button:hover {background:#7d7d7d;border:1px solid #7d7d7d;color:#fff;} +.btn-save {background:#fff;border:1px solid #508cc3!important;color:#427db4;} +.btn-save:hover{background-color:#508cc3!important;border:1px solid #508cc3;color:#fff!important;} +.btn-print{background:#6eb5b8;border:1px solid #6eb5b8;color:#fff;} +.btn-print:hover{color:#fff;background:#649092;border:1px solid #649092;} +.btn.btn-etc{background-color:#fff;border:1px solid #bbb;color:#333;} +.btn.btn-etc:hover{background-color:#f3f3f3;border:1px solid #999;color:#333;} +.btn-inspect {min-width:62px;border:1px solid #42b382;color:#fff;background:#42b382;}/*장비 점검*/ +.btn-inspect:hover {border:1px solid #2aa36e!important;;background:#2aa36e!important;} +.btn-step {border:1px solid #333faf;color:#333faf;background:#fff;}/*단계*/ +.btn-step:hover {color:#fff;border:1px solid #333faf!important;;background:#333faf!important;} +.btn-report {background:#fff;border:1px solid #fd5120;color:#fd5120;}/*보고서*/ +.btn-report:hover,.btn-report.active {background:#fd5120;border:1px solid #fd5120;color:#fff;} +.btn-result {border:1px solid #646ab7;color:#fff;background:#646ab7;}/*결과*/ +.btn-result:hover {color:#fff;border:1px solid #4e54af!important;;background:#4e54af!important;} +.btn-regist {background:#fff;border:1px solid #2f3bab!important;color:#2f3bab!important;}/*등록*/ +.btn-regist:hover {background:#2733a1!important;border:1px solid #2733a1!important;color:#fff!important;} +.btn-modifi {background:#fff;border:1px solid #2da873!important;color:#1e9e67;}/*수정*/ +.btn-modifi:hover {background:#229f69!important;border:1px solid #229f69!important;color:#fff!important;} +.w-sm{min-width:50px;} +.btn-open-helplayer{width:71px;height:30px;background:url(../images/common/btnimg-help.png) no-repeat;} +.btn-open-helplayer span{text-indent:-999999em!important;font-size:0!important;line-height:0!important;} +/* button size */ +.btn.md{height:28px;line-height:24px;font-size:11px;padding:0 5px;} +.btn.sx{height:24px;line-height:20px;font-size:11px;padding:0 5px;} + +/* table info */ +.tbl_info {position:relative; height:36px;line-height:36px; margin-bottom:5px; display: flex; -webkt-display: flex; -moz-display: flex; align-content: space-between; align-items: center;} +.tbl_info {width: 100%; position: relative; height: 35px; line-height: 35px; display: inline-block; margin-bottom: 5px;} +.tbl_info:after {content:''; display:block; clear:both;} +.tbl_info .left_Area {position: relative; text-align: left; float:left;} +.tbl_info .right_Area {box-sizing: border-box; float:right;} +.tbl_info .left_Area ul li {display:inline-block; font-size: 16px; font-weight: normal; color: #333; letter-spacing: -0.7px;} +.tbl_info .left_Area ul li .txt_total {color:#f96262; padding:0 2px 0 4px; font-weight: 500;} +.tbl_info .right_Area .sel_box {display: inline-block; position: absolute; right: 0;} +.tbl_info .right_Area .sel_box select {border:0; outline: none; font-size:14px; color:#555; padding:0 30px 0 10px; width:100%; height:36px; line-height:34px; border:1px solid #ccc; cursor: pointer; background: #fff url(../images/common/ico_sel_arrow.png) no-repeat right 50%; background-size:20px 8px;} +.essential {display:inline-block; color:#f93c4e; font-size: 16px; line-height: 12px; vertical-align: text-top; padding:0 3px 0 4px;} + +/* Table list */ +.tbl_list {position:relative; width:100%; border-top: 1px solid #334263;} +.table-x-scrollable {overflow-x: scroll;} +.table {width: 100%; table-layout: fixed; border-bottom: 1px solid #cbccd3; background-color: #fff; margin-bottom:15px;} +.table thead th {border-bottom: 1px solid #d5d4d4; } +.table thead th, .table tbody th {padding:3px 8px; vertical-align: middle; font-size:13.5px; font-weight:400; color:#112469; text-align:center; background: #f3f5fd;} +.table thead th:last-child, .table th:last-child, .table td:last-child {border-right: 0;} +.table th, .table td {padding: 3px 8px; vertical-align: middle; height: 36px; text-align: center; word-break: break-all; -ms-word-break: break-all; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;} +.table tbody td {vertical-align:middle; font-size:13.5px; color:#333; font-weight: 300; text-align:center; word-break: break-all; white-space: normal;} +.table tbody td a {text-align:left; font-size:13.5px; color:#333; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;-o-text-overflow: ellipsis;-ms-text-overflow: ellipsis; display:block;} +.table tbody td a:hover {color:#0d2ea6; text-decoration: none;} +.table td button {height:32px;line-height:32px;} +.table td .btn-normal {background-color:#fff;border:1px solid #bbb;color:#333;height:32px;line-height:30px;} +.table td .btn-normal:hover {background-color:#f3f3f3;border:1px solid #999;color:#333;} +.table tbody tr.notice_area {background: #fef6f8 !important; font-weight:500;} +.table + .table {margin-top:20px;} +.badge_notice {display:inline-block; text-align:center; color:#ff4e50; font-size:13px; font-weight:400; background:#fff; border: 1px solid #ff4e50; border-radius: 22px; min-width: 46px; height: 22px; line-height: 20px; box-sizing: border-box;} + +/* paging */ +.pagination {position: relative; display: block; text-align:center; margin: 25px auto 0;} +.pagination li {display: inline-block; vertical-align: middle; letter-spacing:-2px; text-align:center;} +.pagination li a {display: block; text-decoration: none; color: #333; font-size:13px; word-break: keep-all; -ms-word-break: keep-all; width:32px; min-width: 32px; height: 32px; line-height:30px; border-radius: 5px; border: solid 1px #ccc; background: #fff;} +.pagination li a.first_page {display:inline-block;text-indent:-9999px; background:#fff url('../images/common/ico_page_first.png') no-repeat 50% 50%;font-size:0; width:15px;height:32px; box-sizing: border-box;} +.pagination li a.pre_page {display:inline-block;text-indent:-9999px; background:#fff url('../images/common/ico_page_pre.png') no-repeat 50% 50%;font-size:0; width:15px;height:32px; margin-right:10px;box-sizing: border-box;} +.pagination li a.next_page {display:inline-block;text-indent:-9999px; background:#fff url('../images/common/ico_page_next.png') no-repeat 50% 50%;font-size:0; width:15px;height:32px; margin-left:10px; box-sizing: border-box;} +.pagination li a.end_page {display:inline-block;text-indent:-9999px; background:#fff url('../images/common/ico_page_last.png') no-repeat 50% 50%;font-size:0; width:15px;height:32px; box-sizing: border-box;} +.pagination li a:hover, +.pagination li span:hover, +.pagination li a:focus, +.pagination li span:focus {color: #0d2ea6; border-color: #0d2ea6;} +.pagination .active a, +.pagination .active span, +.pagination .active a:hover, +.pagination .active span:hover, +.pagination .active a:focus, +.pagination .active span:focus {z-index: 2; color: #fff; background-color: #595959; border-color: #595959; cursor: default;} +.pagination li a.on {z-index: 2; color: #fff;background-color: #595959; border-color: #595959; cursor: default;} + +/* View/Form table */ +.bbs_view {position:relative; width:100%; border-top: 1px solid #334263;margin-bottom: 30px;} +.tbl_form {width:100%; border:0; background-color: #fff; border-bottom: 0; table-layout:fixed; border-collapse: separate; margin-bottom:20px;} +.tbl_form th, .tbl_form td {vertical-align: middle;} +.tbl_form th {padding:6px 10px; height: 38px; text-align:center; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; background: #f3f5fd; font-size: 13.5px; font-weight: 500; color: #112469; letter-spacing:-0.5px;} +.tbl_form th.non_bg {background: #fff; } +.tbl_form td {padding:6px 10px; height: 38px; text-align:left; font-size:14px; color:#333; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;} +.tbl_form thead th:last-child, .tbl_form th:last-child, .tbl_form td:last-child {border-right: 0;} +.tbl_form thead th {padding:2px 10px 2px 10px; height: 34px; text-align:center; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; background: #f3f5fd; font-size: 13.5px; font-weight: 500; color: #112469; letter-spacing:-0.5px;} +.tbl_form td label {vertical-align:top;padding-right:10px;} +.tbl_form input[type="text"] {} +.tbl_form select {width:100%;} +.tbl_form textarea {/*width:98%;*/} +.tbl_form input.form-control {width: 100%;} +.tbl_form td img {vertical-align:middle;} +.tbl_form td .form_inline {display: inline-block; float: left; box-sizing: border-box;} +.tbl_form td .form_group {display: inline-block; position: relative; width: 100%; max-width: 100%;box-sizing: border-box;} +.tbl_form td .form_group span {box-sizing: border-box; position: relative; display: inline-block;} +.tbl_form td .form_group em {display: inline-block;padding-left: 8px;padding-right: 8px;font-size: 14px;} +/*.tbl_form td .form_group em input + label {margin-right: -6px; margin-left: -4px;display: inline-block;}*/ +.tbl_form td .form_inline .label, .tbl_form td .form_group .label {display: inline-block;vertical-align:middle; color:#333; font-weight:500;} +.tbl_form th.blank_bg, .tbl_form td.blank_bg {border-left: none;border-right: none; background:#fff; height:5px;} +.text_note {display: inline-block;font-size:12px;color:#f77777;line-height:16px;background:url('../images/common/ico_info.png') no-repeat 0 50%;padding-left:18px;} +.tbl_form button.ico_btn_search {display:inline-block;width: 26px;height: 24px;background: url('../images/common/ico_td_search.png') no-repeat 0 0; margin-left: 2px;text-indent:-9999px;font-size:0;cursor:pointer;} +.tbl_form .datepicker {width:100%;} +.tbl_form .date_group {display:inline-block;position:relative;} +.tbl_form .date_group i {display:inline-block;width:16px;color:#000;text-align:center;font-size:13px;} +button.ico_btn_search {display:inline-block;width: 26px;height: 24px;background: url('../images/common/ico_td_search.png') no-repeat 0 0; margin-left: 2px;text-indent:-9999px;font-size:0;cursor:pointer;} +button.ico_btn_search:hover {display:inline-block;width: 26px;height: 24px;background: url('../images/common/ico_td_search_ov.png') no-repeat 0 0; margin-left: 2px;text-indent:-9999px;font-size:0;cursor:pointer;} +.table input.text_amount, .tbl_form input.text_amount {text-align: right;padding-right: 5px !important;box-sizing: border-box; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;} +.tbl_form td button {height: 32px; line-height: 32px;} +.tbl_form .text_box {width: 100%;} +.tbl_form .text_box textarea {width:95%; overflow-y: hidden; resize: none; border: 1px solid #ccc; border-radius: 4px; padding: 2px 8px; padding-bottom: 0;line-height: 16px;font-size:13px;} + +/* 점검보고서 */ +.report_wrap {position:relative; width:100%; display: flex; -webkt-display: flex; -moz-display: flex; justify-content: space-between;} +.calcBox, .roundBox {position:relative; border: 1px solid #dddddd; border-radius: 6px; padding: 10px 20px; background-color: #fff; margin-top: 10px; align-items: center;} +.ttl {position:relative; font-size:15px; font-weight:500;color:#333;padding-left:15px;margin-right:20px;text-align:left;} +.ttl:before {position:Absolute;content:'';display:block;left:2px;top:50%;transform:translateY(-50%);height:13px;width:5px;background:#29b0fd;border-radius:12px;} +.calcBox textarea.form-control {flex: 1; min-height: 50px; width: 100%;font-size:13px;line-height: 1.5;} +.calcBox .btn.report_sel {height:50px;line-height:48px;background-color:#f38a4a;font-size:13px;color:#fff;font-weight:500;padding:0 15px;border-radius:4px;text-align:center;} +.calcBox .btn.report_sel:hover {background-color:#eb8241;} + +/* 스크롤 */ +#scrollstyle::-webkit-scrollbar-track {border-radius: 0;background-color: #f5f5f5;} +#scrollstyle::-webkit-scrollbar {width: 8px; background-color: #f5f5f5;} +#scrollstyle::-webkit-scrollbar-thumb {border-radius: 0; background-color: #ccc;} +#scrollstyle-x::-webkit-scrollbar-track {border-radius: 0;background-color: #f5f5f5;} +#scrollstyle-x::-webkit-scrollbar {height: 8px; background-color: #f5f5f5;} +#scrollstyle-x::-webkit-scrollbar-thumb {border-radius: 0; background-color: #ccc;} + +/* 검색영역 */ +.search_wrap {width:100%; clear:both; margin:0 auto; text-align:center; overflow: hidden;} +.search_wrap .inner_box {position: relative; width:1400px; margin:0 auto; overflow:hidden;} +.date_group {display:inline-block;position:relative;} +.date_group i {display:inline-block;width:20px;color:#333;text-align:center;font-size:15px;} +.date_group input {height:38px !important; padding:0 12px !important; border: 1px solid #ccc !important; color:#333; border-radius: 4px;} +.btn_calendar {display:inline-block; width: 21px; height: 22px; background: #fff url(../images/common/ico_calendar.png) no-repeat 94% 55%; cursor: pointer; padding-right: 16px;} +.btn_calendar span {display:inline-block; text-indent:-9999px;} +.date_group .btn_mainSearch {display:block;position:absolute;top:0;right:0;width:41px;height:41px;text-indent:-9999em; background: url(../images/main/btn_ico_search.png) no-repeat center center;border:0px none;box-sizing:border-box;} +.date_group .btn_search {display:inline-block; vertical-align:middle;font-size:0; width:41px; height:41px; background: url(../images/main/btn_ico_search.png) no-repeat 0 0; margin-left: 10px;} +.search_box {position:relative; width:100%; padding: 0px 0 0;margin: 0 auto;} +.search_box .searchBox_inner {width:645px; height:50px; display:block; position:relative; border-bottom: 3px solid #1e1e1e; margin:0 auto 10px;} +.search_box .searchBox_inner label {width:100%; height:50px; font-size:20px; text-align:left; font-weight:100; color:#fff; line-height:50px; padding:0; display:inline-block; box-sizing:border-box; position:absolute; top:0; left:0; opacity:0.5;} +.search_box .searchBox_inner input {width:100%; height:50px; background-color:transparent; font-size:18px; text-align:left; color:#282828; line-height:20px; padding:16px 40px 16px 0; display:inline-block; border:0; box-sizing:border-box;} +.search_box .searchBox_inner input::placeholder {font-size:18px; text-align:left; color:#b6b6b6;} +.search_box button {position: absolute;top:15px;right:0;width: 23px;height: 22px;font-size:0;background:url(../images/main/btn_ico_search.png) no-repeat;} +.search.on .search_wrap {display: inline-block; visibility:visible; opacity:1; height: auto;} +.search.on > a{ visibility: hidden; opacity:0;} +.search .ex { display:inline-block; width:auto; text-align: center; margin:0 auto;} +.ex {position:relative; display:inline-block; width:100%; height:48px; line-height:46px; padding:0; margin: 0 auto; text-align:center; background: #2646a6;} +.ex .ex_inner {position: relative; width:1400px; margin:0 auto; overflow:hidden;} +.ex .ex_inner .ex_tit {display: inline-block; font-size: 15px; font-weight: 500; color:#d2e2ff; padding:3px 0 5px 0; margin-right: 15px; line-height: 1; vertical-align: middle;} +.ex .ex_inner a {display: inline-block; font-size: 15px; font-weight: 300; color:#d2e2ff; line-height: 1;} +.ex .ex_inner a:before {content: ""; display: inline-block; width: 1px; height: 12px; background-color:#afc1e9; vertical-align: middle; margin:0 12px;} +.ex .ex_inner a:nth-child(2):before {display: none;} + +/* search_box_sub */ +.search_box_sub {position:relative; width:100%; padding: 20px 0; margin: 0 auto 25px; border:1px solid #b4d0dd; background:#f2fbff;} +.search_box_sub .searchBox_inner {width:100%; height:47px; display:block; position:relative; margin:0 auto; text-align: center;} +.search_box_sub .searchBox_inner input[type=text] {width:50%; height:47px; border:1px solid #ccc; color:#1b263c; font-size:18px; line-height:19px; padding:15px 10px 10px 10px; display:inline-block; box-sizing:border-box;} +.search_box_sub .searchBox_inner input::placeholder {font-size:17px; text-align:left; color:#b6b6b6;} +.search_box_sub .searchBox_inner .search_submit {position:relative;display:inline-block;background-color:#1b263c;vertical-align:middle;text-align:center; margin-left:5px;} +.search_box_sub .searchBox_inner .search_submit input[type='submit'] {color:#fff; font-size:15px;font-weight:500; min-width:84px; height:47px; padding: 0 20px;} + +/*----------- 레이어팝업 -----------*/ +[class^='sp-layer-popup'],.ydp-mlayer-popup {position:absolute;top:0;left:0;z-index:999999;width:100%;height:100%} +[class^='sp-layer-popup'] .wrap-layer-bg,.ydp-mlayer-popup .wrap-layer-bg {position:fixed;z-index:110;width:100%;height:100%;background-color:#333;opacity:0.7} +[class^='sp-layer-popup'] .popupbox,.ydp-mlayer-popup .popupbox {position:fixed;top:50%;left:50%;z-index:120;border:1px solid #ccc;background-color:#fff;box-sizing:border-box;border-radius:0;} +[class^='sp-layer-popup'] .popupbox section {position:relative;padding:25px} +.popupbox {position:fixed;top:50%;left:50%;z-index:120;background-color:#fff;box-sizing:border-box} +.popupbox section {position:relative;padding:25px} + +/* 팝업상세 */ +.ydp-mlayer-popup .popupbox {border:0; border-radius: 5px; border: 5px solid #2646a6} +.popupbox .pb-head {height: 75px; background-color: #2646a6;} +.popupbox .pb-head h2 b {color:#fff; font-size:24px; font-weight:600; line-height:68px; margin-left:30px;} +.popupbox .pb-head .btn-close-setting {display:block; position:absolute; top:30px; right:35px;z-index:125;width:16px;height:16px;background: url(../images/common/ico_pop_close.png)no-repeat; text-indent: -9999px;} +.popupbox .pb-body {position: relative; padding: 25px 30px 5px; background-color: #fff;} +.popupbox .pb-body article {margin-left:0px;} +.popupbox .pb-body h3 {font-size:20px; color:#474d5c; padding:10px 0 15px;} +.popupbox .pb-body .keyword_add_wrap {position: relative; display: inline-block; vertical-align:top; padding-bottom:20px; border-bottom:1px solid #e0e0e0;} +.popupbox .pb-body .keyword_add_wrap a {float:left; display: block; margin:0 8px 8px 0;} +.ydp-mlayer-popup li label span {font-size:15px; color:#282828;} +.ydp-mlayer-popup .btn-Area {padding-top:15px;text-align:center; bottom:0; display:flex;-webkt-display:flex;-moz-display:flex;justify-content:center;border-top:1px dashed #ccc; height:70px; width:100%; margin:0 auto;} +.ydp-mlayer-popup .btn-Area button {height:50px;line-height:48px; border-radius: 50px; font-size:18px;font-weight:500;padding:0 12px;text-align:center;min-width:50px;} +.ydp-mlayer-popup .btn-Area button + button {margin-left:5px} +.ydp-mlayer-popup .btn-Area .btn-save {width:100px; color:#fff; background:#eb4c97;} +.ydp-mlayer-popup .btn-Area .btn-save:hover {color:#fff;background:#e2428d;} +.ydp-mlayer-popup .btn-Area .btn-cancel {width:100px; color:#fff; background:#474d5c;} +.ydp-mlayer-popup .btn-Area .btn-cancel:hover {color:#fff; background:#3e4452;} + +/* 키 카테고리 */ +.education_category {margin:10px 0 15px; text-align: center;} +.education_category ul {display:block; position:relative; width:100%; font-size:0; line-height:0;} +.education_category ul:before {display:block; position:absolute; width:1px; height:100%; background:#ff0000; z-index:10;} +.education_category .category_item {display:inline-block;position:relative;width:calc(100% / 6);height:48px;box-sizing:border-box;margin-left: 10px; margin-bottom: 10px;} +.education_category .category_item:nth-child(n+1) {margin-left:10px;} +.education_category .category_item a {display: table; width:100%; height:100%; border:1px solid #ccc; background-color:#fff; font-size:15px; line-height:48px; text-align:center; color:#868686; border-radius: 10px;} +.education_category .category_item:nth-child(n+6) a {} +.education_category .category_item a span {display:table-cell;font-size:15px;line-height:18px;vertical-align:middle;} +.education_category ul .category_item .active {background-color:#639df3;color:#fff;border-bottom: 0;} + +/* searchArea - 검색 */ +.searchArea {position:relative; background-color:#fff; border:1px solid #d5d7df; padding:15px 150px 8px 25px; border-radius: 8px; margin-bottom:25px;} +.searchArea table {position:relative;} +.searchArea th,.searchArea td {padding-bottom:5px;height:36px;} +.searchArea th {position:relative; text-align:left; padding-right:10px;} +.searchArea th:before {content:'';display:inline-block;height:4px;width:4px;border-radius:50px;position:Relative;top:-1px;background:#0d1e84;vertical-align:middle;margin-right:5px;} +.searchArea th label {color:#112469;font-size:14px;font-weight:500;} +.searchArea td {padding-right:20px;} +.inlineBox, .inline {display: flex; -webkt-display: flex; -moz-display: flex; align-items: center;} +.searchArea td .inlineBox {display: flex; -webkt-display: flex; -moz-display: flex; align-items: center;} +.searchArea td .form_group {display: flex; -webkt-display: flex; -moz-display: flex;align-items: center;} +.searchArea input[type='text'].form-control, .searchArea select.form-control, select.form-control {width:100%;} +.searchArea .form-control.set-btn-md {width:Calc(100% - 70px);} +.searchArea select.form-control.year {width:30%;} +.searchArea td .form-control + label.txt {margin:0 5px; word-break:keep-all; -ms-word-break:keep-all;} +.searchArea select.form-control.month {width:20%; min-width:45px;} +.searchArea .btnArea {position: absolute; top: 40%; right: 20px; flex-direction: column-reverse;} +.searchArea .btnArea [class^='btn-'] {display:block; height:36px;line-height:34px;color:#fff;font-size:14px;font-weight:400; padding:0 16px; width:88px; text-align:center; margin: 3px 0;border-radius: 4px;} +.searchArea .btnArea .btn-search,.uSearchArea .l-search .btn-search {background-color:#2747d0; border:1px solid #2747d0;} +.searchArea .btnArea .btn-search:hover,.uSearchArea .l-search .btn-search:hover {background-color:#193ac1;} +.searchArea .btnArea button + button {margin-bottom:0px;} +.searchArea .set-datepicker {width:120px;} +.searchArea.single-row {padding-right:100px;} +.searchArea.single-row .btnArea,.uSearchArea .btnArea {margin-top:-15px;flex-direction:row-reverse;} +.searchArea.single-row [class^='btn-'] {display:inline-block;} +.searchArea.single-row button + button {margin-bottom:0px; margin-right:5px;} +.searchArea + .listToparea .l-Top-info dt, .searchArea + .listToparea .l-Top-info dd {line-height:30px;margin-top:0;} +[class^='sp-layer-popup'] .searchArea.single-row {padding-right:60px;} +.searchArea.sm td {padding-right:15px;} +.listToparea > * {height:30px;align-items:center;} + +/* datepicker */ +.set-datepicker {position:relative; display:inline-block; width:140px; height:38px; background:#fff; /*padding-right:26px;*/ border:1px solid #ccc;} +.set-datepicker > input {height:38px; line-height:38px; border:0; background:none; width:100%; font-size:14px;} +.set-datepicker.disabled {background:#eee; opacity:.5; filter:alpha(opacity=50); cursor:default;} +.set-datepicker.disabled input {position:relative;} +td .set-datepicker > button,td .set-datepicker > button:hover,.set-datepicker > button,.set-datepicker > button:hover {background: #fff url(../images/common/ico_calendar.png) no-repeat;width:21px;height:22px;position:absolute;right:6px;top:7px;border:0!important;background-color:transparent;text-indent:-9999px!important;font-size:0!important;} +.set-datepicker.disabled:after {content:'';display:block;height:100%;width:100%;position:absolute;top:0;left:0;z-index:5;} +.set-datepicker + label.txt {margin: 0 5px;} +td label.txt {margin: 0 5px;} +.set-datepicker.sm {width:120px;} + +/* modal 팝업 */ +.dim-layer {display: none; position: fixed; _position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000;} +.dim-layer .dimBg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .5; filter: alpha(opacity=50);} +.dim-layer .pop-layer {display: block; position: absolute;} +.pop-layer {display: none; position: fixed; top: 50%; left: 50%; width: auto; height: auto; background-color:#0e1872; z-index: 1000 !important; padding:2px;} +.modal-large {width: 960px;} +.modal-md {width: 760px;} +.modal-mini {width: 500px;} +.modal-content {position:relative; background-color:#fff; -webkit-background-clip: padding-box; background-clip: padding-box; outline: 0;} +.modal-header {width:100%;height:52px;background-color:#0e1872;} +.modal-header:after {content:''; display:block; clear:both;} +.modal-header .close {margin-top: -2px;} +.modal-header .pop_close {float: right;margin-right: 20px;} +.modal-header .pop_close a {display: block; background: url('../images/common/ico_pop_close.png')no-repeat; width:18px; height:18px; font-size: 0; margin-top: 20px;} +.modal-header .pop_title {text-align:left; font-size:20px; font-weight:500; color:#fff; line-height: 52px; text-indent: 25px; display: inline-block;} +.modal-body {position: relative; padding: 12px 25px 20px; background-color:#fff;} +.modal-body h3 {font-size:20px; color:#474d5c; padding:10px 0 15px;} +.modal-body .keyword_add_wrap {position: relative; display: inline-block; vertical-align:top; padding-bottom:20px; border-bottom:1px solid #e0e0e0;} +.modal-body .keyword_add_wrap a {float:left; display: block; margin:0 8px 8px 0;} +.modal-footer {padding: 15px 0 15px; text-align: center;border-top: 1px solid #ddd;} +.modal-footer .btn + .btn {margin-bottom: 0; margin-left: 3px;} +.modal-footer .btn-group .btn + .btn {margin-left: -1px;} +.modal-footer .btn-block + .btn-block {margin-left: 0;} +.button.btn_pop_cancel {font-size:15px; color:#333; font-weight:500; background:#fff; border:1px solid #ccc;min-width:80px; padding:0 20px; height:40px; line-height:38px; border-radius: 4px;} +.button.btn_pop_cancel:hover {background-color: #f5f6f9;border: 1px solid #9f9f9f;} +.button.btn_pop_save {font-size:15px; color:#fff; font-weight:500; background:#1d64c5; min-width:80px; padding:0 20px; height:40px; line-height: 38px; border-radius: 4px;} +.button.btn_pop_save:hover {color:#fff; background:#185bb7;} +.popup-body {position: relative; padding: 0 20px 15px;background-color:#fff;} + +/* page-title */ +.page-title {position:relative; height: 52px; line-height:52px;padding:0 20px; background-color: #0e1872; margin-bottom:20px;} +.page-title span {font-size:20px; font-weight:500; color:#fff !important;} +.page-title > .pop_close {float: right; margin-right: 10px;padding-top: 13px;} +.page-title > .pop_close a {display: block; background: url('../images/common/ico_pop_close.png') no-repeat; width: 18px; height: 18px; font-size: 0; margin-top: 7px;} +.page-title + article, .page-title + .content-title,.content-title + .sec-title {margin-top:15px;} + +/*챠트영역*/ +.chart_box {display: flex; justify-content: space-between; align-items: center; padding: 20px 0;} +.chart_wrap {position: relative; background-color: #fff; border: 1px solid #d5d7df; padding: 5px 25px; border-radius: 8px; margin-bottom: 25px;} +.prompt_box {position: relative;box-sizing: border-box; margin-bottom:10px;} +.prompt_box .Prompt_wrap {} +.prompt_box .Prompt_wrap .inner {} +.prompt_box .Prompt_wrap .inner:after {content:'';clear:both;display:block;} +.prompt_box .Prompt_wrap .inner .item {display: inline-block; float: left; vertical-align: top;} +.prompt_box .Prompt_wrap .inner .item .link {position: relative; display: block; background-color: #fff; color: #333; font-size: 16px; font-weight: 300; letter-spacing: -0.06em; line-height: 1.3; width: 100%; height: 100%; border: 1px solid #3a4aba; border-radius: 8px; text-align: left; padding: 9px 15px 9px; transition: all 0.3s;} +.prompt_box .Prompt_wrap .inner .item .link:hover, +.prompt_box .Prompt_wrap .inner .item .link:focus {background-color: #fff; border-color: #222f8b; box-shadow: 0 5px 4px rgba(135, 149, 163, 0.2);-ms-box-shadow: 0 5px 4px rgb(135 149 163 / 20%);border-style: dashed;} +.prompt_box .Prompt_wrap .inner .item .link .text {display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width:88%; vertical-align: middle;} +.prompt_box .Prompt_wrap .inner.n2 {width: calc(100% + 20px); margin: 0 -10px;} +.prompt_box .Prompt_wrap .inner.n2 .item {width: calc(100% / 2 - 20px); margin: 0 10px;margin-bottom: 8px;} +.prompt_box .Prompt_wrap .inner.n2 .item .s_tit {display: block;font-size: 15px;font-weight: 400;color: #333; margin-bottom: 10px;text-align:center;} +.prompt_box .Prompt_wrap .inner.n2 .item .g-map-area {border:1px solid #e6e6e6; background-color:#f3f5fd; min-height:50px;width:100%;margin-top: 3px;} + +/* login */ +.logback {width:100%;height:100%;background-image:url('../images/main/login_bg.gif'); background-size:100% 1000px;left: 0;top: 0;position: fixed;background: #f4f5f8;} +.logback h1 {top:0;height:42px;line-height:42px;margin-top: 8%;text-align:center;display:block;} +.logback h3 {top:0;height:40px;line-height:24px;padding-top: 20px;text-align:center;display:block;font-size:16px;font-weight:400;color:#555;margin:0 auto;} +.logback .login_box {margin:0 auto;width:500px; height:auto;clear:both;margin-top:1.2%;background:#fff;-webkit-border-radius: 26px;-moz-border-radius: 26px;-khtml-border-radius: 26px;border-radius:26px; box-shadow: 0px 1px 10px #bcbfdb; -moz-box-shadow: 0px 1px 10px #bcbfdb; -webkit-box-shadow: 0px 1px 10px #bcbfdb;} +.logback .login_box:after {content:""; clear:both; display:block} +.logback .login_box .loginWrap {width:70%; margin:0 auto;text-align:center;padding:55px 0;} +.loginWrap .input_wrap {width:100%;text-align:center;clear:both;} +.loginWrap .input_wrap input[type=text], .loginWrap .input_wrap input[type=password] {text-indent:10px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border-radius:5px;} +.loginWrap .input_wrap input::placeholder {color:#b6b6b6 !important;} +.loginWrap .input_wrap .txt_id {width:100%; height:50px; font-size:16px; border:1px solid #ddd; margin-bottom:10px;} +.loginWrap .input_wrap .txt_pw {width:100%; height:50px; font-size:16px; border:1px solid #ddd;} +.loginWrap .input_wrap .save_id {float:left; color:#333; padding:25px 0;} +.loginWrap .input_wrap .save_id input[type=checkbox] + label {cursor: pointer; position: relative; font-size: 14px; padding-left: 30px;} +.loginWrap .input_wrap .save_id input[type=checkbox]+ label:before { content: ""; display: inline-block; width: 19px; height: 19px; margin-right: 20px; position: absolute; left: 0; top: 0px; background-color: #fff; border:solid 1px #ccc; border-radius: 19px;} +.loginWrap .input_wrap .save_id input[type=checkbox]:checked + label:before {content: ""; font-size: 15px; font-weight:800; color: #fff; border:solid 1px #2e389d;line-height:19px;background:#2e389d url('../images/common/ico_check_w.png') no-repeat 50% 50%;} +.input_wrap .btn_login {display:inline-block;width:100%;height:65px;line-height:65px; margin-bottom:10px; background:#2e389d; color:#fff; text-align:center; font-weight:400; font-size:18px; border-radius: 6px;} +.input_wrap .btn_login:hover {background:#2f3dc6;} +.hidden {font-size: 0; width:0 !important; height: 0; line-height: 0; overflow: hidden; visibility: hidden; width: 0; position:absolute;} + +/* index */ +.main_img {width: 100%; height: 280px; max-width: 1400px; margin: 0 auto 40px; position: relative; display: block; box-sizing: border-box; padding:30px 20px 30px 90px;border-radius: 38px 0 0 0; background: #3842a9 url('../images/main/main_img.png') no-repeat 93% 100%;} +.main_img:after {content:''; display:block; position:absolute; bottom:0; left:0; width:160px; height:280px; background:url('../images/main/main_img_left.png') no-repeat 0 0;} +.main_img .l_txt {display:block;padding-top:50px; font-size: 45px; font-weight:700; color: #fff; line-height:1.8em;padding-left:50px;} +.main_img .m_txt {display:block;width: 100%; font-size: 22px; font-weight:400; color: #bfdfed; padding-left:50px;} + +/* 오늘의 할일, 업무공지 */ +.week_news_wrap {padding:0;width:100%;max-width: 1400px;margin: 0 auto; box-sizing: border-box;} +.week_news {overflow: hidden; width:100%; height:300px; padding:20px 30px; background: #fff; box-sizing: border-box; border-radius: 20px; box-shadow: 0px 1px 10px #d8dadf; -moz-box-shadow: 0px 1px 10px #d8dadf; -webkit-box-shadow: 0px 1px 10px #d8dadf;} +.week_news h1 {position: relative;display: inline-block;width:100%;margin-bottom:15px; font-size: 23px;height: 36px;color:#222046;font-weight:600; } +.week_news h3 {float:right;position: relative;display: inline-block;font-size: 15px;color:#333;font-weight:500;margin-top:-5px;margin-right:-5px;background:url('../images/main/ico_m_bul.gif') no-repeat 0 48%; padding-left:10px;} +.week_news h1 a.btn_more {float:right;position: relative; display:inline-block; padding:6px 0 0; width:16px; height:16px; background:url('../images/main/ico_more.png') no-repeat 0 0; margin-top: 7px; font-size:0; text-indent:-9999px;border: 0;} +.week_news h1 a.btn_more:hover {color:#333;} +.week_news h3 select {min-width:80px;height:34px !important;border: 1px solid #dadce1 !important;margin-left:4px;} +.week_news .news_list {width:100%; position: relative;} +.week_news .news_list li {line-height: 34px; position: relative; float:left; width:100%; display: flex; flex-wrap: wrap; justify-content: space-between;} +.week_news .news_list li:last-child {border-bottom: 0;} +.week_news .news_list li + li {margin-top: 9px;} +.week_news .news_list li a {display:block; position: relative; padding-left:13px; padding-right: 20px; font-size: 17px;} +.week_news .news_list li a:before {content: ""; position: absolute; left: 0; top: 50%; width: 4px; height: 4px; margin-top: -2px; background-color: #6e6e6e; border-radius: 100%;} +.week_news .news_list li a .work_tit {float:left; display:inline-block; max-width: 350px; color:#333; font-size:18px; font-weight:400; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;} +.week_news .news_list li a .noti_tit {float:left; display:inline-block; max-width: 350px; color:#333; font-size:18px; font-weight:400; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;} +.week_news .news_list li a .noti_tit:hover {color:#000;} +.week_news .news_list li a .ico_new {font-size:8px; color:#fff; width:17px; height:17px; background-color: #ff4e50; border-radius: 50%; font-weight: 400; display:inline-block; text-align: center; line-height: 15px; margin-left: 5px; vertical-align: middle; position: absolute; right:0; top:50%; transform: translateY(-50%);} +.week_news .news_list li .r_txt {float: right; line-height: 32px; color:#777; font-size:17px; } +.week_news .news_list li .w_name {color:#444; padding-right:20px;} +.week_news .news_list li .not_noti {float:left; display:inline-block; width: 100%; color:#888; font-size:17px; font-weight:400; text-align:center;} + +/******************************************* 통합검색(20250312 추가) ******************************************************************/ +.srarch-wrap {width: 100%; position: relative; margin:0 auto; box-sizing: border-box; padding-top:20px;} +.search_form_wrap {position:relative; background: #f6f6f6; padding: 15px 20px 15px;text-align:center; margin:0 auto 25px; box-sizing: border-box;} +.search_form_wrap:after {content: "";display:block;clear:both;} +.search_form_wrap {background: #fff; border: 1px solid #d5d7df; padding: 20px 25px 25px; text-align:center; margin:0 auto 30px; box-sizing: border-box; border-radius:10px;} +.search_form_wrap .search_inner span.form_input input {width:100%; min-width: 500px; height: 45px; font-size:16px; color: #333; font-weight: 300; line-height: 32px; padding: 0 20px; border:2px solid #333; border-radius: 38px;} +.search_form_wrap .search_inner {position: relative; margin-left: auto; margin-right: auto;} +.search_form_wrap .search_inner span {display: inline-block; vertical-align: middle; height:45px;} +.search_form_wrap .search_inner span.form_input input {width:100%; font-size:15px;} +.search_form_wrap .search_inner span.form_btn {margin-left:3px; width: 1%;vertical-align: middle;} +.search_form_wrap .search_inner span.form_btn button:before {display: inline-block;width: 0;} +.search_form_wrap .search_inner span.form_btn .btn_search {width:94px; height: 45px; color: #fff; font-size: 18px;font-weight: 400; padding:0; background: #2e389d url(../images/common/btn_search_m.png) no-repeat 25% 52%; vertical-align: middle; text-indent: 22px; border-radius: 38px;} +.search_form_wrap .search_inner span.form_btn .btn_search:hover {background: #242e93 url(../images/common/btn_search_m.png) no-repeat 25% 52%;} +.search_form_wrap .search_inner .form_label {display:inline-block; color: #333; font-size: 16px; font-weight: 400; letter-spacing: -1px; padding: 0 12px 0 0;} +.search_form_wrap .search_inner [class$="_label"] {display: inline-block; color: #333;} +.search_form_wrap .search_inner label {vertical-align: middle;} + +/* search_head */ +.search_head {position:relative; margin:15px auto;} +.search_head_result {display: block; text-align: center; font-size: 18px; color: #333; font-weight: 400; line-height: 26px;} +.search_head_result em {background-color:transparent; vertical-align:top; color:#f53333; font-weight:400; padding:0 4px;} +.search_head_result strong {vertical-align:top; color:#f53333; font-size:20px; font-weight:400;} + +/* 통합검색 리스트 */ +.search-list-box {position:relative; display: block; width:100%; margin:20px 0;} +.search-list-box:after {content:""; clear:both; display:block} +.search-list-box .search-tit {background:#f3f5fd; border: 1px solid #e9ebf3; border-bottom: 1px solid #a1aee1; border-radius: 6px; padding: 10px 15px; font-size:16px;} +.search-list-box .search-tit strong {position: relative; color: #333; font-size: 17px; font-weight: 400; margin-right: 20px;} +.search-list-box .search-tit strong:before {content:''; display: block; position: absolute; width: 1px; height: 15px; background: #c3c8dd; right: -13px; top: 50%; margin-top: -6px;} +.search-list-box .search-tit .keyword {color:#f53333; font-weight:500; padding: 0 3px;} +.search-list-box .search-tit .keyword_num {color:#f53333; font-weight:500; padding: 0 3px;} +.search-list-box .btn-right {text-align:right; margin:20px 0 30px;} +.search-list-box .btn-right .ico-arr-black {transform: rotate(-90deg); margin-left:5px; opacity:0.8; height:7px;} +.search-list-box .btn-right .button_more {display:inline-flex; height:34px; padding:0 14px; line-height: 33px; font-size: 13.5px; color:#333; font-weight:400; vertical-align:middle; border:1px solid #ccc; text-decoration:none; border-radius:5px; background-color:#fff; transition:opacity 0.3s, color 0.3s;} +.search-list-box .btn-right .button_more:hover{border:1px solid #2e389d;color:#2e389d;} +.search_list {position:relative; width:100%; margin:0 auto; display:block; box-sizing: border-box;} +.search_list:after {content:""; clear:both; display:block} +.search_list>ul {position:relative; display:block;} +.search_list>ul>li {display: inline-block; width: 100%; padding: 18px 0; border-bottom:1px solid #ccc;} +.search_list .search_cont {display: flex; justify-content: space-between; padding: 0 0; width: 100%; vertical-align: top;} +.search_list .search_cont .cont-tit {position: relative; padding:0 20px 0 15px; box-sizing: border-box; display: block; overflow: hidden; margin-right: 20px;} +.search_list .search_cont .cont-tit:after {content: ''; display: block; clear: both;} +.search_list .search_cont .cont-tit > a {width: 100%; height: 28px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; font-size:16.5px; color: #333; font-weight:500; letter-spacing: -0.5px; line-height: 28px;} +.search_list .search_cont .cont-tit > a:hover {color: #121212;} +.search_list .search_cont .cont-tit .route {font-size: 14px; color:#555; line-height: 19px; display: inline-block;} +.search_list .search_cont .cont-info {position: relative;display: -webkit-box; display: -ms-flexbox; display: inline-block; margin-left: auto; padding-left: 15px; padding-top: 5px; min-width: 200px; text-align: left;} +.search_list .search_cont .cont-info:after {content: ''; display: block; clear: both;} +.search_list .search_cont .cont-info:before {content:''; display: block; position: absolute; width: 1px; height: 27px; background: #cbcdd5; left: -10px; top: 30%;} +.search_list .search_cont .cont-info .source_organ {font-size:14px; color:#555; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block;} +.search_list .search_cont .cont-info .source_data {display: block; font-size:14px; color:#888; line-height: 25px;} +.search_list .mark, .search_list .cont .mark {color:#3d4acb;} +.search_list a:hover .mark {color:#2634c0;} + +/* 첨부파일 */ +.uploader {position: relative; display:block; margin: 8px 0 5px; border: 1px dashed #cbcdd5; padding: 8px 13px; border-radius: 6px; overflow: hidden;} +.uploader:after {content: ''; display: block; clear: both;} +.uploader > li {display: flex; -webkt-display: flex; -moz-display: flex; font-size:13px; color:#555; line-height:19px;} +.uploader > li > a {display: inline-block;} +.uploader > li > a span {font-size:13px; color:#555; line-height:19px;} +.uploader > li > a:hover span {color:#121212;} + +/* 첨부파일 아이콘 */ +.uploader > li > a >i[class^='ico-']{display:inline-block;width:17px;height:17px;vertical-align:middle;margin-top:-3px;margin-right:5px;background-repeat:no-repeat;text-indent:-999999em!important;font-size:0!important;line-height:0!important;} +.ico-file {display:inline-block;width:13px;height:15px;vertical-align:middle;background-image:url(../images/common/ico-file.png);} +.ico-pdf {display:inline-block;width:17px;height:17px;background-image:url(../images/common/ico-pdf.png);} +.ico-excel {display:inline-block;width:17px;height:17px;background-image:url(../images/common/ico-excel.png);} +.ico-ppt {display:inline-block;width:17px;height:17px;background-image:url(../images/common/ico-ppt.png);} +.ico-hwp {display:inline-block;width:16px;height:17px;vertical-align:middle;background: url(../images/common/ico-hwp.png);} +.ico-img {display:inline-block;width:16px;height:17px;vertical-align:middle;background: url(../images/common/ico-img.png);} +.ico-zip {display:inline-block;width:16px;height:17px;vertical-align:middle;background: url(../images/common/ico-zip.png);} + diff --git a/bin/main/static/css/layout.css.20250424 b/bin/main/static/css/layout.css.20250424 new file mode 100644 index 00000000..09d2d05b --- /dev/null +++ b/bin/main/static/css/layout.css.20250424 @@ -0,0 +1,587 @@ +@charset "utf-8"; + +#wrap {width:100%;margin:0 auto;} +.row::after {content:""; display:block; clear:both;} +.cell {float:left; box-sizing:border-box;} + +/* Layout */ +#container {position:relative; width:100%; margin:0 auto; padding-bottom: 50px; background: #f7f8fa;} +#container:after {display:block;clear:both;content:''} +#content {position: relative; width:100%; margin:0 auto;} +.content {position: relative; width:1400px; margin:0 auto;} +#container .side_Wrap {position:relative; float:left; width:220px; padding-top:20px;} +#container .body_wrap {float: right; width: calc(100% - 250px);} +#container .body_wrap .inner {width:100%; margin:0 auto; padding: 20px 25px 30px; border: 1px solid #e0e0e0; background-color: #fff;} + +/* header */ +.header_wrap {position: relative; width:100%; height: 120px; background:#fff;} +.header_wrap .header-inner {position:relative; width:1400px; min-width: 1400px; height:100%; margin:0 auto;} +.header_wrap .header-top {width: 100%; height: 60px; margin: 0 auto; display: inline-block;} +.header_wrap .header-top > .inner {position: relative; width: 1400px; height: 60px; margin: 0 auto;} + +/* util */ +.header_wrap .header-top .util {float:right; height:60px; margin-top:16px; right:0; display: inline-block;} +.header_wrap .header-top .util li {position: relative; display: inline-block; vertical-align: middle; height:28px; line-height:28px; color:#666; font-size:13px;margin-left: 20px;} +.header_wrap .header-top .util li > img {vertical-align: top;} +.header_wrap .header-top .util li > a {font-size:13px; color:#333;} +.header_wrap .header-top .util li .name {display: inline-block; padding-left:18px; margin-right: 4px;color:#2e389d;font-weight:500;} +.header_wrap .header-top .util li .name:before {position:absolute; content:''; display:block; background: url('../images/main/ico_user.png') 0 0 no-repeat;left:0;top:7px;width:14px;height:14px;} +.header_wrap .header-top .util li .logout {display: inline-block; padding-left:18px; margin-right: 14px;} +.header_wrap .header-top .util li .logout:hover {color:#2e3aaf;} +.header_wrap .header-top .util li .logout:before {position:absolute; content:''; display:block; background: url('../images/main/ico_logout.png') 0 0 no-repeat;left:0;top:7px;width:14px;height:14px;} +.header_wrap .logo {position:relative; display:inline-block; height:35px;width:211px;top:13px;left:0px;cursor:pointer; text-indent: -9999px; background:url(../images/main/logo.png) 0 center no-repeat;} + +/*오픈*/ +.util li a.mysetOpen {width:115px; padding:6px 15px 0 18px; background:url(../images/main/ico_util_sel.png) no-repeat 100% 14px; margin-right: 14px;} +.util li a.mysetOpen.active {background:url(../images/main/ico_util_sel.png) no-repeat 100% 14px;} +.util li a.mysetOpen:before {content:""; display:block; background:url(../images/main/ico_user.png) no-repeat 0 3px; width:100%; height:100%; position:absolute;left:0;top:5px;} +.util li div.my_sett {width:105px; background:#fff; display:none; position:absolute; padding: 5px 0; border-radius: 5px; z-index: 10; box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.2); border:1px solid #ddd;} +.util li div.my_sett a {display:block; color:#333; font-size:13px; padding:0px 0 3px; text-align:center; border-radius: 5px;} +.util li div.my_sett a:hover, +.util li div.my_sett a:focus, +.util li div.my_sett a.active {color:#253fc3;} + +/* gnb */ +.header_wrap .wrap-nav {position: relative; display: inline-block; width:100%; height:55px; margin: 0 auto; background:#2e389d; border-top:1px solid #e6e8eb;border-bottom:1px solid #e6e8eb;} +.header_wrap .wrap-nav:after {display:block;clear:both;content:''} +.header_wrap .wrap-nav .gnb {position:relative; width:100%; height:55px; margin:0 auto; padding-right:80px; display: inline-block;} +.header_wrap .wrap-nav .gnb > li {position:relative; float: left; height:55px;} +.header_wrap .wrap-nav .gnb > li + li {margin-left:30px;} +.header_wrap .wrap-nav .gnb > li > a {font-size:17px;font-weight:500;color:#fff;height:55px;line-height:53px; display: block; position:relative;} +.header_wrap .wrap-nav .gnb > li > a:after {content:""; display:block; clear:both; width: 1px; height: 14px; background-color: #8590cb; position: absolute; top: 20px; left:-14px; margin-top:0;} +.header_wrap .wrap-nav .gnb > li:first-child > a:after {display: none;} +.header_wrap .wrap-nav .gnb > li > a:hover {color:#39d6fd;text-decoration:none;} + +/* 전체메뉴 */ +.header_wrap .all_btn {position:absolute; top:0; right:0;} +.header_wrap .all_btn:after {clear:both; display:block; content:"";} +.header_wrap .all_btn button:first-child {margin-left:0;} +.header_wrap .all_btn .toggle-menu {width:50px; height:55px; background:url("../images/main/btn_hamb.png") no-repeat center center; background-size:25px 20px; position:relative; top:0; font-size:0;} +.allMenu {display:none; width:100%; height:100%; min-height:850px; position:fixed; top:61px; right:0; z-index:6; background-color:#fff; padding:0; text-align: left; z-index:2; margin:0 auto; overflow: hidden;} +.allMenu:before {content:''; position:fixed; width:100%; height:100%; left:0; top:90%; bottom:0; background:rgba(0, 0, 0, 0.5); z-index:0;} +.allMenu .user-wrap {width:100%; height:55px; padding-left:30px; position:relative; background:#2e389d; z-index:99; margin: 0 auto; text-align: center;} +.allMenu .user-wrap .menu-inner {position:relative; width:1400px; max-width: 1400px; height:100%; margin:0 auto;} +.allMenu .user-wrap .menu-logo {position: relative; display:inline-block; margin-left: -130px; padding:0; width:140px; height:100%; background:url('../images/main/logo_w.png') no-repeat 0;} +.allMenu .user-wrap .logo-txt {position: absolute; top:10px; font-size:23px; color:#fff; font-weight: 500;} +.allMenu .m-gnb {display:block; width:100%; height:850px; max-width:1400px; margin:0 auto; padding:35px 0 35px 0; z-index:99;overflow-y: auto;} +.allMenu .m-gnb ul {overflow:hidden; } +.allMenu .m-gnb ul li a {position:relative; font-size:15px; color:#111; font-weight: 500; } +.allMenu .m-gnb ul li a:focus {text-decoration:none;} +.allMenu .m-gnb ul li a:only-child:after {display:none;} +.allMenu .m-gnb > ul > li {float:left; width:18%; min-height:0px; margin: 0 15px 30px 0;} +.allMenu .m-gnb > ul > li > a {display:block; padding:12px 0; font-size:20px; color:#2e389d; font-weight: 500; text-align: center;border:1px dashed #2e389d;border-radius: 7px;} +.allMenu .m-gnb > ul > li > a:hover {color:#2e389d; text-decoration:none;} +.allMenu .m-gnb > ul > li > a .link {display:inline-block; width:12px; height:12px; margin-left:3px; background-size:100%;} +.allMenu .m-gnb > ul > li.curr > a, +.allMenu .m-gnb > ul > li > a:hover {text-decoration:none;} +.allMenu .m-gnb ul.depth-2 {overflow:hidden; padding-bottom:0px; margin-top:10px;} +.allMenu .m-gnb ul.depth-2 > li > a {display:block; font-size:15px; font-weight:400; line-height:30px; color:#444; padding-left:12px;} +.allMenu .m-gnb ul.depth-2 > li > a:before {content:''; position:absolute; top:15px; left:0; width:6px; height:1px; background-color:#777;} +.allMenu .m-gnb ul.depth-2 > li > a:hover {color:#2d39b5; text-decoration:none;} +.allMenu .gnb-close {position:absolute; margin:0; top:0; right:9.2%;z-index:99;} +.allMenu .gnb-close button {width:50px; height:55px; display:block; background:url("../images/main/btn_close.png") no-repeat center; background-size:21px 21px; text-indent:-9999px;} + +/* lnb menu */ +.side_Wrap h2 {overflow: hidden; display: flex; align-items: center; justify-content: center; width: 100%; height: 98px; font-size: 23px; font-weight: normal; line-height: 1; color: #fff; background: #333faf; border-radius: 30px 0 0 0; box-sizing: border-box;} +#lnb {float: left; width: 100%;} +#lm {width: 100%;} +#cssmenu, +#cssmenu ul, +#cssmenu ul li, +#cssmenu ul li a {margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;display: block;letter-spacing:-0.8px;color:#333333;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-decoration: none;cursor: pointer;} +#cssmenu {width: 100%;} +#cssmenu ul ul {display: none;} +.align-right {float: right;} +.holder {background:none} +.holder::after, .holder::before {display: block;position: absolute;content: "";right: 15px;z-index: 10;background:none} +.holder::after {top: 15px;background:none} +.holder::before {top: 15px;} +#cssmenu > ul > li > a {display: block; position: relative; padding: 15px 15px; font-size: 15px; font-weight: 400; color: #333333; border: 1px solid #ddd; border-top: 0; background:#fff;} +#cssmenu > ul > li > a:before {content:""; display:block; position:absolute; top:50%; right:20px; margin-top:-7px; width:13px; height:13px; background-image:url(../images/common/ico_lnb_1dh.png); background-repeat:no-repeat; transition: all 0s ease 0s } +#cssmenu > ul > li > a:hover:before {background-image:url(../images/common/ico_lnb_1dh_hover.png);} +#cssmenu > ul > li > a:last-child {border-bottom: none;} +#cssmenu > ul > li > a:hover {color: #2e389d;} +#cssmenu > ul > li.active > a, +#cssmenu > ul > li.open > a {display: block; position: relative; color: #fff; border: 0; background: #252e89;} +#cssmenu > ul > li.open > a:before {content:""; display:block; position:absolute; top:50%; right:20px; margin-top:-7px; width:13px; height:13px; background:#252e89 url(../images/common/ico_lnb_1dh_on.png); background-repeat:no-repeat; transition: all 0s ease 0s } +#cssmenu ul ul {background:#f7f9fc;border: 1px solid #ddd;border-top: 0; padding: 7px 0 10px;} +#cssmenu ul ul li a {position: relative; display: block; padding: 8px 0 8px 25px; font-size:14px; font-weight:500; color:#424242 !important; letter-spacing:-0.6px; font-weight: normal;} +#cssmenu ul ul li a:before {display:block; position:absolute; top:14px; left:15px; width:4px; height:4px; background-color:#a9a9ab; content:'';} +#cssmenu ul ul li a.on {color: #2e389d !important; font-weight: normal;} +#cssmenu ul ul li a.on:before {display:block; position:absolute; top:14px; left:15px; width:4px; height:4px; background-color:#2e389d; content:'';} +#cssmenu > ul > li.open > ul {display:block;} +#cssmenu ul ul li:hover a, +#cssmenu ul ul li.open a, +#cssmenu ul ul li.active a {position: relative; display: block; color: #2e389d !important;} +#cssmenu ul ul li:hover a:before,#cssmenu ul ul li.open a:before,#cssmenu ul ul li.active a:before {content:''; display:block; position:absolute; top:14px; left:15px; width:4px; height:4px; background-color:#2e389d;} +#cssmenu ul ul li.active a:after, #cssmenu ul ul li.open a:after, #cssmenu ul ul li a:hover:after {border-color: none;} + +/* title */ +.main_titWrap {/*position:relative; width:100%;*/ display: flex; justify-content: space-between; align-items: center; padding: 20px 0;} +.main_titWrap > * {height: 28px; align-items: center;} +.main_titWrap h3 {position: relative; color:#333; font-size:23px; font-weight:bold; text-align: left; display: flex; -webkt-display: flex; -moz-display: flex;} + +.content-title {font-size:16px; font-weight:500;color:#1a2377;position:relative;padding-left:14px;margin: 15px 0 10px;text-align:left;} +.content-title:before {position:Absolute;content:'';display:block;left:0;top:10px;transform:translateY(-50%);width: 6px; height: 15px;background: #1f287c;border-radius: 3px;margin-top: 0;} + +/* location */ +.location {position:absolute; right:0; box-sizing:border-box;display: flex; -webkt-display: flex; -moz-display: flex;} +.location-cont {} +.location-cont .route_navi {position:relative;} +.location-cont .route_navi li {float: left; line-height:26px; font-size: 15px; color:#555; font-weight:normal; letter-spacing:-0.05em; padding:0 10px 0 16px; background: url('../images/common/route_arrow.png') no-repeat 0 8px;} +.location-cont .route_navi li .home {display: inline-block; background: url('../images/common/icon_home.png') no-repeat 0 0; padding: 0; width: 12px; height:16px; font-size:0; text-indent:-9999px;} +.location-cont .route_navi li.home a span {float: left;font-size: 0; height: 0;line-height: 0;overflow: hidden;position: absolute;visibility: hidden;width: 0;} +.location-cont .route_navi li a:hover {color:#333;} +.location-cont .route_navi li:last-child {line-height: 26px; font-weight:500; padding-right: 0;} +.location-cont .route_navi li:first-child {background:none;} + +/*footer*/ +#footer {width:100%;background:#3c3d46; clear:both; height:60px; display: flex; justify-content: space-between; align-items: center;} +#footer .box {position: relative; width:1400px; margin:0 auto;} +#footer .box p.fLogo {float:left; margin:15px 25px 15px 0;} +#footer .box address {color:#afafaf; font-size:13px; margin-top:15px; text-transform:uppercase; text-align:left;} +#footer .box p.copy {color:#9b9ba0; font-size:13px; text-align:left;} +#footer .box .menu {position: absolute; top: 20px; right: 0;} +#footer .box .menu li {display:inline-block;} +#footer .box .menu li:not(:last-child) {position:relative; margin-right:1.2em;} +#footer .box .menu li:not(:last-child):after {content:""; position:absolute; top:6px; right:-0.8em; width:1px; height:8px; background-color:#8b8a8a;} +#footer .box .menu li a {color:#afafaf; font-size:14px;} +#footer .box .menu li a:hover {color:#377fed;} + +/* 감색 목록 */ +.searchResultWrap {position:relative; padding:20px 0; margin-bottom: 30px; border-top:1px solid #777;} +.searchResultWrap .ser_kwd {color:#f96262;} +.searchResultWrap .title {color: #222; font-size:24px; background:url(../images/main/ico_penbul.png) no-repeat 0 9px; padding-left:24px; padding-bottom: 25px; border-bottom:1px dotted #ccc;} +.searchResultWrap .title span {font-size:18px;} +.searchResultWrap .title .btn-more {display: inline-block; width: 60px; margin:0; padding-left:20px; border:0;} +.searchResultWrap .title .btn-more a {display: block; font-size:14px; color:#868686; text-decoration:none; background-color:transparent; background: url(../images/main/ico_more01.png) no-repeat right 50%;} +.searchResultWrap .title .sel_box {display: inline-block; position: absolute; right: 0;} +.searchResultWrap .title .sel_box select {border:0; outline: none; font-size:15px; color:#555; padding:0 30px 0 10px; width:100%; height:40px; line-height:38px; border:1px solid #ccc; cursor: pointer; background: #fff url(../images/main/ico_select.png) no-repeat 90% 50%; background-size: 7px 4px;} +.searchResultList li {border-bottom:1px dotted #ccc; padding: 25px 0 25px;} +.searchResultList li .tit {position: relative; margin-bottom:5px; font-size:22px; color:#333; font-weight:400;} +.searchResultList li .tit .bookmark {position: absolute; top:-2px; right: 0; padding-left: 26px; text-indent:-9999px; background: url(../images/main/ico_clipping.png) left center no-repeat;} +.searchResultList li .tit .bookmark_on {position: absolute; top:-2px; right: 0; padding-left: 26px; text-indent:-9999px; background: url(../images/main/ico_clipping_on.png) left center no-repeat;} +.searchResultList li .desc {display:block; width:100%; height:40px; line-height:1.3; font-size:15px; color:#5c5c5c; font-weight:300; margin-bottom:5px;overflow:hidden; display: -webkit-box; text-overflow:ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;} +.searchResultList li .top_kwd { font-size:14px; color:#333; font-weight:300;} +.searchResultList li .date { font-size:14px; color:#aaa9a9; font-weight:300;} +.searchResultList li.keyword_arrow {position: relative; background:#f8f9fb; border-bottom:1px solid #777; box-sizing: border-box; padding: 0 18px !important; height:36px !important; line-height:34px; margin-bottom:20px;} +.searchResultList li.keyword_arrow .txt_word {display: inline-block; width:80%; left:0;} +.searchResultList li.keyword_arrow span { font-size:14px; color:#2a6fe8; } +.searchResultList li.keyword_arrow .btn-more {display: inline-block; width: 60px; margin:0; padding-left:20px; position: absolute; right: 18px;} +.searchResultList li.keyword_arrow .btn-more a {display: block; font-size:14px; color:#868686; text-decoration:none; background-color:transparent; background: url(../images/main/ico_more01.png) no-repeat right 50%;} +.searchResultWrap .not_data {margin:0 auto; text-align: center; line-height:40px;} +.searchResultWrap .not_data p {display: inline-block; font-size:18px; color:#333; background-size: 40px 40px; padding-left:50px; background:url(../images/main/not_list_img.png) 0 center no-repeat;} +.notSearchResult p {margin-bottom:15px;font-weight:bold;font-size:1.071em} +.notSearchResult p strong {font-size:1.133em} + +/* 데이터 - 검색결과 */ +.ser_kwd {color: #f96262;} +.search-result-num {display:block; text-align: center; font-size:22px; color:#7e7e7e; font-weight:500; letter-spacing: -1px; margin-bottom:30px; padding-top: 40px;} +.search-result-num .ser_kwd {color:#f96262;} + +/* main tab */ +.main_tabWrap {position:relative; overflow:hidden; margin: 0 auto; box-sizing: border-box;} +.main_tab {margin-bottom:18px; position: relative; width: 100%; height: 55px; margin: 0 auto 30px; text-align: center;} +.main_tab ul.tab03 {position:relative; width:100%; height:55px; padding:0; margin:0 auto; text-align: center;} +.main_tab ul.tab03 > li {display:inline-block; position:relative; margin:0; height:55px; width:190px;} +.main_tab ul.tab03 > li a {width:100%; display:block; color:#666; font-size:18px; font-weight:500; line-height:55px; text-align:center; background-color:#f1f7f9; border-radius:55px;} +.main_tab ul.tab03 > li a:hover {text-decoration:none; line-height:55px; background-color:#f1f7f9; color:#0098d1;} +.main_tab ul.tab03 > li.active a {line-height:55px;color:#fff; border-color:#0098d1; background-color:#0098d1;} +.main_tab ul.tab03 > li.active a:hover {} +.tab_content {position:relative; background:transparent; padding:0;} +.main_tab li a:first-child {margin-left: 0px;} + +/* 키워드 조회 */ +.keyword_view {position:relative; width:100%;} +.keyword_wrap {position: relative; width:100%; padding:28px 0 20px;} +.keyword_wrap:after {content:''; display:block; clear:both;} +.keyword_left {float:left; position: absolute; border-right:1px solid #ccc; padding: 28px 10px 10px 0; box-sizing: border-box; top: 0; left: 0; width: 275px; height:100%; min-height:220px; overflow-y: auto; margin-right: 30px;} +.keyword_right {position: relative; float:right; width:75%; min-height: 470px; box-sizing: border-box; margin-left: 305px; padding: 0; background-color: #fff;} +.keyword_left .keyword_list li a {display: block; height:48px; line-height: 48px; border:1px solid #ccc; border-radius: 5px; margin-bottom:10px; font-size: 16px; font-weight:500; color:#848484; text-align: center;} +.keyword_left .keyword_list li a:hover, .keyword_left .keyword_list li a:active {border:1px solid #ccc; color:#1d68dc; font-weight:600;} +.keyword_left .keyword_list li a.on {height:46px; border:2px solid #1d68dc; color:#333; font-weight:600; border-radius: 5px;} +.keyword_body {background:#fff; width:100%; overflow: hidden;} +.keyword_right .searchkeywordList li {border:1px solid #ccc; padding: 20px 25px; margin-bottom:10px;} +.keyword_right .searchkeywordList li:hover {border:1px solid #2a6fe8; cursor:pointer;} +.keyword_right .searchkeywordList li .tit {position: relative; margin-bottom:5px; font-size:22px; color:#333; font-weight:400;} +.keyword_right .searchkeywordList li .tit .bookmark {position: absolute; top:-2px; right: 0; padding-left: 26px; text-indent:-9999px; background: url(../images/main/ico_clipping.png) left center no-repeat;} +.keyword_right .searchkeywordList li .tit .bookmark_on {position: absolute; top:-2px; right: 0; padding-left: 26px; text-indent:-9999px; background: url(../images/main/ico_clipping_on.png) left center no-repeat;} +.keyword_right .searchkeywordList li .desc {display:block; width:100%; height:40px; line-height:1.3; font-size:15px; color:#5c5c5c; font-weight:300; margin-bottom:5px;overflow:hidden; display: -webkit-box; text-overflow:ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;} +.keyword_right .searchkeywordList li .top_kwd { font-size:14px; color:#333; font-weight:300;} +.keyword_right .searchkeywordList li .date { font-size:14px; color:#aaa9a9; font-weight:300;} + +/* 더보기 버튼 */ +.list_more {margin-top:10px; text-align:center;} +.btn_more {display:inline-block; width:96px; height:36px; line-height:34px; color:#515151; text-align:center; font-size:14px; cursor:pointer; padding:0 10px 0 0; border-radius: 36px; border:1px solid #ccc; background: #f5f5f5 url('../images/main/ico_more_arrow.png') no-repeat 78% 50%;} +.btn_more:hover {border:1px solid #1d68dc; background: #f5f5f5 url('../images/main/ico_more_arrow.png') no-repeat 78% 50%;} + +/* 버튼 그룹 */ +.btn_group {position: relative; text-align:right; margin-top:20px; right:0;} +.btn_group button {height:40px; line-height:38px; border-radius: 4px; font-size:15px; font-weight:400; padding:0 12px; text-align:center; min-width:50px;} +.btn_group button + button {margin-left:2px} +.btn_group .btn_keyword_add {display:inline-block;padding:0 20px; background-color:#ea4c89; color:#fff; font-weight:500; vertical-align:middle; height: 50px; line-height: 48px; border-radius: 48px; letter-spacing: -0.8px;} +.btn_group .btn_keyword_add:hover {background:#e3408d;} +.btn_keyword {display:inline-block; padding:0 16px; border:1px solid #1d68dc; border-radius: 5px; vertical-align:middle; cursor: pointer; height: 40px; line-height: 38px; font-weight:400; color:#1d68dc; background: #fff;} +.btn_keyword:hover {color:#fff; border:1px solid #1d68dc; background:#1d68dc;} +.ico_blank_dark {width:12px; height:12px; background-image:url('../images/main/keword_ico_del.png'); margin-left:13px;} +.btn_keyword:hover .ico_blank_dark.blank_ov {width:12px; height:12px; background-image:url('../images/main/keword_ico_del_ov.png'); margin-left:13px;} +.btn_group .btn-function {min-width:80px; color:#fff; background:#2e389d;}/*등록,확인,저장*/ +.btn_group .btn-function:hover {background:#202a8f;} +.btn_group .btn-etc {min-width:80px; color:#fff; background:#187bfe;}/*수정*/ +.btn_group .btn-etc:hover {background:#055ed3;} +.btn_group .btn-cancel {min-width:80px; color:#fff; background:#474d5c;}/*취소*/ +.btn_group .btn-cancel:hover { background:#3e4452;} + +/* Button style */ +.button, .button a {display:inline-block;cursor:pointer;color:inherit;text-align:center;overflow:visible;background:#fff; padding:0;text-decoration: none !important;vertical-align:middle;white-space:nowrap;margin:0;} +.button:hover {font-weight: normal;} +.button.btn_small {display:inline-block; padding:0px 16px !important;border:1px solid #7e819b;background-color:#7e819b;color:#fff;font-size:14px;font-weight:500;height: 36px;line-height: 34px;border-radius: 3px;vertical-align:middle;cursor: pointer;} +.button.btn_small:hover {border:1px solid #6a6e89;background-color:#6a6e89;} + +/* tbl btn */ +.btn {display:inline-block;height:34px;line-height:32px;font-size:13px;padding:0 12px;text-align:center;border-radius: 3px;} +.btn:hover {text-decoration:none;} +button[class^='btn-']:hover {text-decoration:none;} +.btn-copy,.fileSelectBox .fileinput-button,.fileinput-button {background:#f5f5f5;border:1px solid #bbb;color:#555;} +.btn-copy:hover,td .inlineBox > button:hover,td .inline > button:hover,.fileSelectBox .fileinput-button:hover {background:#7d7d7d;border:1px solid #7d7d7d;color:#fff;} +.btn-save {background:#fff;border:1px solid #508cc3!important;color:#427db4;} +.btn-save:hover{background-color:#508cc3!important;border:1px solid #508cc3;color:#fff!important;} +.btn-print{background:#6eb5b8;border:1px solid #6eb5b8;color:#fff;} +.btn-print:hover{color:#fff;background:#649092;border:1px solid #649092;} +.btn.btn-etc{background-color:#fff;border:1px solid #bbb;color:#333;} +.btn.btn-etc:hover{background-color:#f3f3f3;border:1px solid #999;color:#333;} +.btn-inspect {min-width:62px;border:1px solid #42b382;color:#fff;background:#42b382;}/*장비 점검*/ +.btn-inspect:hover {border:1px solid #2aa36e!important;;background:#2aa36e!important;} +.btn-step {border:1px solid #333faf;color:#333faf;background:#fff;}/*단계*/ +.btn-step:hover {color:#fff;border:1px solid #333faf!important;;background:#333faf!important;} +.btn-report {background:#fff;border:1px solid #fd5120;color:#fd5120;}/*보고서*/ +.btn-report:hover,.btn-report.active {background:#fd5120;border:1px solid #fd5120;color:#fff;} +.btn-result {border:1px solid #646ab7;color:#fff;background:#646ab7;}/*결과*/ +.btn-result:hover {color:#fff;border:1px solid #4e54af!important;;background:#4e54af!important;} +.btn-regist {background:#fff;border:1px solid #2f3bab!important;color:#2f3bab!important;}/*등록*/ +.btn-regist:hover {background:#2733a1!important;border:1px solid #2733a1!important;color:#fff!important;} +.btn-modifi {background:#fff;border:1px solid #2da873!important;color:#1e9e67;}/*수정*/ +.btn-modifi:hover {background:#229f69!important;border:1px solid #229f69!important;color:#fff!important;} +.w-sm{min-width:50px;} +.btn-open-helplayer{width:71px;height:30px;background:url(../images/common/btnimg-help.png) no-repeat;} +.btn-open-helplayer span{text-indent:-999999em!important;font-size:0!important;line-height:0!important;} +/* button size */ +.btn.md{height:28px;line-height:24px;font-size:11px;padding:0 5px;} +.btn.sx{height:24px;line-height:20px;font-size:11px;padding:0 5px;} + +/* table info */ +.tbl_info {position:relative; height:36px;line-height:36px; margin-bottom:5px; display: flex; -webkt-display: flex; -moz-display: flex; align-content: space-between; align-items: center;} +.tbl_info {width: 100%; position: relative; height: 35px; line-height: 35px; display: inline-block; margin-bottom: 5px;} +.tbl_info:after {content:''; display:block; clear:both;} +.tbl_info .left_Area {position: relative; text-align: left; float:left;/*display: flex; -webkt-display: flex; -moz-display: flex;*/ } +.tbl_info .right_Area {box-sizing: border-box; /*position: absolute;right: 0;*/float:right;} +.tbl_info .left_Area ul li {display:inline-block; font-size: 16px; font-weight: normal; color: #333; letter-spacing: -0.7px;} +.tbl_info .left_Area ul li .txt_total {color:#f96262; padding:0 2px 0 4px; font-weight: 500;} +.tbl_info .right_Area .sel_box {display: inline-block; position: absolute; right: 0;} +.tbl_info .right_Area .sel_box select {border:0; outline: none; font-size:14px; color:#555; padding:0 30px 0 10px; width:100%; height:36px; line-height:34px; border:1px solid #ccc; cursor: pointer; background: #fff url(../images/common/ico_sel_arrow.png) no-repeat right 50%; background-size:20px 8px;} +.essential {display:inline-block; color:#f93c4e; font-size: 16px; line-height: 12px; vertical-align: text-top; padding:0 3px 0 4px;} + +/* Table list */ +.tbl_list {position:relative; width:100%; border-top: 1px solid #334263;} +.table-x-scrollable {overflow-x: scroll;} +.table {width: 100%; table-layout: fixed; border-bottom: 1px solid #cbccd3; background-color: #fff; margin-bottom:15px;} +.table thead th {border-bottom: 1px solid #d5d4d4; } +.table thead th, .table tbody th {padding:3px 8px; vertical-align: middle; font-size:13.5px; font-weight:400; color:#112469; text-align:center; background: #f3f5fd;} +.table thead th:last-child, .table th:last-child, .table td:last-child {border-right: 0;} +.table th, .table td {padding: 3px 8px; vertical-align: middle; height: 36px; text-align: center; word-break: break-all; -ms-word-break: break-all; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;} +.table tbody td {vertical-align:middle; font-size:13.5px; color:#333; font-weight: 300; text-align:center; /*border: 1px solid #d9d9d9;*/ word-break: break-all; white-space: normal;} +.table tbody td a {text-align:left; font-size:13.5px; color:#333; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;-o-text-overflow: ellipsis;-ms-text-overflow: ellipsis; display:block;} +.table tbody td a:hover {color:#0d2ea6; text-decoration: none;} +.table td button {height:32px;line-height:32px;} +.table td .btn-normal {background-color:#fff;border:1px solid #bbb;color:#333;height:32px;line-height:30px;} +.table td .btn-normal:hover {background-color:#f3f3f3;border:1px solid #999;color:#333;} +.table tbody tr.notice_area {background: #fef6f8 !important; font-weight:500;} +.table + .table {margin-top:20px;} +.badge_notice {display:inline-block; text-align:center; color:#ff4e50; font-size:13px; font-weight:400; background:#fff; border: 1px solid #ff4e50; border-radius: 22px; min-width: 46px; height: 22px; line-height: 20px; box-sizing: border-box;} + +/* paging */ +.pagination {position: relative; display: block; text-align:center; margin: 25px auto 0;} +.pagination li {display: inline-block; vertical-align: middle; letter-spacing:-2px; text-align:center;} +.pagination li a {display: block; text-decoration: none; color: #333; font-size:13px; word-break: keep-all; -ms-word-break: keep-all; width:32px; min-width: 32px; height: 32px; line-height:30px; border-radius: 5px; border: solid 1px #ccc; background: #fff;} +.pagination li a.first_page {display:inline-block;text-indent:-9999px; background:#fff url('../images/common/ico_page_first.png') no-repeat 50% 50%;font-size:0; width:15px;height:32px; box-sizing: border-box;} +.pagination li a.pre_page {display:inline-block;text-indent:-9999px; background:#fff url('../images/common/ico_page_pre.png') no-repeat 50% 50%;font-size:0; width:15px;height:32px; margin-right:10px;box-sizing: border-box;} +.pagination li a.next_page {display:inline-block;text-indent:-9999px; background:#fff url('../images/common/ico_page_next.png') no-repeat 50% 50%;font-size:0; width:15px;height:32px; margin-left:10px; box-sizing: border-box;} +.pagination li a.end_page {display:inline-block;text-indent:-9999px; background:#fff url('../images/common/ico_page_last.png') no-repeat 50% 50%;font-size:0; width:15px;height:32px; box-sizing: border-box;} +.pagination li a:hover, +.pagination li span:hover, +.pagination li a:focus, +.pagination li span:focus {color: #0d2ea6; border-color: #0d2ea6;} +.pagination .active a, +.pagination .active span, +.pagination .active a:hover, +.pagination .active span:hover, +.pagination .active a:focus, +.pagination .active span:focus {z-index: 2; color: #fff; background-color: #595959; border-color: #595959; cursor: default;} +.pagination li a.on {z-index: 2; color: #fff;background-color: #595959; border-color: #595959; cursor: default;} + +/* View/Form table */ +.bbs_view {position:relative; width:100%; border-top: 1px solid #334263;margin-bottom: 30px;} +.tbl_form {width:100%; border:0; background-color: #fff; border-bottom: 0; table-layout:fixed; border-collapse: separate; margin-bottom:20px;} +.tbl_form th, .tbl_form td {vertical-align: middle;} +.tbl_form th {padding:6px 10px; height: 38px; text-align:center; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; background: #f3f5fd; font-size: 13.5px; font-weight: 500; color: #112469; letter-spacing:-0.5px;} +.tbl_form th.non_bg {background: #fff; } +.tbl_form td {padding:6px 10px; height: 38px; text-align:left; font-size:14px; color:#333; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;} +.tbl_form thead th:last-child, .tbl_form th:last-child, .tbl_form td:last-child {border-right: 0;} +.tbl_form thead th {padding:2px 10px 2px 10px; height: 34px; text-align:center; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; background: #f3f5fd; font-size: 13.5px; font-weight: 500; color: #112469; letter-spacing:-0.5px;} +.tbl_form td label {vertical-align:top;padding-right:10px;} +.tbl_form input[type="text"] {} +.tbl_form select {width:100%;} +.tbl_form textarea {/*width:98%;*/} +.tbl_form input.form-control {width: 100%;} +.tbl_form td img {vertical-align:middle;} +.tbl_form td .form_inline {display: inline-block; float: left; box-sizing: border-box;} +.tbl_form td .form_group {display: inline-block; position: relative; width: 100%; max-width: 100%;box-sizing: border-box;} +.tbl_form td .form_group span {box-sizing: border-box; position: relative; display: inline-block;} +.tbl_form td .form_group em {display: inline-block;padding-left: 8px;padding-right: 8px;font-size: 14px;} +/*.tbl_form td .form_group em input + label {margin-right: -6px; margin-left: -4px;display: inline-block;}*/ +.tbl_form td .form_inline .label, .tbl_form td .form_group .label {display: inline-block;vertical-align:middle; color:#333; font-weight:500;} +.tbl_form th.blank_bg, .tbl_form td.blank_bg {border-left: none;border-right: none; background:#fff; height:5px;} +.text_note {display: inline-block;font-size:12px;color:#f77777;line-height:16px;background:url('../images/common/ico_info.png') no-repeat 0 50%;padding-left:18px;} +.tbl_form button.ico_btn_search {display:inline-block;width: 26px;height: 24px;background: url('../images/common/ico_td_search.png') no-repeat 0 0; margin-left: 2px;text-indent:-9999px;font-size:0;cursor:pointer;} +.tbl_form .datepicker {width:100%;} +.tbl_form .date_group {display:inline-block;position:relative;} +.tbl_form .date_group i {display:inline-block;width:16px;color:#000;text-align:center;font-size:13px;} +button.ico_btn_search {display:inline-block;width: 26px;height: 24px;background: url('../images/common/ico_td_search.png') no-repeat 0 0; margin-left: 2px;text-indent:-9999px;font-size:0;cursor:pointer;} +button.ico_btn_search:hover {display:inline-block;width: 26px;height: 24px;background: url('../images/common/ico_td_search_ov.png') no-repeat 0 0; margin-left: 2px;text-indent:-9999px;font-size:0;cursor:pointer;} +.table input.text_amount, .tbl_form input.text_amount {text-align: right;padding-right: 5px !important;box-sizing: border-box; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;} +.tbl_form td button {height: 32px; line-height: 32px;} +.tbl_form .text_box {width: 100%;} +.tbl_form .text_box textarea {width:95%; overflow-y: hidden; resize: none; border: 1px solid #ccc; border-radius: 4px; padding: 2px 8px; padding-bottom: 0;line-height: 16px;font-size:13px;} + +/* 점검보고서 */ +.report_wrap {position:relative; width:100%; display: flex; -webkt-display: flex; -moz-display: flex; justify-content: space-between;} +.calcBox, .roundBox {position:relative; border: 1px solid #dddddd; border-radius: 6px; padding: 10px 20px; background-color: #fff; margin-top: 10px; align-items: center;} +.ttl {position:relative; font-size:15px; font-weight:500;color:#333;padding-left:15px;margin-right:20px;text-align:left;} +.ttl:before {position:Absolute;content:'';display:block;left:2px;top:50%;transform:translateY(-50%);height:13px;width:5px;background:#29b0fd;border-radius:12px;} +.calcBox textarea.form-control {flex: 1; min-height: 50px; width: 100%;font-size:13px;line-height: 1.5;} +.calcBox .btn.report_sel {height:50px;line-height:48px;background-color:#f38a4a;font-size:13px;color:#fff;font-weight:500;padding:0 15px;border-radius:4px;text-align:center;} +.calcBox .btn.report_sel:hover {background-color:#eb8241;} + +/* 스크롤 */ +#scrollstyle::-webkit-scrollbar-track {border-radius: 0;background-color: #f5f5f5;} +#scrollstyle::-webkit-scrollbar {width: 8px; background-color: #f5f5f5;} +#scrollstyle::-webkit-scrollbar-thumb {border-radius: 0; background-color: #ccc;} +#scrollstyle-x::-webkit-scrollbar-track {border-radius: 0;background-color: #f5f5f5;} +#scrollstyle-x::-webkit-scrollbar {height: 8px; background-color: #f5f5f5;} +#scrollstyle-x::-webkit-scrollbar-thumb {border-radius: 0; background-color: #ccc;} + +/* 검색영역 */ +.search_wrap {width:100%; clear:both; margin:0 auto; text-align:center; overflow: hidden;} +.search_wrap .inner_box {position: relative; width:1400px; margin:0 auto; overflow:hidden;} +.date_group {display:inline-block;position:relative;} +.date_group i {display:inline-block;width:20px;color:#333;text-align:center;font-size:15px;} +.date_group input {height:38px !important; padding:0 12px !important; border: 1px solid #ccc !important; color:#333; border-radius: 4px;} +.btn_calendar {display:inline-block; width: 21px; height: 22px; background: #fff url(../images/common/ico_calendar.png) no-repeat 94% 55%; cursor: pointer; padding-right: 16px;} +.btn_calendar span {display:inline-block; text-indent:-9999px;} +.date_group .btn_mainSearch {display:block;position:absolute;top:0;right:0;width:41px;height:41px;text-indent:-9999em; background: url(../images/main/btn_ico_search.png) no-repeat center center;border:0px none;box-sizing:border-box;} +.date_group .btn_search {display:inline-block; vertical-align:middle;font-size:0; width:41px; height:41px; background: url(../images/main/btn_ico_search.png) no-repeat 0 0; margin-left: 10px;} +.search_box {position:relative; width:100%; padding: 0px 0 0;margin: 0 auto;} +.search_box .searchBox_inner {width:645px; height:50px; display:block; position:relative; border-bottom: 3px solid #1e1e1e; margin:0 auto 10px;} +.search_box .searchBox_inner label {width:100%; height:50px; font-size:20px; text-align:left; font-weight:100; color:#fff; line-height:50px; padding:0; display:inline-block; box-sizing:border-box; position:absolute; top:0; left:0; opacity:0.5;} +.search_box .searchBox_inner input {width:100%; height:50px; background-color:transparent; font-size:18px; text-align:left; color:#282828; line-height:20px; padding:16px 40px 16px 0; display:inline-block; border:0; box-sizing:border-box;} +.search_box .searchBox_inner input::placeholder {font-size:18px; text-align:left; color:#b6b6b6;} +.search_box button {position: absolute;top:15px;right:0;width: 23px;height: 22px;font-size:0;background:url(../images/main/btn_ico_search.png) no-repeat;} +.search.on .search_wrap {display: inline-block; visibility:visible; opacity:1; height: auto;} +.search.on > a{ visibility: hidden; opacity:0;} +.search .ex { display:inline-block; width:auto; text-align: center; margin:0 auto;} +.ex {position:relative; display:inline-block; width:100%; height:48px; line-height:46px; padding:0; margin: 0 auto; text-align:center; background: #2646a6;} +.ex .ex_inner {position: relative; width:1400px; margin:0 auto; overflow:hidden;} +.ex .ex_inner .ex_tit {display: inline-block; font-size: 15px; font-weight: 500; color:#d2e2ff; padding:3px 0 5px 0; margin-right: 15px; line-height: 1; vertical-align: middle;} +.ex .ex_inner a {display: inline-block; font-size: 15px; font-weight: 300; color:#d2e2ff; line-height: 1;} +.ex .ex_inner a:before {content: ""; display: inline-block; width: 1px; height: 12px; background-color:#afc1e9; vertical-align: middle; margin:0 12px;} +.ex .ex_inner a:nth-child(2):before {display: none;} + +/* search_box_sub */ +.search_box_sub {position:relative; width:100%; padding: 20px 0; margin: 0 auto 25px; border:1px solid #b4d0dd; background:#f2fbff;} +.search_box_sub .searchBox_inner {width:100%; height:47px; display:block; position:relative; margin:0 auto; text-align: center;} +.search_box_sub .searchBox_inner input[type=text] {width:50%; height:47px; border:1px solid #ccc; color:#1b263c; font-size:18px; line-height:19px; padding:15px 10px 10px 10px; display:inline-block; box-sizing:border-box;} +.search_box_sub .searchBox_inner input::placeholder {font-size:17px; text-align:left; color:#b6b6b6;} +.search_box_sub .searchBox_inner .search_submit {position:relative;display:inline-block;background-color:#1b263c;vertical-align:middle;text-align:center; margin-left:5px;} +.search_box_sub .searchBox_inner .search_submit input[type='submit'] {color:#fff; font-size:15px;font-weight:500; min-width:84px; height:47px; padding: 0 20px;} + +/*----------- 레이어팝업 -----------*/ +[class^='sp-layer-popup'],.ydp-mlayer-popup {position:absolute;top:0;left:0;z-index:999999;width:100%;height:100%} +[class^='sp-layer-popup'] .wrap-layer-bg,.ydp-mlayer-popup .wrap-layer-bg {position:fixed;z-index:110;width:100%;height:100%;background-color:#333;opacity:0.7} +[class^='sp-layer-popup'] .popupbox,.ydp-mlayer-popup .popupbox {position:fixed;top:50%;left:50%;z-index:120;border:1px solid #ccc;background-color:#fff;box-sizing:border-box;border-radius:0;} +[class^='sp-layer-popup'] .popupbox section {position:relative;padding:25px} +.popupbox {position:fixed;top:50%;left:50%;z-index:120;background-color:#fff;box-sizing:border-box} +.popupbox section {position:relative;padding:25px} + +/* 팝업상세 */ +.ydp-mlayer-popup .popupbox {border:0; border-radius: 5px; border: 5px solid #2646a6} +.popupbox .pb-head {height: 75px; background-color: #2646a6;} +.popupbox .pb-head h2 b {color:#fff; font-size:24px; font-weight:600; line-height:68px; margin-left:30px;} +.popupbox .pb-head .btn-close-setting {display:block; position:absolute; top:30px; right:35px;z-index:125;width:16px;height:16px;background: url(../images/common/ico_pop_close.png)no-repeat; text-indent: -9999px;} +.popupbox .pb-body {position: relative; padding: 25px 30px 5px; background-color: #fff;} +.popupbox .pb-body article {margin-left:0px;} +.popupbox .pb-body h3 {font-size:20px; color:#474d5c; padding:10px 0 15px;} +.popupbox .pb-body .keyword_add_wrap {position: relative; display: inline-block; vertical-align:top; padding-bottom:20px; border-bottom:1px solid #e0e0e0;} +.popupbox .pb-body .keyword_add_wrap a {float:left; display: block; margin:0 8px 8px 0;} +.ydp-mlayer-popup li label span {font-size:15px; color:#282828;} +.ydp-mlayer-popup .btn-Area {padding-top:15px;text-align:center; bottom:0; display:flex;-webkt-display:flex;-moz-display:flex;justify-content:center;border-top:1px dashed #ccc; height:70px; width:100%; margin:0 auto;} +.ydp-mlayer-popup .btn-Area button {height:50px;line-height:48px; border-radius: 50px; font-size:18px;font-weight:500;padding:0 12px;text-align:center;min-width:50px;} +.ydp-mlayer-popup .btn-Area button + button {margin-left:5px} +.ydp-mlayer-popup .btn-Area .btn-save {width:100px; color:#fff; background:#eb4c97;} +.ydp-mlayer-popup .btn-Area .btn-save:hover {color:#fff;background:#e2428d;} +.ydp-mlayer-popup .btn-Area .btn-cancel {width:100px; color:#fff; background:#474d5c;} +.ydp-mlayer-popup .btn-Area .btn-cancel:hover {color:#fff; background:#3e4452;} + +/* 키 카테고리 */ +.education_category {margin:10px 0 15px; text-align: center;} +.education_category ul {display:block; position:relative; width:100%; font-size:0; line-height:0;} +.education_category ul:before {display:block; position:absolute; width:1px; height:100%; background:#ff0000; z-index:10;} +.education_category .category_item {display:inline-block;position:relative;width:calc(100% / 6);height:48px;box-sizing:border-box;margin-left: 10px; margin-bottom: 10px;} +.education_category .category_item:nth-child(n+1) {margin-left:10px;} +.education_category .category_item a {display: table; width:100%; height:100%; border:1px solid #ccc; background-color:#fff; font-size:15px; line-height:48px; text-align:center; color:#868686; border-radius: 10px;} +.education_category .category_item:nth-child(n+6) a {} +.education_category .category_item a span {display:table-cell;font-size:15px;line-height:18px;vertical-align:middle;} +.education_category ul .category_item .active {background-color:#639df3;color:#fff;border-bottom: 0;} + +/* searchArea - 검색 */ +.searchArea {position:relative; background-color:#fff; border:1px solid #d5d7df; padding:15px 150px 8px 25px; border-radius: 8px; margin-bottom:25px;} +.searchArea table {position:relative;} +.searchArea th,.searchArea td {padding-bottom:5px;height:36px;} +.searchArea th {position:relative; text-align:left; padding-right:10px;} +.searchArea th:before {content:'';display:inline-block;height:4px;width:4px;border-radius:50px;position:Relative;top:-1px;background:#0d1e84;vertical-align:middle;margin-right:5px;} +.searchArea th label {color:#112469;font-size:14px;font-weight:500;} +.searchArea td {padding-right:20px;} +.inlineBox, .inline {display: flex; -webkt-display: flex; -moz-display: flex; align-items: center;} +.searchArea td .inlineBox {display: flex; -webkt-display: flex; -moz-display: flex; align-items: center;} +.searchArea td .form_group {display: flex; -webkt-display: flex; -moz-display: flex;align-items: center;} +.searchArea input[type='text'].form-control, .searchArea select.form-control, select.form-control {width:100%;} +.searchArea .form-control.set-btn-md {width:Calc(100% - 70px);} +.searchArea select.form-control.year {width:30%;} +.searchArea td .form-control + label.txt {margin:0 5px; word-break:keep-all; -ms-word-break:keep-all;} +.searchArea select.form-control.month {width:20%; min-width:45px;} +.searchArea .btnArea {position: absolute; top: 40%; right: 20px; flex-direction: column-reverse;} +.searchArea .btnArea [class^='btn-'] {display:block; height:36px;line-height:34px;color:#fff;font-size:14px;font-weight:400; padding:0 16px; width:88px; text-align:center; margin: 3px 0;border-radius: 4px;} +.searchArea .btnArea .btn-search,.uSearchArea .l-search .btn-search {background-color:#2747d0; border:1px solid #2747d0;} +.searchArea .btnArea .btn-search:hover,.uSearchArea .l-search .btn-search:hover {background-color:#193ac1;} +.searchArea .btnArea button + button {margin-bottom:0px;} +.searchArea .set-datepicker {width:120px;} +.searchArea.single-row {padding-right:100px;} +.searchArea.single-row .btnArea,.uSearchArea .btnArea {margin-top:-15px;flex-direction:row-reverse;} +.searchArea.single-row [class^='btn-'] {display:inline-block;} +.searchArea.single-row button + button {margin-bottom:0px; margin-right:5px;} +.searchArea + .listToparea .l-Top-info dt, .searchArea + .listToparea .l-Top-info dd {line-height:30px;margin-top:0;} +[class^='sp-layer-popup'] .searchArea.single-row {padding-right:60px;} +.searchArea.sm td {padding-right:15px;} +.listToparea > * {height:30px;align-items:center;} + +/* datepicker */ +.set-datepicker {position:relative; display:inline-block; width:140px; height:38px; background:#fff; /*padding-right:26px;*/ border:1px solid #ccc;} +.set-datepicker > input {height:38px; line-height:38px; border:0; background:none; width:100%; font-size:14px;} +.set-datepicker.disabled {background:#eee; opacity:.5; filter:alpha(opacity=50); cursor:default;} +.set-datepicker.disabled input {position:relative;} +td .set-datepicker > button,td .set-datepicker > button:hover,.set-datepicker > button,.set-datepicker > button:hover {background: #fff url(../images/common/ico_calendar.png) no-repeat;width:21px;height:22px;position:absolute;right:6px;top:7px;border:0!important;background-color:transparent;text-indent:-9999px!important;font-size:0!important;} +.set-datepicker.disabled:after {content:'';display:block;height:100%;width:100%;position:absolute;top:0;left:0;z-index:5;} +.set-datepicker + label.txt {margin: 0 5px;} +td label.txt {margin: 0 5px;} +.set-datepicker.sm {width:120px;} + +/* modal 팝업 */ +.dim-layer {display: none; position: fixed; _position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000;} +.dim-layer .dimBg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .5; filter: alpha(opacity=50);} +.dim-layer .pop-layer {display: block; position: absolute;} +.pop-layer {display: none; position: fixed; top: 50%; left: 50%; width: auto; height: auto; background-color:#0e1872; z-index: 1000 !important; padding:2px;} +.modal-large {width: 960px;} +.modal-md {width: 760px;} +.modal-mini {width: 500px;} +.modal-content {position:relative; background-color:#fff; -webkit-background-clip: padding-box; background-clip: padding-box; outline: 0;} +.modal-header {width:100%;height:52px;background-color:#0e1872;} +.modal-header:after {content:''; display:block; clear:both;} +.modal-header .close {margin-top: -2px;} +.modal-header .pop_close {float: right;margin-right: 20px;} +.modal-header .pop_close a {display: block; background: url('../images/common/ico_pop_close.png')no-repeat; width:18px; height:18px; font-size: 0; margin-top: 20px;} +.modal-header .pop_title {text-align:left; font-size:20px; font-weight:500; color:#fff; line-height: 52px; text-indent: 25px; display: inline-block;} +.modal-body {position: relative; padding: 12px 25px 20px; background-color:#fff;} +.modal-body h3 {font-size:20px; color:#474d5c; padding:10px 0 15px;} +.modal-body .keyword_add_wrap {position: relative; display: inline-block; vertical-align:top; padding-bottom:20px; border-bottom:1px solid #e0e0e0;} +.modal-body .keyword_add_wrap a {float:left; display: block; margin:0 8px 8px 0;} +.modal-footer {padding: 15px 0 15px; text-align: center;border-top: 1px solid #ddd;} +.modal-footer .btn + .btn {margin-bottom: 0; margin-left: 3px;} +.modal-footer .btn-group .btn + .btn {margin-left: -1px;} +.modal-footer .btn-block + .btn-block {margin-left: 0;} +.button.btn_pop_cancel {font-size:15px; color:#333; font-weight:500; background:#fff; border:1px solid #ccc;min-width:80px; padding:0 20px; height:40px; line-height:38px; border-radius: 4px;} +.button.btn_pop_cancel:hover {background-color: #f5f6f9;border: 1px solid #9f9f9f;} +.button.btn_pop_save {font-size:15px; color:#fff; font-weight:500; background:#1d64c5; min-width:80px; padding:0 20px; height:40px; line-height: 38px; border-radius: 4px;} +.button.btn_pop_save:hover {color:#fff; background:#185bb7;} +.popup-body {position: relative; padding: 0 20px 15px;background-color:#fff;} + +/* page-title */ +.page-title {position:relative; height: 52px; line-height:52px;padding:0 20px; background-color: #0e1872; margin-bottom:20px;} +.page-title span {font-size:20px; font-weight:500; color:#fff !important;} +.page-title > .pop_close {float: right; margin-right: 10px;padding-top: 13px;} +.page-title > .pop_close a {display: block; background: url('../images/common/ico_pop_close.png') no-repeat; width: 18px; height: 18px; font-size: 0; margin-top: 7px;} +.page-title + article, .page-title + .content-title,.content-title + .sec-title {margin-top:15px;} + +/*챠트영역*/ +.chart_box {display: flex; justify-content: space-between; align-items: center; padding: 20px 0;} +.chart_wrap {position: relative; background-color: #fff; border: 1px solid #d5d7df; padding: 5px 25px; border-radius: 8px; margin-bottom: 25px;} +.prompt_box {position: relative;box-sizing: border-box; margin-bottom:10px;} +.prompt_box .Prompt_wrap {} +.prompt_box .Prompt_wrap .inner {} +.prompt_box .Prompt_wrap .inner:after {content:'';clear:both;display:block;} +.prompt_box .Prompt_wrap .inner .item {display: inline-block; float: left; vertical-align: top;} +.prompt_box .Prompt_wrap .inner .item .link {position: relative; display: block; background-color: #fff; color: #333; font-size: 16px; font-weight: 300; letter-spacing: -0.06em; line-height: 1.3; width: 100%; height: 100%; border: 1px solid #3a4aba; border-radius: 8px; text-align: left; padding: 9px 15px 9px; transition: all 0.3s;} +.prompt_box .Prompt_wrap .inner .item .link:hover, +.prompt_box .Prompt_wrap .inner .item .link:focus {background-color: #fff; border-color: #222f8b; box-shadow: 0 5px 4px rgba(135, 149, 163, 0.2);-ms-box-shadow: 0 5px 4px rgb(135 149 163 / 20%);border-style: dashed;} +.prompt_box .Prompt_wrap .inner .item .link .text {display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width:88%; vertical-align: middle;} +.prompt_box .Prompt_wrap .inner.n2 {width: calc(100% + 20px); margin: 0 -10px;} +.prompt_box .Prompt_wrap .inner.n2 .item {width: calc(100% / 2 - 20px); margin: 0 10px;margin-bottom: 8px;} +.prompt_box .Prompt_wrap .inner.n2 .item .s_tit {display: block;font-size: 15px;font-weight: 400;color: #333; margin-bottom: 10px;text-align:center;} +.prompt_box .Prompt_wrap .inner.n2 .item .g-map-area {border:1px solid #e6e6e6; background-color:#f3f5fd; min-height:50px;width:100%;margin-top: 3px;} + +/* login */ +.logback {width:100%;height:100%;background-image:url('../images/main/login_bg.gif'); background-size:100% 1000px;left: 0;top: 0;position: fixed;background: #f4f5f8;} +.logback h1 {top:0;height:42px;line-height:42px;margin-top: 8%;text-align:center;display:block;} +.logback h3 {top:0;height:40px;line-height:24px;padding-top: 20px;text-align:center;display:block;font-size:16px;font-weight:400;color:#555;margin:0 auto;} +.logback .login_box {margin:0 auto;width:500px; height:auto;clear:both;margin-top:1.2%;background:#fff;-webkit-border-radius: 26px;-moz-border-radius: 26px;-khtml-border-radius: 26px;border-radius:26px; box-shadow: 0px 1px 10px #bcbfdb; -moz-box-shadow: 0px 1px 10px #bcbfdb; -webkit-box-shadow: 0px 1px 10px #bcbfdb;} +.logback .login_box:after {content:""; clear:both; display:block} +.logback .login_box .loginWrap {width:70%; margin:0 auto;text-align:center;padding:55px 0;} +.loginWrap .input_wrap {width:100%;text-align:center;clear:both;} +.loginWrap .input_wrap input[type=text], .loginWrap .input_wrap input[type=password] {text-indent:10px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border-radius:5px;} +.loginWrap .input_wrap input::placeholder {color:#b6b6b6 !important;} +.loginWrap .input_wrap .txt_id {width:100%; height:50px; font-size:16px; border:1px solid #ddd; margin-bottom:10px;} +.loginWrap .input_wrap .txt_pw {width:100%; height:50px; font-size:16px; border:1px solid #ddd;} +.loginWrap .input_wrap .save_id {float:left; color:#333; padding:25px 0;} +.loginWrap .input_wrap .save_id input[type=checkbox] + label {cursor: pointer; position: relative; font-size: 14px; padding-left: 30px;} +.loginWrap .input_wrap .save_id input[type=checkbox]+ label:before { content: ""; display: inline-block; width: 19px; height: 19px; margin-right: 20px; position: absolute; left: 0; top: 0px; background-color: #fff; border:solid 1px #ccc; border-radius: 19px;} +.loginWrap .input_wrap .save_id input[type=checkbox]:checked + label:before {content: ""; font-size: 15px; font-weight:800; color: #fff; border:solid 1px #2e389d;line-height:19px;background:#2e389d url('../images/common/ico_check_w.png') no-repeat 50% 50%;} +.input_wrap .btn_login {display:inline-block;width:100%;height:65px;line-height:65px; margin-bottom:10px; background:#2e389d; color:#fff; text-align:center; font-weight:400; font-size:18px; border-radius: 6px;} +.input_wrap .btn_login:hover {background:#2f3dc6;} +.hidden {font-size: 0; width:0 !important; height: 0; line-height: 0; overflow: hidden; visibility: hidden; width: 0; position:absolute;} + +/* index */ +.main_img {width: 100%; height: 280px; max-width: 1400px; margin: 0 auto 40px; position: relative; display: block; box-sizing: border-box; padding:30px 20px 30px 90px;border-radius: 38px 0 0 0; background: #3842a9 url('../images/main/main_img.png') no-repeat 93% 100%;} +.main_img:after {content:''; display:block; position:absolute; bottom:0; left:0; width:160px; height:280px; background:url('../images/main/main_img_left.png') no-repeat 0 0;} +.main_img .l_txt {display:block;padding-top:50px; font-size: 45px; font-weight:700; color: #fff; line-height:1.8em;padding-left:50px;} +.main_img .m_txt {display:block;width: 100%; font-size: 22px; font-weight:400; color: #bfdfed; padding-left:50px;} + +/* 오늘의 할일, 업무공지 */ +.week_news_wrap {padding:0;width:100%;max-width: 1400px;margin: 0 auto; box-sizing: border-box;} +.week_news {overflow: hidden; width:100%; height:300px; padding:20px 30px; background: #fff; box-sizing: border-box; border-radius: 20px; box-shadow: 0px 1px 10px #d8dadf; -moz-box-shadow: 0px 1px 10px #d8dadf; -webkit-box-shadow: 0px 1px 10px #d8dadf;} +.week_news h1 {position: relative;display: inline-block;width:100%;margin-bottom:15px; font-size: 23px;height: 36px;color:#222046;font-weight:600; } +.week_news h3 {float:right;position: relative;display: inline-block;font-size: 15px;color:#333;font-weight:500;margin-top:-5px;margin-right:-5px;background:url('../images/main/ico_m_bul.gif') no-repeat 0 48%; padding-left:10px;} +.week_news h1 a.btn_more {float:right;position: relative; display:inline-block; padding:6px 0 0; width:16px; height:16px; background:url('../images/main/ico_more.png') no-repeat 0 0; margin-top: 7px; font-size:0; text-indent:-9999px;border: 0;} +.week_news h1 a.btn_more:hover {color:#333;} +.week_news h3 select {min-width:80px;height:34px !important;border: 1px solid #dadce1 !important;margin-left:4px;} +.week_news .news_list {width:100%; position: relative;} +.week_news .news_list li {line-height: 34px; position: relative; float:left; width:100%; display: flex; flex-wrap: wrap; justify-content: space-between;} +.week_news .news_list li:last-child {border-bottom: 0;} +.week_news .news_list li + li {margin-top: 9px;} +.week_news .news_list li a {display:block; position: relative; padding-left:13px; padding-right: 20px; font-size: 17px;} +.week_news .news_list li a:before {content: ""; position: absolute; left: 0; top: 50%; width: 4px; height: 4px; margin-top: -2px; background-color: #6e6e6e; border-radius: 100%;} +.week_news .news_list li a .work_tit {float:left; display:inline-block; max-width: 350px; color:#333; font-size:18px; font-weight:400; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;} +.week_news .news_list li a .noti_tit {float:left; display:inline-block; max-width: 350px; color:#333; font-size:18px; font-weight:400; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;} +.week_news .news_list li a .noti_tit:hover {color:#000;} +.week_news .news_list li a .ico_new {font-size:8px; color:#fff; width:17px; height:17px; background-color: #ff4e50; border-radius: 50%; font-weight: 400; display:inline-block; text-align: center; line-height: 15px; margin-left: 5px; vertical-align: middle; position: absolute; right:0; top:50%; transform: translateY(-50%);} +.week_news .news_list li .r_txt {float: right; line-height: 32px; color:#777; font-size:17px; } +.week_news .news_list li .w_name {color:#444; padding-right:20px;} +.week_news .news_list li .not_noti {float:left; display:inline-block; width: 100%; color:#888; font-size:17px; font-weight:400; text-align:center;} + diff --git a/bin/main/static/css/layout.css.20250425 b/bin/main/static/css/layout.css.20250425 new file mode 100644 index 00000000..30653f58 --- /dev/null +++ b/bin/main/static/css/layout.css.20250425 @@ -0,0 +1,658 @@ +@charset "utf-8"; + +#wrap {width:100%;margin:0 auto;} +.row::after {content:""; display:block; clear:both;} +.cell {float:left; box-sizing:border-box;} + +/* Layout */ +#container {position:relative; width:100%; margin:0 auto; padding-bottom: 50px; background: #f7f8fa;} +#container:after {display:block;clear:both;content:''} +#content {position: relative; width:100%; margin:0 auto;} +.content {position: relative; width:1400px; margin:0 auto;} +#container .side_Wrap {position:relative; float:left; width:220px; padding-top:20px;} +#container .body_wrap {float: right; width: calc(100% - 250px);} +#container .body_wrap .inner {width:100%; margin:0 auto; padding: 20px 25px 30px; border: 1px solid #e0e0e0; background-color: #fff;} + +/* header */ +.header_wrap {position: relative; width:100%; height: 120px; background:#fff;} +.header_wrap .header-inner {position:relative; width:1400px; min-width: 1400px; height:100%; margin:0 auto;} +.header_wrap .header-top {width: 100%; height: 60px; margin: 0 auto; display: inline-block;} +.header_wrap .header-top > .inner {position: relative; width: 1400px; height: 60px; margin: 0 auto;} + +/* util */ +.header_wrap .header-top .util {float:right; height:60px; margin-top:16px; right:0; display: inline-block;} +.header_wrap .header-top .util li {position: relative; display: inline-block; vertical-align: middle; height:28px; line-height:28px; color:#666; font-size:13px;margin-left: 20px;} +.header_wrap .header-top .util li > img {vertical-align: top;} +.header_wrap .header-top .util li > a {font-size:13px; color:#333;} +.header_wrap .header-top .util li .name {display: inline-block; padding-left:18px; margin-right: 4px;color:#2e389d;font-weight:500;} +.header_wrap .header-top .util li .name:before {position:absolute; content:''; display:block; background: url('../images/main/ico_user.png') 0 0 no-repeat;left:0;top:7px;width:14px;height:14px;} +.header_wrap .header-top .util li .logout {display: inline-block; padding-left:18px; margin-right: 14px;} +.header_wrap .header-top .util li .logout:hover {color:#2e3aaf;} +.header_wrap .header-top .util li .logout:before {position:absolute; content:''; display:block; background: url('../images/main/ico_logout.png') 0 0 no-repeat;left:0;top:7px;width:14px;height:14px;} +.header_wrap .logo {position:relative; display:inline-block; height:35px;width:211px;top:13px;left:0px;cursor:pointer; text-indent: -9999px; background:url(../images/main/logo.png) 0 center no-repeat;} + +/*오픈*/ +.util li a.mysetOpen {width:115px; padding:6px 15px 0 18px; background:url(../images/main/ico_util_sel.png) no-repeat 100% 14px; margin-right: 14px;} +.util li a.mysetOpen.active {background:url(../images/main/ico_util_sel.png) no-repeat 100% 14px;} +.util li a.mysetOpen:before {content:""; display:block; background:url(../images/main/ico_user.png) no-repeat 0 3px; width:100%; height:100%; position:absolute;left:0;top:5px;} +.util li div.my_sett {width:105px; background:#fff; display:none; position:absolute; padding: 5px 0; border-radius: 5px; z-index: 10; box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.2); border:1px solid #ddd;} +.util li div.my_sett a {display:block; color:#333; font-size:13px; padding:0px 0 3px; text-align:center; border-radius: 5px;} +.util li div.my_sett a:hover, +.util li div.my_sett a:focus, +.util li div.my_sett a.active {color:#253fc3;} + +/* gnb */ +.header_wrap .wrap-nav {position: relative; display: inline-block; width:100%; height:55px; margin: 0 auto; background:#2e389d; border-top:1px solid #e6e8eb;border-bottom:1px solid #e6e8eb;} +.header_wrap .wrap-nav:after {display:block;clear:both;content:''} +.header_wrap .wrap-nav .gnb {position:relative; width:100%; height:55px; margin:0 auto; padding-right:80px; display: inline-block;} +.header_wrap .wrap-nav .gnb > li {position:relative; float: left; height:55px;} +.header_wrap .wrap-nav .gnb > li + li {margin-left:30px;} +.header_wrap .wrap-nav .gnb > li > a {font-size:17px;font-weight:500;color:#fff;height:55px;line-height:53px; display: block; position:relative;} +.header_wrap .wrap-nav .gnb > li > a:after {content:""; display:block; clear:both; width: 1px; height: 14px; background-color: #8590cb; position: absolute; top: 20px; left:-14px; margin-top:0;} +.header_wrap .wrap-nav .gnb > li:first-child > a:after {display: none;} +.header_wrap .wrap-nav .gnb > li > a:hover {color:#39d6fd;text-decoration:none;} + +/* 전체메뉴 */ +.header_wrap .all_btn {position:absolute; top:0; right:0;} +.header_wrap .all_btn:after {clear:both; display:block; content:"";} +.header_wrap .all_btn button:first-child {margin-left:0;} +.header_wrap .all_btn .toggle-menu {width:50px; height:55px; background:url("../images/main/btn_hamb.png") no-repeat center center; background-size:25px 20px; position:relative; top:0; font-size:0;} +.allMenu {display:none; width:100%; height:100%; min-height:850px; position:fixed; top:61px; right:0; z-index:6; background-color:#fff; padding:0; text-align: left; z-index:2; margin:0 auto; overflow: hidden;} +.allMenu:before {content:''; position:fixed; width:100%; height:100%; left:0; top:90%; bottom:0; background:rgba(0, 0, 0, 0.5); z-index:0;} +.allMenu .user-wrap {width:100%; height:55px; padding-left:30px; position:relative; background:#2e389d; z-index:99; margin: 0 auto; text-align: center;} +.allMenu .user-wrap .menu-inner {position:relative; width:1400px; max-width: 1400px; height:100%; margin:0 auto;} +.allMenu .user-wrap .menu-logo {position: relative; display:inline-block; margin-left: -130px; padding:0; width:140px; height:100%; background:url('../images/main/logo_w.png') no-repeat 0;} +.allMenu .user-wrap .logo-txt {position: absolute; top:10px; font-size:23px; color:#fff; font-weight: 500;} +.allMenu .m-gnb {display:block; width:100%; height:850px; max-width:1400px; margin:0 auto; padding:35px 0 35px 0; z-index:99;overflow-y: auto;} +.allMenu .m-gnb ul {overflow:hidden; } +.allMenu .m-gnb ul li a {position:relative; font-size:15px; color:#111; font-weight: 500; } +.allMenu .m-gnb ul li a:focus {text-decoration:none;} +.allMenu .m-gnb ul li a:only-child:after {display:none;} +.allMenu .m-gnb > ul > li {float:left; width:18%; min-height:0px; margin: 0 15px 30px 0;} +.allMenu .m-gnb > ul > li > a {display:block; padding:12px 0; font-size:20px; color:#2e389d; font-weight: 500; text-align: center;border:1px dashed #2e389d;border-radius: 7px;} +.allMenu .m-gnb > ul > li > a:hover {color:#2e389d; text-decoration:none;} +.allMenu .m-gnb > ul > li > a .link {display:inline-block; width:12px; height:12px; margin-left:3px; background-size:100%;} +.allMenu .m-gnb > ul > li.curr > a, +.allMenu .m-gnb > ul > li > a:hover {text-decoration:none;} +.allMenu .m-gnb ul.depth-2 {overflow:hidden; padding-bottom:0px; margin-top:10px;} +.allMenu .m-gnb ul.depth-2 > li > a {display:block; font-size:15px; font-weight:400; line-height:30px; color:#444; padding-left:12px;} +.allMenu .m-gnb ul.depth-2 > li > a:before {content:''; position:absolute; top:15px; left:0; width:6px; height:1px; background-color:#777;} +.allMenu .m-gnb ul.depth-2 > li > a:hover {color:#2d39b5; text-decoration:none;} +.allMenu .gnb-close {position:absolute; margin:0; top:0; right:9.2%;z-index:99;} +.allMenu .gnb-close button {width:50px; height:55px; display:block; background:url("../images/main/btn_close.png") no-repeat center; background-size:21px 21px; text-indent:-9999px;} + +/* lnb menu */ +.side_Wrap h2 {overflow: hidden; display: flex; align-items: center; justify-content: center; width: 100%; height: 98px; font-size: 23px; font-weight: normal; line-height: 1; color: #fff; background: #333faf; border-radius: 30px 0 0 0; box-sizing: border-box;} +#lnb {float: left; width: 100%;} +#lm {width: 100%;} +#cssmenu, +#cssmenu ul, +#cssmenu ul li, +#cssmenu ul li a {margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;display: block;letter-spacing:-0.8px;color:#333333;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-decoration: none;cursor: pointer;} +#cssmenu {width: 100%;} +#cssmenu ul ul {display: none;} +.align-right {float: right;} +.holder {background:none} +.holder::after, .holder::before {display: block;position: absolute;content: "";right: 15px;z-index: 10;background:none} +.holder::after {top: 15px;background:none} +.holder::before {top: 15px;} +#cssmenu > ul > li > a {display: block; position: relative; padding: 15px 15px; font-size: 15px; font-weight: 400; color: #333333; border: 1px solid #ddd; border-top: 0; background:#fff;} +#cssmenu > ul > li > a:before {content:""; display:block; position:absolute; top:50%; right:20px; margin-top:-7px; width:13px; height:13px; background-image:url(../images/common/ico_lnb_1dh.png); background-repeat:no-repeat; transition: all 0s ease 0s } +#cssmenu > ul > li > a:hover:before {background-image:url(../images/common/ico_lnb_1dh_hover.png);} +#cssmenu > ul > li > a:last-child {border-bottom: none;} +#cssmenu > ul > li > a:hover {color: #2e389d;} +#cssmenu > ul > li.active > a, +#cssmenu > ul > li.open > a {display: block; position: relative; color: #fff; border: 0; background: #252e89;} +#cssmenu > ul > li.open > a:before {content:""; display:block; position:absolute; top:50%; right:20px; margin-top:-7px; width:13px; height:13px; background:#252e89 url(../images/common/ico_lnb_1dh_on.png); background-repeat:no-repeat; transition: all 0s ease 0s } +#cssmenu ul ul {background:#f7f9fc;border: 1px solid #ddd;border-top: 0; padding: 7px 0 10px;} +#cssmenu ul ul li a {position: relative; display: block; padding: 8px 0 8px 25px; font-size:14px; font-weight:500; color:#424242 !important; letter-spacing:-0.6px; font-weight: normal;} +#cssmenu ul ul li a:before {display:block; position:absolute; top:14px; left:15px; width:4px; height:4px; background-color:#a9a9ab; content:'';} +#cssmenu ul ul li a.on {color: #2e389d !important; font-weight: normal;} +#cssmenu ul ul li a.on:before {display:block; position:absolute; top:14px; left:15px; width:4px; height:4px; background-color:#2e389d; content:'';} +#cssmenu > ul > li.open > ul {display:block;} +#cssmenu ul ul li:hover a, +#cssmenu ul ul li.open a, +#cssmenu ul ul li.active a {position: relative; display: block; color: #2e389d !important;} +#cssmenu ul ul li:hover a:before,#cssmenu ul ul li.open a:before,#cssmenu ul ul li.active a:before {content:''; display:block; position:absolute; top:14px; left:15px; width:4px; height:4px; background-color:#2e389d;} +#cssmenu ul ul li.active a:after, #cssmenu ul ul li.open a:after, #cssmenu ul ul li a:hover:after {border-color: none;} + +/* title */ +.main_titWrap {display: flex; justify-content: space-between; align-items: center; padding: 20px 0;} +.main_titWrap > * {height: 28px; align-items: center;} +.main_titWrap h3 {position: relative; color:#333; font-size:23px; font-weight:bold; text-align: left; display: flex; -webkt-display: flex; -moz-display: flex;} + +.content-title {font-size:16px; font-weight:500;color:#1a2377;position:relative;padding-left:14px;margin: 15px 0 10px;text-align:left;} +.content-title:before {position:Absolute;content:'';display:block;left:0;top:10px;transform:translateY(-50%);width: 6px; height: 15px;background: #1f287c;border-radius: 3px;margin-top: 0;} + +/* location */ +.location {position:absolute; right:0; box-sizing:border-box;display: flex; -webkt-display: flex; -moz-display: flex;} +.location-cont {} +.location-cont .route_navi {position:relative;} +.location-cont .route_navi li {float: left; line-height:26px; font-size: 15px; color:#555; font-weight:normal; letter-spacing:-0.05em; padding:0 10px 0 16px; background: url('../images/common/route_arrow.png') no-repeat 0 8px;} +.location-cont .route_navi li .home {display: inline-block; background: url('../images/common/icon_home.png') no-repeat 0 0; padding: 0; width: 12px; height:16px; font-size:0; text-indent:-9999px;} +.location-cont .route_navi li.home a span {float: left;font-size: 0; height: 0;line-height: 0;overflow: hidden;position: absolute;visibility: hidden;width: 0;} +.location-cont .route_navi li a:hover {color:#333;} +.location-cont .route_navi li:last-child {line-height: 26px; font-weight:500; padding-right: 0;} +.location-cont .route_navi li:first-child {background:none;} + +/*footer*/ +#footer {width:100%;background:#3c3d46; clear:both; height:60px; display: flex; justify-content: space-between; align-items: center;} +#footer .box {position: relative; width:1400px; margin:0 auto;} +#footer .box p.fLogo {float:left; margin:15px 25px 15px 0;} +#footer .box address {color:#afafaf; font-size:13px; margin-top:15px; text-transform:uppercase; text-align:left;} +#footer .box p.copy {color:#9b9ba0; font-size:13px; text-align:left;} +#footer .box .menu {position: absolute; top: 20px; right: 0;} +#footer .box .menu li {display:inline-block;} +#footer .box .menu li:not(:last-child) {position:relative; margin-right:1.2em;} +#footer .box .menu li:not(:last-child):after {content:""; position:absolute; top:6px; right:-0.8em; width:1px; height:8px; background-color:#8b8a8a;} +#footer .box .menu li a {color:#afafaf; font-size:14px;} +#footer .box .menu li a:hover {color:#377fed;} + +/* 감색 목록 */ +.searchResultWrap {position:relative; padding:20px 0; margin-bottom: 30px; border-top:1px solid #777;} +.searchResultWrap .ser_kwd {color:#f96262;} +.searchResultWrap .title {color: #222; font-size:24px; background:url(../images/main/ico_penbul.png) no-repeat 0 9px; padding-left:24px; padding-bottom: 25px; border-bottom:1px dotted #ccc;} +.searchResultWrap .title span {font-size:18px;} +.searchResultWrap .title .btn-more {display: inline-block; width: 60px; margin:0; padding-left:20px; border:0;} +.searchResultWrap .title .btn-more a {display: block; font-size:14px; color:#868686; text-decoration:none; background-color:transparent; background: url(../images/main/ico_more01.png) no-repeat right 50%;} +.searchResultWrap .title .sel_box {display: inline-block; position: absolute; right: 0;} +.searchResultWrap .title .sel_box select {border:0; outline: none; font-size:15px; color:#555; padding:0 30px 0 10px; width:100%; height:40px; line-height:38px; border:1px solid #ccc; cursor: pointer; background: #fff url(../images/main/ico_select.png) no-repeat 90% 50%; background-size: 7px 4px;} +.searchResultList li {border-bottom:1px dotted #ccc; padding: 25px 0 25px;} +.searchResultList li .tit {position: relative; margin-bottom:5px; font-size:22px; color:#333; font-weight:400;} +.searchResultList li .tit .bookmark {position: absolute; top:-2px; right: 0; padding-left: 26px; text-indent:-9999px; background: url(../images/main/ico_clipping.png) left center no-repeat;} +.searchResultList li .tit .bookmark_on {position: absolute; top:-2px; right: 0; padding-left: 26px; text-indent:-9999px; background: url(../images/main/ico_clipping_on.png) left center no-repeat;} +.searchResultList li .desc {display:block; width:100%; height:40px; line-height:1.3; font-size:15px; color:#5c5c5c; font-weight:300; margin-bottom:5px;overflow:hidden; display: -webkit-box; text-overflow:ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;} +.searchResultList li .top_kwd { font-size:14px; color:#333; font-weight:300;} +.searchResultList li .date { font-size:14px; color:#aaa9a9; font-weight:300;} +.searchResultList li.keyword_arrow {position: relative; background:#f8f9fb; border-bottom:1px solid #777; box-sizing: border-box; padding: 0 18px !important; height:36px !important; line-height:34px; margin-bottom:20px;} +.searchResultList li.keyword_arrow .txt_word {display: inline-block; width:80%; left:0;} +.searchResultList li.keyword_arrow span { font-size:14px; color:#2a6fe8; } +.searchResultList li.keyword_arrow .btn-more {display: inline-block; width: 60px; margin:0; padding-left:20px; position: absolute; right: 18px;} +.searchResultList li.keyword_arrow .btn-more a {display: block; font-size:14px; color:#868686; text-decoration:none; background-color:transparent; background: url(../images/main/ico_more01.png) no-repeat right 50%;} +.searchResultWrap .not_data {margin:0 auto; text-align: center; line-height:40px;} +.searchResultWrap .not_data p {display: inline-block; font-size:18px; color:#333; background-size: 40px 40px; padding-left:50px; background:url(../images/main/not_list_img.png) 0 center no-repeat;} +.notSearchResult p {margin-bottom:15px;font-weight:bold;font-size:1.071em} +.notSearchResult p strong {font-size:1.133em} + +/* 데이터 - 검색결과 */ +.ser_kwd {color: #f96262;} +.search-result-num {display:block; text-align: center; font-size:22px; color:#7e7e7e; font-weight:500; letter-spacing: -1px; margin-bottom:30px; padding-top: 40px;} +.search-result-num .ser_kwd {color:#f96262;} + +/* main tab */ +.main_tabWrap {position:relative; overflow:hidden; margin: 0 auto; box-sizing: border-box;} +.main_tab {margin-bottom:18px; position: relative; width: 100%; height: 55px; margin: 0 auto 30px; text-align: center;} +.main_tab ul.tab03 {position:relative; width:100%; height:55px; padding:0; margin:0 auto; text-align: center;} +.main_tab ul.tab03 > li {display:inline-block; position:relative; margin:0; height:55px; width:190px;} +.main_tab ul.tab03 > li a {width:100%; display:block; color:#666; font-size:18px; font-weight:500; line-height:55px; text-align:center; background-color:#f1f7f9; border-radius:55px;} +.main_tab ul.tab03 > li a:hover {text-decoration:none; line-height:55px; background-color:#f1f7f9; color:#0098d1;} +.main_tab ul.tab03 > li.active a {line-height:55px;color:#fff; border-color:#0098d1; background-color:#0098d1;} +.main_tab ul.tab03 > li.active a:hover {} +.tab_content {position:relative; background:transparent; padding:0;} +.main_tab li a:first-child {margin-left: 0px;} + +/* 키워드 조회 */ +.keyword_view {position:relative; width:100%;} +.keyword_wrap {position: relative; width:100%; padding:28px 0 20px;} +.keyword_wrap:after {content:''; display:block; clear:both;} +.keyword_left {float:left; position: absolute; border-right:1px solid #ccc; padding: 28px 10px 10px 0; box-sizing: border-box; top: 0; left: 0; width: 275px; height:100%; min-height:220px; overflow-y: auto; margin-right: 30px;} +.keyword_right {position: relative; float:right; width:75%; min-height: 470px; box-sizing: border-box; margin-left: 305px; padding: 0; background-color: #fff;} +.keyword_left .keyword_list li a {display: block; height:48px; line-height: 48px; border:1px solid #ccc; border-radius: 5px; margin-bottom:10px; font-size: 16px; font-weight:500; color:#848484; text-align: center;} +.keyword_left .keyword_list li a:hover, .keyword_left .keyword_list li a:active {border:1px solid #ccc; color:#1d68dc; font-weight:600;} +.keyword_left .keyword_list li a.on {height:46px; border:2px solid #1d68dc; color:#333; font-weight:600; border-radius: 5px;} +.keyword_body {background:#fff; width:100%; overflow: hidden;} +.keyword_right .searchkeywordList li {border:1px solid #ccc; padding: 20px 25px; margin-bottom:10px;} +.keyword_right .searchkeywordList li:hover {border:1px solid #2a6fe8; cursor:pointer;} +.keyword_right .searchkeywordList li .tit {position: relative; margin-bottom:5px; font-size:22px; color:#333; font-weight:400;} +.keyword_right .searchkeywordList li .tit .bookmark {position: absolute; top:-2px; right: 0; padding-left: 26px; text-indent:-9999px; background: url(../images/main/ico_clipping.png) left center no-repeat;} +.keyword_right .searchkeywordList li .tit .bookmark_on {position: absolute; top:-2px; right: 0; padding-left: 26px; text-indent:-9999px; background: url(../images/main/ico_clipping_on.png) left center no-repeat;} +.keyword_right .searchkeywordList li .desc {display:block; width:100%; height:40px; line-height:1.3; font-size:15px; color:#5c5c5c; font-weight:300; margin-bottom:5px;overflow:hidden; display: -webkit-box; text-overflow:ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;} +.keyword_right .searchkeywordList li .top_kwd { font-size:14px; color:#333; font-weight:300;} +.keyword_right .searchkeywordList li .date { font-size:14px; color:#aaa9a9; font-weight:300;} + +/* 더보기 버튼 */ +.list_more {margin-top:10px; text-align:center;} +.btn_more {display:inline-block; width:96px; height:36px; line-height:34px; color:#515151; text-align:center; font-size:14px; cursor:pointer; padding:0 10px 0 0; border-radius: 36px; border:1px solid #ccc; background: #f5f5f5 url('../images/main/ico_more_arrow.png') no-repeat 78% 50%;} +.btn_more:hover {border:1px solid #1d68dc; background: #f5f5f5 url('../images/main/ico_more_arrow.png') no-repeat 78% 50%;} + +/* 버튼 그룹 */ +.btn_group {position: relative; text-align:right; margin-top:20px; right:0;} +.btn_group button {height:40px; line-height:38px; border-radius: 4px; font-size:15px; font-weight:400; padding:0 12px; text-align:center; min-width:50px;} +.btn_group button + button {margin-left:2px} +.btn_group .btn_keyword_add {display:inline-block;padding:0 20px; background-color:#ea4c89; color:#fff; font-weight:500; vertical-align:middle; height: 50px; line-height: 48px; border-radius: 48px; letter-spacing: -0.8px;} +.btn_group .btn_keyword_add:hover {background:#e3408d;} +.btn_keyword {display:inline-block; padding:0 16px; border:1px solid #1d68dc; border-radius: 5px; vertical-align:middle; cursor: pointer; height: 40px; line-height: 38px; font-weight:400; color:#1d68dc; background: #fff;} +.btn_keyword:hover {color:#fff; border:1px solid #1d68dc; background:#1d68dc;} +.ico_blank_dark {width:12px; height:12px; background-image:url('../images/main/keword_ico_del.png'); margin-left:13px;} +.btn_keyword:hover .ico_blank_dark.blank_ov {width:12px; height:12px; background-image:url('../images/main/keword_ico_del_ov.png'); margin-left:13px;} +.btn_group .btn-function {min-width:80px; color:#fff; background:#2e389d;}/*등록,확인,저장*/ +.btn_group .btn-function:hover {background:#202a8f;} +.btn_group .btn-etc {min-width:80px; color:#fff; background:#187bfe;}/*수정*/ +.btn_group .btn-etc:hover {background:#055ed3;} +.btn_group .btn-cancel {min-width:80px; color:#fff; background:#474d5c;}/*취소*/ +.btn_group .btn-cancel:hover { background:#3e4452;} + +/* Button style */ +.button, .button a {display:inline-block;cursor:pointer;color:inherit;text-align:center;overflow:visible;background:#fff; padding:0;text-decoration: none !important;vertical-align:middle;white-space:nowrap;margin:0;} +.button:hover {font-weight: normal;} +.button.btn_small {display:inline-block; padding:0px 16px !important;border:1px solid #7e819b;background-color:#7e819b;color:#fff;font-size:14px;font-weight:500;height: 36px;line-height: 34px;border-radius: 3px;vertical-align:middle;cursor: pointer;} +.button.btn_small:hover {border:1px solid #6a6e89;background-color:#6a6e89;} + +/* tbl btn */ +.btn {display:inline-block;height:34px;line-height:32px;font-size:13px;padding:0 12px;text-align:center;border-radius: 3px;} +.btn:hover {text-decoration:none;} +button[class^='btn-']:hover {text-decoration:none;} +.btn-copy,.fileSelectBox .fileinput-button,.fileinput-button {background:#f5f5f5;border:1px solid #bbb;color:#555;} +.btn-copy:hover,td .inlineBox > button:hover,td .inline > button:hover,.fileSelectBox .fileinput-button:hover {background:#7d7d7d;border:1px solid #7d7d7d;color:#fff;} +.btn-save {background:#fff;border:1px solid #508cc3!important;color:#427db4;} +.btn-save:hover{background-color:#508cc3!important;border:1px solid #508cc3;color:#fff!important;} +.btn-print{background:#6eb5b8;border:1px solid #6eb5b8;color:#fff;} +.btn-print:hover{color:#fff;background:#649092;border:1px solid #649092;} +.btn.btn-etc{background-color:#fff;border:1px solid #bbb;color:#333;} +.btn.btn-etc:hover{background-color:#f3f3f3;border:1px solid #999;color:#333;} +.btn-inspect {min-width:62px;border:1px solid #42b382;color:#fff;background:#42b382;}/*장비 점검*/ +.btn-inspect:hover {border:1px solid #2aa36e!important;;background:#2aa36e!important;} +.btn-step {border:1px solid #333faf;color:#333faf;background:#fff;}/*단계*/ +.btn-step:hover {color:#fff;border:1px solid #333faf!important;;background:#333faf!important;} +.btn-report {background:#fff;border:1px solid #fd5120;color:#fd5120;}/*보고서*/ +.btn-report:hover,.btn-report.active {background:#fd5120;border:1px solid #fd5120;color:#fff;} +.btn-result {border:1px solid #646ab7;color:#fff;background:#646ab7;}/*결과*/ +.btn-result:hover {color:#fff;border:1px solid #4e54af!important;;background:#4e54af!important;} +.btn-regist {background:#fff;border:1px solid #2f3bab!important;color:#2f3bab!important;}/*등록*/ +.btn-regist:hover {background:#2733a1!important;border:1px solid #2733a1!important;color:#fff!important;} +.btn-modifi {background:#fff;border:1px solid #2da873!important;color:#1e9e67;}/*수정*/ +.btn-modifi:hover {background:#229f69!important;border:1px solid #229f69!important;color:#fff!important;} +.w-sm{min-width:50px;} +.btn-open-helplayer{width:71px;height:30px;background:url(../images/common/btnimg-help.png) no-repeat;} +.btn-open-helplayer span{text-indent:-999999em!important;font-size:0!important;line-height:0!important;} +/* button size */ +.btn.md{height:28px;line-height:24px;font-size:11px;padding:0 5px;} +.btn.sx{height:24px;line-height:20px;font-size:11px;padding:0 5px;} + +/* table info */ +.tbl_info {position:relative; height:36px;line-height:36px; margin-bottom:5px; display: flex; -webkt-display: flex; -moz-display: flex; align-content: space-between; align-items: center;} +.tbl_info {width: 100%; position: relative; height: 35px; line-height: 35px; display: inline-block; margin-bottom: 5px;} +.tbl_info:after {content:''; display:block; clear:both;} +.tbl_info .left_Area {position: relative; text-align: left; float:left;} +.tbl_info .right_Area {box-sizing: border-box; float:right;} +.tbl_info .left_Area ul li {display:inline-block; font-size: 16px; font-weight: normal; color: #333; letter-spacing: -0.7px;} +.tbl_info .left_Area ul li .txt_total {color:#f96262; padding:0 2px 0 4px; font-weight: 500;} +.tbl_info .right_Area .sel_box {display: inline-block; position: absolute; right: 0;} +.tbl_info .right_Area .sel_box select {border:0; outline: none; font-size:14px; color:#555; padding:0 30px 0 10px; width:100%; height:36px; line-height:34px; border:1px solid #ccc; cursor: pointer; background: #fff url(../images/common/ico_sel_arrow.png) no-repeat right 50%; background-size:20px 8px;} +.essential {display:inline-block; color:#f93c4e; font-size: 16px; line-height: 12px; vertical-align: text-top; padding:0 3px 0 4px;} + +/* Table list */ +.tbl_list {position:relative; width:100%; border-top: 1px solid #334263;} +.table-x-scrollable {overflow-x: scroll;} +.table {width: 100%; table-layout: fixed; border-bottom: 1px solid #cbccd3; background-color: #fff; margin-bottom:15px;} +.table thead th {border-bottom: 1px solid #d5d4d4; } +.table thead th, .table tbody th {padding:3px 8px; vertical-align: middle; font-size:13.5px; font-weight:400; color:#112469; text-align:center; background: #f3f5fd;} +.table thead th:last-child, .table th:last-child, .table td:last-child {border-right: 0;} +.table th, .table td {padding: 3px 8px; vertical-align: middle; height: 36px; text-align: center; word-break: break-all; -ms-word-break: break-all; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;} +.table tbody td {vertical-align:middle; font-size:13.5px; color:#333; font-weight: 300; text-align:center; word-break: break-all; white-space: normal;} +.table tbody td a {text-align:left; font-size:13.5px; color:#333; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;-o-text-overflow: ellipsis;-ms-text-overflow: ellipsis; display:block;} +.table tbody td a:hover {color:#0d2ea6; text-decoration: none;} +.table td button {height:32px;line-height:32px;} +.table td .btn-normal {background-color:#fff;border:1px solid #bbb;color:#333;height:32px;line-height:30px;} +.table td .btn-normal:hover {background-color:#f3f3f3;border:1px solid #999;color:#333;} +.table tbody tr.notice_area {background: #fef6f8 !important; font-weight:500;} +.table + .table {margin-top:20px;} +.badge_notice {display:inline-block; text-align:center; color:#ff4e50; font-size:13px; font-weight:400; background:#fff; border: 1px solid #ff4e50; border-radius: 22px; min-width: 46px; height: 22px; line-height: 20px; box-sizing: border-box;} + +/* paging */ +.pagination {position: relative; display: block; text-align:center; margin: 25px auto 0;} +.pagination li {display: inline-block; vertical-align: middle; letter-spacing:-2px; text-align:center;} +.pagination li a {display: block; text-decoration: none; color: #333; font-size:13px; word-break: keep-all; -ms-word-break: keep-all; width:32px; min-width: 32px; height: 32px; line-height:30px; border-radius: 5px; border: solid 1px #ccc; background: #fff;} +.pagination li a.first_page {display:inline-block;text-indent:-9999px; background:#fff url('../images/common/ico_page_first.png') no-repeat 50% 50%;font-size:0; width:15px;height:32px; box-sizing: border-box;} +.pagination li a.pre_page {display:inline-block;text-indent:-9999px; background:#fff url('../images/common/ico_page_pre.png') no-repeat 50% 50%;font-size:0; width:15px;height:32px; margin-right:10px;box-sizing: border-box;} +.pagination li a.next_page {display:inline-block;text-indent:-9999px; background:#fff url('../images/common/ico_page_next.png') no-repeat 50% 50%;font-size:0; width:15px;height:32px; margin-left:10px; box-sizing: border-box;} +.pagination li a.end_page {display:inline-block;text-indent:-9999px; background:#fff url('../images/common/ico_page_last.png') no-repeat 50% 50%;font-size:0; width:15px;height:32px; box-sizing: border-box;} +.pagination li a:hover, +.pagination li span:hover, +.pagination li a:focus, +.pagination li span:focus {color: #0d2ea6; border-color: #0d2ea6;} +.pagination .active a, +.pagination .active span, +.pagination .active a:hover, +.pagination .active span:hover, +.pagination .active a:focus, +.pagination .active span:focus {z-index: 2; color: #fff; background-color: #595959; border-color: #595959; cursor: default;} +.pagination li a.on {z-index: 2; color: #fff;background-color: #595959; border-color: #595959; cursor: default;} + +/* View/Form table */ +.bbs_view {position:relative; width:100%; border-top: 1px solid #334263;margin-bottom: 30px;} +.tbl_form {width:100%; border:0; background-color: #fff; border-bottom: 0; table-layout:fixed; border-collapse: separate; margin-bottom:20px;} +.tbl_form th, .tbl_form td {vertical-align: middle;} +.tbl_form th {padding:6px 10px; height: 38px; text-align:center; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; background: #f3f5fd; font-size: 13.5px; font-weight: 500; color: #112469; letter-spacing:-0.5px;} +.tbl_form th.non_bg {background: #fff; } +.tbl_form td {padding:6px 10px; height: 38px; text-align:left; font-size:14px; color:#333; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;} +.tbl_form thead th:last-child, .tbl_form th:last-child, .tbl_form td:last-child {border-right: 0;} +.tbl_form thead th {padding:2px 10px 2px 10px; height: 34px; text-align:center; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; background: #f3f5fd; font-size: 13.5px; font-weight: 500; color: #112469; letter-spacing:-0.5px;} +.tbl_form td label {vertical-align:top;padding-right:10px;} +.tbl_form input[type="text"] {} +.tbl_form select {width:100%;} +.tbl_form textarea {/*width:98%;*/} +.tbl_form input.form-control {width: 100%;} +.tbl_form td img {vertical-align:middle;} +.tbl_form td .form_inline {display: inline-block; float: left; box-sizing: border-box;} +.tbl_form td .form_group {display: inline-block; position: relative; width: 100%; max-width: 100%;box-sizing: border-box;} +.tbl_form td .form_group span {box-sizing: border-box; position: relative; display: inline-block;} +.tbl_form td .form_group em {display: inline-block;padding-left: 8px;padding-right: 8px;font-size: 14px;} +/*.tbl_form td .form_group em input + label {margin-right: -6px; margin-left: -4px;display: inline-block;}*/ +.tbl_form td .form_inline .label, .tbl_form td .form_group .label {display: inline-block;vertical-align:middle; color:#333; font-weight:500;} +.tbl_form th.blank_bg, .tbl_form td.blank_bg {border-left: none;border-right: none; background:#fff; height:5px;} +.text_note {display: inline-block;font-size:12px;color:#f77777;line-height:16px;background:url('../images/common/ico_info.png') no-repeat 0 50%;padding-left:18px;} +.tbl_form button.ico_btn_search {display:inline-block;width: 26px;height: 24px;background: url('../images/common/ico_td_search.png') no-repeat 0 0; margin-left: 2px;text-indent:-9999px;font-size:0;cursor:pointer;} +.tbl_form .datepicker {width:100%;} +.tbl_form .date_group {display:inline-block;position:relative;} +.tbl_form .date_group i {display:inline-block;width:16px;color:#000;text-align:center;font-size:13px;} +button.ico_btn_search {display:inline-block;width: 26px;height: 24px;background: url('../images/common/ico_td_search.png') no-repeat 0 0; margin-left: 2px;text-indent:-9999px;font-size:0;cursor:pointer;} +button.ico_btn_search:hover {display:inline-block;width: 26px;height: 24px;background: url('../images/common/ico_td_search_ov.png') no-repeat 0 0; margin-left: 2px;text-indent:-9999px;font-size:0;cursor:pointer;} +.table input.text_amount, .tbl_form input.text_amount {text-align: right;padding-right: 5px !important;box-sizing: border-box; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;} +.tbl_form td button {height: 32px; line-height: 32px;} +.tbl_form .text_box {width: 100%;} +.tbl_form .text_box textarea {width:95%; overflow-y: hidden; resize: none; border: 1px solid #ccc; border-radius: 4px; padding: 2px 8px; padding-bottom: 0;line-height: 16px;font-size:13px;} + +/* 점검보고서 */ +.report_wrap {position:relative; width:100%; display: flex; -webkt-display: flex; -moz-display: flex; justify-content: space-between;} +.calcBox, .roundBox {position:relative; border: 1px solid #dddddd; border-radius: 6px; padding: 10px 20px; background-color: #fff; margin-top: 10px; align-items: center;} +.ttl {position:relative; font-size:15px; font-weight:500;color:#333;padding-left:15px;margin-right:20px;text-align:left;} +.ttl:before {position:Absolute;content:'';display:block;left:2px;top:50%;transform:translateY(-50%);height:13px;width:5px;background:#29b0fd;border-radius:12px;} +.calcBox textarea.form-control {flex: 1; min-height: 50px; width: 100%;font-size:13px;line-height: 1.5;} +.calcBox .btn.report_sel {height:50px;line-height:48px;background-color:#f38a4a;font-size:13px;color:#fff;font-weight:500;padding:0 15px;border-radius:4px;text-align:center;} +.calcBox .btn.report_sel:hover {background-color:#eb8241;} + +/* 스크롤 */ +#scrollstyle::-webkit-scrollbar-track {border-radius: 0;background-color: #f5f5f5;} +#scrollstyle::-webkit-scrollbar {width: 8px; background-color: #f5f5f5;} +#scrollstyle::-webkit-scrollbar-thumb {border-radius: 0; background-color: #ccc;} +#scrollstyle-x::-webkit-scrollbar-track {border-radius: 0;background-color: #f5f5f5;} +#scrollstyle-x::-webkit-scrollbar {height: 8px; background-color: #f5f5f5;} +#scrollstyle-x::-webkit-scrollbar-thumb {border-radius: 0; background-color: #ccc;} + +/* 검색영역 */ +.search_wrap {width:100%; clear:both; margin:0 auto; text-align:center; overflow: hidden;} +.search_wrap .inner_box {position: relative; width:1400px; margin:0 auto; overflow:hidden;} +.date_group {display:inline-block;position:relative;} +.date_group i {display:inline-block;width:20px;color:#333;text-align:center;font-size:15px;} +.date_group input {height:38px !important; padding:0 12px !important; border: 1px solid #ccc !important; color:#333; border-radius: 4px;} +.btn_calendar {display:inline-block; width: 21px; height: 22px; background: #fff url(../images/common/ico_calendar.png) no-repeat 94% 55%; cursor: pointer; padding-right: 16px;} +.btn_calendar span {display:inline-block; text-indent:-9999px;} +.date_group .btn_mainSearch {display:block;position:absolute;top:0;right:0;width:41px;height:41px;text-indent:-9999em; background: url(../images/main/btn_ico_search.png) no-repeat center center;border:0px none;box-sizing:border-box;} +.date_group .btn_search {display:inline-block; vertical-align:middle;font-size:0; width:41px; height:41px; background: url(../images/main/btn_ico_search.png) no-repeat 0 0; margin-left: 10px;} +.search_box {position:relative; width:100%; padding: 0px 0 0;margin: 0 auto;} +.search_box .searchBox_inner {width:645px; height:50px; display:block; position:relative; border-bottom: 3px solid #1e1e1e; margin:0 auto 10px;} +.search_box .searchBox_inner label {width:100%; height:50px; font-size:20px; text-align:left; font-weight:100; color:#fff; line-height:50px; padding:0; display:inline-block; box-sizing:border-box; position:absolute; top:0; left:0; opacity:0.5;} +.search_box .searchBox_inner input {width:100%; height:50px; background-color:transparent; font-size:18px; text-align:left; color:#282828; line-height:20px; padding:16px 40px 16px 0; display:inline-block; border:0; box-sizing:border-box;} +.search_box .searchBox_inner input::placeholder {font-size:18px; text-align:left; color:#b6b6b6;} +.search_box button {position: absolute;top:15px;right:0;width: 23px;height: 22px;font-size:0;background:url(../images/main/btn_ico_search.png) no-repeat;} +.search.on .search_wrap {display: inline-block; visibility:visible; opacity:1; height: auto;} +.search.on > a{ visibility: hidden; opacity:0;} +.search .ex { display:inline-block; width:auto; text-align: center; margin:0 auto;} +.ex {position:relative; display:inline-block; width:100%; height:48px; line-height:46px; padding:0; margin: 0 auto; text-align:center; background: #2646a6;} +.ex .ex_inner {position: relative; width:1400px; margin:0 auto; overflow:hidden;} +.ex .ex_inner .ex_tit {display: inline-block; font-size: 15px; font-weight: 500; color:#d2e2ff; padding:3px 0 5px 0; margin-right: 15px; line-height: 1; vertical-align: middle;} +.ex .ex_inner a {display: inline-block; font-size: 15px; font-weight: 300; color:#d2e2ff; line-height: 1;} +.ex .ex_inner a:before {content: ""; display: inline-block; width: 1px; height: 12px; background-color:#afc1e9; vertical-align: middle; margin:0 12px;} +.ex .ex_inner a:nth-child(2):before {display: none;} + +/* search_box_sub */ +.search_box_sub {position:relative; width:100%; padding: 20px 0; margin: 0 auto 25px; border:1px solid #b4d0dd; background:#f2fbff;} +.search_box_sub .searchBox_inner {width:100%; height:47px; display:block; position:relative; margin:0 auto; text-align: center;} +.search_box_sub .searchBox_inner input[type=text] {width:50%; height:47px; border:1px solid #ccc; color:#1b263c; font-size:18px; line-height:19px; padding:15px 10px 10px 10px; display:inline-block; box-sizing:border-box;} +.search_box_sub .searchBox_inner input::placeholder {font-size:17px; text-align:left; color:#b6b6b6;} +.search_box_sub .searchBox_inner .search_submit {position:relative;display:inline-block;background-color:#1b263c;vertical-align:middle;text-align:center; margin-left:5px;} +.search_box_sub .searchBox_inner .search_submit input[type='submit'] {color:#fff; font-size:15px;font-weight:500; min-width:84px; height:47px; padding: 0 20px;} + +/*----------- 레이어팝업 -----------*/ +[class^='sp-layer-popup'],.ydp-mlayer-popup {position:absolute;top:0;left:0;z-index:999999;width:100%;height:100%} +[class^='sp-layer-popup'] .wrap-layer-bg,.ydp-mlayer-popup .wrap-layer-bg {position:fixed;z-index:110;width:100%;height:100%;background-color:#333;opacity:0.7} +[class^='sp-layer-popup'] .popupbox,.ydp-mlayer-popup .popupbox {position:fixed;top:50%;left:50%;z-index:120;border:1px solid #ccc;background-color:#fff;box-sizing:border-box;border-radius:0;} +[class^='sp-layer-popup'] .popupbox section {position:relative;padding:25px} +.popupbox {position:fixed;top:50%;left:50%;z-index:120;background-color:#fff;box-sizing:border-box} +.popupbox section {position:relative;padding:25px} + +/* 팝업상세 */ +.ydp-mlayer-popup .popupbox {border:0; border-radius: 5px; border: 5px solid #2646a6} +.popupbox .pb-head {height: 75px; background-color: #2646a6;} +.popupbox .pb-head h2 b {color:#fff; font-size:24px; font-weight:600; line-height:68px; margin-left:30px;} +.popupbox .pb-head .btn-close-setting {display:block; position:absolute; top:30px; right:35px;z-index:125;width:16px;height:16px;background: url(../images/common/ico_pop_close.png)no-repeat; text-indent: -9999px;} +.popupbox .pb-body {position: relative; padding: 25px 30px 5px; background-color: #fff;} +.popupbox .pb-body article {margin-left:0px;} +.popupbox .pb-body h3 {font-size:20px; color:#474d5c; padding:10px 0 15px;} +.popupbox .pb-body .keyword_add_wrap {position: relative; display: inline-block; vertical-align:top; padding-bottom:20px; border-bottom:1px solid #e0e0e0;} +.popupbox .pb-body .keyword_add_wrap a {float:left; display: block; margin:0 8px 8px 0;} +.ydp-mlayer-popup li label span {font-size:15px; color:#282828;} +.ydp-mlayer-popup .btn-Area {padding-top:15px;text-align:center; bottom:0; display:flex;-webkt-display:flex;-moz-display:flex;justify-content:center;border-top:1px dashed #ccc; height:70px; width:100%; margin:0 auto;} +.ydp-mlayer-popup .btn-Area button {height:50px;line-height:48px; border-radius: 50px; font-size:18px;font-weight:500;padding:0 12px;text-align:center;min-width:50px;} +.ydp-mlayer-popup .btn-Area button + button {margin-left:5px} +.ydp-mlayer-popup .btn-Area .btn-save {width:100px; color:#fff; background:#eb4c97;} +.ydp-mlayer-popup .btn-Area .btn-save:hover {color:#fff;background:#e2428d;} +.ydp-mlayer-popup .btn-Area .btn-cancel {width:100px; color:#fff; background:#474d5c;} +.ydp-mlayer-popup .btn-Area .btn-cancel:hover {color:#fff; background:#3e4452;} + +/* 키 카테고리 */ +.education_category {margin:10px 0 15px; text-align: center;} +.education_category ul {display:block; position:relative; width:100%; font-size:0; line-height:0;} +.education_category ul:before {display:block; position:absolute; width:1px; height:100%; background:#ff0000; z-index:10;} +.education_category .category_item {display:inline-block;position:relative;width:calc(100% / 6);height:48px;box-sizing:border-box;margin-left: 10px; margin-bottom: 10px;} +.education_category .category_item:nth-child(n+1) {margin-left:10px;} +.education_category .category_item a {display: table; width:100%; height:100%; border:1px solid #ccc; background-color:#fff; font-size:15px; line-height:48px; text-align:center; color:#868686; border-radius: 10px;} +.education_category .category_item:nth-child(n+6) a {} +.education_category .category_item a span {display:table-cell;font-size:15px;line-height:18px;vertical-align:middle;} +.education_category ul .category_item .active {background-color:#639df3;color:#fff;border-bottom: 0;} + +/* searchArea - 검색 */ +.searchArea {position:relative; background-color:#fff; border:1px solid #d5d7df; padding:15px 150px 8px 25px; border-radius: 8px; margin-bottom:25px;} +.searchArea table {position:relative;} +.searchArea th,.searchArea td {padding-bottom:5px;height:36px;} +.searchArea th {position:relative; text-align:left; padding-right:10px;} +.searchArea th:before {content:'';display:inline-block;height:4px;width:4px;border-radius:50px;position:Relative;top:-1px;background:#0d1e84;vertical-align:middle;margin-right:5px;} +.searchArea th label {color:#112469;font-size:14px;font-weight:500;} +.searchArea td {padding-right:20px;} +.inlineBox, .inline {display: flex; -webkt-display: flex; -moz-display: flex; align-items: center;} +.searchArea td .inlineBox {display: flex; -webkt-display: flex; -moz-display: flex; align-items: center;} +.searchArea td .form_group {display: flex; -webkt-display: flex; -moz-display: flex;align-items: center;} +.searchArea input[type='text'].form-control, .searchArea select.form-control, select.form-control {width:100%;} +.searchArea .form-control.set-btn-md {width:Calc(100% - 70px);} +.searchArea select.form-control.year {width:30%;} +.searchArea td .form-control + label.txt {margin:0 5px; word-break:keep-all; -ms-word-break:keep-all;} +.searchArea select.form-control.month {width:20%; min-width:45px;} +.searchArea .btnArea {position: absolute; top: 40%; right: 20px; flex-direction: column-reverse;} +.searchArea .btnArea [class^='btn-'] {display:block; height:36px;line-height:34px;color:#fff;font-size:14px;font-weight:400; padding:0 16px; width:88px; text-align:center; margin: 3px 0;border-radius: 4px;} +.searchArea .btnArea .btn-search,.uSearchArea .l-search .btn-search {background-color:#2747d0; border:1px solid #2747d0;} +.searchArea .btnArea .btn-search:hover,.uSearchArea .l-search .btn-search:hover {background-color:#193ac1;} +.searchArea .btnArea button + button {margin-bottom:0px;} +.searchArea .set-datepicker {width:120px;} +.searchArea.single-row {padding-right:100px;} +.searchArea.single-row .btnArea,.uSearchArea .btnArea {margin-top:-15px;flex-direction:row-reverse;} +.searchArea.single-row [class^='btn-'] {display:inline-block;} +.searchArea.single-row button + button {margin-bottom:0px; margin-right:5px;} +.searchArea + .listToparea .l-Top-info dt, .searchArea + .listToparea .l-Top-info dd {line-height:30px;margin-top:0;} +[class^='sp-layer-popup'] .searchArea.single-row {padding-right:60px;} +.searchArea.sm td {padding-right:15px;} +.listToparea > * {height:30px;align-items:center;} + +/* datepicker */ +.set-datepicker {position:relative; display:inline-block; width:140px; height:38px; background:#fff; /*padding-right:26px;*/ border:1px solid #ccc;} +.set-datepicker > input {height:38px; line-height:38px; border:0; background:none; width:100%; font-size:14px;} +.set-datepicker.disabled {background:#eee; opacity:.5; filter:alpha(opacity=50); cursor:default;} +.set-datepicker.disabled input {position:relative;} +td .set-datepicker > button,td .set-datepicker > button:hover,.set-datepicker > button,.set-datepicker > button:hover {background: #fff url(../images/common/ico_calendar.png) no-repeat;width:21px;height:22px;position:absolute;right:6px;top:7px;border:0!important;background-color:transparent;text-indent:-9999px!important;font-size:0!important;} +.set-datepicker.disabled:after {content:'';display:block;height:100%;width:100%;position:absolute;top:0;left:0;z-index:5;} +.set-datepicker + label.txt {margin: 0 5px;} +td label.txt {margin: 0 5px;} +.set-datepicker.sm {width:120px;} + +/* modal 팝업 */ +.dim-layer {display: none; position: fixed; _position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000;} +.dim-layer .dimBg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .5; filter: alpha(opacity=50);} +.dim-layer .pop-layer {display: block; position: absolute;} +.pop-layer {display: none; position: fixed; top: 50%; left: 50%; width: auto; height: auto; background-color:#0e1872; z-index: 1000 !important; padding:2px;} +.modal-large {width: 960px;} +.modal-md {width: 760px;} +.modal-mini {width: 500px;} +.modal-content {position:relative; background-color:#fff; -webkit-background-clip: padding-box; background-clip: padding-box; outline: 0;} +.modal-header {width:100%;height:52px;background-color:#0e1872;} +.modal-header:after {content:''; display:block; clear:both;} +.modal-header .close {margin-top: -2px;} +.modal-header .pop_close {float: right;margin-right: 20px;} +.modal-header .pop_close a {display: block; background: url('../images/common/ico_pop_close.png')no-repeat; width:18px; height:18px; font-size: 0; margin-top: 20px;} +.modal-header .pop_title {text-align:left; font-size:20px; font-weight:500; color:#fff; line-height: 52px; text-indent: 25px; display: inline-block;} +.modal-body {position: relative; padding: 12px 25px 20px; background-color:#fff;} +.modal-body h3 {font-size:20px; color:#474d5c; padding:10px 0 15px;} +.modal-body .keyword_add_wrap {position: relative; display: inline-block; vertical-align:top; padding-bottom:20px; border-bottom:1px solid #e0e0e0;} +.modal-body .keyword_add_wrap a {float:left; display: block; margin:0 8px 8px 0;} +.modal-footer {padding: 15px 0 15px; text-align: center;border-top: 1px solid #ddd;} +.modal-footer .btn + .btn {margin-bottom: 0; margin-left: 3px;} +.modal-footer .btn-group .btn + .btn {margin-left: -1px;} +.modal-footer .btn-block + .btn-block {margin-left: 0;} +.button.btn_pop_cancel {font-size:15px; color:#333; font-weight:500; background:#fff; border:1px solid #ccc;min-width:80px; padding:0 20px; height:40px; line-height:38px; border-radius: 4px;} +.button.btn_pop_cancel:hover {background-color: #f5f6f9;border: 1px solid #9f9f9f;} +.button.btn_pop_save {font-size:15px; color:#fff; font-weight:500; background:#1d64c5; min-width:80px; padding:0 20px; height:40px; line-height: 38px; border-radius: 4px;} +.button.btn_pop_save:hover {color:#fff; background:#185bb7;} +.popup-body {position: relative; padding: 0 20px 15px;background-color:#fff;} + +/* page-title */ +.page-title {position:relative; height: 52px; line-height:52px;padding:0 20px; background-color: #0e1872; margin-bottom:20px;} +.page-title span {font-size:20px; font-weight:500; color:#fff !important;} +.page-title > .pop_close {float: right; margin-right: 10px;padding-top: 13px;} +.page-title > .pop_close a {display: block; background: url('../images/common/ico_pop_close.png') no-repeat; width: 18px; height: 18px; font-size: 0; margin-top: 7px;} +.page-title + article, .page-title + .content-title,.content-title + .sec-title {margin-top:15px;} + +/*챠트영역*/ +.chart_box {display: flex; justify-content: space-between; align-items: center; padding: 20px 0;} +.chart_wrap {position: relative; background-color: #fff; border: 1px solid #d5d7df; padding: 5px 25px; border-radius: 8px; margin-bottom: 25px;} +.prompt_box {position: relative;box-sizing: border-box; margin-bottom:10px;} +.prompt_box .Prompt_wrap {} +.prompt_box .Prompt_wrap .inner {} +.prompt_box .Prompt_wrap .inner:after {content:'';clear:both;display:block;} +.prompt_box .Prompt_wrap .inner .item {display: inline-block; float: left; vertical-align: top;} +.prompt_box .Prompt_wrap .inner .item .link {position: relative; display: block; background-color: #fff; color: #333; font-size: 16px; font-weight: 300; letter-spacing: -0.06em; line-height: 1.3; width: 100%; height: 100%; border: 1px solid #3a4aba; border-radius: 8px; text-align: left; padding: 9px 15px 9px; transition: all 0.3s;} +.prompt_box .Prompt_wrap .inner .item .link:hover, +.prompt_box .Prompt_wrap .inner .item .link:focus {background-color: #fff; border-color: #222f8b; box-shadow: 0 5px 4px rgba(135, 149, 163, 0.2);-ms-box-shadow: 0 5px 4px rgb(135 149 163 / 20%);border-style: dashed;} +.prompt_box .Prompt_wrap .inner .item .link .text {display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width:88%; vertical-align: middle;} +.prompt_box .Prompt_wrap .inner.n2 {width: calc(100% + 20px); margin: 0 -10px;} +.prompt_box .Prompt_wrap .inner.n2 .item {width: calc(100% / 2 - 20px); margin: 0 10px;margin-bottom: 8px;} +.prompt_box .Prompt_wrap .inner.n2 .item .s_tit {display: block;font-size: 15px;font-weight: 400;color: #333; margin-bottom: 10px;text-align:center;} +.prompt_box .Prompt_wrap .inner.n2 .item .g-map-area {border:1px solid #e6e6e6; background-color:#f3f5fd; min-height:50px;width:100%;margin-top: 3px;} + +/* login */ +.logback {width:100%;height:100%;background-image:url('../images/main/login_bg.gif'); background-size:100% 1000px;left: 0;top: 0;position: fixed;background: #f4f5f8;} +.logback h1 {top:0;height:42px;line-height:42px;margin-top: 8%;text-align:center;display:block;} +.logback h3 {top:0;height:40px;line-height:24px;padding-top: 20px;text-align:center;display:block;font-size:16px;font-weight:400;color:#555;margin:0 auto;} +.logback .login_box {margin:0 auto;width:500px; height:auto;clear:both;margin-top:1.2%;background:#fff;-webkit-border-radius: 26px;-moz-border-radius: 26px;-khtml-border-radius: 26px;border-radius:26px; box-shadow: 0px 1px 10px #bcbfdb; -moz-box-shadow: 0px 1px 10px #bcbfdb; -webkit-box-shadow: 0px 1px 10px #bcbfdb;} +.logback .login_box:after {content:""; clear:both; display:block} +.logback .login_box .loginWrap {width:70%; margin:0 auto;text-align:center;padding:55px 0;} +.loginWrap .input_wrap {width:100%;text-align:center;clear:both;} +.loginWrap .input_wrap input[type=text], .loginWrap .input_wrap input[type=password] {text-indent:10px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border-radius:5px;} +.loginWrap .input_wrap input::placeholder {color:#b6b6b6 !important;} +.loginWrap .input_wrap .txt_id {width:100%; height:50px; font-size:16px; border:1px solid #ddd; margin-bottom:10px;} +.loginWrap .input_wrap .txt_pw {width:100%; height:50px; font-size:16px; border:1px solid #ddd;} +.loginWrap .input_wrap .save_id {float:left; color:#333; padding:25px 0;} +.loginWrap .input_wrap .save_id input[type=checkbox] + label {cursor: pointer; position: relative; font-size: 14px; padding-left: 30px;} +.loginWrap .input_wrap .save_id input[type=checkbox]+ label:before { content: ""; display: inline-block; width: 19px; height: 19px; margin-right: 20px; position: absolute; left: 0; top: 0px; background-color: #fff; border:solid 1px #ccc; border-radius: 19px;} +.loginWrap .input_wrap .save_id input[type=checkbox]:checked + label:before {content: ""; font-size: 15px; font-weight:800; color: #fff; border:solid 1px #2e389d;line-height:19px;background:#2e389d url('../images/common/ico_check_w.png') no-repeat 50% 50%;} +.input_wrap .btn_login {display:inline-block;width:100%;height:65px;line-height:65px; margin-bottom:10px; background:#2e389d; color:#fff; text-align:center; font-weight:400; font-size:18px; border-radius: 6px;} +.input_wrap .btn_login:hover {background:#2f3dc6;} +.hidden {font-size: 0; width:0 !important; height: 0; line-height: 0; overflow: hidden; visibility: hidden; width: 0; position:absolute;} + +/* index */ +.main_img {width: 100%; height: 280px; max-width: 1400px; margin: 0 auto 40px; position: relative; display: block; box-sizing: border-box; padding:30px 20px 30px 90px;border-radius: 38px 0 0 0; background: #3842a9 url('../images/main/main_img.png') no-repeat 93% 100%;} +.main_img:after {content:''; display:block; position:absolute; bottom:0; left:0; width:160px; height:280px; background:url('../images/main/main_img_left.png') no-repeat 0 0;} +.main_img .l_txt {display:block;padding-top:50px; font-size: 45px; font-weight:700; color: #fff; line-height:1.8em;padding-left:50px;} +.main_img .m_txt {display:block;width: 100%; font-size: 22px; font-weight:400; color: #bfdfed; padding-left:50px;} + +/* 오늘의 할일, 업무공지 */ +.week_news_wrap {padding:0;width:100%;max-width: 1400px;margin: 0 auto; box-sizing: border-box;} +.week_news {overflow: hidden; width:100%; height:300px; padding:20px 30px; background: #fff; box-sizing: border-box; border-radius: 20px; box-shadow: 0px 1px 10px #d8dadf; -moz-box-shadow: 0px 1px 10px #d8dadf; -webkit-box-shadow: 0px 1px 10px #d8dadf;} +.week_news h1 {position: relative;display: inline-block;width:100%;margin-bottom:15px; font-size: 23px;height: 36px;color:#222046;font-weight:600; } +.week_news h3 {float:right;position: relative;display: inline-block;font-size: 15px;color:#333;font-weight:500;margin-top:-5px;margin-right:-5px;background:url('../images/main/ico_m_bul.gif') no-repeat 0 48%; padding-left:10px;} +.week_news h1 a.btn_more {float:right;position: relative; display:inline-block; padding:6px 0 0; width:16px; height:16px; background:url('../images/main/ico_more.png') no-repeat 0 0; margin-top: 7px; font-size:0; text-indent:-9999px;border: 0;} +.week_news h1 a.btn_more:hover {color:#333;} +.week_news h3 select {min-width:80px;height:34px !important;border: 1px solid #dadce1 !important;margin-left:4px;} +.week_news .news_list {width:100%; position: relative;} +.week_news .news_list li {line-height: 34px; position: relative; float:left; width:100%; display: flex; flex-wrap: wrap; justify-content: space-between;} +.week_news .news_list li:last-child {border-bottom: 0;} +.week_news .news_list li + li {margin-top: 9px;} +.week_news .news_list li a {display:block; position: relative; padding-left:13px; padding-right: 20px; font-size: 17px;} +.week_news .news_list li a:before {content: ""; position: absolute; left: 0; top: 50%; width: 4px; height: 4px; margin-top: -2px; background-color: #6e6e6e; border-radius: 100%;} +.week_news .news_list li a .work_tit {float:left; display:inline-block; max-width: 350px; color:#333; font-size:18px; font-weight:400; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;} +.week_news .news_list li a .noti_tit {float:left; display:inline-block; max-width: 350px; color:#333; font-size:18px; font-weight:400; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;} +.week_news .news_list li a .noti_tit:hover {color:#000;} +.week_news .news_list li a .ico_new {font-size:8px; color:#fff; width:17px; height:17px; background-color: #ff4e50; border-radius: 50%; font-weight: 400; display:inline-block; text-align: center; line-height: 15px; margin-left: 5px; vertical-align: middle; position: absolute; right:0; top:50%; transform: translateY(-50%);} +.week_news .news_list li .r_txt {float: right; line-height: 32px; color:#777; font-size:17px; } +.week_news .news_list li .w_name {color:#444; padding-right:20px;} +.week_news .news_list li .not_noti {float:left; display:inline-block; width: 100%; color:#888; font-size:17px; font-weight:400; text-align:center;} + +/******************************************* 통합검색(20250312 추가) ******************************************************************/ +.srarch-wrap {width: 100%; position: relative; margin:0 auto; box-sizing: border-box; padding-top:20px;} +.search_form_wrap {position:relative; background: #f6f6f6; padding: 15px 20px 15px;text-align:center; margin:0 auto 25px; box-sizing: border-box;} +.search_form_wrap:after {content: "";display:block;clear:both;} +.search_form_wrap {background: #fff; border: 1px solid #d5d7df; padding: 20px 25px 25px; text-align:center; margin:0 auto 30px; box-sizing: border-box; border-radius:10px;} +.search_form_wrap .search_inner span.form_input input {width:100%; min-width: 500px; height: 45px; font-size:16px; color: #333; font-weight: 300; line-height: 32px; padding: 0 20px; border:2px solid #333; border-radius: 38px;} +.search_form_wrap .search_inner {position: relative; margin-left: auto; margin-right: auto;} +.search_form_wrap .search_inner span {display: inline-block; vertical-align: middle; height:45px;} +.search_form_wrap .search_inner span.form_input input {width:100%; font-size:15px;} +.search_form_wrap .search_inner span.form_btn {margin-left:3px; width: 1%;vertical-align: middle;} +.search_form_wrap .search_inner span.form_btn button:before {display: inline-block;width: 0;} +.search_form_wrap .search_inner span.form_btn .btn_search {width:94px; height: 45px; color: #fff; font-size: 18px;font-weight: 400; padding:0; background: #2e389d url(../images/common/btn_search_m.png) no-repeat 25% 52%; vertical-align: middle; text-indent: 22px; border-radius: 38px;} +.search_form_wrap .search_inner span.form_btn .btn_search:hover {background: #242e93 url(../images/common/btn_search_m.png) no-repeat 25% 52%;} +.search_form_wrap .search_inner .form_label {display:inline-block; color: #333; font-size: 16px; font-weight: 400; letter-spacing: -1px; padding: 0 12px 0 0;} +.search_form_wrap .search_inner [class$="_label"] {display: inline-block; color: #333;} +.search_form_wrap .search_inner label {vertical-align: middle;} + +/* search_head */ +.search_head {position:relative; margin:15px auto;} +.search_head_result {display: block; text-align: center; font-size: 18px; color: #333; font-weight: 400; line-height: 26px;} +.search_head_result em {background-color:transparent; vertical-align:top; color:#f53333; font-weight:400; padding:0 4px;} +.search_head_result strong {vertical-align:top; color:#f53333; font-size:20px; font-weight:400;} + +/* 통합검색 리스트 */ +.search-list-box {position:relative; display: block; width:100%; margin:20px 0;} +.search-list-box:after {content:""; clear:both; display:block} +.search-list-box .search-tit {background:#f3f5fd; border: 1px solid #e9ebf3; border-bottom: 1px solid #a1aee1; border-radius: 6px; padding: 10px 15px; font-size:16px;} +.search-list-box .search-tit strong {position: relative; color: #333; font-size: 17px; font-weight: 400; margin-right: 20px;} +.search-list-box .search-tit strong:before {content:''; display: block; position: absolute; width: 1px; height: 15px; background: #c3c8dd; right: -13px; top: 50%; margin-top: -6px;} +.search-list-box .search-tit .keyword {color:#f53333; font-weight:500; padding: 0 3px;} +.search-list-box .search-tit .keyword_num {color:#f53333; font-weight:500; padding: 0 3px;} +.search-list-box .btn-right {text-align:right; margin:20px 0 30px;} +.search-list-box .btn-right .ico-arr-black {transform: rotate(-90deg); margin-left:5px; opacity:0.8; height:7px;} +.search-list-box .btn-right .button_more {display:inline-flex; height:34px; padding:0 14px; line-height: 33px; font-size: 13.5px; color:#333; font-weight:400; vertical-align:middle; border:1px solid #ccc; text-decoration:none; border-radius:5px; background-color:#fff; transition:opacity 0.3s, color 0.3s;} +.search-list-box .btn-right .button_more:hover{border:1px solid #2e389d;color:#2e389d;} +.search_list {position:relative; width:100%; margin:0 auto; display:block; box-sizing: border-box;} +.search_list:after {content:""; clear:both; display:block} +.search_list>ul {position:relative; display:block;} +.search_list>ul>li {display: inline-block; width: 100%; padding: 18px 0; border-bottom:1px solid #ccc;} +.search_list .search_cont {display: flex; justify-content: space-between; padding: 0 0; width: 100%; vertical-align: top;} +.search_list .search_cont .cont-tit {position: relative; padding:0 20px 0 15px; box-sizing: border-box; display: block; overflow: hidden; margin-right: 20px;} +.search_list .search_cont .cont-tit:after {content: ''; display: block; clear: both;} +.search_list .search_cont .cont-tit > a {width: 100%; height: 28px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; font-size:16.5px; color: #333; font-weight:500; letter-spacing: -0.5px; line-height: 28px;} +.search_list .search_cont .cont-tit > a:hover {color: #121212;} +.search_list .search_cont .cont-tit .route {font-size: 14px; color:#555; line-height: 19px; display: inline-block;} +.search_list .search_cont .cont-info {position: relative;display: -webkit-box; display: -ms-flexbox; display: inline-block; margin-left: auto; padding-left: 15px; padding-top: 5px; min-width: 200px; text-align: left;} +.search_list .search_cont .cont-info:after {content: ''; display: block; clear: both;} +.search_list .search_cont .cont-info:before {content:''; display: block; position: absolute; width: 1px; height: 27px; background: #cbcdd5; left: -10px; top: 30%;} +.search_list .search_cont .cont-info .source_organ {font-size:14px; color:#555; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block;} +.search_list .search_cont .cont-info .source_data {display: block; font-size:14px; color:#888; line-height: 25px;} +.search_list .mark, .search_list .cont .mark {color:#3d4acb;} +.search_list a:hover .mark {color:#2634c0;} + +/* 첨부파일 */ +.uploader {position: relative; display:block; margin: 8px 0 5px; border: 1px dashed #cbcdd5; padding: 8px 13px; border-radius: 6px; overflow: hidden;} +.uploader:after {content: ''; display: block; clear: both;} +.uploader > li {display: flex; -webkt-display: flex; -moz-display: flex; font-size:13px; color:#555; line-height:19px;} +.uploader > li > a {display: inline-block;} +.uploader > li > a span {font-size:13px; color:#555; line-height:19px;} +.uploader > li > a:hover span {color:#121212;} + +/* 첨부파일 아이콘 */ +.uploader > li > a >i[class^='ico-']{display:inline-block;width:17px;height:17px;vertical-align:middle;margin-top:-3px;margin-right:5px;background-repeat:no-repeat;text-indent:-999999em!important;font-size:0!important;line-height:0!important;} +.ico-file {display:inline-block;width:13px;height:15px;vertical-align:middle;background-image:url(../images/common/ico-file.png);} +.ico-pdf {display:inline-block;width:17px;height:17px;background-image:url(../images/common/ico-pdf.png);} +.ico-excel {display:inline-block;width:17px;height:17px;background-image:url(../images/common/ico-excel.png);} +.ico-ppt {display:inline-block;width:17px;height:17px;background-image:url(../images/common/ico-ppt.png);} +.ico-hwp {display:inline-block;width:16px;height:17px;vertical-align:middle;background: url(../images/common/ico-hwp.png);} +.ico-img {display:inline-block;width:16px;height:17px;vertical-align:middle;background: url(../images/common/ico-img.png);} +.ico-zip {display:inline-block;width:16px;height:17px;vertical-align:middle;background: url(../images/common/ico-zip.png);} + diff --git a/bin/main/static/css/layout.css.20250611 b/bin/main/static/css/layout.css.20250611 new file mode 100644 index 00000000..a2624e8b --- /dev/null +++ b/bin/main/static/css/layout.css.20250611 @@ -0,0 +1,667 @@ +@charset "utf-8"; + +#wrap {width:100%;margin:0 auto;} +.row::after {content:""; display:block; clear:both;} +.cell {float:left; box-sizing:border-box;} + +/* Layout */ +#container {position:relative; width:100%; margin:0 auto; padding-bottom: 50px; background: #f7f8fa;} +#container:after {display:block;clear:both;content:''} +#content {position: relative; width:100%; margin:0 auto;} +.content {position: relative; width:1400px; margin:0 auto;} +#container .side_Wrap {position:relative; float:left; width:220px; padding-top:20px;} +#container .body_wrap {float: right; width: calc(100% - 250px);} +#container .body_wrap .inner {width:100%; margin:0 auto; padding: 20px 25px 30px; border: 1px solid #e0e0e0; background-color: #fff;} + +/* header */ +.header_wrap {position: relative; width:100%; height: 120px; background:#fff;} +.header_wrap .header-inner {position:relative; width:1400px; min-width: 1400px; height:100%; margin:0 auto;} +.header_wrap .header-top {width: 100%; height: 60px; margin: 0 auto; display: inline-block;} +.header_wrap .header-top > .inner {position: relative; width: 1400px; height: 60px; margin: 0 auto;} + +/* util */ +.header_wrap .header-top .util {float:right; height:60px; margin-top:16px; right:0; display: inline-block;} +.header_wrap .header-top .util li {position: relative; display: inline-block; vertical-align: middle; height:28px; line-height:28px; color:#666; font-size:13px;margin-left: 20px;} +.header_wrap .header-top .util li > img {vertical-align: top;} +.header_wrap .header-top .util li > a {font-size:13px; color:#333;} +.header_wrap .header-top .util li .name {display: inline-block; padding-left:18px; margin-right: 4px;color:#2e389d;font-weight:500;} +.header_wrap .header-top .util li .name:before {position:absolute; content:''; display:block; background: url('../images/main/ico_user.png') 0 0 no-repeat;left:0;top:7px;width:14px;height:14px;} +.header_wrap .header-top .util li .logout {display: inline-block; padding-left:18px; margin-right: 14px;} +.header_wrap .header-top .util li .logout:hover {color:#2e3aaf;} +.header_wrap .header-top .util li .logout:before {position:absolute; content:''; display:block; background: url('../images/main/ico_logout.png') 0 0 no-repeat;left:0;top:7px;width:14px;height:14px;} +.header_wrap .logo {position:relative; display:inline-block; height:35px;width:211px;top:13px;left:0px;cursor:pointer; text-indent: -9999px; background:url(../images/main/logo.png) 0 center no-repeat;} + +/* hearder 검색(20240424) 추가 */ +.header_wrap .header-top .util li .total_search {position: relative; top:-4px; left:0; width:380px; font-size:0; line-height:0;} +.header_wrap .header-top .util li .total_search h2 {opacity:0; overflow:hidden; position:absolute; top:0; left:0; width:1px; height:1px;} +.header_wrap .header-top .util li .total_search .search_panel {position:relative; z-index:40; width:100%; margin-right:auto; margin-left:auto;} +.header_wrap .header-top .util li .total_search .search_bar {overflow:hidden; position:relative; padding-right:35px; border: 0;} +.header_wrap .header-top .util li .total_search .search_query {display:block; width:100%; height:36px; padding-right:7px; padding-left:8px; border: 2px solid #3d4db1; border-radius: 6px; background-color:#fff; color:#333; font-size:14px; line-height:17px;} +.header_wrap .header-top .util li .total_search .search_query input {border:none;} +.header_wrap .header-top .util li .total_search .search_submit {display:block; position:absolute; top:0; right:12px; bottom:0; border:0 !important; border-radius: 0 6px 6px 0; width:40px; height:36px; margin-top:auto; margin-bottom:auto; background:#3d4db1 url('../images/common/btn_search_m.png') no-repeat center center; text-indent: -9999px; background-size: 15px 15px;} + +/*오픈*/ +.util li a.mysetOpen {width:115px; padding:6px 15px 0 18px; background:url(../images/main/ico_util_sel.png) no-repeat 100% 14px; margin-right: 14px;} +.util li a.mysetOpen.active {background:url(../images/main/ico_util_sel.png) no-repeat 100% 14px;} +.util li a.mysetOpen:before {content:""; display:block; background:url(../images/main/ico_user.png) no-repeat 0 3px; width:100%; height:100%; position:absolute;left:0;top:5px;} +.util li div.my_sett {width:105px; background:#fff; display:none; position:absolute; padding: 5px 0; border-radius: 5px; z-index: 10; box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.2); border:1px solid #ddd;} +.util li div.my_sett a {display:block; color:#333; font-size:13px; padding:0px 0 3px; text-align:center; border-radius: 5px;} +.util li div.my_sett a:hover, +.util li div.my_sett a:focus, +.util li div.my_sett a.active {color:#253fc3;} + +/* gnb */ +.header_wrap .wrap-nav {position: relative; display: inline-block; width:100%; height:55px; margin: 0 auto; background:#2e389d; border-top:1px solid #e6e8eb;border-bottom:1px solid #e6e8eb;} +.header_wrap .wrap-nav:after {display:block;clear:both;content:''} +.header_wrap .wrap-nav .gnb {position:relative; width:100%; height:55px; margin:0 auto; padding-right:80px; display: inline-block;} +.header_wrap .wrap-nav .gnb > li {position:relative; float: left; height:55px;} +.header_wrap .wrap-nav .gnb > li + li {margin-left:30px;} +.header_wrap .wrap-nav .gnb > li > a {font-size:17px;font-weight:500;color:#fff;height:55px;line-height:53px; display: block; position:relative;} +.header_wrap .wrap-nav .gnb > li > a:after {content:""; display:block; clear:both; width: 1px; height: 14px; background-color: #8590cb; position: absolute; top: 20px; left:-14px; margin-top:0;} +.header_wrap .wrap-nav .gnb > li:first-child > a:after {display: none;} +.header_wrap .wrap-nav .gnb > li > a:hover {color:#39d6fd;text-decoration:none;} + +/* 전체메뉴 */ +.header_wrap .all_btn {position:absolute; top:0; right:0;} +.header_wrap .all_btn:after {clear:both; display:block; content:"";} +.header_wrap .all_btn button:first-child {margin-left:0;} +.header_wrap .all_btn .toggle-menu {width:50px; height:55px; background:url("../images/main/btn_hamb.png") no-repeat center center; background-size:25px 20px; position:relative; top:0; font-size:0;} +.allMenu {display:none; width:100%; height:100%; min-height:850px; position:fixed; top:61px; right:0; z-index:6; background-color:#fff; padding:0; text-align: left; z-index:2; margin:0 auto; overflow: hidden;} +.allMenu:before {content:''; position:fixed; width:100%; height:100%; left:0; top:90%; bottom:0; background:rgba(0, 0, 0, 0.5); z-index:0;} +.allMenu .user-wrap {width:100%; height:55px; padding-left:30px; position:relative; background:#2e389d; z-index:99; margin: 0 auto; text-align: center;} +.allMenu .user-wrap .menu-inner {position:relative; width:1400px; max-width: 1400px; height:100%; margin:0 auto;} +.allMenu .user-wrap .menu-logo {position: relative; display:inline-block; margin-left: -130px; padding:0; width:140px; height:100%; background:url('../images/main/logo_w.png') no-repeat 0;} +.allMenu .user-wrap .logo-txt {position: absolute; top:10px; font-size:23px; color:#fff; font-weight: 500;} +.allMenu .m-gnb {display:block; width:100%; height:850px; max-width:1400px; margin:0 auto; padding:35px 0 35px 0; z-index:99;overflow-y: auto;} +.allMenu .m-gnb ul {overflow:hidden; } +.allMenu .m-gnb ul li a {position:relative; font-size:15px; color:#111; font-weight: 500; } +.allMenu .m-gnb ul li a:focus {text-decoration:none;} +.allMenu .m-gnb ul li a:only-child:after {display:none;} +.allMenu .m-gnb > ul > li {float:left; width:18%; min-height:0px; margin: 0 15px 30px 0;} +.allMenu .m-gnb > ul > li > a {display:block; padding:12px 0; font-size:20px; color:#2e389d; font-weight: 500; text-align: center;border:1px dashed #2e389d;border-radius: 7px;} +.allMenu .m-gnb > ul > li > a:hover {color:#2e389d; text-decoration:none;} +.allMenu .m-gnb > ul > li > a .link {display:inline-block; width:12px; height:12px; margin-left:3px; background-size:100%;} +.allMenu .m-gnb > ul > li.curr > a, +.allMenu .m-gnb > ul > li > a:hover {text-decoration:none;} +.allMenu .m-gnb ul.depth-2 {overflow:hidden; padding-bottom:0px; margin-top:10px;} +.allMenu .m-gnb ul.depth-2 > li > a {display:block; font-size:15px; font-weight:400; line-height:30px; color:#444; padding-left:12px;} +.allMenu .m-gnb ul.depth-2 > li > a:before {content:''; position:absolute; top:15px; left:0; width:6px; height:1px; background-color:#777;} +.allMenu .m-gnb ul.depth-2 > li > a:hover {color:#2d39b5; text-decoration:none;} +.allMenu .gnb-close {position:absolute; margin:0; top:0; right:9.2%;z-index:99;} +.allMenu .gnb-close button {width:50px; height:55px; display:block; background:url("../images/main/btn_close.png") no-repeat center; background-size:21px 21px; text-indent:-9999px;} + +/* lnb menu */ +.side_Wrap h2 {overflow: hidden; display: flex; align-items: center; justify-content: center; width: 100%; height: 98px; font-size: 23px; font-weight: normal; line-height: 1; color: #fff; background: #333faf; border-radius: 30px 0 0 0; box-sizing: border-box;} +#lnb {float: left; width: 100%;} +#lm {width: 100%;} +#cssmenu, +#cssmenu ul, +#cssmenu ul li, +#cssmenu ul li a {margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;display: block;letter-spacing:-0.8px;color:#333333;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-decoration: none;cursor: pointer;} +#cssmenu {width: 100%;} +#cssmenu ul ul {display: none;} +.align-right {float: right;} +.holder {background:none} +.holder::after, .holder::before {display: block;position: absolute;content: "";right: 15px;z-index: 10;background:none} +.holder::after {top: 15px;background:none} +.holder::before {top: 15px;} +#cssmenu > ul > li > a {display: block; position: relative; padding: 15px 15px; font-size: 15px; font-weight: 400; color: #333333; border: 1px solid #ddd; border-top: 0; background:#fff;} +#cssmenu > ul > li > a:before {content:""; display:block; position:absolute; top:50%; right:20px; margin-top:-7px; width:13px; height:13px; background-image:url(../images/common/ico_lnb_1dh.png); background-repeat:no-repeat; transition: all 0s ease 0s } +#cssmenu > ul > li > a:hover:before {background-image:url(../images/common/ico_lnb_1dh_hover.png);} +#cssmenu > ul > li > a:last-child {border-bottom: none;} +#cssmenu > ul > li > a:hover {color: #2e389d;} +#cssmenu > ul > li.active > a, +#cssmenu > ul > li.open > a {display: block; position: relative; color: #fff; border: 0; background: #252e89;} +#cssmenu > ul > li.open > a:before {content:""; display:block; position:absolute; top:50%; right:20px; margin-top:-7px; width:13px; height:13px; background:#252e89 url(../images/common/ico_lnb_1dh_on.png); background-repeat:no-repeat; transition: all 0s ease 0s } +#cssmenu ul ul {background:#f7f9fc;border: 1px solid #ddd;border-top: 0; padding: 7px 0 10px;} +#cssmenu ul ul li a {position: relative; display: block; padding: 8px 0 8px 25px; font-size:14px; font-weight:500; color:#424242 !important; letter-spacing:-0.6px; font-weight: normal;} +#cssmenu ul ul li a:before {display:block; position:absolute; top:14px; left:15px; width:4px; height:4px; background-color:#a9a9ab; content:'';} +#cssmenu ul ul li a.on {color: #2e389d !important; font-weight: normal;} +#cssmenu ul ul li a.on:before {display:block; position:absolute; top:14px; left:15px; width:4px; height:4px; background-color:#2e389d; content:'';} +#cssmenu > ul > li.open > ul {display:block;} +#cssmenu ul ul li:hover a, +#cssmenu ul ul li.open a, +#cssmenu ul ul li.active a {position: relative; display: block; color: #2e389d !important;} +#cssmenu ul ul li:hover a:before,#cssmenu ul ul li.open a:before,#cssmenu ul ul li.active a:before {content:''; display:block; position:absolute; top:14px; left:15px; width:4px; height:4px; background-color:#2e389d;} +#cssmenu ul ul li.active a:after, #cssmenu ul ul li.open a:after, #cssmenu ul ul li a:hover:after {border-color: none;} + +/* title */ +.main_titWrap {display: flex; justify-content: space-between; align-items: center; padding: 20px 0;} +.main_titWrap > * {height: 28px; align-items: center;} +.main_titWrap h3 {position: relative; color:#333; font-size:23px; font-weight:bold; text-align: left; display: flex; -webkt-display: flex; -moz-display: flex;} + +.content-title {font-size:16px; font-weight:500;color:#1a2377;position:relative;padding-left:14px;margin: 15px 0 10px;text-align:left;} +.content-title:before {position:Absolute;content:'';display:block;left:0;top:10px;transform:translateY(-50%);width: 6px; height: 15px;background: #1f287c;border-radius: 3px;margin-top: 0;} + +/* location */ +.location {position:absolute; right:0; box-sizing:border-box;display: flex; -webkt-display: flex; -moz-display: flex;} +.location-cont {} +.location-cont .route_navi {position:relative;} +.location-cont .route_navi li {float: left; line-height:26px; font-size: 15px; color:#555; font-weight:normal; letter-spacing:-0.05em; padding:0 10px 0 16px; background: url('../images/common/route_arrow.png') no-repeat 0 8px;} +.location-cont .route_navi li .home {display: inline-block; background: url('../images/common/icon_home.png') no-repeat 0 0; padding: 0; width: 12px; height:16px; font-size:0; text-indent:-9999px;} +.location-cont .route_navi li.home a span {float: left;font-size: 0; height: 0;line-height: 0;overflow: hidden;position: absolute;visibility: hidden;width: 0;} +.location-cont .route_navi li a:hover {color:#333;} +.location-cont .route_navi li:last-child {line-height: 26px; font-weight:500; padding-right: 0;} +.location-cont .route_navi li:first-child {background:none;} + +/*footer*/ +#footer {width:100%;background:#3c3d46; clear:both; height:60px; display: flex; justify-content: space-between; align-items: center;} +#footer .box {position: relative; width:1400px; margin:0 auto;} +#footer .box p.fLogo {float:left; margin:15px 25px 15px 0;} +#footer .box address {color:#afafaf; font-size:13px; margin-top:15px; text-transform:uppercase; text-align:left;} +#footer .box p.copy {color:#9b9ba0; font-size:13px; text-align:left;} +#footer .box .menu {position: absolute; top: 20px; right: 0;} +#footer .box .menu li {display:inline-block;} +#footer .box .menu li:not(:last-child) {position:relative; margin-right:1.2em;} +#footer .box .menu li:not(:last-child):after {content:""; position:absolute; top:6px; right:-0.8em; width:1px; height:8px; background-color:#8b8a8a;} +#footer .box .menu li a {color:#afafaf; font-size:14px;} +#footer .box .menu li a:hover {color:#377fed;} + +/* 감색 목록 */ +.searchResultWrap {position:relative; padding:20px 0; margin-bottom: 30px; border-top:1px solid #777;} +.searchResultWrap .ser_kwd {color:#f96262;} +.searchResultWrap .title {color: #222; font-size:24px; background:url(../images/main/ico_penbul.png) no-repeat 0 9px; padding-left:24px; padding-bottom: 25px; border-bottom:1px dotted #ccc;} +.searchResultWrap .title span {font-size:18px;} +.searchResultWrap .title .btn-more {display: inline-block; width: 60px; margin:0; padding-left:20px; border:0;} +.searchResultWrap .title .btn-more a {display: block; font-size:14px; color:#868686; text-decoration:none; background-color:transparent; background: url(../images/main/ico_more01.png) no-repeat right 50%;} +.searchResultWrap .title .sel_box {display: inline-block; position: absolute; right: 0;} +.searchResultWrap .title .sel_box select {border:0; outline: none; font-size:15px; color:#555; padding:0 30px 0 10px; width:100%; height:40px; line-height:38px; border:1px solid #ccc; cursor: pointer; background: #fff url(../images/main/ico_select.png) no-repeat 90% 50%; background-size: 7px 4px;} +.searchResultList li {border-bottom:1px dotted #ccc; padding: 25px 0 25px;} +.searchResultList li .tit {position: relative; margin-bottom:5px; font-size:22px; color:#333; font-weight:400;} +.searchResultList li .tit .bookmark {position: absolute; top:-2px; right: 0; padding-left: 26px; text-indent:-9999px; background: url(../images/main/ico_clipping.png) left center no-repeat;} +.searchResultList li .tit .bookmark_on {position: absolute; top:-2px; right: 0; padding-left: 26px; text-indent:-9999px; background: url(../images/main/ico_clipping_on.png) left center no-repeat;} +.searchResultList li .desc {display:block; width:100%; height:40px; line-height:1.3; font-size:15px; color:#5c5c5c; font-weight:300; margin-bottom:5px;overflow:hidden; display: -webkit-box; text-overflow:ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;} +.searchResultList li .top_kwd { font-size:14px; color:#333; font-weight:300;} +.searchResultList li .date { font-size:14px; color:#aaa9a9; font-weight:300;} +.searchResultList li.keyword_arrow {position: relative; background:#f8f9fb; border-bottom:1px solid #777; box-sizing: border-box; padding: 0 18px !important; height:36px !important; line-height:34px; margin-bottom:20px;} +.searchResultList li.keyword_arrow .txt_word {display: inline-block; width:80%; left:0;} +.searchResultList li.keyword_arrow span { font-size:14px; color:#2a6fe8; } +.searchResultList li.keyword_arrow .btn-more {display: inline-block; width: 60px; margin:0; padding-left:20px; position: absolute; right: 18px;} +.searchResultList li.keyword_arrow .btn-more a {display: block; font-size:14px; color:#868686; text-decoration:none; background-color:transparent; background: url(../images/main/ico_more01.png) no-repeat right 50%;} +.searchResultWrap .not_data {margin:0 auto; text-align: center; line-height:40px;} +.searchResultWrap .not_data p {display: inline-block; font-size:18px; color:#333; background-size: 40px 40px; padding-left:50px; background:url(../images/main/not_list_img.png) 0 center no-repeat;} +.notSearchResult p {margin-bottom:15px;font-weight:bold;font-size:1.071em} +.notSearchResult p strong {font-size:1.133em} + +/* 데이터 - 검색결과 */ +.ser_kwd {color: #f96262;} +.search-result-num {display:block; text-align: center; font-size:22px; color:#7e7e7e; font-weight:500; letter-spacing: -1px; margin-bottom:30px; padding-top: 40px;} +.search-result-num .ser_kwd {color:#f96262;} + +/* main tab */ +.main_tabWrap {position:relative; overflow:hidden; margin: 0 auto; box-sizing: border-box;} +.main_tab {margin-bottom:18px; position: relative; width: 100%; height: 55px; margin: 0 auto 30px; text-align: center;} +.main_tab ul.tab03 {position:relative; width:100%; height:55px; padding:0; margin:0 auto; text-align: center;} +.main_tab ul.tab03 > li {display:inline-block; position:relative; margin:0; height:55px; width:190px;} +.main_tab ul.tab03 > li a {width:100%; display:block; color:#666; font-size:18px; font-weight:500; line-height:55px; text-align:center; background-color:#f1f7f9; border-radius:55px;} +.main_tab ul.tab03 > li a:hover {text-decoration:none; line-height:55px; background-color:#f1f7f9; color:#0098d1;} +.main_tab ul.tab03 > li.active a {line-height:55px;color:#fff; border-color:#0098d1; background-color:#0098d1;} +.main_tab ul.tab03 > li.active a:hover {} +.tab_content {position:relative; background:transparent; padding:0;} +.main_tab li a:first-child {margin-left: 0px;} + +/* 키워드 조회 */ +.keyword_view {position:relative; width:100%;} +.keyword_wrap {position: relative; width:100%; padding:28px 0 20px;} +.keyword_wrap:after {content:''; display:block; clear:both;} +.keyword_left {float:left; position: absolute; border-right:1px solid #ccc; padding: 28px 10px 10px 0; box-sizing: border-box; top: 0; left: 0; width: 275px; height:100%; min-height:220px; overflow-y: auto; margin-right: 30px;} +.keyword_right {position: relative; float:right; width:75%; min-height: 470px; box-sizing: border-box; margin-left: 305px; padding: 0; background-color: #fff;} +.keyword_left .keyword_list li a {display: block; height:48px; line-height: 48px; border:1px solid #ccc; border-radius: 5px; margin-bottom:10px; font-size: 16px; font-weight:500; color:#848484; text-align: center;} +.keyword_left .keyword_list li a:hover, .keyword_left .keyword_list li a:active {border:1px solid #ccc; color:#1d68dc; font-weight:600;} +.keyword_left .keyword_list li a.on {height:46px; border:2px solid #1d68dc; color:#333; font-weight:600; border-radius: 5px;} +.keyword_body {background:#fff; width:100%; overflow: hidden;} +.keyword_right .searchkeywordList li {border:1px solid #ccc; padding: 20px 25px; margin-bottom:10px;} +.keyword_right .searchkeywordList li:hover {border:1px solid #2a6fe8; cursor:pointer;} +.keyword_right .searchkeywordList li .tit {position: relative; margin-bottom:5px; font-size:22px; color:#333; font-weight:400;} +.keyword_right .searchkeywordList li .tit .bookmark {position: absolute; top:-2px; right: 0; padding-left: 26px; text-indent:-9999px; background: url(../images/main/ico_clipping.png) left center no-repeat;} +.keyword_right .searchkeywordList li .tit .bookmark_on {position: absolute; top:-2px; right: 0; padding-left: 26px; text-indent:-9999px; background: url(../images/main/ico_clipping_on.png) left center no-repeat;} +.keyword_right .searchkeywordList li .desc {display:block; width:100%; height:40px; line-height:1.3; font-size:15px; color:#5c5c5c; font-weight:300; margin-bottom:5px;overflow:hidden; display: -webkit-box; text-overflow:ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;} +.keyword_right .searchkeywordList li .top_kwd { font-size:14px; color:#333; font-weight:300;} +.keyword_right .searchkeywordList li .date { font-size:14px; color:#aaa9a9; font-weight:300;} + +/* 더보기 버튼 */ +.list_more {margin-top:10px; text-align:center;} +.btn_more {display:inline-block; width:96px; height:36px; line-height:34px; color:#515151; text-align:center; font-size:14px; cursor:pointer; padding:0 10px 0 0; border-radius: 36px; border:1px solid #ccc; background: #f5f5f5 url('../images/main/ico_more_arrow.png') no-repeat 78% 50%;} +.btn_more:hover {border:1px solid #1d68dc; background: #f5f5f5 url('../images/main/ico_more_arrow.png') no-repeat 78% 50%;} + +/* 버튼 그룹 */ +.btn_group {position: relative; text-align:right; margin-top:20px; right:0;} +.btn_group button {height:40px; line-height:38px; border-radius: 4px; font-size:15px; font-weight:400; padding:0 12px; text-align:center; min-width:50px;} +.btn_group button + button {margin-left:2px} +.btn_group .btn_keyword_add {display:inline-block;padding:0 20px; background-color:#ea4c89; color:#fff; font-weight:500; vertical-align:middle; height: 50px; line-height: 48px; border-radius: 48px; letter-spacing: -0.8px;} +.btn_group .btn_keyword_add:hover {background:#e3408d;} +.btn_keyword {display:inline-block; padding:0 16px; border:1px solid #1d68dc; border-radius: 5px; vertical-align:middle; cursor: pointer; height: 40px; line-height: 38px; font-weight:400; color:#1d68dc; background: #fff;} +.btn_keyword:hover {color:#fff; border:1px solid #1d68dc; background:#1d68dc;} +.ico_blank_dark {width:12px; height:12px; background-image:url('../images/main/keword_ico_del.png'); margin-left:13px;} +.btn_keyword:hover .ico_blank_dark.blank_ov {width:12px; height:12px; background-image:url('../images/main/keword_ico_del_ov.png'); margin-left:13px;} +.btn_group .btn-function {min-width:80px; color:#fff; background:#2e389d;}/*등록,확인,저장*/ +.btn_group .btn-function:hover {background:#202a8f;} +.btn_group .btn-etc {min-width:80px; color:#fff; background:#187bfe;}/*수정*/ +.btn_group .btn-etc:hover {background:#055ed3;} +.btn_group .btn-cancel {min-width:80px; color:#fff; background:#474d5c;}/*취소*/ +.btn_group .btn-cancel:hover { background:#3e4452;} + +/* Button style */ +.button, .button a {display:inline-block;cursor:pointer;color:inherit;text-align:center;overflow:visible;background:#fff; padding:0;text-decoration: none !important;vertical-align:middle;white-space:nowrap;margin:0;} +.button:hover {font-weight: normal;} +.button.btn_small {display:inline-block; padding:0px 16px !important;border:1px solid #7e819b;background-color:#7e819b;color:#fff;font-size:14px;font-weight:500;height: 36px;line-height: 34px;border-radius: 3px;vertical-align:middle;cursor: pointer;} +.button.btn_small:hover {border:1px solid #6a6e89;background-color:#6a6e89;} + +/* tbl btn */ +.btn {display:inline-block;height:34px;line-height:32px;font-size:13px;padding:0 12px;text-align:center;border-radius: 3px;} +.btn:hover {text-decoration:none;} +button[class^='btn-']:hover {text-decoration:none;} +.btn-copy,.fileSelectBox .fileinput-button,.fileinput-button {background:#f5f5f5;border:1px solid #bbb;color:#555;} +.btn-copy:hover,td .inlineBox > button:hover,td .inline > button:hover,.fileSelectBox .fileinput-button:hover {background:#7d7d7d;border:1px solid #7d7d7d;color:#fff;} +.btn-save {background:#fff;border:1px solid #508cc3!important;color:#427db4;} +.btn-save:hover{background-color:#508cc3!important;border:1px solid #508cc3;color:#fff!important;} +.btn-print{background:#6eb5b8;border:1px solid #6eb5b8;color:#fff;} +.btn-print:hover{color:#fff;background:#649092;border:1px solid #649092;} +.btn.btn-etc{background-color:#fff;border:1px solid #bbb;color:#333;} +.btn.btn-etc:hover{background-color:#f3f3f3;border:1px solid #999;color:#333;} +.btn-inspect {min-width:62px;border:1px solid #42b382;color:#fff;background:#42b382;}/*장비 점검*/ +.btn-inspect:hover {border:1px solid #2aa36e!important;;background:#2aa36e!important;} +.btn-step {border:1px solid #333faf;color:#333faf;background:#fff;}/*단계*/ +.btn-step:hover {color:#fff;border:1px solid #333faf!important;;background:#333faf!important;} +.btn-report {background:#fff;border:1px solid #fd5120;color:#fd5120;}/*보고서*/ +.btn-report:hover,.btn-report.active {background:#fd5120;border:1px solid #fd5120;color:#fff;} +.btn-result {border:1px solid #646ab7;color:#fff;background:#646ab7;}/*결과*/ +.btn-result:hover {color:#fff;border:1px solid #4e54af!important;;background:#4e54af!important;} +.btn-regist {background:#fff;border:1px solid #2f3bab!important;color:#2f3bab!important;}/*등록*/ +.btn-regist:hover {background:#2733a1!important;border:1px solid #2733a1!important;color:#fff!important;} +.btn-modifi {background:#fff;border:1px solid #2da873!important;color:#1e9e67;}/*수정*/ +.btn-modifi:hover {background:#229f69!important;border:1px solid #229f69!important;color:#fff!important;} +.w-sm{min-width:50px;} +.btn-open-helplayer{width:71px;height:30px;background:url(../images/common/btnimg-help.png) no-repeat;} +.btn-open-helplayer span{text-indent:-999999em!important;font-size:0!important;line-height:0!important;} +/* button size */ +.btn.md{height:28px;line-height:24px;font-size:11px;padding:0 5px;} +.btn.sx{height:24px;line-height:20px;font-size:11px;padding:0 5px;} + +/* table info */ +.tbl_info {position:relative; height:36px;line-height:36px; margin-bottom:5px; display: flex; -webkt-display: flex; -moz-display: flex; align-content: space-between; align-items: center;} +.tbl_info {width: 100%; position: relative; height: 35px; line-height: 35px; display: inline-block; margin-bottom: 5px;} +.tbl_info:after {content:''; display:block; clear:both;} +.tbl_info .left_Area {position: relative; text-align: left; float:left;} +.tbl_info .right_Area {box-sizing: border-box; float:right;} +.tbl_info .left_Area ul li {display:inline-block; font-size: 16px; font-weight: normal; color: #333; letter-spacing: -0.7px;} +.tbl_info .left_Area ul li .txt_total {color:#f96262; padding:0 2px 0 4px; font-weight: 500;} +.tbl_info .right_Area .sel_box {display: inline-block; position: absolute; right: 0;} +.tbl_info .right_Area .sel_box select {border:0; outline: none; font-size:14px; color:#555; padding:0 30px 0 10px; width:100%; height:36px; line-height:34px; border:1px solid #ccc; cursor: pointer; background: #fff url(../images/common/ico_sel_arrow.png) no-repeat right 50%; background-size:20px 8px;} +.essential {display:inline-block; color:#f93c4e; font-size: 16px; line-height: 12px; vertical-align: text-top; padding:0 3px 0 4px;} + +/* Table list */ +.tbl_list {position:relative; width:100%; border-top: 1px solid #334263;} +.table-x-scrollable {overflow-x: scroll;} +.table {width: 100%; table-layout: fixed; border-bottom: 1px solid #cbccd3; background-color: #fff; margin-bottom:15px;} +.table thead th {border-bottom: 1px solid #d5d4d4; } +.table thead th, .table tbody th {padding:3px 8px; vertical-align: middle; font-size:13.5px; font-weight:400; color:#112469; text-align:center; background: #f3f5fd;} +.table thead th:last-child, .table th:last-child, .table td:last-child {border-right: 0;} +.table th, .table td {padding: 3px 8px; vertical-align: middle; height: 36px; text-align: center; word-break: break-all; -ms-word-break: break-all; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd;} +.table tbody td {vertical-align:middle; font-size:13.5px; color:#333; font-weight: 300; text-align:center; word-break: break-all; white-space: normal;} +.table tbody td a {text-align:left; font-size:13.5px; color:#333; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;-o-text-overflow: ellipsis;-ms-text-overflow: ellipsis; display:block;} +.table tbody td a:hover {color:#0d2ea6; text-decoration: none;} +.table td button {height:32px;line-height:32px;} +.table td .btn-normal {background-color:#fff;border:1px solid #bbb;color:#333;height:32px;line-height:30px;} +.table td .btn-normal:hover {background-color:#f3f3f3;border:1px solid #999;color:#333;} +.table tbody tr.notice_area {background: #fef6f8 !important; font-weight:500;} +.table + .table {margin-top:20px;} +.badge_notice {display:inline-block; text-align:center; color:#ff4e50; font-size:13px; font-weight:400; background:#fff; border: 1px solid #ff4e50; border-radius: 22px; min-width: 46px; height: 22px; line-height: 20px; box-sizing: border-box;} + +/* paging */ +.pagination {position: relative; display: block; text-align:center; margin: 25px auto 0;} +.pagination li {display: inline-block; vertical-align: middle; letter-spacing:-2px; text-align:center;} +.pagination li a {display: block; text-decoration: none; color: #333; font-size:13px; word-break: keep-all; -ms-word-break: keep-all; width:32px; min-width: 32px; height: 32px; line-height:30px; border-radius: 5px; border: solid 1px #ccc; background: #fff;} +.pagination li a.first_page {display:inline-block;text-indent:-9999px; background:#fff url('../images/common/ico_page_first.png') no-repeat 50% 50%;font-size:0; width:15px;height:32px; box-sizing: border-box;} +.pagination li a.pre_page {display:inline-block;text-indent:-9999px; background:#fff url('../images/common/ico_page_pre.png') no-repeat 50% 50%;font-size:0; width:15px;height:32px; margin-right:10px;box-sizing: border-box;} +.pagination li a.next_page {display:inline-block;text-indent:-9999px; background:#fff url('../images/common/ico_page_next.png') no-repeat 50% 50%;font-size:0; width:15px;height:32px; margin-left:10px; box-sizing: border-box;} +.pagination li a.end_page {display:inline-block;text-indent:-9999px; background:#fff url('../images/common/ico_page_last.png') no-repeat 50% 50%;font-size:0; width:15px;height:32px; box-sizing: border-box;} +.pagination li a:hover, +.pagination li span:hover, +.pagination li a:focus, +.pagination li span:focus {color: #0d2ea6; border-color: #0d2ea6;} +.pagination .active a, +.pagination .active span, +.pagination .active a:hover, +.pagination .active span:hover, +.pagination .active a:focus, +.pagination .active span:focus {z-index: 2; color: #fff; background-color: #595959; border-color: #595959; cursor: default;} +.pagination li a.on {z-index: 2; color: #fff;background-color: #595959; border-color: #595959; cursor: default;} + +/* View/Form table */ +.bbs_view {position:relative; width:100%; border-top: 1px solid #334263;margin-bottom: 30px;} +.tbl_form {width:100%; border:0; background-color: #fff; border-bottom: 0; table-layout:fixed; border-collapse: separate; margin-bottom:20px;} +.tbl_form th, .tbl_form td {vertical-align: middle;} +.tbl_form th {padding:6px 10px; height: 38px; text-align:center; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; background: #f3f5fd; font-size: 13.5px; font-weight: 500; color: #112469; letter-spacing:-0.5px;} +.tbl_form th.non_bg {background: #fff; } +.tbl_form td {padding:6px 10px; height: 38px; text-align:left; font-size:14px; color:#333; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;} +.tbl_form thead th:last-child, .tbl_form th:last-child, .tbl_form td:last-child {border-right: 0;} +.tbl_form thead th {padding:2px 10px 2px 10px; height: 34px; text-align:center; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; background: #f3f5fd; font-size: 13.5px; font-weight: 500; color: #112469; letter-spacing:-0.5px;} +.tbl_form td label {vertical-align:top;padding-right:10px;} +.tbl_form input[type="text"] {} +.tbl_form select {width:100%;} +.tbl_form textarea {/*width:98%;*/} +.tbl_form input.form-control {width: 100%;} +.tbl_form td img {vertical-align:middle;} +.tbl_form td .form_inline {display: inline-block; float: left; box-sizing: border-box;} +.tbl_form td .form_group {display: inline-block; position: relative; width: 100%; max-width: 100%;box-sizing: border-box;} +.tbl_form td .form_group span {box-sizing: border-box; position: relative; display: inline-block;} +.tbl_form td .form_group em {display: inline-block;padding-left: 8px;padding-right: 8px;font-size: 14px;} +/*.tbl_form td .form_group em input + label {margin-right: -6px; margin-left: -4px;display: inline-block;}*/ +.tbl_form td .form_inline .label, .tbl_form td .form_group .label {display: inline-block;vertical-align:middle; color:#333; font-weight:500;} +.tbl_form th.blank_bg, .tbl_form td.blank_bg {border-left: none;border-right: none; background:#fff; height:5px;} +.text_note {display: inline-block;font-size:12px;color:#f77777;line-height:16px;background:url('../images/common/ico_info.png') no-repeat 0 50%;padding-left:18px;} +.tbl_form button.ico_btn_search {display:inline-block;width: 26px;height: 24px;background: url('../images/common/ico_td_search.png') no-repeat 0 0; margin-left: 2px;text-indent:-9999px;font-size:0;cursor:pointer;} +.tbl_form .datepicker {width:100%;} +.tbl_form .date_group {display:inline-block;position:relative;} +.tbl_form .date_group i {display:inline-block;width:16px;color:#000;text-align:center;font-size:13px;} +button.ico_btn_search {display:inline-block;width: 26px;height: 24px;background: url('../images/common/ico_td_search.png') no-repeat 0 0; margin-left: 2px;text-indent:-9999px;font-size:0;cursor:pointer;} +button.ico_btn_search:hover {display:inline-block;width: 26px;height: 24px;background: url('../images/common/ico_td_search_ov.png') no-repeat 0 0; margin-left: 2px;text-indent:-9999px;font-size:0;cursor:pointer;} +.table input.text_amount, .tbl_form input.text_amount {text-align: right;padding-right: 5px !important;box-sizing: border-box; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;} +.tbl_form td button {height: 32px; line-height: 32px;} +.tbl_form .text_box {width: 100%;} +.tbl_form .text_box textarea {width:95%; overflow-y: hidden; resize: none; border: 1px solid #ccc; border-radius: 4px; padding: 2px 8px; padding-bottom: 0;line-height: 16px;font-size:13px;} + +/* 점검보고서 */ +.report_wrap {position:relative; width:100%; display: flex; -webkt-display: flex; -moz-display: flex; justify-content: space-between;} +.calcBox, .roundBox {position:relative; border: 1px solid #dddddd; border-radius: 6px; padding: 10px 20px; background-color: #fff; margin-top: 10px; align-items: center;} +.ttl {position:relative; font-size:15px; font-weight:500;color:#333;padding-left:15px;margin-right:20px;text-align:left;} +.ttl:before {position:Absolute;content:'';display:block;left:2px;top:50%;transform:translateY(-50%);height:13px;width:5px;background:#29b0fd;border-radius:12px;} +.calcBox textarea.form-control {flex: 1; min-height: 50px; width: 100%;font-size:13px;line-height: 1.5;} +.calcBox .btn.report_sel {height:50px;line-height:48px;background-color:#f38a4a;font-size:13px;color:#fff;font-weight:500;padding:0 15px;border-radius:4px;text-align:center;} +.calcBox .btn.report_sel:hover {background-color:#eb8241;} + +/* 스크롤 */ +#scrollstyle::-webkit-scrollbar-track {border-radius: 0;background-color: #f5f5f5;} +#scrollstyle::-webkit-scrollbar {width: 8px; background-color: #f5f5f5;} +#scrollstyle::-webkit-scrollbar-thumb {border-radius: 0; background-color: #ccc;} +#scrollstyle-x::-webkit-scrollbar-track {border-radius: 0;background-color: #f5f5f5;} +#scrollstyle-x::-webkit-scrollbar {height: 8px; background-color: #f5f5f5;} +#scrollstyle-x::-webkit-scrollbar-thumb {border-radius: 0; background-color: #ccc;} + +/* 검색영역 */ +.search_wrap {width:100%; clear:both; margin:0 auto; text-align:center; overflow: hidden;} +.search_wrap .inner_box {position: relative; width:1400px; margin:0 auto; overflow:hidden;} +.date_group {display:inline-block;position:relative;} +.date_group i {display:inline-block;width:20px;color:#333;text-align:center;font-size:15px;} +.date_group input {height:38px !important; padding:0 12px !important; border: 1px solid #ccc !important; color:#333; border-radius: 4px;} +.btn_calendar {display:inline-block; width: 21px; height: 22px; background: #fff url(../images/common/ico_calendar.png) no-repeat 94% 55%; cursor: pointer; padding-right: 16px;} +.btn_calendar span {display:inline-block; text-indent:-9999px;} +.date_group .btn_mainSearch {display:block;position:absolute;top:0;right:0;width:41px;height:41px;text-indent:-9999em; background: url(../images/main/btn_ico_search.png) no-repeat center center;border:0px none;box-sizing:border-box;} +.date_group .btn_search {display:inline-block; vertical-align:middle;font-size:0; width:41px; height:41px; background: url(../images/main/btn_ico_search.png) no-repeat 0 0; margin-left: 10px;} +.search_box {position:relative; width:100%; padding: 0px 0 0;margin: 0 auto;} +.search_box .searchBox_inner {width:645px; height:50px; display:block; position:relative; border-bottom: 3px solid #1e1e1e; margin:0 auto 10px;} +.search_box .searchBox_inner label {width:100%; height:50px; font-size:20px; text-align:left; font-weight:100; color:#fff; line-height:50px; padding:0; display:inline-block; box-sizing:border-box; position:absolute; top:0; left:0; opacity:0.5;} +.search_box .searchBox_inner input {width:100%; height:50px; background-color:transparent; font-size:18px; text-align:left; color:#282828; line-height:20px; padding:16px 40px 16px 0; display:inline-block; border:0; box-sizing:border-box;} +.search_box .searchBox_inner input::placeholder {font-size:18px; text-align:left; color:#b6b6b6;} +.search_box button {position: absolute;top:15px;right:0;width: 23px;height: 22px;font-size:0;background:url(../images/main/btn_ico_search.png) no-repeat;} +.search.on .search_wrap {display: inline-block; visibility:visible; opacity:1; height: auto;} +.search.on > a{ visibility: hidden; opacity:0;} +.search .ex { display:inline-block; width:auto; text-align: center; margin:0 auto;} +.ex {position:relative; display:inline-block; width:100%; height:48px; line-height:46px; padding:0; margin: 0 auto; text-align:center; background: #2646a6;} +.ex .ex_inner {position: relative; width:1400px; margin:0 auto; overflow:hidden;} +.ex .ex_inner .ex_tit {display: inline-block; font-size: 15px; font-weight: 500; color:#d2e2ff; padding:3px 0 5px 0; margin-right: 15px; line-height: 1; vertical-align: middle;} +.ex .ex_inner a {display: inline-block; font-size: 15px; font-weight: 300; color:#d2e2ff; line-height: 1;} +.ex .ex_inner a:before {content: ""; display: inline-block; width: 1px; height: 12px; background-color:#afc1e9; vertical-align: middle; margin:0 12px;} +.ex .ex_inner a:nth-child(2):before {display: none;} + +/* search_box_sub */ +.search_box_sub {position:relative; width:100%; padding: 20px 0; margin: 0 auto 25px; border:1px solid #b4d0dd; background:#f2fbff;} +.search_box_sub .searchBox_inner {width:100%; height:47px; display:block; position:relative; margin:0 auto; text-align: center;} +.search_box_sub .searchBox_inner input[type=text] {width:50%; height:47px; border:1px solid #ccc; color:#1b263c; font-size:18px; line-height:19px; padding:15px 10px 10px 10px; display:inline-block; box-sizing:border-box;} +.search_box_sub .searchBox_inner input::placeholder {font-size:17px; text-align:left; color:#b6b6b6;} +.search_box_sub .searchBox_inner .search_submit {position:relative;display:inline-block;background-color:#1b263c;vertical-align:middle;text-align:center; margin-left:5px;} +.search_box_sub .searchBox_inner .search_submit input[type='submit'] {color:#fff; font-size:15px;font-weight:500; min-width:84px; height:47px; padding: 0 20px;} + +/*----------- 레이어팝업 -----------*/ +[class^='sp-layer-popup'],.ydp-mlayer-popup {position:absolute;top:0;left:0;z-index:999999;width:100%;height:100%} +[class^='sp-layer-popup'] .wrap-layer-bg,.ydp-mlayer-popup .wrap-layer-bg {position:fixed;z-index:110;width:100%;height:100%;background-color:#333;opacity:0.7} +[class^='sp-layer-popup'] .popupbox,.ydp-mlayer-popup .popupbox {position:fixed;top:50%;left:50%;z-index:120;border:1px solid #ccc;background-color:#fff;box-sizing:border-box;border-radius:0;} +[class^='sp-layer-popup'] .popupbox section {position:relative;padding:25px} +.popupbox {position:fixed;top:50%;left:50%;z-index:120;background-color:#fff;box-sizing:border-box} +.popupbox section {position:relative;padding:25px} + +/* 팝업상세 */ +.ydp-mlayer-popup .popupbox {border:0; border-radius: 5px; border: 5px solid #2646a6} +.popupbox .pb-head {height: 75px; background-color: #2646a6;} +.popupbox .pb-head h2 b {color:#fff; font-size:24px; font-weight:600; line-height:68px; margin-left:30px;} +.popupbox .pb-head .btn-close-setting {display:block; position:absolute; top:30px; right:35px;z-index:125;width:16px;height:16px;background: url(../images/common/ico_pop_close.png)no-repeat; text-indent: -9999px;} +.popupbox .pb-body {position: relative; padding: 25px 30px 5px; background-color: #fff;} +.popupbox .pb-body article {margin-left:0px;} +.popupbox .pb-body h3 {font-size:20px; color:#474d5c; padding:10px 0 15px;} +.popupbox .pb-body .keyword_add_wrap {position: relative; display: inline-block; vertical-align:top; padding-bottom:20px; border-bottom:1px solid #e0e0e0;} +.popupbox .pb-body .keyword_add_wrap a {float:left; display: block; margin:0 8px 8px 0;} +.ydp-mlayer-popup li label span {font-size:15px; color:#282828;} +.ydp-mlayer-popup .btn-Area {padding-top:15px;text-align:center; bottom:0; display:flex;-webkt-display:flex;-moz-display:flex;justify-content:center;border-top:1px dashed #ccc; height:70px; width:100%; margin:0 auto;} +.ydp-mlayer-popup .btn-Area button {height:50px;line-height:48px; border-radius: 50px; font-size:18px;font-weight:500;padding:0 12px;text-align:center;min-width:50px;} +.ydp-mlayer-popup .btn-Area button + button {margin-left:5px} +.ydp-mlayer-popup .btn-Area .btn-save {width:100px; color:#fff; background:#eb4c97;} +.ydp-mlayer-popup .btn-Area .btn-save:hover {color:#fff;background:#e2428d;} +.ydp-mlayer-popup .btn-Area .btn-cancel {width:100px; color:#fff; background:#474d5c;} +.ydp-mlayer-popup .btn-Area .btn-cancel:hover {color:#fff; background:#3e4452;} + +/* 키 카테고리 */ +.education_category {margin:10px 0 15px; text-align: center;} +.education_category ul {display:block; position:relative; width:100%; font-size:0; line-height:0;} +.education_category ul:before {display:block; position:absolute; width:1px; height:100%; background:#ff0000; z-index:10;} +.education_category .category_item {display:inline-block;position:relative;width:calc(100% / 6);height:48px;box-sizing:border-box;margin-left: 10px; margin-bottom: 10px;} +.education_category .category_item:nth-child(n+1) {margin-left:10px;} +.education_category .category_item a {display: table; width:100%; height:100%; border:1px solid #ccc; background-color:#fff; font-size:15px; line-height:48px; text-align:center; color:#868686; border-radius: 10px;} +.education_category .category_item:nth-child(n+6) a {} +.education_category .category_item a span {display:table-cell;font-size:15px;line-height:18px;vertical-align:middle;} +.education_category ul .category_item .active {background-color:#639df3;color:#fff;border-bottom: 0;} + +/* searchArea - 검색 */ +.searchArea {position:relative; background-color:#fff; border:1px solid #d5d7df; padding:15px 150px 8px 25px; border-radius: 8px; margin-bottom:25px;} +.searchArea table {position:relative;} +.searchArea th,.searchArea td {padding-bottom:5px;height:36px;} +.searchArea th {position:relative; text-align:left; padding-right:10px;} +.searchArea th:before {content:'';display:inline-block;height:4px;width:4px;border-radius:50px;position:Relative;top:-1px;background:#0d1e84;vertical-align:middle;margin-right:5px;} +.searchArea th label {color:#112469;font-size:14px;font-weight:500;} +.searchArea td {padding-right:20px;} +.inlineBox, .inline {display: flex; -webkt-display: flex; -moz-display: flex; align-items: center;} +.searchArea td .inlineBox {display: flex; -webkt-display: flex; -moz-display: flex; align-items: center;} +.searchArea td .form_group {display: flex; -webkt-display: flex; -moz-display: flex;align-items: center;} +.searchArea input[type='text'].form-control, .searchArea select.form-control, select.form-control {width:100%;} +.searchArea .form-control.set-btn-md {width:Calc(100% - 70px);} +.searchArea select.form-control.year {width:30%;} +.searchArea td .form-control + label.txt {margin:0 5px; word-break:keep-all; -ms-word-break:keep-all;} +.searchArea select.form-control.month {width:20%; min-width:45px;} +.searchArea .btnArea {position: absolute; top: 40%; right: 20px; flex-direction: column-reverse;} +.searchArea .btnArea [class^='btn-'] {display:block; height:36px;line-height:34px;color:#fff;font-size:14px;font-weight:400; padding:0 16px; width:88px; text-align:center; margin: 3px 0;border-radius: 4px;} +.searchArea .btnArea .btn-search,.uSearchArea .l-search .btn-search {background-color:#2747d0; border:1px solid #2747d0;} +.searchArea .btnArea .btn-search:hover,.uSearchArea .l-search .btn-search:hover {background-color:#193ac1;} +.searchArea .btnArea button + button {margin-bottom:0px;} +.searchArea .set-datepicker {width:120px;} +.searchArea.single-row {padding-right:100px;} +.searchArea.single-row .btnArea,.uSearchArea .btnArea {margin-top:-15px;flex-direction:row-reverse;} +.searchArea.single-row [class^='btn-'] {display:inline-block;} +.searchArea.single-row button + button {margin-bottom:0px; margin-right:5px;} +.searchArea + .listToparea .l-Top-info dt, .searchArea + .listToparea .l-Top-info dd {line-height:30px;margin-top:0;} +[class^='sp-layer-popup'] .searchArea.single-row {padding-right:60px;} +.searchArea.sm td {padding-right:15px;} +.listToparea > * {height:30px;align-items:center;} + +/* datepicker */ +.set-datepicker {position:relative; display:inline-block; width:140px; height:38px; background:#fff; /*padding-right:26px;*/ border:1px solid #ccc;} +.set-datepicker > input {height:38px; line-height:38px; border:0; background:none; width:100%; font-size:14px;} +.set-datepicker.disabled {background:#eee; opacity:.5; filter:alpha(opacity=50); cursor:default;} +.set-datepicker.disabled input {position:relative;} +td .set-datepicker > button,td .set-datepicker > button:hover,.set-datepicker > button,.set-datepicker > button:hover {background: #fff url(../images/common/ico_calendar.png) no-repeat;width:21px;height:22px;position:absolute;right:6px;top:7px;border:0!important;background-color:transparent;text-indent:-9999px!important;font-size:0!important;} +.set-datepicker.disabled:after {content:'';display:block;height:100%;width:100%;position:absolute;top:0;left:0;z-index:5;} +.set-datepicker + label.txt {margin: 0 5px;} +td label.txt {margin: 0 5px;} +.set-datepicker.sm {width:120px;} + +/* modal 팝업 */ +.dim-layer {display: none; position: fixed; _position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000;} +.dim-layer .dimBg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .5; filter: alpha(opacity=50);} +.dim-layer .pop-layer {display: block; position: absolute;} +.pop-layer {display: none; position: fixed; top: 50%; left: 50%; width: auto; height: auto; background-color:#0e1872; z-index: 1000 !important; padding:2px;} +.modal-large {width: 960px;} +.modal-md {width: 760px;} +.modal-mini {width: 500px;} +.modal-content {position:relative; background-color:#fff; -webkit-background-clip: padding-box; background-clip: padding-box; outline: 0;} +.modal-header {width:100%;height:52px;background-color:#0e1872;} +.modal-header:after {content:''; display:block; clear:both;} +.modal-header .close {margin-top: -2px;} +.modal-header .pop_close {float: right;margin-right: 20px;} +.modal-header .pop_close a {display: block; background: url('../images/common/ico_pop_close.png')no-repeat; width:18px; height:18px; font-size: 0; margin-top: 20px;} +.modal-header .pop_title {text-align:left; font-size:20px; font-weight:500; color:#fff; line-height: 52px; text-indent: 25px; display: inline-block;} +.modal-body {position: relative; padding: 12px 25px 20px; background-color:#fff;} +.modal-body h3 {font-size:20px; color:#474d5c; padding:10px 0 15px;} +.modal-body .keyword_add_wrap {position: relative; display: inline-block; vertical-align:top; padding-bottom:20px; border-bottom:1px solid #e0e0e0;} +.modal-body .keyword_add_wrap a {float:left; display: block; margin:0 8px 8px 0;} +.modal-footer {padding: 15px 0 15px; text-align: center;border-top: 1px solid #ddd;} +.modal-footer .btn + .btn {margin-bottom: 0; margin-left: 3px;} +.modal-footer .btn-group .btn + .btn {margin-left: -1px;} +.modal-footer .btn-block + .btn-block {margin-left: 0;} +.button.btn_pop_cancel {font-size:15px; color:#333; font-weight:500; background:#fff; border:1px solid #ccc;min-width:80px; padding:0 20px; height:40px; line-height:38px; border-radius: 4px;} +.button.btn_pop_cancel:hover {background-color: #f5f6f9;border: 1px solid #9f9f9f;} +.button.btn_pop_save {font-size:15px; color:#fff; font-weight:500; background:#1d64c5; min-width:80px; padding:0 20px; height:40px; line-height: 38px; border-radius: 4px;} +.button.btn_pop_save:hover {color:#fff; background:#185bb7;} +.popup-body {position: relative; padding: 0 20px 15px;background-color:#fff;} + +/* page-title */ +.page-title {position:relative; height: 52px; line-height:52px;padding:0 20px; background-color: #0e1872; margin-bottom:20px;} +.page-title span {font-size:20px; font-weight:500; color:#fff !important;} +.page-title > .pop_close {float: right; margin-right: 10px;padding-top: 13px;} +.page-title > .pop_close a {display: block; background: url('../images/common/ico_pop_close.png') no-repeat; width: 18px; height: 18px; font-size: 0; margin-top: 7px;} +.page-title + article, .page-title + .content-title,.content-title + .sec-title {margin-top:15px;} + +/*챠트영역*/ +.chart_box {display: flex; justify-content: space-between; align-items: center; padding: 20px 0;} +.chart_wrap {position: relative; background-color: #fff; border: 1px solid #d5d7df; padding: 5px 25px; border-radius: 8px; margin-bottom: 25px;} +.prompt_box {position: relative;box-sizing: border-box; margin-bottom:10px;} +.prompt_box .Prompt_wrap {} +.prompt_box .Prompt_wrap .inner {} +.prompt_box .Prompt_wrap .inner:after {content:'';clear:both;display:block;} +.prompt_box .Prompt_wrap .inner .item {display: inline-block; float: left; vertical-align: top;} +.prompt_box .Prompt_wrap .inner .item .link {position: relative; display: block; background-color: #fff; color: #333; font-size: 16px; font-weight: 300; letter-spacing: -0.06em; line-height: 1.3; width: 100%; height: 100%; border: 1px solid #3a4aba; border-radius: 8px; text-align: left; padding: 9px 15px 9px; transition: all 0.3s;} +.prompt_box .Prompt_wrap .inner .item .link:hover, +.prompt_box .Prompt_wrap .inner .item .link:focus {background-color: #fff; border-color: #222f8b; box-shadow: 0 5px 4px rgba(135, 149, 163, 0.2);-ms-box-shadow: 0 5px 4px rgb(135 149 163 / 20%);border-style: dashed;} +.prompt_box .Prompt_wrap .inner .item .link .text {display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width:88%; vertical-align: middle;} +.prompt_box .Prompt_wrap .inner.n2 {width: calc(100% + 20px); margin: 0 -10px;} +.prompt_box .Prompt_wrap .inner.n2 .item {width: calc(100% / 2 - 20px); margin: 0 10px;margin-bottom: 8px;} +.prompt_box .Prompt_wrap .inner.n2 .item .s_tit {display: block;font-size: 15px;font-weight: 400;color: #333; margin-bottom: 10px;text-align:center;} +.prompt_box .Prompt_wrap .inner.n2 .item .g-map-area {border:1px solid #e6e6e6; background-color:#f3f5fd; min-height:50px;width:100%;margin-top: 3px;} + +/* login */ +.logback {width:100%;height:100%;background-image:url('../images/main/login_bg.gif'); background-size:100% 1000px;left: 0;top: 0;position: fixed;background: #f4f5f8;} +.logback h1 {top:0;height:42px;line-height:42px;margin-top: 8%;text-align:center;display:block;} +.logback h3 {top:0;height:40px;line-height:24px;padding-top: 20px;text-align:center;display:block;font-size:16px;font-weight:400;color:#555;margin:0 auto;} +.logback .login_box {margin:0 auto;width:500px; height:auto;clear:both;margin-top:1.2%;background:#fff;-webkit-border-radius: 26px;-moz-border-radius: 26px;-khtml-border-radius: 26px;border-radius:26px; box-shadow: 0px 1px 10px #bcbfdb; -moz-box-shadow: 0px 1px 10px #bcbfdb; -webkit-box-shadow: 0px 1px 10px #bcbfdb;} +.logback .login_box:after {content:""; clear:both; display:block} +.logback .login_box .loginWrap {width:70%; margin:0 auto;text-align:center;padding:55px 0;} +.loginWrap .input_wrap {width:100%;text-align:center;clear:both;} +.loginWrap .input_wrap input[type=text], .loginWrap .input_wrap input[type=password] {text-indent:10px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border-radius:5px;} +.loginWrap .input_wrap input::placeholder {color:#b6b6b6 !important;} +.loginWrap .input_wrap .txt_id {width:100%; height:50px; font-size:16px; border:1px solid #ddd; margin-bottom:10px;} +.loginWrap .input_wrap .txt_pw {width:100%; height:50px; font-size:16px; border:1px solid #ddd;} +.loginWrap .input_wrap .save_id {float:left; color:#333; padding:25px 0;} +.loginWrap .input_wrap .save_id input[type=checkbox] + label {cursor: pointer; position: relative; font-size: 14px; padding-left: 30px;} +.loginWrap .input_wrap .save_id input[type=checkbox]+ label:before { content: ""; display: inline-block; width: 19px; height: 19px; margin-right: 20px; position: absolute; left: 0; top: 0px; background-color: #fff; border:solid 1px #ccc; border-radius: 19px;} +.loginWrap .input_wrap .save_id input[type=checkbox]:checked + label:before {content: ""; font-size: 15px; font-weight:800; color: #fff; border:solid 1px #2e389d;line-height:19px;background:#2e389d url('../images/common/ico_check_w.png') no-repeat 50% 50%;} +.input_wrap .btn_login {display:inline-block;width:100%;height:65px;line-height:65px; margin-bottom:10px; background:#2e389d; color:#fff; text-align:center; font-weight:400; font-size:18px; border-radius: 6px;} +.input_wrap .btn_login:hover {background:#2f3dc6;} +.hidden {font-size: 0; width:0 !important; height: 0; line-height: 0; overflow: hidden; visibility: hidden; width: 0; position:absolute;} + +/* index */ +.main_img {width: 100%; height: 280px; max-width: 1400px; margin: 0 auto 40px; position: relative; display: block; box-sizing: border-box; padding:30px 20px 30px 90px;border-radius: 38px 0 0 0; background: #3842a9 url('../images/main/main_img.png') no-repeat 93% 100%;} +.main_img:after {content:''; display:block; position:absolute; bottom:0; left:0; width:160px; height:280px; background:url('../images/main/main_img_left.png') no-repeat 0 0;} +.main_img .l_txt {display:block;padding-top:50px; font-size: 45px; font-weight:700; color: #fff; line-height:1.8em;padding-left:50px;} +.main_img .m_txt {display:block;width: 100%; font-size: 22px; font-weight:400; color: #bfdfed; padding-left:50px;} + +/* 오늘의 할일, 업무공지 */ +.week_news_wrap {padding:0;width:100%;max-width: 1400px;margin: 0 auto; box-sizing: border-box;} +.week_news {overflow: hidden; width:100%; height:300px; padding:20px 30px; background: #fff; box-sizing: border-box; border-radius: 20px; box-shadow: 0px 1px 10px #d8dadf; -moz-box-shadow: 0px 1px 10px #d8dadf; -webkit-box-shadow: 0px 1px 10px #d8dadf;} +.week_news h1 {position: relative;display: inline-block;width:100%;margin-bottom:15px; font-size: 23px;height: 36px;color:#222046;font-weight:600; } +.week_news h3 {float:right;position: relative;display: inline-block;font-size: 15px;color:#333;font-weight:500;margin-top:-5px;margin-right:-5px;background:url('../images/main/ico_m_bul.gif') no-repeat 0 48%; padding-left:10px;} +.week_news h1 a.btn_more {float:right;position: relative; display:inline-block; padding:6px 0 0; width:16px; height:16px; background:url('../images/main/ico_more.png') no-repeat 0 0; margin-top: 7px; font-size:0; text-indent:-9999px;border: 0;} +.week_news h1 a.btn_more:hover {color:#333;} +.week_news h3 select {min-width:80px;height:34px !important;border: 1px solid #dadce1 !important;margin-left:4px;} +.week_news .news_list {width:100%; position: relative;} +.week_news .news_list li {line-height: 34px; position: relative; float:left; width:100%; display: flex; flex-wrap: wrap; justify-content: space-between;} +.week_news .news_list li:last-child {border-bottom: 0;} +.week_news .news_list li + li {margin-top: 9px;} +.week_news .news_list li a {display:block; position: relative; padding-left:13px; padding-right: 20px; font-size: 17px;} +.week_news .news_list li a:before {content: ""; position: absolute; left: 0; top: 50%; width: 4px; height: 4px; margin-top: -2px; background-color: #6e6e6e; border-radius: 100%;} +.week_news .news_list li a .work_tit {float:left; display:inline-block; max-width: 350px; color:#333; font-size:18px; font-weight:400; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;} +.week_news .news_list li a .noti_tit {float:left; display:inline-block; max-width: 350px; color:#333; font-size:18px; font-weight:400; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;} +.week_news .news_list li a .noti_tit:hover {color:#000;} +.week_news .news_list li a .ico_new {font-size:8px; color:#fff; width:17px; height:17px; background-color: #ff4e50; border-radius: 50%; font-weight: 400; display:inline-block; text-align: center; line-height: 15px; margin-left: 5px; vertical-align: middle; position: absolute; right:0; top:50%; transform: translateY(-50%);} +.week_news .news_list li .r_txt {float: right; line-height: 32px; color:#777; font-size:17px; } +.week_news .news_list li .w_name {color:#444; padding-right:20px;} +.week_news .news_list li .not_noti {float:left; display:inline-block; width: 100%; color:#888; font-size:17px; font-weight:400; text-align:center;} + +/******************************************* 통합검색(20250312 추가) ******************************************************************/ +.srarch-wrap {width: 100%; position: relative; margin:0 auto; box-sizing: border-box; padding-top:20px;} +.search_form_wrap {position:relative; background: #f6f6f6; padding: 15px 20px 15px;text-align:center; margin:0 auto 25px; box-sizing: border-box;} +.search_form_wrap:after {content: "";display:block;clear:both;} +.search_form_wrap {background: #fff; border: 1px solid #d5d7df; padding: 20px 25px 25px; text-align:center; margin:0 auto 30px; box-sizing: border-box; border-radius:10px;} +.search_form_wrap .search_inner span.form_input input {width:100%; min-width: 500px; height: 45px; font-size:16px; color: #333; font-weight: 300; line-height: 32px; padding: 0 20px; border:2px solid #333; border-radius: 38px;} +.search_form_wrap .search_inner {position: relative; margin-left: auto; margin-right: auto;} +.search_form_wrap .search_inner span {display: inline-block; vertical-align: middle; height:45px;} +.search_form_wrap .search_inner span.form_input input {width:100%; font-size:15px;} +.search_form_wrap .search_inner span.form_btn {margin-left:3px; width: 1%;vertical-align: middle;} +.search_form_wrap .search_inner span.form_btn button:before {display: inline-block;width: 0;} +.search_form_wrap .search_inner span.form_btn .btn_search {width:94px; height: 45px; color: #fff; font-size: 18px;font-weight: 400; padding:0; background: #2e389d url(../images/common/btn_search_m.png) no-repeat 25% 52%; vertical-align: middle; text-indent: 22px; border-radius: 38px;} +.search_form_wrap .search_inner span.form_btn .btn_search:hover {background: #242e93 url(../images/common/btn_search_m.png) no-repeat 25% 52%;} +.search_form_wrap .search_inner .form_label {display:inline-block; color: #333; font-size: 16px; font-weight: 400; letter-spacing: -1px; padding: 0 12px 0 0;} +.search_form_wrap .search_inner [class$="_label"] {display: inline-block; color: #333;} +.search_form_wrap .search_inner label {vertical-align: middle;} + +/* search_head */ +.search_head {position:relative; margin:15px auto;} +.search_head_result {display: block; text-align: center; font-size: 18px; color: #333; font-weight: 400; line-height: 26px;} +.search_head_result em {background-color:transparent; vertical-align:top; color:#f53333; font-weight:400; padding:0 4px;} +.search_head_result strong {vertical-align:top; color:#f53333; font-size:20px; font-weight:400;} + +/* 통합검색 리스트 */ +.search-list-box {position:relative; display: block; width:100%; margin:20px 0;} +.search-list-box:after {content:""; clear:both; display:block} +.search-list-box .search-tit {background:#f3f5fd; border: 1px solid #e9ebf3; border-bottom: 1px solid #a1aee1; border-radius: 6px; padding: 10px 15px; font-size:16px;} +.search-list-box .search-tit strong {position: relative; color: #333; font-size: 17px; font-weight: 400; margin-right: 20px;} +.search-list-box .search-tit strong:before {content:''; display: block; position: absolute; width: 1px; height: 15px; background: #c3c8dd; right: -13px; top: 50%; margin-top: -6px;} +.search-list-box .search-tit .keyword {color:#f53333; font-weight:500; padding: 0 3px;} +.search-list-box .search-tit .keyword_num {color:#f53333; font-weight:500; padding: 0 3px;} +.search-list-box .btn-right {text-align:right; margin:20px 0 30px;} +.search-list-box .btn-right .ico-arr-black {transform: rotate(-90deg); margin-left:5px; opacity:0.8; height:7px;} +.search-list-box .btn-right .button_more {display:inline-flex; height:34px; padding:0 14px; line-height: 33px; font-size: 13.5px; color:#333; font-weight:400; vertical-align:middle; border:1px solid #ccc; text-decoration:none; border-radius:5px; background-color:#fff; transition:opacity 0.3s, color 0.3s;} +.search-list-box .btn-right .button_more:hover{border:1px solid #2e389d;color:#2e389d;} +.search_list {position:relative; width:100%; margin:0 auto; display:block; box-sizing: border-box;} +.search_list:after {content:""; clear:both; display:block} +.search_list>ul {position:relative; display:block;} +.search_list>ul>li {display: inline-block; width: 100%; padding: 18px 0; border-bottom:1px solid #ccc;} +.search_list .search_cont {display: flex; justify-content: space-between; padding: 0 0; width: 100%; vertical-align: top;} +.search_list .search_cont .cont-tit {position: relative; padding:0 20px 0 15px; box-sizing: border-box; display: block; overflow: hidden; margin-right: 20px;} +.search_list .search_cont .cont-tit:after {content: ''; display: block; clear: both;} +.search_list .search_cont .cont-tit > a {width: 100%; height: 28px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; font-size:16.5px; color: #333; font-weight:500; letter-spacing: -0.5px; line-height: 28px;} +.search_list .search_cont .cont-tit > a:hover {color: #121212;} +.search_list .search_cont .cont-tit .route {font-size: 14px; color:#555; line-height: 19px; display: inline-block;} +.search_list .search_cont .cont-info {position: relative;display: -webkit-box; display: -ms-flexbox; display: inline-block; margin-left: auto; padding-left: 15px; padding-top: 5px; min-width: 200px; text-align: left;} +.search_list .search_cont .cont-info:after {content: ''; display: block; clear: both;} +.search_list .search_cont .cont-info:before {content:''; display: block; position: absolute; width: 1px; height: 27px; background: #cbcdd5; left: -10px; top: 30%;} +.search_list .search_cont .cont-info .source_organ {font-size:14px; color:#555; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block;} +.search_list .search_cont .cont-info .source_data {display: block; font-size:14px; color:#888; line-height: 25px;} +.search_list .mark, .search_list .cont .mark {color:#3d4acb;} +.search_list a:hover .mark {color:#2634c0;} + +/* 첨부파일 */ +.uploader {position: relative; display:block; margin: 8px 0 5px; border: 1px dashed #cbcdd5; padding: 8px 13px; border-radius: 6px; overflow: hidden;} +.uploader:after {content: ''; display: block; clear: both;} +.uploader > li {display: flex; -webkt-display: flex; -moz-display: flex; font-size:13px; color:#555; line-height:19px;} +.uploader > li > a {display: inline-block;} +.uploader > li > a span {font-size:13px; color:#555; line-height:19px;} +.uploader > li > a:hover span {color:#121212;} + +/* 첨부파일 아이콘 */ +.uploader > li > a >i[class^='ico-']{display:inline-block;width:17px;height:17px;vertical-align:middle;margin-top:-3px;margin-right:5px;background-repeat:no-repeat;text-indent:-999999em!important;font-size:0!important;line-height:0!important;} +.ico-file {display:inline-block;width:13px;height:15px;vertical-align:middle;background-image:url(../images/common/ico-file.png);} +.ico-pdf {display:inline-block;width:17px;height:17px;background-image:url(../images/common/ico-pdf.png);} +.ico-excel {display:inline-block;width:17px;height:17px;background-image:url(../images/common/ico-excel.png);} +.ico-ppt {display:inline-block;width:17px;height:17px;background-image:url(../images/common/ico-ppt.png);} +.ico-hwp {display:inline-block;width:16px;height:17px;vertical-align:middle;background: url(../images/common/ico-hwp.png);} +.ico-img {display:inline-block;width:16px;height:17px;vertical-align:middle;background: url(../images/common/ico-img.png);} +.ico-zip {display:inline-block;width:16px;height:17px;vertical-align:middle;background: url(../images/common/ico-zip.png);} + diff --git a/bin/main/static/css/layout.css.bak b/bin/main/static/css/layout.css.bak new file mode 100644 index 00000000..5c3b8fdd --- /dev/null +++ b/bin/main/static/css/layout.css.bak @@ -0,0 +1,457 @@ +@charset "utf-8"; + +#wrap {width:100%;margin:0 auto;} +.row::after {content:""; display:block; clear:both;} +.cell {float:left; box-sizing:border-box;} + +/* header */ +.header_wrap {position: relative; width:100%; background:#fff;} +.header_wrap .header-inner {position:relative; width:1240px; min-width: 1240px; height:100%; margin:0 auto;} +.header_wrap .header-top {width: 100%; height: 65px; margin: 0 auto; background:#fff;} +.header_wrap .header-top > .inner {position: relative; width: 1200px; height: 65px; margin: 0 auto;} + +/* util */ +.header_wrap .header-top .util {float:right; height:65px; margin-top:16px; right:0; display: inline-block;} +.header_wrap .header-top .util li {position: relative; display: inline-block; vertical-align: middle; height:28px; line-height:28px; color:#666; font-size:13px;margin-left: 20px;} +.header_wrap .header-top .util li > img {vertical-align: top;} +.header_wrap .header-top .util li > a {font-size:13px; color:#333;} +.header_wrap .header-top .util li .name {display: inline-block; padding-left:18px; margin-right: 4px;color:#108abf;font-weight:500;} +.header_wrap .header-top .util li .name:before {position:absolute; content:''; display:block; background: url('../images/main/ico_user.png') 0 0 no-repeat;left:0;top:7px;width:14px;height:14px;} +.header_wrap .header-top .util li .logout {display: inline-block; padding-left:18px; margin-right: 14px;} +.header_wrap .header-top .util li .logout:hover {color:#108abf;} +.header_wrap .header-top .util li .logout:before {position:absolute; content:''; display:block; background: url('../images/main/ico_logout.png') 0 0 no-repeat;left:0;top:7px;width:14px;height:14px;} +.header_wrap .logo {position:relative; display:inline-block; height:35px;width:211px;top:13px;left:0px;cursor:pointer; text-indent: -9999px; background:url(../images/main/logo.png) 0 center no-repeat;} + +/* gnb */ +.header_wrap .wrap-nav {width: 100%;min-width: 1240px;height:55px;background:#1c3d88; border-top:1px solid #e6e8eb;border-bottom:1px solid #e6e8eb;} +.header_wrap .wrap-nav:after {display:block;clear:both;content:''} +.header_wrap .wrap-nav .gnb {width:auto; height:55px; margin:0 auto;overflow:hidden; position:relative; display: flex; -webkt-display: flex; -moz-display: flex;} +.header_wrap .wrap-nav .gnb > li {position:relative; float: left; height:55px;} +.header_wrap .wrap-nav .gnb > li + li {margin-left:60px;} +.header_wrap .wrap-nav .gnb > li > a {position:relative; font-size:19px;font-weight:600;color:#fff;height:55px;line-height:53px;display: block; box-sizing:border-box;} +.header_wrap .wrap-nav .gnb > li > a:after {content:""; display:block; clear:both; width: 1px; height: 14px; background-color: #ccc; position: absolute; top: 18px; left:-28px; margin-top:0;} +.header_wrap .wrap-nav .gnb > li:first-child > a:after {display: none;} +.header_wrap .wrap-nav .gnb > li > a:hover {color:#4066cb;text-decoration:none;} + +/* 전체메뉴 */ +.header_wrap .all_btn {position:absolute; top:0; right:0;} +.header_wrap .all_btn:after {clear:both; display:block; content:"";} +.header_wrap .all_btn button:first-child {margin-left:0;} +.header_wrap .all_btn .toggle-menu {width:50px; height:55px; background:url("../images/main/btn_hamb.png") no-repeat center center; background-size:25px 20px; position:relative; top:0; font-size:0;} +.allMenu {display:none; width:100%; height:500px; position:fixed; top:65px; right:0; z-index:6; background-color:#fff; padding:0; text-align: left; z-index:99; margin:0 auto;} +.allMenu:before {content:''; position:fixed; width:100%; height:100%; left:0; top:500px; bottom:0; background:rgba(0, 0, 0, 0.5); z-index:0;} +.allMenu .user-wrap {width:100%; height:55px; padding-left:30px; position:relative; background:#1569aa; z-index:99; margin: 0 auto; text-align: center;} +.allMenu .user-wrap .menu-inner {position:relative; width:1240px; max-width: 1240px; height:100%; margin:0 auto;} +.allMenu .user-wrap .menu-logo {position: relative; display:inline-block; margin-left: -130px; padding:0; width:230px; height:100%; background:url('../images/main/logo_w.png') no-repeat 0;} +.allMenu .user-wrap .logo-txt {position: absolute; top:10px; font-size:23px; color:#fff; font-weight: 500;} +.allMenu .m-gnb {display:block; width:100%; max-width:1240px; margin:0 auto; padding:40px 0 0 0; z-index:99;} +.allMenu .m-gnb ul {overflow:hidden; } +.allMenu .m-gnb ul li a {position:relative; font-size:15px; color:#111; font-weight: 500; } +.allMenu .m-gnb ul li a:focus {text-decoration:none;} +.allMenu .m-gnb ul li a:only-child:after {display:none;} +.allMenu .m-gnb > ul > li {float:left; width:18%; min-height:0px; margin: 0 15px 30px 0;} +.allMenu .m-gnb > ul > li > a {display:block; padding:12px 0; font-size:20px; color:#108abf; font-weight: 500; text-align: center;border:1px dashed #108abf;} +.allMenu .m-gnb > ul > li > a:hover {color:#108abf; text-decoration:none;} +.allMenu .m-gnb > ul > li > a .link {display:inline-block; width:12px; height:12px; margin-left:3px; background-size:100%;} +.allMenu .m-gnb > ul > li.curr > a, +.allMenu .m-gnb > ul > li > a:hover {text-decoration:none;} +.allMenu .m-gnb ul.depth-2 {overflow:hidden; padding-bottom:0px; margin-top:10px;} +.allMenu .m-gnb ul.depth-2 > li > a {display:block; font-size:15px; font-weight:400; line-height:30px; color:#444; padding-left:12px;} +.allMenu .m-gnb ul.depth-2 > li > a:before {content:''; position:absolute; top:15px; left:0; width:6px; height:1px; background-color:#777;} +.allMenu .m-gnb ul.depth-2 > li > a:hover {color:#108abf; text-decoration:none;} +.allMenu .gnb-close {position:absolute; margin:0; top:0; right:25px; right:18.5%;z-index:99;} +.allMenu .gnb-close button {width:50px; height:50px; display:block; background:url("../images/main/btn_close.png") no-repeat center; background-size:21px 21px; text-indent:-9999px;} + +/* Layout */ +#container {position:relative; width:100%; margin:0 auto; background-color: #f3f4f8;} +#container:after {clear: both;content: "";display: block;} +.inner {position: relative; width: 1240px; margin: 0 auto; box-sizing: border-box; padding: 10px 0 50px;} +#container .side_Wrap {position:relative; float:left; width:220px;} +#container .body_wrap {float: right; width: calc(100% - 230px);} +#container .body_wrap .content {width:100%; margin:0 auto; padding: 20px 25px 30px; border: 1px solid #e0e0e0; background-color: #fff;} + +.side_Wrap h2 {overflow: hidden; display: flex; align-items: center; justify-content: center; width: 100%; height: 98px; font-size: 23px; font-weight: normal; line-height: 1; color: #fff; background: #1f74ca; border-radius: 28px 0 0 0; box-sizing: border-box;} + +/* lnb menu */ +#lnb {float: left; width: 100%;} +#lm {width: 100%;} +#cssmenu, +#cssmenu ul, +#cssmenu ul li, +#cssmenu ul li a {margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;display: block;letter-spacing:-0.8px;color:#4f5157;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-decoration: none;cursor: pointer;} +#cssmenu {width: 100%;} +#cssmenu ul ul {display: none;} +.align-right {float: right;} +.holder {background:none} +.holder::after, .holder::before {display: block;position: absolute;content: "";right: 15px;z-index: 10;background:none} +.holder::after {top: 15px;background:none} +.holder::before {top: 15px;} +#cssmenu > ul > li > a {display: block; position: relative; padding: 15px 15px; font-size: 15px;font-weight: 500;color: #4f5157; border: 1px solid #ddd; border-top: 0; background:#fff;} +#cssmenu > ul > li > a:before {content:""; display:block; position:absolute; top:50%; right:20px; margin-top:-7px; width:13px; height:13px; background-image:url(../images/common/ico_lnb_1dh.png); background-repeat:no-repeat; transition: all 0s ease 0s } +#cssmenu > ul > li > a:hover:before {background-image:url(../images/common/ico_lnb_1dh_hover.png);} +#cssmenu > ul > li > a:last-child {border-bottom: none;} +#cssmenu > ul > li > a:hover {color: #617ba1; text-decoration:underline;} +#cssmenu > ul > li.active > a, +#cssmenu > ul > li.open > a {display: block; position: relative; color: #fff; border: 0; background: #617ba1;} +#cssmenu > ul > li.open > a:before {content:""; display:block; position:absolute; top:50%; right:20px; margin-top:-7px; width:13px; height:13px; background:#617ba1 url(../images/common/ico_lnb_1dh_on.png); background-repeat:no-repeat; transition: all 0s ease 0s } +#cssmenu ul ul {background:#f7f9fc;border: 1px solid #ddd;border-top: 0; padding: 7px 0 10px;} +#cssmenu ul ul li a {position: relative; display: block; padding: 8px 0 8px 25px; font-size:14px; font-weight:500; color:#424242 !important; letter-spacing:-0.6px; font-weight: normal;} +#cssmenu ul ul li a:before {display:block; position:absolute; top:14px; left:15px; width:4px; height:4px; background-color:#a9a9ab; content:'';} +#cssmenu ul ul li a.on {color: #617ba1 !important; font-weight: normal;} +#cssmenu ul ul li a.on:before {display:block; position:absolute; top:14px; left:15px; width:4px; height:4px; background-color:#617ba1; content:'';} +#cssmenu > ul > li.open > ul {display:block;} +#cssmenu ul ul li:hover a, +#cssmenu ul ul li.open a, +#cssmenu ul ul li.active a {position: relative; display: block; color: #108abf !important;} +#cssmenu ul ul li:hover a:before,#cssmenu ul ul li.open a:before,#cssmenu ul ul li.active a:before {content:''; display:block; position:absolute; top:14px; left:15px; width:4px; height:4px; background-color:#617ba1;} +#cssmenu ul ul li.active a:after, #cssmenu ul ul li.open a:after, #cssmenu ul ul li a:hover:after {border-color: none;} + +/* footer */ +#footer {width:100%;background:#636676; clear:both; height:70px; bottom:0;} +#footer .box {position: relative; width:1240px; margin:0 auto; overflow:hidden;} +#footer .box p.fLogo {float:left; padding:20px 40px 20px 0;} +#footer .box address {color:#cececf; font-size:14px; margin-top:15px; text-transform:uppercase; text-align:left;} +#footer .box p.copy {color:#cececf; font-size:13px; text-align:left;} +#footer .box .menu {position: absolute; top: 25px; right: 0;} +#footer .box .menu li {display:inline-block;} +#footer .box .menu li:not(:last-child) {position:relative; margin-right:1.2em;} +#footer .box .menu li:not(:last-child):after {content:""; position:absolute; top:6px; right:-0.8em; width:1px; height:8px; background-color:#8b8a8a;} +#footer .box .menu li a {color:#dfdfdf; font-size:14px;} +#footer .box .menu li a:hover {color:#77a5f9;} + +/* location */ +.location {position:relative; width:100%; height:23px; display: block; box-sizing:border-box; vertical-align: top;} +.location .route_navi {position:absolute; top: 0; right:0;} +.location .route_navi li {float: left; line-height:26px; font-size: 14px; color:#666; font-weight:normal; letter-spacing:-0.05em; padding:0 10px 0 15px; background: url('../images/common/route_arrow.png') no-repeat 0 8px;} +.location .route_navi li .home {display: inline-block; background: url('../images/common/icon_home.png') no-repeat 0 0; padding: 0; width: 17px; height:15px; font-size:0; text-indent:-9999px;} +.location .route_navi li.home a span {float: left;font-size: 0; height: 0;line-height: 0; position: absolute;visibility: hidden;width: 0;} +.location .route_navi li:last-child {line-height: 26px; color:#333; font-weight:500; padding-right: 0;} +.location .route_navi li:first-child {background:none;} + +/* title */ +.main_tit {position:relative; width:100%; box-sizing:border-box;} +.main_tit h3 {display:block; padding:0 0 15px; color:#222; font-size:30px; font-weight:500;} +.content h4 {font-size:20px; margin:10px 0 10px; color: #444; font-weight:500; letter-spacing:-0.05em;} +.content h4:before {display: inline-block; content: ""; width:5px; height:16px; margin-right:7px; background:#617ba1; vertical-align:middle; margin-top:-5px;} + +/* search */ +.search_wrap {position: relative; display: block; margin:0 auto 20px; padding: 14px 40px; box-sizing: border-box; text-align:center; background-color: #f2f4f7; border: 1px solid #eee;} +.search_wrap .form_group {display: inline-block; width: 60%; margin-left: auto; margin-right: auto;} +.form_group {position: relative; white-space: nowrap; display: inline-block;/*display: table;*/} +.search_wrap .inline {margin-bottom:10px;display: inline;white-space: nowrap;float: left;text-align: left;position: relative;} +.search_wrap .form-label {display: inline-block; color: #444; font-size: 14px; font-weight:500; letter-spacing: -0.4px; padding: 0 10px 0 20px;} +.search_wrap input[type=text], .search_wrap input[type=search], .search_wrap select {height: 32px;} +.search_wrap select {width:120px;} +.search_wrap input[type="text"] {width: 300px;} +.search_wrap .search_btn {width:80px; height:32px; color:#fff; font-size:15px; border:0px; background-color:#305597;} +.search_wrap .essential {color: #fb5666; font-size: 15px; line-height: 12px; vertical-align: middle;} +.search_wrap .datepicker {width:100%;} +.search_wrap label {vertical-align: middle;} +.btn_calendar {display:inline-block;width: 16px; height: 17px; background: #fff url(../images/common/ico_calendar.png) no-repeat 94% 50%; cursor: pointer;padding-right: 16px;} +.btn_calendar span {display:inline-block; text-indent:-10000px;} +.ui-draggable, .ui-droppable {background-position: top;}/*달력관련*/ + +/* Button style */ +.button, .button a {display:inline-block;cursor:pointer;color:inherit;text-align:center;overflow:visible;background:#fff; padding:0;text-decoration: none !important;vertical-align:middle;white-space:nowrap;margin:0;} +.button:hover {font-weight: normal;} +.button.btn_small {display:inline-block; padding:0px 16px !important;border:1px solid #1b263c;background-color:#1b263c;color:#fff;font-size:14.5px;font-weight:500;height: 38px;line-height: 36px;vertical-align:middle;cursor: pointer;} +.button.btn_small:hover {border:1px solid #101829;background-color:#101829;color:#fff;} + +/* button style */ +.btn-Area {width:100%;justify-content:space-between;margin-top:20px;display: flex; -webkt-display: flex; -moz-display: flex;} +.pagination + .btn-Area {margin-top:20px;} +.btn-Area button {height:40px; line-height:38px; border:1px solid #ccc; font-size:15px;font-weight:500;padding:0 20px;border-radius:0;text-align:center;min-width:60px;} +.btn-Area.bt-sm button {min-width:30px} +.btn-Area > div:first-child button {margin-right:2px;} +.btn-Area > div > div + div {margin-top:5px;} +.btn-Area > div + div > button,.btn-Area > div + div > button + button {margin-right:0px;} +.btn-Area > div + div > button + button {margin-left:2px;} +.listToparea .l-sorting button,.btn-Area.top-sm button, .btn-Area.bt-sm button,.btn-Area.top-sm .btn-ico-sms {height:30px;line-height:28px;font-size:13px;font-weight:500;padding:0 10px;min-width:30px} +.listToparea .l-sorting button,.top-sm button {background-color:#fff; border:1px solid #ddd; color:#333;} +.listToparea .l-sorting button:hover,.top-sm button:hover {background-color:#fff; border:1px solid #a3a3a3;} +.btn-Area .btn-primary {background-color:#4066cb; border:1px solid #4066cb; color:#fff;} +.btn-Area .btn-primary:hover {background-color:#2449aa; border:1px solid #2449aa;} +.btn-Area .btn-normal {background-color:#fff; border:1px solid #ccc; color:#333;} +.btn-Area .btn-normal:hover {background-color:#f3f8ff; border:1px solid #9f9f9f;} +.btn-Area .btn-secondary{background-color:#42506e;border:1px solid #42506e;color:#fff;} +.btn-Area .btn-secondary:hover{background-color:#172035;border:1px solid #172035;} +.btn-Area .btn-tertiary{background-color:#f3f3f3;border:1px solid #ddd;color:#333;} +.btn-Area .btn-tertiary:hover{border-color:#a3a3a3;} +.btn-Area .btn-excel {background-color:#107c41;border:1px solid #107c41;color:#fff;} +.btn-Area .btn-excel:hover {background-color:#0d6937;border-color:#0d6937;} +.btn-Area .btn-emps01 {background-color:#fff;border:1px solid #4066cb;color:#4066cb;} +.btn-Area .btn-emps02 {background-color:#fff;border:1px solid #fd5827;color:#fd5827;} +.btn-Area .btn-emps01:hover {background-color:#f5f9ff;} +.btn-Area .btn-emps02:hover {background-color:#fff8f6;} + +.add-btn {align-items:stretch;} +.add-btn .form-control:first-child {flex:1} +.add-btn .btn-ico {width:34px; height:32px; border:1px solid #bbb;background:#f5f5f5;color:#666;padding:0;line-height:30px;margin-left:3px;} +.add-btn .form-control:disabled + .btn-ico,.add-btn .form-control:disabled + .btn-ico + .btn-ico {opacity:.5;} +.add-btn .i-search {top:-1px;position:relative;width:32px;height:32px; background: url('../images/common/search_i_b.png') center center no-repeat; background-size:16px auto;} +.add-btn .i-search:hover {top:-1px;position:relative;width:32px;height:32px; background: #7d7d7d url('../images/common/search_i_w.png') center center no-repeat; background-size:16px auto;} +.add-btn:hover .form-control:disabled,.add-btn:hover .form-control:disabled + .btn-ico,.add-btn:hover .form-control:disabled + .btn-ico + .btn-ico {opacity:1;} +.add-btn.disabled:hover .form-control:disabled + .btn-ico {opacity:.5;background-color:#fff;border:1px solid #ff0000;cursor:default;} +td .form-control + button, .form-control + button + button + button, .form-control + button + button {margin-left: 5px;} +td .btn-ico {display: inline-block; background-color: transparent; border: 0; text-align: Center;} +td .form_group {display: inline-block; position: relative; width: 100%; box-sizing: border-box;} +td .form-control + .add-btn {width:100%;display:inline-block;vertical-align:middle;} +.inlineBox {align-items: center;display: flex; -webkt-display: flex; -moz-display: flex;} +.btn-ico span {display:inline-block;vertical-align:middle;text-indent:-999999em!important;font-size:0!important;line-height:0!important;} + +/* in btn */ +.btn {display:block; height:32px; line-height:30px; font-size:13px; font-weight:400; padding:0 8px;} +.table .btn, .tbl_form .btn {height:32px; line-height:30px;} +.modify .btn {height:32px; line-height:30px;} +.btn.btn-form,.tbl_form .btn.btn-copy,.fileSelectBox .fileinput-button,.inlineBox.rv .fileinput-button {background:#f5f5f5;border:1px solid #bbb;color:#555;} +.btn.btn-form:hover,.tbl_form .btn.btn-copy:hover,td .inlineBox > button:hover,.fileSelectBox .fileinput-button:hover {background:#7d7d7d;border:1px solid #7d7d7d;color:#fff;} +.inlineBox.rv .fileinput-button .btn.btn-form {background:transparent;border:0px solid #bbb;} +.inlineBox.rv .fileinput-button .btn.btn-form:hover {background:#7d7d7d;border:1px solid #7d7d7d;color:#fff!important;} + +/* 첨부파일 */ +.rv {flex-direction: row-reverse;} +.uploader li {justify-content:space-between;align-items:center;} +.uploaderTop div *,.uploader li * {font-size:13px;} +.uploaderTop {padding-bottom:5px;} +.fileinput-button {position:relative; overflow:hidden; display:block; margin-top:5px;} +.fileinput-button:hover {background:#ededed;} +.fileinput-button * {font-size:13px!important;} +.fileinput-button .btn-addfile {display:inline-block;vertical-align:middle;width:75px;height:32px;line-height:30px;background:transparent;color:#333;padding:0 10px;cursor:pointer;text-align:Center;} +.fileinput-button > input {position:absolute;top:0px;right:0;margin:0;opacity:0;-ms-filter:'alpha(opacity=0)';font-size:21px!important;width:500px;direction:ltr;cursor:pointer;} +.uploaderTop .btn-delAll, .uploaderTop .tx-result {margin-left:10px;position:relative;top:3px;} +.tableStyle .uploaderTop .btn-delAll {color:#333;background:transparent;border:0;height:16px;line-height:16px;} +.tableStyle .uploaderTop .btn-delAll:hover {text-decoration:underline;background:transparent;border:0;} +.uploaderTop .tx-result, .uploaderTop .filesize strong {color:#3683c3;} +.uploaderTop .filesize {position:Relative;top:5px;} +.fileinput-button.selcimg {width:80px;height:32px;line-height:30px;margin-top:0;} +.fileinput-button.selcimg .btn-addfile {width:80px;padding:0 0px} +.inlineBox .fileinput-button + .form-control {margin-left:5px;} + +.uploader li {justify-content: space-between; align-items: center;} +.uploader li {padding:1px 0 2px;} +.uploader li > * {padding:0 10px} +.uploader li div {display: flex; -webkt-display: flex; -moz-display: flex;} +.uploader div, .uploader li > span {height: 18px; line-height: 18px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} +.uploader .header h6 + h6 {border-left:1px solid #fff;} +.uploader .header h6 {font-weight:normal;height:21px;line-height:21px;} +.uploader .header h6:first-child, .uploader li > div {flex:1;} +.uploader .header h6 + h6, .uploader li > span {width:20%;text-align:right;} +.uploader .header + li,.uploader li:first-child {margin-top:8px;} +.uploader .header {background:#e7e7e7;color:#333;padding:0 0;margin-top:0px!important;} +.inlineBox.rv .fileinput-button {cursor:pointer;margin-top:0;} +.inlineBox.rv .fileinput-button:hover span {color:#fff;} +.fileSelectBox .fileinput-button + .form-control {margin-left:0;flex:1;} +.fileSelectBox .fileinput-button {word-break:keep-all;-ms-word-break:keep-all;width:70px;cursor:pointer;white-space:nowrap;margin-left:5px;height:32px;} +.fileSelectBox .fileinput-button .btn-normal,.fileSelectBox .fileinput-button .btn-normal:hover {background:transparent;border:0;} + +.fileSelectBox + .uploader {border: 0; margin-bottom: 5px;} +.uploader div,.uploader li > span,.downloader li > a{height:18px;line-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;} +.uploader div button, .uploader div i, .downloader li a > i{text-indent:-999999em!important;font-size:0!important;line-height:0!important;} +.uploader div button{display:block;width:18px;height:18px;background:url(../images/common/ico-close-xs.png) center no-repeat;border:0;padding:0;margin-right:3px;margin-left:-2px;opacity:.6;} +.uploader div button:hover{opacity:1;} +.uploader div i, .downloader li a > i{display:block; width:18px; height:18px; margin-right:7px;background-position:center;background-repeat:no-repeat;} +.progress + .uploader,.fileSelectBox + .uploader{border:0;margin-bottom:5px;} +.uploader.scroll-Y {border:1px solid #e1e1e1;padding-bottom:7px;margin-bottom:5px;} +.uploader.scroll-Y {height:135px;} +.progress + .uploader li > div,.fileSelectBox + .uploader li > div{padding:0 5px;} + +/* 파일종류별 아이콘 */ +.tbl_form td .btn-dfile[class^='ico'] {display:inline-block;height:20px;width:20px;vertical-align:middle;background-position:center;background-repeat:no-repeat;text-indent:-999999em!important;font-size:0!important;line-height:0!important;} +.tbl_form td .btn-dfile:hover {text-decoration:underline!important;} +.btn-dfile > i[class^='ico-'] {display:inline-block;height:20px;width:20px;vertical-align:middle;margin-right:3px;background-position:center;background-repeat:no-repeat;text-indent:-999999em!important;font-size:0!important;line-height:0!important;} +.ico-zip {background-image:url(../images/common/ico-zip.png);} +.ico-hwp {background-image:url(../images/common/ico-hwp.png);} +.ico-pdf {background-image:url(../images/common/ico-pdf.png);} +.ico-ppt {background-image:url(../images/common/ico-ppt.png);} +.ico-excel {background-image:url(../images/common/ico-excel.png);} +.ico-img{background-image:url(../images/common/ico-img.png);} +.ico-ai{background-image:url(../images/common/ico-ai.png);} +.ico-etc{background-image:url(../images/common/ico-etc.png);} +.uploader li.emptyfile{justify-content:center;flex:1;flex-direction:column;height:97px;} +.uploader li.emptyfile p{text-align:Center;line-height:28px;} +.uploader li.emptyfile p:before{content:'';display:inline-block;position:relative;top:-4px;margin-right:10px;width:20px;height:28px;vertical-align:middle;background:url(../images/common/ico-mouse.png) center no-repeat;} + +/* table info */ +.tbl_info {width:100%; position:relative; height:35px; line-height:35px; display: inline-block; margin-bottom:5px;} +.tbl_info:after {content:''; display:block; clear:both;} +.tbl_info .fl ul li {display:inline-block;font-size: 13.5px; font-weight: normal; color: #333; padding-top: 7px;} +.tbl_info .fl ul li.line {display:inline-block; clear: both;content: ""; width:1px; height:11px; vertical-align: middle; background-color: #ccc; margin:-1px 5px 0 5px;} +.tbl_info .fl ul li .txt_total {color:#f43636; padding:0 2px 0 4px; font-weight: 500;} +.tbl_info .fl ul li .txt_present {color:#f43636; padding:0 2px 0 4px;} +.tbl_info .sel_box {display: inline-block; position: absolute; right: 0;} +.tbl_info .sel_box select {border:0; outline: none; font-size:14px; color:#333; padding:0 30px 0 5px; width:100%; height:32px; line-height:30px; border:1px solid #ddd; cursor: pointer; background: #fff url(../images/main/ico_select.png) no-repeat right 10px center; background-size: 7px 4px;} + +/* paging */ +.pagination {position: relative; display: block; text-align:center; margin: 25px auto 0;} +.pagination li {display: inline-block;} +.pagination li a {display: inline-block; vertical-align: middle; text-decoration: none; color: #333; font-size:14px; width:32px; height: 32px; line-height:30px; letter-spacing:-2px; text-align:center;border: solid 1px #ddd; background: #fff;} +.pagination li a.first_page {text-indent:-9999px; border: 1px solid #ddd; background:url('../images/common/ico_page_first.png') no-repeat 50% 50%;font-size:0; width:32px;height:32px; box-sizing: border-box;} +.pagination li a.pre_page {text-indent:-9999px; border: 1px solid #ddd; background:url('../images/common/ico_page_pre.png') no-repeat 50% 50%;font-size:0; width:32px;height:32px; margin-right:5px;box-sizing: border-box;} +.pagination li a.next_page {text-indent:-9999px; border: 1px solid #ddd; background:url('../images/common/ico_page_next.png') no-repeat 50% 50%;font-size:0; width:32px;height:32px; margin-left:5px; box-sizing: border-box;} +.pagination li a.end_page {text-indent:-9999px; border: 1px solid #ddd; background:url('../images/common/ico_page_last.png') no-repeat 50% 50%;font-size:0; width:32px;height:32px; box-sizing: border-box;} +.pagination li a:hover, +.pagination li span:hover, +.pagination li a:focus, +.pagination li span:focus {color: #333; background-color: #fff; border-color: #595959;} +.pagination .active a, +.pagination .active span, +.pagination .active a:hover, +.pagination .active span:hover, +.pagination .active a:focus, +.pagination .active span:focus {z-index: 2; color: #fff; background-color: #595959; border-color: #595959; cursor: default;} +.pagination li a.on {z-index: 2; color: #fff;font-weight:500; background-color: #595959; border-color: #595959; cursor: default;} + +/* 테이블 리스트 */ +.tbl_list {position:relative; width:100%;} +.table-x-scrollable {overflow-x: scroll;} +.table {width: 100%; table-layout: fixed; border-top: 2px solid #305597; background-color: #fff; margin-bottom:15px;} +.table thead th {border-bottom: 1px solid #cbccd3;} +.table thead th, .table tbody th {height:40px; padding:10px 10px; vertical-align: middle; font-size:14px; font-weight:500; color:#333; text-align:center; background: #f3f8ff;} +.table tbody td {height:38px; padding:8px 10px; vertical-align:middle; font-size:13px; color:#333; font-weight: 300; text-align:center; border-bottom: 1px solid #ddd; word-break: break-all; white-space: normal;} +.table thead th + th, .table td + td, .table th + td, .table tbody th + th, .table tbody td + th {border-left: 1px solid #ddd;} +.table tbody td a {text-align:left; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;-o-text-overflow: ellipsis;-ms-text-overflow: ellipsis; font-weight: 300; display:block;} +.table tbody td a:hover {color:#000; text-decoration: underline;} +.essential {display:inline-block; color:#f93c4e; font-size: 17px; line-height: 18px; vertical-align: text-top; padding:0 0 0 3px;} + +/* View/Form table */ +.tbl_view {position:relative; width:100%;} +.tbl_form {width:100%; border:0; border-top: 2px solid #305597; background-color: #fff; border-bottom: 0; table-layout:fixed; border-collapse: separate; margin-bottom:20px;} +.tbl_form thead th + th, .tbl_form td + td, .tbl_form th + td, .tbl_form tbody th + th, .tbl_form tbody td + th {border-left: 1px solid #ddd;} +.tbl_form th, .tbl_form td {vertical-align: middle;} +.tbl_form th {padding:8px 10px 8px 20px; height: 40px; text-align:left; border-bottom: 1px solid #ddd; background:#f3f8ff; font-size:14px; font-weight:400; color:#333; letter-spacing:-0.5px;} +.tbl_form td {padding:8px 10px; height: 40px; text-align:left; font-size:14px; color:#333; border-bottom: 1px solid #ddd;word-break: break-all;-ms-word-break: break-all;} +.tbl_form td label {vertical-align:top;padding-right:10px;} +.tbl_form input[type="text"] {} +.tbl_form td input[type='text'], .tbl_form td input[type='password'] {width: 100%;} +.tbl_form select {width:auto;} +.tbl_form textarea {width:100%; min-height: 80px;} +.tbl_form td img {vertical-align:middle;} +.tbl_form td .form_inline {display: inline-block; float: left; box-sizing: border-box;} +.tbl_form td .form_group {display: inline-block; position: relative; width: 100%; box-sizing: border-box;} +.tbl_form td .form_group input[type='text'], .tbl_form td .form_group input[type='password'] {width: 100%;} +.tbl_form td .form_group em {display: inline-block;padding-left: 8px;padding-right: 8px;font-size: 15px;} +.tbl_form td .form_inline .label, .tbl_form td .form_group .label {display: inline-block;vertical-align:middle; color:#333; font-size:15px;font-weight:500;} +.tbl_form th.blank_bg, .tbl_form td.blank_bg {border-left: none;border-right: none; background:#fff; height:5px;} +.text_note {display: inline-block;font-size:12px;color:#f77777;line-height:16px;background:url('../images/common/ico_info.png') no-repeat 0 50%;padding-left:18px;} +.tbl_form button.ico_btn_search {display:inline-block;width: 26px;height: 24px;background: url('../images/common/ico_td_search.png') no-repeat 0 0; margin-left: 2px;text-indent:-9999px;font-size:0;cursor:pointer;} +.tbl_form .datepicker {width:100%;} +.tbl_form .date_group {display:inline-block;position:relative;} +.tbl_form .date_group i {display:inline-block;width:16px;color:#000;text-align:center;font-size:13px;} +button.ico_btn_search {display:inline-block;width: 26px;height: 24px;background: url('../images/common/ico_td_search.png') no-repeat 0 0; margin-left: 2px;text-indent:-9999px;font-size:0;cursor:pointer;} +button.ico_btn_search:hover {display:inline-block;width: 26px;height: 24px;background: url('../images/common/ico_td_search_ov.png') no-repeat 0 0; margin-left: 2px;text-indent:-9999px;font-size:0;cursor:pointer;} +.table input.text_amount, .tbl_form input.text_amount {text-align: right;padding-right: 5px !important;box-sizing: border-box; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;} +.table select.form-control.year {width:30%;} +td .form-control + label.txt {margin:0 3px;word-break:keep-all;-ms-word-break:keep-all;} +.table select.form-control.month {width:20%; min-width:45px;} +td .form-control.time {width:55px!important;min-width:50px;} +.infotxt {display: inline-block; line-height: 16px; font-size: 12px; font-weight: 300; padding-top: 6px;} + +/* login */ +.logback {width:100%;height:100%;background-image:url('../images/main/login_bg.gif'); background-size:100% 1000px;left: 0;top: 0;position: fixed;background: #f4f5f8;} +.logback h1 {top:0;height:48px;line-height:48px;margin-top: 8%;text-align:center;display:block;} +.logback h3 {top:0;height:50px;line-height:24px;padding-top: 20px;text-align:center;display:block;font-size:16px;font-weight:400;color:#555;margin:0 auto;} +.logback .login_box {margin:0 auto;width:560px; height:auto;clear:both;margin-top:2%;background:#fff;-webkit-border-radius: 12px;-moz-border-radius: 12px;-khtml-border-radius: 12px;border-radius:12px; box-shadow: 0px 1px 10px #c4c6cc; -moz-box-shadow: 0px 1px 10px #c4c6cc; -webkit-box-shadow: 0px 1px 10px #c4c6cc;} +.logback .login_box:after {content:""; clear:both; display:block} +.logback .login_box .loginWrap {width:70%; margin:0 auto;text-align:center;padding:55px 0;} +.loginWrap .input_wrap {width:100%;text-align:center;clear:both;} +.loginWrap .input_wrap input[type=text], .loginWrap .input_wrap input[type=password] {text-indent:10px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;border-radius:5px;} +.loginWrap .input_wrap input::placeholder {color:#b6b6b6 !important;} +.loginWrap .input_wrap .txt_id {width:100%; height:50px; font-size:16px; border:1px solid #ddd; margin-bottom:10px;} +.loginWrap .input_wrap .txt_pw {width:100%; height:50px; font-size:16px; border:1px solid #ddd;} +.loginWrap .input_wrap .save_id {float:left; color:#333; padding:25px 0;} +.loginWrap .input_wrap .save_id input[type=checkbox] + label {cursor: pointer; position: relative; font-size: 14px; padding-left: 30px;} +.loginWrap .input_wrap .save_id input[type=checkbox]+ label:before { content: ""; display: inline-block; width: 19px; height: 19px; margin-right: 20px; position: absolute; left: 0; top: 0px; background-color: #fff; border:solid 1px #ccc; border-radius: 19px;} +.loginWrap .input_wrap .save_id input[type=checkbox]:checked + label:before { content: "\2713"; font-size: 15px; font-weight:800; color: #fff; background:#4066cb; border:solid 1px #4066cb;line-height:19px;} +.input_wrap .btn_login {display:inline-block;width:100%;height:65px;line-height:65px; margin-bottom:10px; background:#4066cb; color:#fff; text-align:center; font-weight:400; font-size:18px; border-radius: 6px;} +.input_wrap .btn_login:hover {background:#2449aa2023-02-13;} +.hidden {font-size: 0; width:0 !important; height: 0; line-height: 0; overflow: hidden; visibility: hidden; width: 0; position:absolute;} + +/* index */ +.main_img {width: 100%; height: 280px; max-width: 1240px; margin: 0 auto 40px; position: relative; display: block; box-sizing: border-box; padding:30px 20px 30px 100px;border-radius: 28px 0 28px 0; background: #4066cb url('../images/main/main_img.png') no-repeat 97% 100%;} +.main_img .l_txt {display:block;padding-top:40px; font-size: 37px; font-weight:500; color: #fff; line-height:1.8em} +.main_img .m_txt {display:block;width: 100%; font-size: 22px; font-weight:400; color: #bfdfed; } + +/* 오늘의 할일, 업무공지 */ +.week_news_wrap {padding:0;width:100%;max-width: 1200px;margin: 0 auto; box-sizing: border-box;} +.week_news {overflow: hidden; width:100%; height:300px; padding:20px 30px; background: #fff; box-sizing: border-box; border-radius: 20px; box-shadow: 0px 1px 10px #d8dadf; -moz-box-shadow: 0px 1px 10px #d8dadf; -webkit-box-shadow: 0px 1px 10px #d8dadf;} +.week_news h1 {position: relative;display: inline-block;width:100%;margin-bottom:15px; font-size: 23px;height: 36px;color:#222046;font-weight:600; } +.week_news h3 {float:right;position: relative;display: inline-block;font-size: 15px;color:#333;font-weight:500;margin-top:-5px;margin-right:-5px;background:url('../images/main/ico_m_bul.gif') no-repeat 0 48%;padding-left:10px;} +.week_news h1 a.btn_more {float:right;position: relative; display:inline-block; padding:6px 0 0; width:16px; height:16px; background:url('../images/main/ico_more.png') no-repeat 0 0; margin-top: 7px; font-size:0; text-indent:-9999px;} +.week_news h1 a.btn_more:hover {color:#333;} +.week_news h3 select {min-width:80px;height:34px !important;border: 1px solid #dadce1 !important;margin-left:4px;} +.week_news .news_list {width:100%; position: relative;} +.week_news .news_list li {line-height: 34px; position: relative; float:left; width:100%; display: flex; flex-wrap: wrap; justify-content: space-between;} +.week_news .news_list li:last-child {border-bottom: 0;} +.week_news .news_list li + li {margin-top: 9px;} +.week_news .news_list li a {display:block; position: relative; padding-left:13px; padding-right: 20px; font-size: 17px;} +.week_news .news_list li a:before {content: ""; position: absolute; left: 0; top: 50%; width: 4px; height: 4px; margin-top: -2px; background-color: #6e6e6e; border-radius: 100%;} +.week_news .news_list li a .work_tit {float:left; display:inline-block; max-width: 290px; color:#333; font-size:18px; font-weight:400; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;} +.week_news .news_list li a .noti_tit {float:left; display:inline-block; max-width: 290px; color:#333; font-size:18px; font-weight:400; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis;} +.week_news .news_list li a .noti_tit:hover {color:#000;} +.week_news .news_list li a .ico_new {font-size:8px; color:#fff; width:17px; height:17px; background-color: #ff4e50; border-radius: 50%; font-weight: 400; display:inline-block; text-align: center; line-height: 15px; margin-left: 5px; vertical-align: middle; position: absolute; right:0; top:50%; transform: translateY(-50%);} +.week_news .news_list li .r_txt {float: right; line-height: 32px; color:#777; font-size:17px; } +.week_news .news_list li .w_name {color:#444; padding-right:20px;} +.week_news .news_list li .not_noti {float:left; display:inline-block; width: 100%; color:#888; font-size:17px; font-weight:400; text-align:center;} + +/* 스크롤 */ +#scrollstyle::-webkit-scrollbar-track {border-radius: 0;background-color: #f5f5f5;} +#scrollstyle::-webkit-scrollbar {width: 8px; background-color: #f5f5f5;} +#scrollstyle::-webkit-scrollbar-thumb {border-radius: 0; background-color: #ccc;} +#scrollstyle-x::-webkit-scrollbar-track {border-radius: 0;background-color: #f5f5f5;} +#scrollstyle-x::-webkit-scrollbar {height: 8px; background-color: #f5f5f5;} +#scrollstyle-x::-webkit-scrollbar-thumb {border-radius: 0; background-color: #ccc;} + +/*----------- 레이어팝업 -----------*/ +[class^='sp-layer-popup'],.ydp-mlayer-popup {position:absolute;top:0;left:0;z-index:999999;width:100%;height:100%} +[class^='sp-layer-popup'] .wrap-layer-bg,.ydp-mlayer-popup .wrap-layer-bg {position:fixed;z-index:110;width:100%;height:100%;background-color:#333;opacity:0.7} +[class^='sp-layer-popup'] .popupbox,.ydp-mlayer-popup .popupbox {position:fixed;top:50%;left:50%;z-index:120;border:1px solid #ddd;background-color:#fff;box-sizing:border-box;border-radius:0;} +[class^='sp-layer-popup'] .popupbox section {position:relative;padding:25px} +.popupbox {position:fixed;top:50%;left:50%;z-index:120;background-color:#fff;box-sizing:border-box} +.popupbox section {position:relative;padding:25px} + +/* 팝업상세 */ +.ydp-mlayer-popup .popupbox {border:0; border-radius: 5px; border: 5px solid #2646a6} +.popupbox .pb-head {height: 75px; background-color: #2646a6;} +.popupbox .pb-head h2 b {color:#fff; font-size:24px; font-weight:500; line-height:68px; margin-left:30px;} +.popupbox .pb-head .btn-close-setting {display:block; position:absolute; top:30px; right:35px;z-index:125;width:16px;height:16px;background: url(../images/common/ico_pop_close.png)no-repeat; text-indent: -9999px;} +.popupbox .pb-body {position: relative; padding: 25px 30px 5px; background-color: #fff;} +.popupbox .pb-body article {margin-left:0px;} +.popupbox .pb-body h3 {font-size:20px; color:#474d5c; padding:10px 0 15px;} +.popupbox .pb-body .keyword_add_wrap {position: relative; display: inline-block; vertical-align:top; padding-bottom:20px; border-bottom:1px solid #e0e0e0;} +.popupbox .pb-body .keyword_add_wrap a {float:left; display: block; margin:0 8px 8px 0;} +.ydp-mlayer-popup li label span {font-size:15px; color:#282828;} +.ydp-mlayer-popup .btn-Area {padding-top:15px;text-align:center; bottom:0; display:flex;-webkt-display:flex;-moz-display:flex;justify-content:center;border-top:1px dashed #ccc; height:70px; width:100%; margin:0 auto;} +.ydp-mlayer-popup .btn-Area button {height:50px;line-height:48px; border-radius: 50px; font-size:18px;font-weight:500;padding:0 12px;text-align:center;min-width:50px;} +.ydp-mlayer-popup .btn-Area button + button {margin-left:5px} +.ydp-mlayer-popup .btn-Area .btn-save {width:100px; color:#fff; background:#eb4c97;} +.ydp-mlayer-popup .btn-Area .btn-save:hover {color:#fff;background:#e2428d;} +.ydp-mlayer-popup .btn-Area .btn-cancel {width:100px; color:#fff; background:#474d5c;} +.ydp-mlayer-popup .btn-Area .btn-cancel:hover {color:#fff; background:#3e4452;} + +/* modal 팝업 */ +.dim-layer {display: none; position: fixed; _position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000;} +.dim-layer .dimBg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .5; filter: alpha(opacity=50);} +.dim-layer .pop-layer {display: block;position: absolute;} +.pop-layer {display: none; position: fixed; top: 50%; left: 50%; width: auto; height: auto; background-color: #4066cb; z-index: 1000 !important; padding:2px;} +.modal-md {width: 760px;} +.modal-mini {width: 500px;} +.modal-content {position:relative;background-color:#fff;-webkit-background-clip: padding-box;background-clip: padding-box; outline: 0;} +.modal-header {width:100%;height:65px;background-color:#4066cb;} +.modal-header:after {content:''; display:block; clear:both;} +.modal-header .close {margin-top: -2px;} +.modal-header .pop_close {float: right;margin-right: 30px;} +.modal-header .pop_close a {display: block; background: url('../images/common/ico_pop_close.png')no-repeat; width:16px;height:16px;font-size: 0;margin-top: 30px;} +.modal-header .pop_title {text-align:left; font-size:24px; font-weight:500; color:#fff;line-height: 65px; text-indent: 30px;display: inline-block;} +.modal-body {position: relative; padding: 20px 30px 20px;background-color:#fff;} +.modal-body h3 {font-size:20px; color:#474d5c; padding:10px 0 15px;} +.modal-body .keyword_add_wrap {position: relative; display: inline-block; vertical-align:top; padding-bottom:20px; border-bottom:1px solid #e0e0e0;} +.modal-body .keyword_add_wrap a {float:left; display: block; margin:0 8px 8px 0;} +.modal-footer {padding: 15px 0 15px; text-align: center;border-top: 1px solid #ccc;} +.modal-footer .btn + .btn {margin-bottom: 0; margin-left: 3px;} +.modal-footer .btn-group .btn + .btn {margin-left: -1px;} +.modal-footer .btn-block + .btn-block {margin-left: 0;} +.button.btn_pop_cancel {font-size:15px;color:#333; font-weight:500; background:#fff; border:1px solid #ccc;min-width:80px; padding:0 20px; height:40px; line-height:38px;} +.button.btn_pop_cancel:hover {background-color: #f3f8ff;border: 1px solid #9f9f9f;} +.button.btn_pop_save {font-size:15px;color:#fff; font-weight:500; background:#4066cb; min-width:80px; padding:0 20px; height:40px; line-height: 38px; } +.button.btn_pop_save:hover {color:#fff;background:#2449aa;} + diff --git a/bin/main/static/css/layout_err.css b/bin/main/static/css/layout_err.css new file mode 100644 index 00000000..2e6501ea --- /dev/null +++ b/bin/main/static/css/layout_err.css @@ -0,0 +1,15 @@ +@charset "utf-8"; + +/* Error */ +.errorbox {width:100%; height:100%; min-height:750px;margin:0 auto;} +.errorbox:after {content:''; display:block; clear:both;} +.errorbox .errorWrap {width:100%; padding-top:8%; margin:0 auto; text-align:center;} +.errorbox .readyWrap {width:100%; padding:0; margin:0 auto; text-align:center;} +.errorbox .errorWrap .error_in {overflow:hidden;width:100%;margin:0 auto;text-align:center;padding:0;} +.errorbox .errorWrap .error_in li {display:block; text-align:center; vertical-align: bottom;} +.errorbox .errorWrap .error_in li .img {display:block;height:190px;background: url('../images/common/error.png') no-repeat 50% 0;} +.errorbox .errorWrap .error_in li .error_color {font-size:33px;color:#eb173d;font-weight:600;line-height:70px;text-align: center;} +.errorbox .errorWrap .error_in li h4 {font-size:34px;color:#222;padding-top:10px;font-weight:400;} +.errorbox .errorWrap .error_in li .error_message {display:block; width:auto; color:#777;line-height:1.3em; font-size:16px;font-weight:400;padding-top:15px;padding-bottom: 30px;} +.errorbox .errorWrap .btnArea .error_btn {position: relative; height: 40px;padding: 0 16px; border-radius: 3px; -webkit-border-radius:3px;box-sizing: border-box;color: #fff;font-size: 16px;font-weight: 400; background: #068ec9;} +.errorbox .errorWrap .btnArea .error_btn:hover {background-color: #0b81b4;} \ No newline at end of file diff --git a/bin/main/static/css/tinymce_font.css b/bin/main/static/css/tinymce_font.css new file mode 100644 index 00000000..cfcfd8f9 --- /dev/null +++ b/bin/main/static/css/tinymce_font.css @@ -0,0 +1,57 @@ +@charset "utf-8"; + +@font-face { + font-family: 'Malgun Gothic'; + src: url('/fonts/MalgunGothic.woff2') format('woff2'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'Dotum'; + src: url('/fonts/Dotum.woff') format('woff'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'DotumChe'; + src: url('/fonts/DotumChe.woff') format('woff'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'Gulim'; + src: url('/fonts/Gulim.woff') format('woff'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'GulimChe'; + src: url('/fonts/GulimChe.woff') format('woff'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'Batang'; + src: url('/fonts/Batang.woff') format('woff'); + font-weight: normal; + font-style: normal; +} + +@font-face { + font-family: 'BatangChe'; + src: url('/fonts/BatangChe.woff') format('woff'); + font-weight: normal; + font-style: normal; +} + + + +body { + font-family: 'Malgun Gothic', Malgun Gothic; + font-size: 16px; +} diff --git a/bin/main/static/egov/css/base.css b/bin/main/static/egov/css/base.css new file mode 100644 index 00000000..024bd668 --- /dev/null +++ b/bin/main/static/egov/css/base.css @@ -0,0 +1,98 @@ +@charset "utf-8"; + +/* Web Font */ +@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300; + src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'), + url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'), + url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');} + +@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: + url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'), + url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'), + url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');} + +@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500; + src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'), + url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'), + url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');} + +@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700; + src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'), + url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'), + url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');} + +/* Reset style */ +* {word-break: keep-all; word-wrap: break-word; box-sizing: border-box; -webkit-box-sizing: border-box;} +html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, +blockquote, pre, a, abbr, acronym, address, big, cite, code, del, em, font, img, ins, q, s, small, strike, strong, sub, sup, +dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, thead, tbody, tfoot, tr, th, td, input { + margin: 0; padding: 0; +} + +blockquote, button, fieldset, iframe {border: 0;} +cite, em, u, address, i {font-style: normal;} +img {border: 0; vertical-align: top;} +hr, legend {position: absolute; left: -9999px; top: -9999px;} +caption {text-indent: -9999px; font-size: 0;} +li {list-style: none;} +table {width: 100%; table-layout: fixed; border-collapse: collapse;} +a:link, a:visited, a:hover, a:active {text-decoration: none;} + +/* Blind 숨김처리 */ +.blind {position: absolute; left: -9999px; top: -9999px;} +.skip {position: absolute; left: -9999px; top: -9999px;} + +body {font-family: 'Noto Sans KR', sans-serif; font-size: 16px;} +button, textarea {font-family: 'Noto Sans KR', sans-serif;} +button {cursor: pointer;} + + +/* 정렬 */ +.al_c {text-align: center !important;} +.al_r {text-align: right !important;} +.al_l {text-align: left !important;} + +.vat {vertical-align: top;} +.vam {vertical-align: middle;} + + +/* 가로길이 */ +.w_full {width: 100% !important;} +.w_half {width: 50% !important;} +.w_quarter {width: 25% !important;} +.w_20 {width: 20px !important;} +.w_50 {width: 50px !important;} +.w_70 {width: 70px !important;} +.w_80 {width: 80px !important;} +.w_90 {width: 90px !important;} +.w_100 {width: 100px !important;} +.w_130 {width: 130px !important;} +.w_150 {width: 150px !important;} +.w_200 {width: 200px !important;} +.w_250 {width: 250px !important;} +.w_300 {width: 300px !important;} +.w_350 {width: 350px !important;} +.w_500 {width: 500px !important;} + +.h_30 {height: 30px !important;} +.h_80 {height: 80px !important;} +.h_200 {height: 200px !important;} +.h_400 {height: 400px !important;} + + +/* 여백 */ +.mt0 {margin-top: 0 !important;} +.mt10 {margin-top: 10px !important;} +.mt40 {margin-top: 40px !important;} +.pb10 {padding-bottom: 10px !important;} +.mr5 {margin-right: 5px !important;} +.mr10 {margin-right: 10px !important;} +.mr15 {margin-right: 15px !important;} +.mr20 {margin-right: 20px !important;} +.mr30 {margin-right: 30px !important;} +.ml5 {margin-left: 5px !important;} +.ml10 {margin-left: 10px !important;} +.ml15 {margin-left: 15px !important;} +.ml20 {margin-left: 20px !important;} + +.pt20 {padding-top: 20px !important;} \ No newline at end of file diff --git a/bin/main/static/egov/css/com/button.css b/bin/main/static/egov/css/com/button.css new file mode 100644 index 00000000..40eb5a36 --- /dev/null +++ b/bin/main/static/egov/css/com/button.css @@ -0,0 +1,99 @@ +/* + Css Name : button.css + Description : 버튼 CSS + Modification Information + + 수정일 수정자 수정내용 + ---------- -------- --------------------------- + 2008.10.15 장동한 최초 생성 + 2011.08.24 이기하 이미지 경로 수정 + + author : 공통컴포넌트 개발팀 장동한 + since : 2008.10.15 +*/ + +.button, .button a, .button button, .button input { +position : relative; +margin : 0; +display : inline-block; +border : 0; +white-space : nowrap; +vertical-align : middle; +overflow : visible; +} +.button { +height : 20px; +padding : 0; +margin-right : 2px; +background-position : left top; +} +.button a, .button button, .button input { +left : 2px; +cursor : pointer; +} +.button a, .button button, .button input { +height : 20px; +padding : 0 8px 0 8px; +line-height : 20px; +background-position : right top; +} +.button, .button a, .button button, .button input { +background-image : url(../../../images/egovframework/com/cmm/btn/bu2.jpg); +color : black; +} +.button *:hover, .button *:active, .button *:focus { +color : red; +} +.button a { +padding : 0 10px 0 10px; +} +.link, .link a, .link button, .link input { +border-style : none; +background-color : transparent; +cursor : pointer; +} +.link, .link a, .link button, .link input { +color : black; +} +.link *:hover, .link *:active, .link *:focus { +color : red; +} +.btnNew { +border : 0 solid #000; +color : #000000; +background-image : url(../../../images/egovframework/com/cmm/btn/bu2_bg.gif); +cursor : pointer; +} +form { +margin : 0; +} + +.invisible { +width:0px; +height:0px; +visibility: hidden; +} + +.btn_01 { + display:inline-block !important; + height:19px !important; + padding:0 15px !important; + border:none !important; + color:#fff !important; + font-size:12px !important; + line-height:19px !important; + background:#4688d2 !important; + cursor : pointer !important; +} + +.btn_03 { + display:inline-block !important; + height:30px !important; + padding:0 15px !important; + border:none !important; + color:#fff !important; + font-size:12px !important; + line-height:19px !important; + background:#4688d2 !important; + cursor : pointer !important; +} \ No newline at end of file diff --git a/bin/main/static/egov/css/com/cmm/modal.css b/bin/main/static/egov/css/com/cmm/modal.css new file mode 100644 index 00000000..aba0f1be --- /dev/null +++ b/bin/main/static/egov/css/com/cmm/modal.css @@ -0,0 +1,98 @@ +/* The Modal (background) */ +.modal { + display: none; /* Hidden by default */ + position: fixed; /* Stay in place */ + z-index: 1; /* Sit on top */ + padding-top: 100px; /* Location of the box */ + left: 0; + top: 0; + width: 100%; /* Full width */ + height: 100%; /* Full height */ + overflow: auto; /* Enable scroll if needed */ + background-color: rgb(0,0,0); /* Fallback color */ + background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ +} + +/* Modal Content */ +.modal-content { + position: relative; + background-color: #fefefe; + margin: auto; + padding: 0; + border: 1px solid #888; + box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); + -webkit-animation-name: animatetop; + -webkit-animation-duration: 0.4s; + animation-name: animatetop; + animation-duration: 0.4s +} + +/* Add Animation */ +@-webkit-keyframes animatetop { + from {top:-300px; opacity:0} + to {top:0; opacity:1} +} + +@keyframes animatetop { + from {top:-300px; opacity:0} + to {top:0; opacity:1} +} + +/* The Close Button */ +.close { + margin: 6px 0px 0px 0px; + color: white; + float: right; + font-size: 16px; + font-weight: bold; +} + +.close:hover, +.close:focus { + color: #000; + text-decoration: none; + cursor: pointer; +} + +.modal-header { + padding: 8px 8px 8px 8px; + background-color: #0c4ca4; + color: white; + font-size:14px; +} +.modal-title { + color: white; + font-size:14px; + +} + +.modal-header h2, +.modal-footer h2 { + float: none; + color: white; + text-indent: 20px; + font-size: 16px; + line-height:2.0em +} + +.modal-body {padding: 10px 10px 10px 10px;} + +.modal-body p { + margin: 10px 0px; +} + +.modal-footer { + padding: 5px 5px 5px 5px; + background-color: white; + text-align: center; + color: white; +} +.modal-btn { + float:right;font-size:11px; + margin: 0px 0px 0px 5px; +} +.modal-alignL { + float:left;font-size:11px; + margin: 0px 0px 0px 5px; +} + diff --git a/bin/main/static/egov/css/com/com.css b/bin/main/static/egov/css/com/com.css new file mode 100644 index 00000000..ca4da78c --- /dev/null +++ b/bin/main/static/egov/css/com/com.css @@ -0,0 +1,534 @@ +/* + Css Name :com.css + Description :공통 CSS + Modification Information + + 수정일 수정자 수정내용 + ---------- -------- --------------------------- + 2016.06.08 서민영 최초 생성 + 2018.06.01 유현우 공통컴포넌트 3.8 개선 + 2021.05.30 정진오 디지털원패스 오류페이지 추가 + + author :공통컴포넌트 개발팀 서민영 + since :2016.06.08 +*/ +@charset "utf-8"; + +/* Base Style *****************************/ +* { margin:0; padding:0; border:0; } +/* body { overflow-y:auto; } */ +body{ + /*margin-top:20px;*/ + margin-left:10px; + padding-top:0px; + padding-left:0px; + margin-bottom:0; + font-family:'돋움', '굴림', 'Arial', 'AppleGothic', 'sans-serif'; + font-size:12px; +} + +div,table,em,h1,h2,h3,h4,h5,h6,form,fieldset,p,th,td,input,textarea,select,button { + font-family:'돋움', '굴림', 'Arial', 'AppleGothic', 'sans-serif'; font-size:12px; color:#666; } + +fieldset, img { border:0; } +textarea { width:100%; resize:none; } +img, label { vertical-align:middle; } +ul, ol { list-style :none; } +caption span, .hide, legend { position:absolute; left:-1000%; top:0; } +table { border-collapse:collapse; border-spacing:0; width:100%; } +a { color:#666; text-decoration:none; } +a:hover { color:#000; text-decoration:none; } +a, button, input[type="button"] { cursor:pointer; } +textarea, +input[type="file"], +input[type="password"], +input[type="text"] {border:1px solid #d2d2d2; color:#727272; } +textarea[readonly="readonly"], +button[readonly="readonly"], +select[readonly="readonly"], +input[readonly="readonly"], +textarea[disabled="disabled"], +button[disabled="disabled"], +select[disabled="disabled"], +input[disabled="disabled"] { color:#999; background:#f7f7f7; } +input[type="password"], +input[type="file"], +input[type="text"] { /*height:15px; vertical-align:middle; */ } +input[type="file"] { width:100%; } +input[type="radio"] { vertical-align:text-bottom; } + +.vam { vertical-align:middle !important; } +.ml10 { margin-left:10px !important; } +.mr10 { margin-right:10px !important; } +.mb10 { margin-bottom:10px !important; } +.mb20 { margin-bottom:20px !important; } +.mt20 { margin-top:20px !important; } + + +/* box Style *****************************/ +.boxType1 { position:relative; border:4px solid #ececec; background:#f7f7f7; } +.boxType1 .box { background:#fff; margin:4px; } +.boxType1 .box .error { padding:25px 0 25px 190px; min-height:50px; background:url('../images/bul_i.jpg') 30px 50% no-repeat; } +.boxType1 .box .error p.title { color:#DB6415; font-size:16px; line-height:21px; font-weight:bold; margin-bottom:10px; } +.boxType1 .box .error p.cont { line-height:18px; } + +.boxType1 { position: relative; border: 4px solid #ececec; background: #f7f7f7; } +.boxType1 .box { background: #fff; margin: 4px; } +.boxType1 .box .onepass { padding: 25px 0 25px 50px; min-height: 50px; background: url('../images/bul_i.jpg') 30px 50% no-repeat; } +.boxType1 .box .onepass p.title { color: #DB6415; font-size: 16px; line-height: 21px; font-weight: bold; margin-bottom: 10px; } +.boxType1 .box .onepass p.cont { line-height: 18px; } + +.boxType2 { position:relative; border:4px solid #f1f1f1; background:#f7f7f7; } + + +/* button Style *****************************/ +.btn_style1 { display:inline-block; padding:6px 12px; border-radius:1px; } +.btn_style1 a { color:#fff; font-size:13px; font-weight:bold; } +.btn_style1 a:hover { opacity:0.6; } +.btn_style2 { display:inline-block; padding:4px 10px; border:1px solid #d2d2d2; color:#333; font-size:11px; background:#f4f4f4; border-radius:1px; } +.btn_style3 { display:inline-block; padding:5px 8px; background:#3d70b6; border-radius:1px; color:#fff; font-size:11px;} +.btn_style3c { padding:5px 8px; background:#3d70b6; border-radius:1px; color:#fff; font-size:11px; cursor:pointer;} +.btn_style4 { padding:5px 11px; } + +.btn_right { float:right; } +.blue { background:#3d70b6; } +.gray { background:#9e9e9e; } + + +/* input Style *****************************/ +.input2 { height:21px !important; padding-left:5px; margin-right:3px; } + + + +/* select Style *****************************/ +.select2 { padding:2px 3px 3px 4px; border:1px solid #d2d2d2; } + + +/* textarea Style *****************************/ +.textarea2 { padding:4px 0 0 6px; } +.textarea3 { padding:4px 0 0 6px; background:#f7f7f7; } + +/* file Style *****************************/ +.file_add { margin-top:6px; width:100%; border:0px solid #666;} +.file_add a { display:inline-block; width:13px; height:18px; background:url('../../../images/egovframework/com/cmm/btn/btn_del.png') 1px 2px no-repeat; text-indent:-10000em; } +.file_input_textbox { float:left; color:#666; border:1px solid #cfcfcf !important; padding-left:5px; margin-right:4px; } +.file_input_div { position:relative; width:66px; height:23px; overflow:hidden; } +.file_input_button { position:absolute; width:66px; height:23px; background:#3d70b6; border-radius:1px; font-size:11px; color:#fff; border:none; } +.file_input_hidden { position:absolute; font-size:45px; right:0; top:0; opacity:0; cursor:pointer; + filter:alpha(opacity=0); + -ms-filter:"alpha(opacity=0)"; + -khtml-opacity:0; + -moz-opacity:0; +} + +.cursor {cursor:pointer;} +/*.error {color :#ff0000;} */ + +/* Popup Layout *********************************/ +.popup { position:relative; } +.popup h1 { float:left; color:#333; font-size:16px; font-weight:600; margin:18px 0 10px; } +.pop_search_box { float:right; display:inline; margin:15px 6px 0 0; } +.pop_search_box ul li { float:left; margin-left:5px; } +.pop_search_box select { padding:2px 3px 3px 4px; border:1px solid #d2d2d2; } +.pop_search_box input.s_input { width:140px; padding-left:5px; margin-right:3px; } +.pop_search_box input.s_btn { height:24px; padding:0 10px; margin:0 0 0 0;border:none; color:#fff; background:#3d70b6; border-radius:2px; cursor:pointer; } +.pop_search_box input.s_btn:hover { opacity:0.6; } + +.pop_board_list { width:100%; border-top:2px solid #0c4ca4; } +.pop_board_list caption { display:none; } +.pop_board_list thead th, +.pop_board_list tbody th { color:#222 ; font-weight:bold; background:#f4f4f4; padding:12px 0; border-bottom:1px solid #e6e6e6; } +.pop_board_list tbody th { text-align:left; padding-left:14px; } +.pop_board_list tbody th.vtop { vertical-align:top; } +.pop_board_list tbody th .ic_chk { background:url('../images/tbl_check.png') left 3px no-repeat; padding-left:14px; } +.pop_board_list tbody th span.pilsu { color:#d0270b; font-weight:500; margin-left:3px; } +.pop_board_list tbody td { text-align:center; padding:11px 5px; border-bottom:1px solid #e6e6e6; } +.pop_board_list tbody td.left { text-align:left; padding-left:8px; } +.pop_board_list tbody td.cnt { text-align:left; padding:12px 10px 20px; line-height:160%; } +.pop_board_list tbody td.nopd { text-align:left; padding:0; border-left:1px solid #fff; } +.pop_board_list tbody td input.bbs_Nm { width:99%; } +.pop_board_list tbody td input.tmp { width:160px; } +.pop_board_list tbody td textarea { width:99%; height:100px; } +.pop_board_list tbody td textarea.txt { width:97%; height:300px; margin:6px 8px; } +.pop_board_list tbody td textarea.re_txt { float:left; width:80%; } +.pop_board_list tbody td a.re_btn { float:right; padding:43px 31px; margin:1px 2px 0 0; font-size:12px; font-weight:600; } +.pop_board_list tbody td select { padding:2px 0 3px 2px; border:1px solid #dedede; } +.pop_board_list tbody td img { margin-left:7px; } + +.popwTable { width:100%; border-top:2px solid #0c4ca4; } +.popwTable caption { display:none; } +.popwTable thead th, +.popwTable tbody th { color:#222 ; font-size:13px; font-weight:400; background:#f4f4f4; padding:12px 0; border-bottom:1px solid #d9d9d9; } +.popwTable tbody tr.odd { } +.popwTable tbody.ov tr:hover { background:#f9f9f9; } +.popwTable tbody th { text-align:left; padding-left:14px; } +.popwTable tbody th.vtop { vertical-align:top; } +.popwTable tbody th span.pilsu { color:#d0270b; font-weight:500; margin-left:3px; } +.popwTable tbody td { text-align:center; padding:11px 5px; border-bottom:1px solid #d9d9d9; } +.popwTable tbody td.left { text-align:left; padding:6px 8px; } +.popwTable tbody td.left div .error {color :#ff0000;} +.popwTable tbody td.cnt { text-align:left; padding:12px 10px 20px; line-height:160%; } +.popwTable tbody td.nopd { text-align:left;} +.popwTable tbody td.nopd div .error {color :#ff0000; margin:0px 0px 0px 10px;} +.popwTable tbody td.bold { text-align:left; font-size:14px; font-weight :bold;} +.popwTable tbody td a:hover { text-decoration:underline; } +.popwTable tbody td input { width:99%; } +.popwTable tbody td input.tmp { width:160px; } +.popwTable tbody td textarea { width:99%; height:50px; } +.popwTable tbody td textarea.txt { width:96%; height:50px; margin:8px; padding:5px; } +.popwTable tbody td textarea.re_txt { float:left; width:80%; } +.popwTable tbody td a.re_btn { float:right; padding:43px 30px; margin:1px 0 0 0; font-size:12px; font-weight:600; } +.popwTable tbody td a.re_btn:hover { text-decoration:none; } +.popwTable tbody td select { padding:2px 0 3px 2px; border:1px solid #dedede; } +.popwTable tbody td img { margin-left:7px; } + +.board {position:relative; width:730px; padding-top:20px; } +.board h1, +.board h2 {/*float:left;*/ color:#333; font-size:16px; font-weight:600; } +.board h1 {margin-bottom:7px; padding:0 0 1px 25px; background:url(../../images/egovframework/com/cmm/icon/tit_icon.png) no-repeat left 0px; } +.board h2 { margin:15px 0 10px 0; } +.board h3 { color:#333; font-size:14px; font-weight:600; margin:50px 0 10px 0; } +.board h3 b { color:#2277d7; } +.search_box {/* float:right;*/ position:relative; margin-bottom:7px; padding:13px 10px; border:1px solid #b1bbcb; border-top:3px solid #8191ac; background:#eef3fb; } +.search_box ul {font-size:0; text-align:right; } +.search_box ul li {/* float:left;*/display:inline-block; margin-left:5px; font-size:11px; vertical-align:top; } +.search_box ul li img { margin-left:7px; } +.search_box ul li > div {color:#194e73; font-weight:bold; vertical-align:top; } +.search_box ul li > label {display:inline-block; height:24px; color:#194e73; font-size:12px; font-weight:bold; line-height:24px; } +.search_box ul li > input[type=text] {height:22px; } +.search_box select {height:24px; /*padding:3px 3px 3px 4px;*/ border:1px solid #dedede; } +.search_box input.s_input {width:140px; height:22px; margin-right:3px; padding-left:5px; } +.search_box input.s_input2 {width:140px; height:22px; margin-right:3px; padding-left:5px; } +.search_box input.s_btn { height:24px; padding:0 8px; border:none; color:#fff; background:#4688d2; border-radius:2px; cursor:pointer; } +.search_box input.s_btn:hover { background:#7dabdf; } + +.search_box span.s_btn { display:inline-block; vertical-align:top; height:13px; font-size:12px; padding:6px 12px 5px 12px; background:#4688d2; border-radius:2px; cursor:pointer; } +.search_box span.s_btn:hover { background:#7dabdf;} +.search_box span.s_btn a { color:#fff; } + +.search_box span.btn_b { display:inline-block; vertical-align:top; height:13px; font-size:12px; padding:3px 0 8px 0; background:#4688d2; border-radius:2px; cursor:pointer; } +.search_box span.btn_b:hover { background:#7dabdf;} +.search_box span.btn_b a { vertical-align:text-top; color:#fff; display:block; line-height:19px; padding:0 8px;} + +.search_box .con {display:inline-block; width:40%; margin-bottom:2px; } +.search_box .con.full {display:inline-block; width:80%; margin-bottom:2px; } +.search_box .con label {display:inline-block; width:70px; height:24px; color:#194e73; font-size:12px; font-weight:bold; line-height:24px; } +.search_box .con input[type=text] {height:22px; } +.search_box .bt_a {position:absolute; right:10px; top:13px; } + +.noScriptTitle { +font-size :17px; +color :blue; +text-align :center; +font-family:'돋움', '굴림', 'Arial', 'AppleGothic', 'sans-serif'; +font-weight :bold; +padding-bottom :12px; +} + +/* table style */ +.board_list {width:100%; table-layout:fixed; border-top:2px solid #4688d2; } +.board_list caption { display:none; } +.board_list thead th, +.board_list tbody th { color:#222 ; font-size:13px; font-weight:400; background:#f4f4f4; padding:12px 0; border-bottom:1px solid #d9d9d9; } +.board_list tbody tr.odd { } +.board_list tbody.ov tr:hover { background:#f9f9f9; } +.board_list tbody th { text-align:left; padding-left:14px; } +.board_list tbody th.vtop { vertical-align:top; } +.board_list tbody th span.pilsu { color:#d0270b; font-weight:500; margin-left:3px; } +.board_list tbody td { text-align:center; padding:11px 5px; border-bottom:1px solid #d9d9d9; + word-break:break-all; white-space:-moz-pre-wrap; overflow:hidden; text-overflow:ellipsis;} +.board_list tbody td.left { text-align:left; padding:6px 8px; } +.board_list tbody td.leftElli { text-align:left; padding:6px 8px; +overflow:hidden; +text-overflow:ellipsis; +-o-text-overflow:ellipsis; +white-space:nowrap; +width:100%; +} +.board_list tbody td.cnt { text-align:left; padding:12px 10px 20px; line-height:160%; } +.board_list tbody td.nopd { text-align:left;} +.board_list tbody td.bold { text-align:left; font-size:14px; font-weight :bold;} +.board_list tbody td.bold input { text-align:left; font-size:14px; font-weight :bold;} +.board_list tbody td a:hover { text-decoration:underline; } +.board_list tbody td input.bbs_Nm { width:99%; } +.board_list tbody td input.link {color:#666; } +.board_list tbody td input.tmp { width:160px; } +.board_list tbody td textarea { width:99%; height:50px; } +.board_list tbody td textarea.txt { width:96%; height:300px; margin:8px; padding:5px; } +.board_list tbody td textarea.re_txt { width:470px; float:left; margin-right:8px; height:96px; } +.board_list tbody td a.re_btn { float:right; padding:43px 30px; margin:1px 0 0 0; font-size:12px; font-weight:600; } +.board_list tbody td a.re_btn:hover { text-decoration:none; } +.board_list tbody td select { padding:2px 0 3px 2px; border:1px solid #dedede; } +.board_list tbody td img { margin-left:7px; } + +.top_line { border-top:1px solid #d9d9d9; } +.board_th_link { + font-weight:600; +} + + +/* table style */ +.wTableFrm {position:relative; width:730px; padding-top:20px; } +.wTableFrm h1, .wTableFrm h2 {/* float:left;*/ color:#333; font-size:16px; font-weight:600; } +.wTableFrm h1 { margin-top:15px; } +.wTableFrm h2 {margin-bottom:10px; padding-left:25px; background:url(../../images/egovframework/com/cmm/icon/tit_icon.png) no-repeat left top; } +.wTableFrm h3 { color:#333; font-size:14px; font-weight:600; margin:50px 0 10px 0; } +.wTableFrm h3 b { color:#2277d7; } + +.wTable { width:100%; border-top:2px solid #4688d2; } +.wTable caption { display:none; } +.wTable > thead > tr > th, +.wTable > thead > tr > th { color:#222 ; font-size:13px; font-weight:400; background:#f4f4f4; padding:12px 0; border-bottom:1px solid #d9d9d9; } +.wTable > tbody tr.odd { } +.wTable > tbody.ov tr:hover { background:#f9f9f9; } +.wTable > thead > tr > th { text-align:left; padding-left:14px; } +.wTable > thead > tr > th.vtop { vertical-align:top; } +.wTable > thead > tr > th span.pilsu { color:#d0270b; font-weight:500; margin-left:3px; } +.wTable > tbody > tr > th { padding-left:14px; border-bottom:1px solid #d9d9d9; text-align:left; background:#f4f4f4; } +.wTable > tbody > tr > th.vtop { vertical-align:top; } +.wTable > tbody > tr > th span.pilsu { color:#d0270b; font-weight:500; margin-left:3px; } +.wTable > tbody > tr > td { text-align:center; padding:11px 5px; border-bottom:1px solid #d9d9d9; } +.wTable > tbody > tr > td.left { text-align:left; padding:6px 8px; } +.wTable > tbody > tr > td.left div .error {color :#ff0000;} +.wTable > tbody > tr > td.cnt { text-align:left; padding:12px 10px 20px; line-height:160%; } +.wTable > tbody > tr > td.nopd { text-align:left;} +.wTable > tbody > tr > td.nopd div .error {color :#ff0000; margin:0px 0px 0px 10px;} +.wTable > tbody > tr > td.bold { text-align:left; font-size:14px; font-weight :bold;} +.wTable > tbody > tr > td a:hover { text-decoration:underline; } +.wTable > tbody > tr > td input[type=text] {width:99%; height:22px; } +.wTable > tbody > tr > td input.tmp { width:160px; } +.wTable > tbody > tr > td textarea { width:99%; height:50px; } +.wTable > tbody > tr > td textarea.txt { width:96%; height:50px; margin:8px; padding:5px; } +.wTable > tbody > tr > td textarea.re_txt { float:left; width:80%; } +.wTable > tbody > tr > td a.re_btn { float:right; padding:43px 30px; margin:1px 0 0 0; font-size:12px; font-weight:600; } +.wTable > tbody > tr > td a.re_btn:hover { text-decoration:none; } +.wTable > tbody > tr > td select {height:24px; border:1px solid #dedede; } +.wTable > tbody > tr > td img {/* margin-left:7px;*/ } +.wTable input[readonly="readonly"] {height:22px; border:1px solid #d2d2d2; } +.wTable > tbody > tr > td input[type=checkbox] {vertical-align:-3px; } + + +/* toolbar */ +.toolbar { height:52px; background-color:#e5e5e5; padding-bottom:4px; border-bottom:1px solid #dedede; } + .group { float:left; padding:4px 0 0 8px; } + .group ul { float:left; padding:0; margin:0 3px 0 0; } + .group ul li { float:left; margin-right:3px; } + .group ul.format li { margin:2px 0 0 0; } + .group ul.sep { border-left:1px solid #ccc; padding:0 3px; border-right:1px solid #ccc; } + + .group input[type="button"] { width:22px; height:20px; line-height:20px; text-indent:-10000em; border:none; cursor:pointer; } + .group input[type="button"]:hover, .group input.on { background-color:#fff; border:1px solid #dedede; } + .ed_bold { background:url('../../../images/egovframework/com/cmm/toolbar/ed_format_bold.gif') left top no-repeat; } + .ed_italic { background:url('../../../images/egovframework/com/cmm/toolbar/ed_format_italic.gif') 2px top no-repeat; } + .ed_underline { background:url('../../../images/egovframework/com/cmm/toolbar/ed_format_underline.gif') 1px top no-repeat; } + .ed_strike { background:url('../../../images/egovframework/com/cmm/toolbar/ed_format_strike.gif') 1px top no-repeat; } + .ed_sub { background:url('../../../images/egovframework/com/cmm/toolbar/ed_format_sub.gif') 1px 1px no-repeat; } + .ed_sup { background:url('../../../images/egovframework/com/cmm/toolbar/ed_format_sup.gif') 1px 1px no-repeat; } + .ed_copy { background:url('../../../images/egovframework/com/cmm/toolbar/ed_copy.gif') left top no-repeat; } + .ed_cut { background:url('../../../images/egovframework/com/cmm/toolbar/ed_cut.gif') 1px top no-repeat; } + .ed_paste { background:url('../../../images/egovframework/com/cmm/toolbar/ed_paste.gif') 1px top no-repeat; } + .ed_undo { background:url('../../../images/egovframework/com/cmm/toolbar/ed_undo.gif') 1px top no-repeat; } + .ed_redo { background:url('../../../images/egovframework/com/cmm/toolbar/ed_redo.gif') 1px 1px no-repeat; } + .ed_rmformat { background:url('../../../images/egovframework/com/cmm/toolbar/ed_rmformat.gif') 1px top no-repeat; } + .ed_killword { background:url('../../../images/egovframework/com/cmm/toolbar/ed_killword.gif') 1px top no-repeat; } + .ed_al_left { background:url('../../../images/egovframework/com/cmm/toolbar/ed_align_left.gif') 1px top no-repeat; } + .ed_al_center { background:url('../../../images/egovframework/com/cmm/toolbar/ed_align_center.gif') 1px top no-repeat; } + .ed_al_right { background:url('../../../images/egovframework/com/cmm/toolbar/ed_align_right.gif') 1px top no-repeat; } + .ed_al_justify { background:url('../../../images/egovframework/com/cmm/toolbar/ed_align_justify.gif') 1px top no-repeat; } + .ed_right { background:url('../../../images/egovframework/com/cmm/toolbar/ed_left_to_right.gif') 1px top no-repeat; } + .ed_left { background:url('../../../images/egovframework/com/cmm/toolbar/ed_right_to_left.gif') 1px top no-repeat; } + .ed_num { background:url('../../../images/egovframework/com/cmm/toolbar/ed_list_num.gif') 1px top no-repeat; } + .ed_bullet { background:url('../../../images/egovframework/com/cmm/toolbar/ed_list_bullet.gif') 1px top no-repeat; } + .ed_indent_less { background:url('../../../images/egovframework/com/cmm/toolbar/ed_indent_less.gif') 1px top no-repeat; } + .ed_indent_more { background:url('../../../images/egovframework/com/cmm/toolbar/ed_indent_more.gif') 1px top no-repeat; } + .ed_fg { background:url('../../../images/egovframework/com/cmm/toolbar/ed_color_fg.gif') 1px top no-repeat; } + .ed_bg { background:url('../../../images/egovframework/com/cmm/toolbar/ed_color_bg.gif') 1px top no-repeat; } + .ed_hr { background:url('../../../images/egovframework/com/cmm/toolbar/ed_hr.gif') 1px top no-repeat; } + .ed_link { background:url('../../../images/egovframework/com/cmm/toolbar/ed_link.gif') 1px top no-repeat; } + .ed_image { background:url('../../../images/egovframework/com/cmm/toolbar/ed_image.gif') 1px top no-repeat; } + .ed_table { background:url('../../../images/egovframework/com/cmm/toolbar/insert_table.gif') 1px top no-repeat; } + .ed_html { background:url('../../../images/egovframework/com/cmm/toolbar/ed_html.gif') 1px top no-repeat; } + .ed_fullscreen { background:url('../../../images/egovframework/com/cmm/toolbar/fullscreen_maximize.gif') 1px top no-repeat; } + .ed_help { background:url('../../../images/egovframework/com/cmm/toolbar/ed_help.gif') 1px top no-repeat; } + .ed_about { background:url('../../../images/egovframework/com/cmm/toolbar/ed_about.gif') 1px top no-repeat; } +.toolbar select { font-size:11px; } + +.reply { width:730px; clear:both; border-top:2px solid #4688d2; position:relative; } +.reply ul { width:730px; margin:0; padding:0; } +.reply ul li { width:690px; border-bottom:1px solid #d9d9d9; padding:20px 20px 14px; overflow:hidden;} +.reply .top { height:17px; padding-bottom:12px; } +.reply .top strong { color:#333; font-weight:600; } +.reply .top span.bar { color:#d3d3d3; font-size:10px; padding:0 9px; } +.reply .top span.date { color:#999; } +.reply .txt { line-height:19px; } +.reply .bottom { float:right; margin:10px 0 6px; } + +/* pagination */ +.pagination {text-align:center; margin-top:15px; } +.pagination ul { display:inline-block; } +.pagination ul li {display:inline-block; margin:0 2px; } +.pagination ul li a { display:block; color:#999; width:26px; height:26px; line-height:26px; border:1px solid #e0e0e0; } +.pagination ul li.first a { background:url('../../../images/egovframework/com/cmm/paging/pagination_first.gif') 8px 9px no-repeat; text-indent:-10000em; } +.pagination ul li.prev a { background:url('../../../images/egovframework/com/cmm/paging/pagination_prev.gif') 11px 9px no-repeat; text-indent:-10000em; } +.pagination ul li.next a { background:url('../../../images/egovframework/com/cmm/paging/pagination_next.gif') 12px 9px no-repeat; text-indent:-10000em; } +.pagination ul li.last a { background:url('../../../images/egovframework/com/cmm/paging/pagination_last.gif') 10px 9px no-repeat; text-indent:-10000em; } +.pagination ul li.first a:hover { background:url('../../../images/egovframework/com/cmm/paging/pagination_first_on.gif') no-repeat; } +.pagination ul li.prev a:hover { background:url('../../../images/egovframework/com/cmm/paging/pagination_prev_on.gif') no-repeat; } +.pagination ul li.next a:hover { background:url('../../../images/egovframework/com/cmm/paging/pagination_next_on.gif/') no-repeat; } +.pagination ul li.current a, +.pagination ul li a:hover { border:none; color:#fff; font-size:15px; font-weight:600; width:28px; height:28px; line-height:28px; background:#4688d2; } + +/* pagination by reply */ +.paging { float:left; display:inline; width:730px; font-size:1em; text-align:center; margin:15px 0 20px; position:relative; } +.paging ul { display:inline-block; margin:0; padding:0; } +.paging ul li { float:left; margin:0 3px; } +.paging ul li a { display:block; width:15px; color:#888; text-decoration:none; } +.paging ul li.first a { background:url('../../../images/egovframework/com/cmm/paging/pagination_first.gif') center 5px no-repeat; text-indent:-10000em; } +.paging ul li.prev a { background:url('../../../images/egovframework/com/cmm/paging/pagination_prev.gif') center 5px no-repeat; text-indent:-10000em; } +.paging ul li.next a { background:url('../../../images/egovframework/com/cmm/paging/pagination_next.gif') center 5px no-repeat; text-indent:-10000em; } +.paging ul li.last a { background:url('../../../images/egovframework/com/cmm/paging/pagination_last.gif') center 5px no-repeat; text-indent:-10000em; } +.paging strong { display:block; padding:0 5px; color:#2277d7; } + +/* button submit */ +.btn_submit { padding:4px 11px 5px; background:#4688d2; font-weight:600; color:#fff; border-radius:1px; margin-left:4px; cursor:pointer; border:none;} +.btn_submit:hover { background:#7dabdf; } + +/* button style */ +button { padding:5px 12px 7px 12px; background:#4688d2; font-weight:600; color:#fff; border-radius:1px; margin-left:4px; cursor:pointer; } +button:hover { background:#7dabdf; } + +.btn_s2 { margin:0; padding:0px 12px 2px 12px; line-height:19px; word-spacing:-2px; border-radius:1px; font-weight:normal; background:#4688d2; color:#fff; font-size:11px; cursor:pointer; text-align:right;} +.btn_s2:hover { background:#7dabdf; } + +.btn_s { padding:3px 10px 6px 11px; background-color:#4688d2; color:#fff; font-size:11px; border-radius:1px; margin-top:4px;} +.btn_s:hover { color:#c7dbf1; } + +span.btn_s {display:inline-block !important; width:43px !important; height:21px !important; margin-top:0 !important; padding:0 !important; border-radius:1px !important; background:#4688d2 !important; vertical-align:top !important; cursor:pointer; } +span.btn_s:hover { background:#7dabdf;} +span.btn_s a {display:block !important; height:21px !important; color:#fff !important; text-align:center !important; line-height:21px !important; vertical-align:top !important; } + +span.btn_s2 {display:inline-block !important; height:21px !important; margin-top:0 !important; padding:0 10px !important; border-radius:1px !important; background:#4688d2 !important; vertical-align:top !important; cursor:pointer; } +span.btn_s2:hover { background:#7dabdf;} +span.btn_s2 a {display:block !important; height:21px !important; color:#fff !important; line-height:21px !important; vertical-align:top !important; } + +/* 2018.01.25 EgovQustnrItemManageListPopup.jsp 관련 추가 */ +span.btn_r { vertical-align:middle; padding:5px 1px 5px 1px; height:13px; margin:0px 0px 1px 0px; display:inline-block; background:#3d70b6; border-radius:0px; cursor:pointer; } +span.btn_r:hover { background:#7dabdf;} +span.btn_r a { vertical-align:text-top; color:#fff; display:block; line-height:16px; padding:0px 10px 0px 10px;} + +.btn { float:right; margin-top:18px; margin-bottom:15px; font-size:11px; } +.btn input.s_submit {height:21px; padding:0 10px; border:0 !important; color:#fff; font-family:'돋움', '굴림', 'Arial', 'AppleGothic', 'sans-serif'; font-size:11px; font-weight:200; background:#4688d2; vertical-align:top; cursor:pointer; } +.btn input.s_submit:hover { background:#7dabdf; } + +.blog_title { border-bottom:1px solid #e3e3e3; padding-bottom:10px; } +.blog_title h5 { float:left; font-size:14px; } +.blog_title span { border-left:1px solid #dcdada; margin-left:12px; padding-left:12px; vertical-align:middle; } +.blog_title span a { color:#666; } +.blog_title p { float:right; font-size:11px; color:#999; } + +.link, .link a, .link button, .link input { +overflow:hidden; +text-overflow:ellipsis; +-o-text-overflow:ellipsis; +white-space:nowrap; +width:100%; +text-align :left; +font-size:12px; +border-style :none; +background-color :transparent; +cursor :pointer; +} +.link.ac input {text-align:center; } + + +.egov_file_box label { + display:inline-block; + padding:.45em .75em; + color:#fff; + font-size:11px; + line-height:normal; + vertical-align:middle; + background-color:#4688d2; + cursor:pointer; + border:1px solid #ebebeb; + border-bottom-color:#e2e2e2; + border-radius:.15em; +} + +.egov_file_box input[type="file"] { /* 파일 필드 숨기기 */ + position:absolute; + width:1px; + height:1px; + padding:0; + margin:-1px; + overflow:hidden; + clip:rect(0,0,0,0); + border:0; +} + +/* 2018 add */ +.blind {position:absolute; left:-9999px; top:-9999px; font-size:0; } +.vat {vertical-align:top !important; } +.mr-8 {margin-right:-8px !important; } +.mb0 {margin-bottom:0px !important; } +.mb5 {margin-bottom:8px !important; } +.mb8 {margin-bottom:8px !important; } +.pt5 {padding-top:5px !important; } +.btn01 {display:inline-block; padding:5px !important; vertical-align:top !important; cursor:pointer; } +.btn02 {display:inline-block; height:20px; padding:0 8px; color:#363636; line-height:20px; background:#ddd; } + +.calendar {table-layout:fixed; } +.calendar .day > td {height:70px; padding:10px; border-right:1px solid #fff; border-bottom:1px solid #fff; background:#e5e5e5; vertical-align:top; } +.calendar .day > td a {display:inline-block; margin-bottom:5px; color:#393939; font-size:10px; font-weight:bold; } +.calendar .cap > td {height:25px; color:#fff; font-size:12px; font-weight:bold; text-align:center; background:#959fae; vertical-align:middle; } +.calendar .cap > td.sat {background:#4989ce; } +.calendar .cap > td.sun {background:#ee615f; } + +.cmt01 {font-size:12px; } + +.search_box2 {padding:15px 14px; border:1px solid #b1bbcb; border-top:3px solid #8191ac; background:#eef3fb; } +.search_box2 label {display:inline-block; height:24px; color:#194e73; font-size:12px; font-weight:bold; line-height:24px; vertical-align:top; } +.search_box2 input[type=text] {height:22px; vertical-align:top; } +.search_box2 select {height:24px; border:1px solid #dedede; vertical-align:top; } +.search_box2 > span.t1 {display:inline-block; height:24px; color:#194e73; font-size:16px; font-weight:bold; line-height:24px; vertical-align:top; } +.search_box2 .btns {height:24px; padding:0 10px; border:none; color:#fff; background:#4688d2; border-radius:2px; cursor:pointer; vertical-align:top; } +.search_box2 .btns:hover {background:#7dabdf; } +.search_box2 .btns2 {display:inline-block; height:24px; padding:0 7px; border-radius:2px; color:#fff; font-size:12px; line-height:24px; background:#666; vertical-align:top; } + +.tit01 {padding-left:25px; color:#333; font-size:16px; font-weight:bold; background:url(../../images/egovframework/com/cmm/icon/tit_icon.png) no-repeat; } +.tit02 {padding-left:17px !important; color:#393939 !important; font-size:12px !important; font-weight:bold !important; background:url(../../../images/egovframework/com/cmm/icon/icon_tit2.png) no-repeat !important; } + +.tab01 {height:38px; border:1px solid #b1bbcb; border-radius:3px; background:url(../../../images/egovframework/com/cmm/bg_tab01.gif) repeat-x; } +.tab01 ul:after {content:""; display:block; height:0; clear:both; visibility:hidden; } +.tab01 ul li {float:left; padding:0 20px; background:url(../../../images/egovframework/com/cmm/bg_bar01.gif) no-repeat right bottom; } +.tab01 ul li:last-child {background:none; } +.tab01 ul li a {display:block; position:relative; top:-1px; height:14px; padding-top:14px; color:#393939; font-weight:bold; } +.tab01 ul li a.on {background:url(../../../images/egovframework/com/cmm/bg_tab01_on.gif) no-repeat center top; } + +/* 리스트 테이블 */ +.table-line{table-layout:fixed; border-collapse:collapse; width:100%; } +.table-line th{border-top:2px solid #d9d9d9; border-right:1px solid #a3a3a3; border-bottom:1px solid #a3a3a3; background:#e4eaf8; height:20px; padding:0; } +.table-line td{padding:0; border-right:#d9d9d9 1px solid; border-bottom:#d9d9d9 1px solid; background:#f7f7f7; } +.table-line td:first-child {border-left:1px solid #d9d9d9; } +.table-line td.al {text-align:center; } + +.txta01 {border:1px solid #d2d2d2; } + +.e001 td {height:40px; } +.e002 td {padding:2px 0; } + +.btn_01 {display:inline-block !important; height:24px !important; padding:0 11px !important; border-radius:2px !important; color:#fff !important; font-size:12px !important; line-height:24px !important; background:#4688d2 !important; vertical-align:top !important; } +.btn_01:hover {background:#7dabdf !important;} +.btn_02 {display:inline-block !important; height:18px !important; padding:0 10px !important; border:1px solid #9c9c9c; border-radius:2px !important; color:#000 !important; font-size:11px !important; line-height:18px !important; background:url(../../../images/egovframework/com/cmm/btn/bg_btn_02.jpg) repeat-x !important; vertical-align:top !important; } + +.schedule thead td {height:25px; color:#fff; text-align:center; background:#959fae; } +.schedule thead td.sat {background:#4989ce; } +.schedule thead td.sun {background:#ee615f; } +.schedule > tbody > tr > td {border-right:1px solid #fff; border-bottom:1px solid #fff; background:#EFEFEF; } +.schedule .btn_02 {vertical-align:1px !important; } + +.twit_list li {margin-bottom:10px; } +.twit_list li a:hover {text-decoration:underline; } +.twit_list li img {display:block; margin-top:10px; } + + diff --git a/bin/main/static/egov/css/com/com_urp.css b/bin/main/static/egov/css/com/com_urp.css new file mode 100644 index 00000000..fe230fff --- /dev/null +++ b/bin/main/static/egov/css/com/com_urp.css @@ -0,0 +1,521 @@ +/* + Css Name :com.css + Description :공통 CSS + Modification Information + + 수정일 수정자 수정내용 + ---------- -------- --------------------------- + 2016.06.08 서민영 최초 생성 + 2018.06.01 유현우 공통컴포넌트 3.8 개선 + 2021.05.30 정진오 디지털원패스 오류페이지 추가 + + author :공통컴포넌트 개발팀 서민영 + since :2016.06.08 +*/ +@charset "utf-8"; + +/* Base Style *****************************/ +* { margin:0; padding:0; border:0; } + +fieldset, img { border:0; } +textarea { width:100%; resize:none; } +img, label { vertical-align:middle; } +ul, ol { list-style :none; } +caption span, .hide, legend { position:absolute; left:-1000%; top:0; } +table { border-collapse:collapse; border-spacing:0; width:100%; } +a { color:#666; text-decoration:none; } +a:hover { color:#000; text-decoration:none; } +a, button, input[type="button"] { cursor:pointer; } +textarea, +input[type="file"], +input[type="password"], +input[type="text"] {border:1px solid #d2d2d2; color:#727272; } +textarea[readonly="readonly"], +button[readonly="readonly"], +select[readonly="readonly"], +input[readonly="readonly"], +textarea[disabled="disabled"], +button[disabled="disabled"], +select[disabled="disabled"], +input[disabled="disabled"] { color:#999; background:#f7f7f7; } +input[type="password"], +input[type="file"], +input[type="text"] { /*height:15px; vertical-align:middle; */ } +input[type="file"] { width:100%; } +input[type="radio"] { vertical-align:text-bottom; } + +.vam { vertical-align:middle !important; } +.ml10 { margin-left:10px !important; } +.mr10 { margin-right:10px !important; } +.mb10 { margin-bottom:10px !important; } +.mb20 { margin-bottom:20px !important; } +.mt20 { margin-top:20px !important; } + + +/* box Style *****************************/ +.boxType1 { position:relative; border:4px solid #ececec; background:#f7f7f7; } +.boxType1 .box { background:#fff; margin:4px; } +.boxType1 .box .error { padding:25px 0 25px 190px; min-height:50px; background:url('../images/bul_i.jpg') 30px 50% no-repeat; } +.boxType1 .box .error p.title { color:#DB6415; font-size:16px; line-height:21px; font-weight:bold; margin-bottom:10px; } +.boxType1 .box .error p.cont { line-height:18px; } + +.boxType1 { position: relative; border: 4px solid #ececec; background: #f7f7f7; } +.boxType1 .box { background: #fff; margin: 4px; } +.boxType1 .box .onepass { padding: 25px 0 25px 50px; min-height: 50px; background: url('../images/bul_i.jpg') 30px 50% no-repeat; } +.boxType1 .box .onepass p.title { color: #DB6415; font-size: 16px; line-height: 21px; font-weight: bold; margin-bottom: 10px; } +.boxType1 .box .onepass p.cont { line-height: 18px; } + +.boxType2 { position:relative; border:4px solid #f1f1f1; background:#f7f7f7; } + + +/* button Style *****************************/ +.btn_style1 { display:inline-block; padding:6px 12px; border-radius:1px; } +.btn_style1 a { color:#fff; font-size:13px; font-weight:bold; } +.btn_style1 a:hover { opacity:0.6; } +.btn_style2 { display:inline-block; padding:4px 10px; border:1px solid #d2d2d2; color:#333; font-size:11px; background:#f4f4f4; border-radius:1px; } +.btn_style3 { display:inline-block; padding:5px 8px; background:#3d70b6; border-radius:1px; color:#fff; font-size:11px;} +.btn_style3c { padding:5px 8px; background:#3d70b6; border-radius:1px; color:#fff; font-size:11px; cursor:pointer;} +.btn_style4 { padding:5px 11px; } + +.btn_right { float:right; } +.blue { background:#3d70b6; } +.gray { background:#9e9e9e; } + + +/* input Style *****************************/ +.input2 { height:21px !important; padding-left:5px; margin-right:3px; } + + + +/* select Style *****************************/ +.select2 { padding:2px 3px 3px 4px; border:1px solid #d2d2d2; } + + +/* textarea Style *****************************/ +.textarea2 { padding:4px 0 0 6px; } +.textarea3 { padding:4px 0 0 6px; background:#f7f7f7; } + +/* file Style *****************************/ +.file_add { margin-top:6px; width:100%; border:0px solid #666;} +.file_add a { display:inline-block; width:13px; height:18px; background:url('../../../images/egovframework/com/cmm/btn/btn_del.png') 1px 2px no-repeat; text-indent:-10000em; } +.file_input_textbox { float:left; color:#666; border:1px solid #cfcfcf !important; padding-left:5px; margin-right:4px; } +.file_input_div { position:relative; width:66px; height:23px; overflow:hidden; } +.file_input_button { position:absolute; width:66px; height:23px; background:#3d70b6; border-radius:1px; font-size:11px; color:#fff; border:none; } +.file_input_hidden { position:absolute; font-size:45px; right:0; top:0; opacity:0; cursor:pointer; + filter:alpha(opacity=0); + -ms-filter:"alpha(opacity=0)"; + -khtml-opacity:0; + -moz-opacity:0; +} + +.cursor {cursor:pointer;} +/*.error {color :#ff0000;} */ + +/* Popup Layout *********************************/ +.popup { position:relative; } +.popup h1 { float:left; color:#333; font-size:16px; font-weight:600; margin:18px 0 10px; } +.pop_search_box { float:right; display:inline; margin:15px 6px 0 0; } +.pop_search_box ul li { float:left; margin-left:5px; } +.pop_search_box select { padding:2px 3px 3px 4px; border:1px solid #d2d2d2; } +.pop_search_box input.s_input { width:140px; padding-left:5px; margin-right:3px; } +.pop_search_box input.s_btn { height:24px; padding:0 10px; margin:0 0 0 0;border:none; color:#fff; background:#3d70b6; border-radius:2px; cursor:pointer; } +.pop_search_box input.s_btn:hover { opacity:0.6; } + +.pop_board_list { width:100%; border-top:2px solid #0c4ca4; } +.pop_board_list caption { display:none; } +.pop_board_list thead th, +.pop_board_list tbody th { color:#222 ; font-weight:bold; background:#f4f4f4; padding:12px 0; border-bottom:1px solid #e6e6e6; } +.pop_board_list tbody th { text-align:left; padding-left:14px; } +.pop_board_list tbody th.vtop { vertical-align:top; } +.pop_board_list tbody th .ic_chk { background:url('../images/tbl_check.png') left 3px no-repeat; padding-left:14px; } +.pop_board_list tbody th span.pilsu { color:#d0270b; font-weight:500; margin-left:3px; } +.pop_board_list tbody td { text-align:center; padding:11px 5px; border-bottom:1px solid #e6e6e6; } +.pop_board_list tbody td.left { text-align:left; padding-left:8px; } +.pop_board_list tbody td.cnt { text-align:left; padding:12px 10px 20px; line-height:160%; } +.pop_board_list tbody td.nopd { text-align:left; padding:0; border-left:1px solid #fff; } +.pop_board_list tbody td input.bbs_Nm { width:99%; } +.pop_board_list tbody td input.tmp { width:160px; } +.pop_board_list tbody td textarea { width:99%; height:100px; } +.pop_board_list tbody td textarea.txt { width:97%; height:300px; margin:6px 8px; } +.pop_board_list tbody td textarea.re_txt { float:left; width:80%; } +.pop_board_list tbody td a.re_btn { float:right; padding:43px 31px; margin:1px 2px 0 0; font-size:12px; font-weight:600; } +.pop_board_list tbody td select { padding:2px 0 3px 2px; border:1px solid #dedede; } +.pop_board_list tbody td img { margin-left:7px; } + +.popwTable { width:100%; border-top:2px solid #0c4ca4; } +.popwTable caption { display:none; } +.popwTable thead th, +.popwTable tbody th { color:#222 ; font-size:13px; font-weight:400; background:#f4f4f4; padding:12px 0; border-bottom:1px solid #d9d9d9; } +.popwTable tbody tr.odd { } +.popwTable tbody.ov tr:hover { background:#f9f9f9; } +.popwTable tbody th { text-align:left; padding-left:14px; } +.popwTable tbody th.vtop { vertical-align:top; } +.popwTable tbody th span.pilsu { color:#d0270b; font-weight:500; margin-left:3px; } +.popwTable tbody td { text-align:center; padding:11px 5px; border-bottom:1px solid #d9d9d9; } +.popwTable tbody td.left { text-align:left; padding:6px 8px; } +.popwTable tbody td.left div .error {color :#ff0000;} +.popwTable tbody td.cnt { text-align:left; padding:12px 10px 20px; line-height:160%; } +.popwTable tbody td.nopd { text-align:left;} +.popwTable tbody td.nopd div .error {color :#ff0000; margin:0px 0px 0px 10px;} +.popwTable tbody td.bold { text-align:left; font-size:14px; font-weight :bold;} +.popwTable tbody td a:hover { text-decoration:underline; } +.popwTable tbody td input { width:99%; } +.popwTable tbody td input.tmp { width:160px; } +.popwTable tbody td textarea { width:99%; height:50px; } +.popwTable tbody td textarea.txt { width:96%; height:50px; margin:8px; padding:5px; } +.popwTable tbody td textarea.re_txt { float:left; width:80%; } +.popwTable tbody td a.re_btn { float:right; padding:43px 30px; margin:1px 0 0 0; font-size:12px; font-weight:600; } +.popwTable tbody td a.re_btn:hover { text-decoration:none; } +.popwTable tbody td select { padding:2px 0 3px 2px; border:1px solid #dedede; } +.popwTable tbody td img { margin-left:7px; } + +.board {position:relative; width:730px; padding-top:20px; } +.board h1, +.board h2 {/*float:left;*/ color:#333; font-size:16px; font-weight:600; } +.board h1 {margin-bottom:7px; padding:0 0 1px 25px; background:url(../../images/egovframework/com/cmm/icon/tit_icon.png) no-repeat left 0px; } +.board h2 { margin:15px 0 10px 0; } +.board h3 { color:#333; font-size:14px; font-weight:600; margin:50px 0 10px 0; } +.board h3 b { color:#2277d7; } +.search_box {/* float:right;*/ position:relative; margin-bottom:7px; padding:13px 10px; border:1px solid #b1bbcb; border-top:3px solid #8191ac; background:#eef3fb; } +.search_box ul {font-size:0; text-align:right; } +.search_box ul li {/* float:left;*/display:inline-block; margin-left:5px; font-size:11px; vertical-align:top; } +.search_box ul li img { margin-left:7px; } +.search_box ul li > div {color:#194e73; font-weight:bold; vertical-align:top; } +.search_box ul li > label {display:inline-block; height:24px; color:#194e73; font-size:12px; font-weight:bold; line-height:24px; } +.search_box ul li > input[type=text] {height:22px; } +.search_box select {height:24px; /*padding:3px 3px 3px 4px;*/ border:1px solid #dedede; } +.search_box input.s_input {width:140px; height:22px; margin-right:3px; padding-left:5px; } +.search_box input.s_input2 {width:140px; height:22px; margin-right:3px; padding-left:5px; } +.search_box input.s_btn { height:24px; padding:0 8px; border:none; color:#fff; background:#4688d2; border-radius:2px; cursor:pointer; } +.search_box input.s_btn:hover { background:#7dabdf; } + +.search_box span.s_btn { display:inline-block; vertical-align:top; height:13px; font-size:12px; padding:6px 12px 5px 12px; background:#4688d2; border-radius:2px; cursor:pointer; } +.search_box span.s_btn:hover { background:#7dabdf;} +.search_box span.s_btn a { color:#fff; } + +.search_box span.btn_b { display:inline-block; vertical-align:top; height:13px; font-size:12px; padding:3px 0 8px 0; background:#4688d2; border-radius:2px; cursor:pointer; } +.search_box span.btn_b:hover { background:#7dabdf;} +.search_box span.btn_b a { vertical-align:text-top; color:#fff; display:block; line-height:19px; padding:0 8px;} + +.search_box .con {display:inline-block; width:40%; margin-bottom:2px; } +.search_box .con.full {display:inline-block; width:80%; margin-bottom:2px; } +.search_box .con label {display:inline-block; width:70px; height:24px; color:#194e73; font-size:12px; font-weight:bold; line-height:24px; } +.search_box .con input[type=text] {height:22px; } +.search_box .bt_a {position:absolute; right:10px; top:13px; } + +.noScriptTitle { +font-size :17px; +color :blue; +text-align :center; +font-family:'돋움', '굴림', 'Arial', 'AppleGothic', 'sans-serif'; +font-weight :bold; +padding-bottom :12px; +} + +/* table style */ +.board_list {width:100%; table-layout:fixed; border-top:2px solid #4688d2; } +.board_list caption { display:none; } +.board_list thead th, +.board_list tbody th { color:#222 ; font-size:13px; font-weight:400; background:#f4f4f4; padding:12px 0; border-bottom:1px solid #d9d9d9; } +.board_list tbody tr.odd { } +.board_list tbody.ov tr:hover { background:#f9f9f9; } +.board_list tbody th { text-align:left; padding-left:14px; } +.board_list tbody th.vtop { vertical-align:top; } +.board_list tbody th span.pilsu { color:#d0270b; font-weight:500; margin-left:3px; } +.board_list tbody td { text-align:center; padding:11px 5px; border-bottom:1px solid #d9d9d9; + word-break:break-all; white-space:-moz-pre-wrap; overflow:hidden; text-overflow:ellipsis;} +.board_list tbody td.left { text-align:left; padding:6px 8px; } +.board_list tbody td.leftElli { text-align:left; padding:6px 8px; +overflow:hidden; +text-overflow:ellipsis; +-o-text-overflow:ellipsis; +white-space:nowrap; +width:100%; +} +.board_list tbody td.cnt { text-align:left; padding:12px 10px 20px; line-height:160%; } +.board_list tbody td.nopd { text-align:left;} +.board_list tbody td.bold { text-align:left; font-size:14px; font-weight :bold;} +.board_list tbody td.bold input { text-align:left; font-size:14px; font-weight :bold;} +.board_list tbody td a:hover { text-decoration:underline; } +.board_list tbody td input.bbs_Nm { width:99%; } +.board_list tbody td input.link {color:#666; } +.board_list tbody td input.tmp { width:160px; } +.board_list tbody td textarea { width:99%; height:50px; } +.board_list tbody td textarea.txt { width:96%; height:300px; margin:8px; padding:5px; } +.board_list tbody td textarea.re_txt { width:470px; float:left; margin-right:8px; height:96px; } +.board_list tbody td a.re_btn { float:right; padding:43px 30px; margin:1px 0 0 0; font-size:12px; font-weight:600; } +.board_list tbody td a.re_btn:hover { text-decoration:none; } +.board_list tbody td select { padding:2px 0 3px 2px; border:1px solid #dedede; } +.board_list tbody td img { margin-left:7px; } + +.top_line { border-top:1px solid #d9d9d9; } +.board_th_link { + font-weight:600; +} + + +/* table style */ +.wTableFrm {position:relative; width:730px; padding-top:20px; } +.wTableFrm h1, .wTableFrm h2 {/* float:left;*/ color:#333; font-size:16px; font-weight:600; } +.wTableFrm h1 { margin-top:15px; } +.wTableFrm h2 {margin-bottom:10px; padding-left:25px; background:url(../../images/egovframework/com/cmm/icon/tit_icon.png) no-repeat left top; } +.wTableFrm h3 { color:#333; font-size:14px; font-weight:600; margin:50px 0 10px 0; } +.wTableFrm h3 b { color:#2277d7; } + +.wTable { width:100%; border-top:2px solid #4688d2; } +.wTable caption { display:none; } +.wTable > thead > tr > th, +.wTable > thead > tr > th { color:#222 ; font-size:13px; font-weight:400; background:#f4f4f4; padding:12px 0; border-bottom:1px solid #d9d9d9; } +.wTable > tbody tr.odd { } +.wTable > tbody.ov tr:hover { background:#f9f9f9; } +.wTable > thead > tr > th { text-align:left; padding-left:14px; } +.wTable > thead > tr > th.vtop { vertical-align:top; } +.wTable > thead > tr > th span.pilsu { color:#d0270b; font-weight:500; margin-left:3px; } +.wTable > tbody > tr > th { padding-left:14px; border-bottom:1px solid #d9d9d9; text-align:left; background:#f4f4f4; } +.wTable > tbody > tr > th.vtop { vertical-align:top; } +.wTable > tbody > tr > th span.pilsu { color:#d0270b; font-weight:500; margin-left:3px; } +.wTable > tbody > tr > td { text-align:center; padding:11px 5px; border-bottom:1px solid #d9d9d9; } +.wTable > tbody > tr > td.left { text-align:left; padding:6px 8px; } +.wTable > tbody > tr > td.left div .error {color :#ff0000;} +.wTable > tbody > tr > td.cnt { text-align:left; padding:12px 10px 20px; line-height:160%; } +.wTable > tbody > tr > td.nopd { text-align:left;} +.wTable > tbody > tr > td.nopd div .error {color :#ff0000; margin:0px 0px 0px 10px;} +.wTable > tbody > tr > td.bold { text-align:left; font-size:14px; font-weight :bold;} +.wTable > tbody > tr > td a:hover { text-decoration:underline; } +.wTable > tbody > tr > td input[type=text] {width:99%; height:22px; } +.wTable > tbody > tr > td input.tmp { width:160px; } +.wTable > tbody > tr > td textarea { width:99%; height:50px; } +.wTable > tbody > tr > td textarea.txt { width:96%; height:50px; margin:8px; padding:5px; } +.wTable > tbody > tr > td textarea.re_txt { float:left; width:80%; } +.wTable > tbody > tr > td a.re_btn { float:right; padding:43px 30px; margin:1px 0 0 0; font-size:12px; font-weight:600; } +.wTable > tbody > tr > td a.re_btn:hover { text-decoration:none; } +.wTable > tbody > tr > td select {height:24px; border:1px solid #dedede; } +.wTable > tbody > tr > td img {/* margin-left:7px;*/ } +.wTable input[readonly="readonly"] {height:22px; border:1px solid #d2d2d2; } +.wTable > tbody > tr > td input[type=checkbox] {vertical-align:-3px; } + + +/* toolbar */ +.toolbar { height:52px; background-color:#e5e5e5; padding-bottom:4px; border-bottom:1px solid #dedede; } + .group { float:left; padding:4px 0 0 8px; } + .group ul { float:left; padding:0; margin:0 3px 0 0; } + .group ul li { float:left; margin-right:3px; } + .group ul.format li { margin:2px 0 0 0; } + .group ul.sep { border-left:1px solid #ccc; padding:0 3px; border-right:1px solid #ccc; } + + .group input[type="button"] { width:22px; height:20px; line-height:20px; text-indent:-10000em; border:none; cursor:pointer; } + .group input[type="button"]:hover, .group input.on { background-color:#fff; border:1px solid #dedede; } + .ed_bold { background:url('../../../images/egovframework/com/cmm/toolbar/ed_format_bold.gif') left top no-repeat; } + .ed_italic { background:url('../../../images/egovframework/com/cmm/toolbar/ed_format_italic.gif') 2px top no-repeat; } + .ed_underline { background:url('../../../images/egovframework/com/cmm/toolbar/ed_format_underline.gif') 1px top no-repeat; } + .ed_strike { background:url('../../../images/egovframework/com/cmm/toolbar/ed_format_strike.gif') 1px top no-repeat; } + .ed_sub { background:url('../../../images/egovframework/com/cmm/toolbar/ed_format_sub.gif') 1px 1px no-repeat; } + .ed_sup { background:url('../../../images/egovframework/com/cmm/toolbar/ed_format_sup.gif') 1px 1px no-repeat; } + .ed_copy { background:url('../../../images/egovframework/com/cmm/toolbar/ed_copy.gif') left top no-repeat; } + .ed_cut { background:url('../../../images/egovframework/com/cmm/toolbar/ed_cut.gif') 1px top no-repeat; } + .ed_paste { background:url('../../../images/egovframework/com/cmm/toolbar/ed_paste.gif') 1px top no-repeat; } + .ed_undo { background:url('../../../images/egovframework/com/cmm/toolbar/ed_undo.gif') 1px top no-repeat; } + .ed_redo { background:url('../../../images/egovframework/com/cmm/toolbar/ed_redo.gif') 1px 1px no-repeat; } + .ed_rmformat { background:url('../../../images/egovframework/com/cmm/toolbar/ed_rmformat.gif') 1px top no-repeat; } + .ed_killword { background:url('../../../images/egovframework/com/cmm/toolbar/ed_killword.gif') 1px top no-repeat; } + .ed_al_left { background:url('../../../images/egovframework/com/cmm/toolbar/ed_align_left.gif') 1px top no-repeat; } + .ed_al_center { background:url('../../../images/egovframework/com/cmm/toolbar/ed_align_center.gif') 1px top no-repeat; } + .ed_al_right { background:url('../../../images/egovframework/com/cmm/toolbar/ed_align_right.gif') 1px top no-repeat; } + .ed_al_justify { background:url('../../../images/egovframework/com/cmm/toolbar/ed_align_justify.gif') 1px top no-repeat; } + .ed_right { background:url('../../../images/egovframework/com/cmm/toolbar/ed_left_to_right.gif') 1px top no-repeat; } + .ed_left { background:url('../../../images/egovframework/com/cmm/toolbar/ed_right_to_left.gif') 1px top no-repeat; } + .ed_num { background:url('../../../images/egovframework/com/cmm/toolbar/ed_list_num.gif') 1px top no-repeat; } + .ed_bullet { background:url('../../../images/egovframework/com/cmm/toolbar/ed_list_bullet.gif') 1px top no-repeat; } + .ed_indent_less { background:url('../../../images/egovframework/com/cmm/toolbar/ed_indent_less.gif') 1px top no-repeat; } + .ed_indent_more { background:url('../../../images/egovframework/com/cmm/toolbar/ed_indent_more.gif') 1px top no-repeat; } + .ed_fg { background:url('../../../images/egovframework/com/cmm/toolbar/ed_color_fg.gif') 1px top no-repeat; } + .ed_bg { background:url('../../../images/egovframework/com/cmm/toolbar/ed_color_bg.gif') 1px top no-repeat; } + .ed_hr { background:url('../../../images/egovframework/com/cmm/toolbar/ed_hr.gif') 1px top no-repeat; } + .ed_link { background:url('../../../images/egovframework/com/cmm/toolbar/ed_link.gif') 1px top no-repeat; } + .ed_image { background:url('../../../images/egovframework/com/cmm/toolbar/ed_image.gif') 1px top no-repeat; } + .ed_table { background:url('../../../images/egovframework/com/cmm/toolbar/insert_table.gif') 1px top no-repeat; } + .ed_html { background:url('../../../images/egovframework/com/cmm/toolbar/ed_html.gif') 1px top no-repeat; } + .ed_fullscreen { background:url('../../../images/egovframework/com/cmm/toolbar/fullscreen_maximize.gif') 1px top no-repeat; } + .ed_help { background:url('../../../images/egovframework/com/cmm/toolbar/ed_help.gif') 1px top no-repeat; } + .ed_about { background:url('../../../images/egovframework/com/cmm/toolbar/ed_about.gif') 1px top no-repeat; } +.toolbar select { font-size:11px; } + +.reply { width:730px; clear:both; border-top:2px solid #4688d2; position:relative; } +.reply ul { width:730px; margin:0; padding:0; } +.reply ul li { width:690px; border-bottom:1px solid #d9d9d9; padding:20px 20px 14px; overflow:hidden;} +.reply .top { height:17px; padding-bottom:12px; } +.reply .top strong { color:#333; font-weight:600; } +.reply .top span.bar { color:#d3d3d3; font-size:10px; padding:0 9px; } +.reply .top span.date { color:#999; } +.reply .txt { line-height:19px; } +.reply .bottom { float:right; margin:10px 0 6px; } + +/* pagination */ +.pagination {text-align:center; margin-top:15px; } +.pagination ul { display:inline-block; } +.pagination ul li {display:inline-block; margin:0 2px; } +.pagination ul li a { display:block; color:#999; width:26px; height:26px; line-height:26px; border:1px solid #e0e0e0; } +.pagination ul li.first a { background:url('../../../images/egovframework/com/cmm/paging/pagination_first.gif') 8px 9px no-repeat; text-indent:-10000em; } +.pagination ul li.prev a { background:url('../../../images/egovframework/com/cmm/paging/pagination_prev.gif') 11px 9px no-repeat; text-indent:-10000em; } +.pagination ul li.next a { background:url('../../../images/egovframework/com/cmm/paging/pagination_next.gif') 12px 9px no-repeat; text-indent:-10000em; } +.pagination ul li.last a { background:url('../../../images/egovframework/com/cmm/paging/pagination_last.gif') 10px 9px no-repeat; text-indent:-10000em; } +.pagination ul li.first a:hover { background:url('../../../images/egovframework/com/cmm/paging/pagination_first_on.gif') no-repeat; } +.pagination ul li.prev a:hover { background:url('../../../images/egovframework/com/cmm/paging/pagination_prev_on.gif') no-repeat; } +.pagination ul li.next a:hover { background:url('../../../images/egovframework/com/cmm/paging/pagination_next_on.gif/') no-repeat; } +.pagination ul li.current a, +.pagination ul li a:hover { border:none; color:#fff; font-size:15px; font-weight:600; width:28px; height:28px; line-height:28px; background:#4688d2; } + +/* pagination by reply */ +.paging { float:left; display:inline; width:730px; font-size:1em; text-align:center; margin:15px 0 20px; position:relative; } +.paging ul { display:inline-block; margin:0; padding:0; } +.paging ul li { float:left; margin:0 3px; } +.paging ul li a { display:block; width:15px; color:#888; text-decoration:none; } +.paging ul li.first a { background:url('../../../images/egovframework/com/cmm/paging/pagination_first.gif') center 5px no-repeat; text-indent:-10000em; } +.paging ul li.prev a { background:url('../../../images/egovframework/com/cmm/paging/pagination_prev.gif') center 5px no-repeat; text-indent:-10000em; } +.paging ul li.next a { background:url('../../../images/egovframework/com/cmm/paging/pagination_next.gif') center 5px no-repeat; text-indent:-10000em; } +.paging ul li.last a { background:url('../../../images/egovframework/com/cmm/paging/pagination_last.gif') center 5px no-repeat; text-indent:-10000em; } +.paging strong { display:block; padding:0 5px; color:#2277d7; } + +/* button submit */ +.btn_submit { padding:4px 11px 5px; background:#4688d2; font-weight:600; color:#fff; border-radius:1px; margin-left:4px; cursor:pointer; border:none;} +.btn_submit:hover { background:#7dabdf; } + +/* button style */ +button { padding:5px 12px 7px 12px; background:#4688d2; font-weight:600; color:#fff; border-radius:1px; margin-left:4px; cursor:pointer; } +button:hover { background:#7dabdf; } + +.btn_s2 { margin:0; padding:0px 12px 2px 12px; line-height:19px; word-spacing:-2px; border-radius:1px; font-weight:normal; background:#4688d2; color:#fff; font-size:11px; cursor:pointer; text-align:right;} +.btn_s2:hover { background:#7dabdf; } + +.btn_s { padding:3px 10px 6px 11px; background-color:#4688d2; color:#fff; font-size:11px; border-radius:1px; margin-top:4px;} +.btn_s:hover { color:#c7dbf1; } + +span.btn_s {display:inline-block !important; width:43px !important; height:21px !important; margin-top:0 !important; padding:0 !important; border-radius:1px !important; background:#4688d2 !important; vertical-align:top !important; cursor:pointer; } +span.btn_s:hover { background:#7dabdf;} +span.btn_s a {display:block !important; height:21px !important; color:#fff !important; text-align:center !important; line-height:21px !important; vertical-align:top !important; } + +span.btn_s2 {display:inline-block !important; height:21px !important; margin-top:0 !important; padding:0 10px !important; border-radius:1px !important; background:#4688d2 !important; vertical-align:top !important; cursor:pointer; } +span.btn_s2:hover { background:#7dabdf;} +span.btn_s2 a {display:block !important; height:21px !important; color:#fff !important; line-height:21px !important; vertical-align:top !important; } + +/* 2018.01.25 EgovQustnrItemManageListPopup.jsp 관련 추가 */ +span.btn_r { vertical-align:middle; padding:5px 1px 5px 1px; height:13px; margin:0px 0px 1px 0px; display:inline-block; background:#3d70b6; border-radius:0px; cursor:pointer; } +span.btn_r:hover { background:#7dabdf;} +span.btn_r a { vertical-align:text-top; color:#fff; display:block; line-height:16px; padding:0px 10px 0px 10px;} + +.btn { float:right; margin-top:18px; margin-bottom:15px; font-size:11px; } +.btn input.s_submit {height:21px; padding:0 10px; border:0 !important; color:#fff; font-family:'돋움', '굴림', 'Arial', 'AppleGothic', 'sans-serif'; font-size:11px; font-weight:200; background:#4688d2; vertical-align:top; cursor:pointer; } +.btn input.s_submit:hover { background:#7dabdf; } + +.blog_title { border-bottom:1px solid #e3e3e3; padding-bottom:10px; } +.blog_title h5 { float:left; font-size:14px; } +.blog_title span { border-left:1px solid #dcdada; margin-left:12px; padding-left:12px; vertical-align:middle; } +.blog_title span a { color:#666; } +.blog_title p { float:right; font-size:11px; color:#999; } + +.link, .link a, .link button, .link input { +overflow:hidden; +text-overflow:ellipsis; +-o-text-overflow:ellipsis; +white-space:nowrap; +width:100%; +text-align :left; +font-size:12px; +border-style :none; +background-color :transparent; +cursor :pointer; +} +.link.ac input {text-align:center; } + + +.egov_file_box label { + display:inline-block; + padding:.45em .75em; + color:#fff; + font-size:11px; + line-height:normal; + vertical-align:middle; + background-color:#4688d2; + cursor:pointer; + border:1px solid #ebebeb; + border-bottom-color:#e2e2e2; + border-radius:.15em; +} + +.egov_file_box input[type="file"] { /* 파일 필드 숨기기 */ + position:absolute; + width:1px; + height:1px; + padding:0; + margin:-1px; + overflow:hidden; + clip:rect(0,0,0,0); + border:0; +} + +/* 2018 add */ +.blind {position:absolute; left:-9999px; top:-9999px; font-size:0; } +.vat {vertical-align:top !important; } +.mr-8 {margin-right:-8px !important; } +.mb0 {margin-bottom:0px !important; } +.mb5 {margin-bottom:8px !important; } +.mb8 {margin-bottom:8px !important; } +.pt5 {padding-top:5px !important; } +.btn01 {display:inline-block; padding:5px !important; vertical-align:top !important; cursor:pointer; } +.btn02 {display:inline-block; height:20px; padding:0 8px; color:#363636; line-height:20px; background:#ddd; } + +.calendar {table-layout:fixed; } +.calendar .day > td {height:70px; padding:10px; border-right:1px solid #fff; border-bottom:1px solid #fff; background:#e5e5e5; vertical-align:top; } +.calendar .day > td a {display:inline-block; margin-bottom:5px; color:#393939; font-size:10px; font-weight:bold; } +.calendar .cap > td {height:25px; color:#fff; font-size:12px; font-weight:bold; text-align:center; background:#959fae; vertical-align:middle; } +.calendar .cap > td.sat {background:#4989ce; } +.calendar .cap > td.sun {background:#ee615f; } + +.cmt01 {font-size:12px; } + +.search_box2 {padding:15px 14px; border:1px solid #b1bbcb; border-top:3px solid #8191ac; background:#eef3fb; } +.search_box2 label {display:inline-block; height:24px; color:#194e73; font-size:12px; font-weight:bold; line-height:24px; vertical-align:top; } +.search_box2 input[type=text] {height:22px; vertical-align:top; } +.search_box2 select {height:24px; border:1px solid #dedede; vertical-align:top; } +.search_box2 > span.t1 {display:inline-block; height:24px; color:#194e73; font-size:16px; font-weight:bold; line-height:24px; vertical-align:top; } +.search_box2 .btns {height:24px; padding:0 10px; border:none; color:#fff; background:#4688d2; border-radius:2px; cursor:pointer; vertical-align:top; } +.search_box2 .btns:hover {background:#7dabdf; } +.search_box2 .btns2 {display:inline-block; height:24px; padding:0 7px; border-radius:2px; color:#fff; font-size:12px; line-height:24px; background:#666; vertical-align:top; } + +.tit01 {padding-left:25px; color:#333; font-size:16px; font-weight:bold; background:url(../../images/egovframework/com/cmm/icon/tit_icon.png) no-repeat; } +.tit02 {padding-left:17px !important; color:#393939 !important; font-size:12px !important; font-weight:bold !important; background:url(../../../images/egovframework/com/cmm/icon/icon_tit2.png) no-repeat !important; } + +.tab01 {height:38px; border:1px solid #b1bbcb; border-radius:3px; background:url(../../../images/egovframework/com/cmm/bg_tab01.gif) repeat-x; } +.tab01 ul:after {content:""; display:block; height:0; clear:both; visibility:hidden; } +.tab01 ul li {float:left; padding:0 20px; background:url(../../../images/egovframework/com/cmm/bg_bar01.gif) no-repeat right bottom; } +.tab01 ul li:last-child {background:none; } +.tab01 ul li a {display:block; position:relative; top:-1px; height:14px; padding-top:14px; color:#393939; font-weight:bold; } +.tab01 ul li a.on {background:url(../../../images/egovframework/com/cmm/bg_tab01_on.gif) no-repeat center top; } + +/* 리스트 테이블 */ +.table-line{table-layout:fixed; border-collapse:collapse; width:100%; } +.table-line th{border-top:2px solid #d9d9d9; border-right:1px solid #a3a3a3; border-bottom:1px solid #a3a3a3; background:#e4eaf8; height:20px; padding:0; } +.table-line td{padding:0; border-right:#d9d9d9 1px solid; border-bottom:#d9d9d9 1px solid; background:#f7f7f7; } +.table-line td:first-child {border-left:1px solid #d9d9d9; } +.table-line td.al {text-align:center; } + +.txta01 {border:1px solid #d2d2d2; } + +.e001 td {height:40px; } +.e002 td {padding:2px 0; } + +.btn_01 {display:inline-block !important; height:24px !important; padding:0 11px !important; border-radius:2px !important; color:#fff !important; font-size:12px !important; line-height:24px !important; background:#4688d2 !important; vertical-align:top !important; } +.btn_01:hover {background:#7dabdf !important;} +.btn_02 {display:inline-block !important; height:18px !important; padding:0 10px !important; border:1px solid #9c9c9c; border-radius:2px !important; color:#000 !important; font-size:11px !important; line-height:18px !important; background:url(../../../images/egovframework/com/cmm/btn/bg_btn_02.jpg) repeat-x !important; vertical-align:top !important; } + +.schedule thead td {height:25px; color:#fff; text-align:center; background:#959fae; } +.schedule thead td.sat {background:#4989ce; } +.schedule thead td.sun {background:#ee615f; } +.schedule > tbody > tr > td {border-right:1px solid #fff; border-bottom:1px solid #fff; background:#EFEFEF; } +.schedule .btn_02 {vertical-align:1px !important; } + +.twit_list li {margin-bottom:10px; } +.twit_list li a:hover {text-decoration:underline; } +.twit_list li img {display:block; margin-top:10px; } + + diff --git a/bin/main/static/egov/css/com/sch/dept_schdule_manage.css b/bin/main/static/egov/css/com/sch/dept_schdule_manage.css new file mode 100644 index 00000000..74bbda6d --- /dev/null +++ b/bin/main/static/egov/css/com/sch/dept_schdule_manage.css @@ -0,0 +1,94 @@ +@charset "utf-8"; + +/*캘린더*/ +.calendar { position: relative; width: 730px; } +.calendar h2 { color: #333; font-size: 16px; margin: 15px 0 10px; padding-left:25px; background:url(../../../images/com/cmm/icon/tit_icon.png) no-repeat left top; } + .sort_area { position: relative; height: 40px; border: 0px solid #dedede; margin:0 0 10px 0;} + .select_group { position: absolute; top: 5px; left: 0; } + .select_group select { height: 27px; border: 1px solid #dedede; padding: 3px 4px; } + /*.date_view { position: relative; top: 9px; margin: 0 0 0 -85px; border: 1px solid #dedede;} */ + .date_view { position: absolute; top: 9px; left: 37%; margin: 0 0 0 -85px; } + .date_view ul { display: inline-block; } + .date_view ul li { float: left; } + .date_view ul li.date { color: #000; font-size: 18px; font-weight: bold; margin-right: 5px; margin-left: 5px;} + .date_view ul li a { display: block; height: 19px; line-height: 19px; background-color: #fff; border: 1px solid #e6e6e6; } + .date_view ul li a:hover { background-color: #e6e6e6; } + .date_view ul li a.today { padding: 0 7px; color: #000; font-size: 11px; margin-right: 5px; } + .date_view ul li a.prev { width: 18px; background: url('../../../images/com/sch/btn_prev.png') 5px no-repeat; text-indent: -10000em; margin-right: 0px; } + .date_view ul li a.next { width: 18px; background: url('../../../images/com/sch/btn_next.png') 6px 5px no-repeat; text-indent: -10000em; } + /* + .view_type { position: absolute; top: 5px; right: 0; } + .view_type ul { display: inline-block; } + .view_type ul li { float: left; margin-left: -1px; } + .view_type ul li a { display: block; height: 25px; line-height: 25px; color: #000; font-weight: bold; padding: 0 10px; background-color: #f4f4f4; border: 1px solid #e6e6e6; } + .view_type ul li a:hover { background-color: #e6e6e6; } + .view_type ul li a.on { background-color: #0c4ca4; color: #fff; border: 1px solid #0c4ca4; } + */ + +.sort_area_top { position: relative; height: 45px; text-align:center; border: 0px solid #dedede; } + .view_type_top { position: absolute; top: 5px; left: 28%; text-align:center; border: 0px solid #dedede; } + .view_type_top ul { display: inline-block; } + .view_type_top ul li { float: left; margin-left: -1px; } + .view_type_top ul li a { display:block; text-align:center; width:100px; height:28px; line-height: 28px; color: #000; font-weight: bold; padding: 0 10px; background-color: #f4f4f4; border: 1px solid #e6e6e6; } + .view_type_top ul li a:hover { background-color: #e6e6e6; } + .view_type_top ul li a.on { background-color: #0c4ca4; color: #fff; border: 1px solid #0c4ca4; } + + + .month { width: 100%; table-layout: fixed; border-top: 2px solid #0c4ca4; } + .month caption { display: none; } + .month thead th { text-align: left; color: #333; padding: 11px 0 12px 8px; background-color: #f4f4f4; } + .month tbody td { padding: 2px 6px 2px 4px; border-left: 1px solid #e6e6e6; overflow: hidden; text-overflow: clip; white-space: nowrap; } + .month tbody tr { height: 19px; border-bottom: 1px solid #fff; } + .month tbody tr.num td { color: #000; padding: 6px 7px; } + .month tbody tr.num td.opa { opacity: 0.4 } + .month thead th:nth-child(1), + .month tbody td:nth-child(1), + .month tbody td.holiday { color: #d90101 !important; } + .month tbody td:nth-child(1) { border-left: 0; } + .month tbody tr.line td { border-bottom: 1px solid #e6e6e6; } + .month tbody tr.last td { border-bottom: 0; } + .month tbody td.period { color: #fff; padding: 2px 6px 2px 4px; } + .month tbody td.purple_bg { background-color: #8394cf; } + .month tbody td.purple_txt { color: #5f74bb; } + .month tbody td.sky_bg { background-color: #69c2d2; } + .month tbody td.sky_txt { color: #2f95af; } + .month tbody td.pink_bg { background-color: #f1718c; } + .month tbody td.pink_txt { color: #ea4367; } + .month tbody td.org_bg { background-color: #f58555; } + .month tbody td.org_txt { color: #f3672a; } + .month tbody td.green_bg { background-color: #93cc4b; } + .month tbody td.green_txt { color: #71a82b; } + .month tbody span.arrow { float: right; width: 4px; height: 5px; margin-top: 4px; background: url('../../../../../../images/com/sch/bullet_arrow.png') no-repeat; text-indent: -10000em; }s + + .week_calendar { position: relative; } + .title { position: relative; top: 0; width: 100%; border-top: 2px solid #0c4ca4; margin-bottom: 11px; } + .title caption { display: none; } + .title thead th { height: 50px; text-align: center; color: #333; font-weight: normal; padding-left: 8px; background-color: #f4f4f4; } + .title tbody tr { border-bottom: 1px solid #fff; } + .title tbody td { vertical-align:middle;padding: 0px 0px 0px 2px; border-left: 1px solid #e6e6e6; text-align: center; font-size: 12px; } + /* + .title thead th:nth-child(2), + .title tbody td.holiday { color: #d90101 !important; } + */ + .title tbody tr.line td { border-bottom: 1px solid #e6e6e6; } + /* + .title tbody td:nth-child(1) { vertical-align: top; text-align: right; color: #333; padding-right: 7px; border-left: 0; } + .title tbody td:nth-child(1), + */ + .title tbody td:nth-child(1) { border-left: 0;} + .title tbody td:nth-child(2) { line-height: 180%;} + + .week_area { position: absolute; top: 89px; right: 0; left: 0; overflow: hidden; overflow-y: auto; } + .week_schedule { width: 100%; table-layout: fixed; border-top: 1px solid #e6e6e6; } + .week_schedule caption { display: none; } + .week_schedule tbody td { border-left: 1px solid #e6e6e6; color: #fff; font-size: 11px; } + .week_schedule tbody td:nth-child(1) { border-left: 0; } + .week_schedule tbody tr.grid td { padding-right: 0; } + .grid_time_wrap { position: relative; margin: 0; } + .grid_time_wrap .grid_time { position: absolute; width: 100%; } + .grid_time_wrap .hour_cell { height: 40px; border-bottom: 1px solid #e6e6e6; } + .grid_time_wrap .half { height: 20px; margin: -1px 0 19px; border-top: 1px solid #e6e6e6; font-size: 1px; } + + .time_area { position: relative; width: 70px; } + .time_area ul { display: inline-block; width: 100%; } + .time_area ul li { display: block; text-align: right; white-space: nowrap; padding: 0 7px 26px 0; color: #333; } \ No newline at end of file diff --git a/bin/main/static/egov/css/com/uss/ion/ntm/note_manage.css b/bin/main/static/egov/css/com/uss/ion/ntm/note_manage.css new file mode 100644 index 00000000..67b522c5 --- /dev/null +++ b/bin/main/static/egov/css/com/uss/ion/ntm/note_manage.css @@ -0,0 +1,41 @@ +@charset "utf-8"; + +/* Base Style *****************************/ +* { margin: 0; padding: 0; border: 0; } +body { overflow-y:scroll; } +body, div, table, form, th, td, input, textarea, select, button { font:12px 'dotum'; color:#666; } +h1, th { color:#333; } +img { border: 0; } +img, label { vertical-align: middle; } +ul, { list-style : none; } +caption { display:none; } +table { border-collapse: collapse; border-spacing: 0; width: 100%; } +select { width:299px; height:80px; border:1px solid #c9c9c9; padding:5px 3px 6px; margin-right:3px; } +a { color: #000; text-decoration: none; } +a, button, input[type="button"], input[type="submit"] { cursor: pointer; } +textarea, +input[type="text"], +input[type="option"] +{ border:1px solid #c9c9c9; padding:4px; } +input[type="button"], input[type="submit"] { border:none; padding:6px 12px 7px; background:#3d70b6; color:#fff; } +input[type="checkbox"] { vertical-align:middle; margin:0 5px 0 0; } +.hide { text-indent:-99999em; } +.clear { clear:both; } +.txt-cnt { text-align:center; } +.mt20 { margin-top:20px; } +.ml5 { margin-left:5px; } +.note { position: relative; width:730px; } +h1 { font-size:14px; margin:18px 0 10px; } + +/* Table Style */ +.tbl_note { width:100%; table-layout:fixed; word-wrap:break-word; border-top:2px solid #0c4ca4; border-bottom:1px solid #aaabb0; } +.tbl_note thead th { border-bottom:1px solid #c0c1c6; } +.tbl_note th { vertical-align:middle; background:#f4f4f4; } +.tbl_note tbody th { background:#f4f4f4 url('../images/check.png') 25px center no-repeat ; padding-left:40px; } +.tbl_note tbody th.ic_none { background:#f4f4f4; padding-left:53px; } +.tbl_note tbody th, .tbl_note td { text-align:left; border-top:1px solid #e2e3e5; } +.tbl_note th, .tbl_note td { padding:7px; } +.tbl_note th:first-child, .tbl_note td:first-child { border-left:none; } + +/* Button Style */ +.btnStyle01 { display: inline-block; border:1px solid #d2d2d2; padding:5px 10px 4px; color:#666; font-size:11px; background:#fafafa; cursor:pointer; } diff --git a/bin/main/static/egov/css/com/uss/olp/opp/online_poll.css b/bin/main/static/egov/css/com/uss/olp/opp/online_poll.css new file mode 100644 index 00000000..7e0df2a1 --- /dev/null +++ b/bin/main/static/egov/css/com/uss/olp/opp/online_poll.css @@ -0,0 +1,19 @@ +@charset "utf-8"; + +/* OnlinePoll Layout *********************************/ +.poll { position: relative; width: 730px; } +.poll h1 { float: left; color: #333; font-size: 16px; font-weight: 600; margin: 18px 0 10px; } +dl.poll_chart { padding: 30px; } +dl.poll_chart dt { color: #444; margin-bottom: 7px; } +dl.poll_chart dd { display: inline-block; margin-bottom: 13px; } +dl.poll_chart dd:last-child { margin-bottom: 0; } +dl.poll_chart ul li { position: relative; float: left; display: inline; } +dl.poll_chart ul li:first-child { margin-right: 25px; } +dl.poll_chart ul li span.g_bar { display: inline-block; width: 580px; height: 8px; background: #e5e5e5; /* background: url('../images/poll_bar_gray.gif') repeat-x; */ } + +dl.poll_chart ul li span.g_bar2 { display: inline-block; width: 500px; height: 8px; background: #e5e5e5; text-align: left; /* background: url('../images/poll_bar_gray.gif') repeat-x; */ } +dl.poll_chart ul li span.g_org { position: absolute; display: inline-block; height: 8px; background: #e2623d; /* background: url('../images/poll_bar_org.gif') repeat-x; */ } + +ul.poll_partcptn { display: inline-block; padding: 30px; } +ul.poll_partcptn li { float: left; margin-right: 12px; } +ul.poll_partcptn li input[type="radio"] { margin-right: 4px; } diff --git a/bin/main/static/egov/css/component.css b/bin/main/static/egov/css/component.css new file mode 100644 index 00000000..746222bc --- /dev/null +++ b/bin/main/static/egov/css/component.css @@ -0,0 +1,233 @@ +@charset "utf-8"; + +/* Skip navigation */ +.skip_navi {display: block; position: absolute; left: -9999px; top: -9999px; width: 100%; color: #000; text-align: center;} +.skip_navi:focus {position: static;} + + +/* Button */ +.btn {display: inline-block; vertical-align: top;} + .btn_blue_15 {height: 30px; border-radius: 15px; color: #fff; font-size: 14px; font-weight: 300; text-align: center; line-height: 30px; background: #169bd5;} + .btn_blue_30 {height: 30px; border-radius: 5px; color: #fff; font-size: 14px; font-weight: 300; text-align: center; line-height: 30px; background: #169bd5;} + .btn_blue_46 {height: 46px; border-radius: 5px; color: #fff; font-size: 16px; text-align: center; line-height: 46px; background: #169bd5;} + .btn_skyblue_h46 {height: 46px; border-radius: 5px; color: #005b82; font-size: 16px; text-align: center; line-height: 46px; background: #daedf5;} + .btn_search_w {width: 46px; height: 46px; border-radius: 5px; font-size: 0; background: #169bd5 url(../images/ico_search_w.png) no-repeat center;} + .btn_calendar {width: 46px; height: 46px; border: 1px solid #dde2e5; border-radius: 5px; font-size: 0; background: #fff url(../images/ico_calendar.png) no-repeat center;} + + +/* Label */ +.label {display: inline-block; height: 30px; padding: 0 10px; border-radius: 4px; font-size: 16px; font-weight: 300; line-height: 30px; vertical-align: top;} +.label.color_blue {color: #fff; background: #169bd5;} + + +/* Board */ + /* Condition */ + .condition {padding: 25px; border: 1px solid #dde2e5; border-radius: 10px; font-size: 0; text-align: center;} + .condition .item + .item {margin-left: 20px;} + + .condition2 {padding: 25px; border: 1px solid #dde2e5; border-radius: 10px; text-align: center;} + .condition2 .item + .item {margin-left: 20px;} + .condition2 .lb {display: inline-block; height: 46px; line-height: 46px; vertical-align: top;} + + /* List */ + .board_list {border-top: 2px solid #222;} + .board_list table {font-size: 16px; font-weight: 300;} + .board_list th {padding: 23px 0; border-bottom: 1px solid #888; color: #000; font-weight: 400; text-align: center;} + .board_list td {padding: 16px 0 19px 0; border-bottom: 1px solid #dde2e5; color: #666; text-align: center;} + .board_list td.al {padding: 16px 10px 19px 10px; text-align: left;} + .board_list td .lnk {color: #222;} + .board_list td .lnk:hover {color: #169bd5; text-decoration: underline;} + .board_list td .re {vertical-align: 0px;} + + .board_list2 {border-top: 2px solid #222;} + .board_list2 table {font-size: 16px; font-weight: 300;} + .board_list2 th {padding: 15px 0; border-bottom: 1px solid #888; color: #000; text-align: center;} + .board_list2 td {padding: 13px 0 16px 0; border-bottom: 1px solid #dde2e5; color: #666; text-align: center;} + .board_list2 td.al {padding: 13px 10px 16px 10px; text-align: left;} + .board_list2 td .lnk {color: #222;} + .board_list2 td .lnk:hover {color: #169bd5; text-decoration: underline;} + + .paging {font-size: 0; text-align: center;} + .paging .btn {margin-top: 0;} + .paging .btn a {width: 42px; height: 42px; border: 1px solid #dde2e5; border-radius: 5px; font-size: 0;} + .paging .first {background: url(../images/ico_paging_button_db.png) no-repeat center; background-size: 14px 15px;} + .paging .prev {margin-right: 20px; background: url(../images/ico_paging_button.png) no-repeat center;} + .paging .next {margin-left: 20px; background: url(../images/ico_paging_button.png) no-repeat center; transform: rotate(180deg);} + .paging .last {background: url(../images/ico_paging_button_db.png) no-repeat center; transform: rotate(180deg); background-size: 14px 15px;} + .paging > ul {display: inline-block; vertical-align: top;} + .paging > ul li {display: inline-block; margin-top: 4px; font-size: 16px; font-weight: 300; vertical-align: top;} + .paging > ul li + li {margin-left: 15px;} + .paging > ul li a, + .paging > ul li strong {display: block; width: 34px; height: 34px; font-weight: 300; line-height: 34px; text-align: center;} + .paging > ul li a {color: #888;} + .paging > ul li strong {border-radius: 50%; color: #fff; background: #222;} + + .board_list_top {display: table; width: 100%;} + .board_list_top .left_col {display: table-cell; width: 50%; vertical-align: top;} + .board_list_top .right_col {display: table-cell; width: 50%; font-size: 0; text-align: right; vertical-align: top;} + .board_list_top .right_col .btn + .btn {margin-left: 10px;} + .list_count {padding-top: 26px; color: #000; font-size: 16px; font-weight: 300;} + .list_count::before {content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #222; vertical-align: 3px;} + .list_count strong {margin-left: 5px; color: #0465be; font-weight: 500;} + + /* View */ + .board_view {border-top: 2px solid #222;} + .board_view_top {border-bottom: 1px solid #dde2e5;} + .board_view_top .tit {padding: 21px; border-bottom: 1px solid #888; color: #222; font-size: 18px; font-weight: 500; text-align: center;} + .board_view_top .info {font-size: 0;} + .board_view_top .info dl, + .board_view_top .info dt, + .board_view_top .info dd {display: inline-block; font-size: 16px; vertical-align: top;} + .board_view_top .info dl {padding: 22px 0;} + .board_view_top .info dl:nth-child(1) {margin-right: 185px;} + .board_view_top .info dl:nth-child(2) {margin-right: 145px;} + .board_view_top .info dt {width: 100px; color: #000; text-align: center;} + .board_view_top .info dd {color: #666; font-weight: 300;} + + .board_article {border-bottom: 1px solid #dde2e5;} + .board_article textarea {width: 100%; min-height: 350px; padding: 30px 29px; border: 0; color: #666; font-size: 16px; font-weight: 300; line-height: 30px; resize: none;} + + .board_article_faq {position: relative; padding-left: 74px; border-bottom: 1px solid #dde2e5;} + .board_article_faq .a {display: block; position: absolute; left: 30px; top: 30px; width: 32px; height: 32px; font-size: 0; background: url(../images/ico_a.png) no-repeat;} + .board_article_faq .q {display: block; position: absolute; left: 30px; top: 30px; width: 32px; height: 32px; font-size: 0; background: url(../images/ico_q.png) no-repeat;} + .board_article_faq textarea {width: 100%; min-height: 350px; padding: 30px 29px 30px 0; border: 0; color: #666; font-size: 16px; font-weight: 300; line-height: 30px; resize: none;} + + .board_article_faq.reg {padding: 12px 12px 12px 102px;} + .board_article_faq.reg textarea {padding: 19px; border: 1px solid #dde2e5; border-radius: 5px; color: #222; font-size: 16px;} + + .board_faq_top {display: table; width: 100%; table-layout: fixed; border-bottom: 1px solid #dde2e5;} + .board_faq_top > * {display: table-cell; width: auto;} + .board_faq_top dt {width: 102px; padding-left: 12px; color: #000; font-weight: 500;} + .board_faq_top dt .req {display: inline-block; width: 7px; height: 7px; font-size: 0; background: url(../images/ico_req.png) no-repeat; vertical-align: 15px;} + .board_faq_top dd {padding: 12px 12px 12px 0;} + + .board_attach dl {padding: 17px 0; border-bottom: 1px solid #dde2e5; font-size: 16px; font-weight: 300;} + .board_attach dl > * {float: left;} + .board_attach dl::after {content: ""; display: block; clear: both;} + .board_attach dl dt {width: 102px; padding-left: 30px; color: #000;} + .board_attach dl dd > span {display: block;} + .board_attach dl dd > span + span {margin-top: 5px;} + .board_attach dl dd > span > * {vertical-align: top;} + .board_attach dl dd a {display: inline-block; padding-left: 29px; color: #169bd5; vertical-align: top; background: url(../images/ico_file.png) no-repeat;} + .board_attach dl dd a:hover {text-decoration: underline;} + .board_attach dl dd a span {color: #666;} + + .board_attach.faqreg dt {padding-left: 12px; font-weight: 500;} + .board_attach dd input[type=file] + span {margin-top: 10px;} + .board_attach span input[type=button] {display: inline-block; width: 18px; height: 18px; margin-left: 10px; border: 0; font-size: 0; background: url(../images/ico_delete.png) no-repeat; background-size: contain; vertical-align: -2px; cursor: pointer;} + + .board_attach_img {padding: 40px 30px; border-bottom: 1px solid #dde2e5;} + .board_attach_img img {max-width: 100%;} + .board_attach_img br + img {margin-top: 10px;} + + .board_attach2 > span {display: block; color: #666;} + .board_attach2 > span + span {margin-top: 5px;} + .board_attach2 > span a {display: inline-block; padding-left: 29px; color: #169bd5; vertical-align: top; background: url(../images/ico_file.png) no-repeat;} + .board_attach2 input[type=button] {display: inline-block; width: 18px; height: 18px; margin-left: 10px; border: 0; font-size: 0; background: url(../images/ico_delete.png) no-repeat; background-size: contain; vertical-align: 6px; cursor: pointer;} + + .board_view_bot {position: relative;} + .board_view_bot .left_col {font-size: 0;} + .board_view_bot .left_col .btn + .btn {margin-left: 10px;} + .board_view_bot .right_col {position: absolute; right: 0; top: 0; font-size: 0;} + .board_view_bot .right_col .btn + .btn {margin-left: 10px;} + + .board_view2 {border-top: 2px solid #222;} + .board_view2 td {padding: 12px 20px; border-bottom: 1px solid #dde2e5; color: #666;} + .board_view2 .lb {padding: 12px 30px; color: #000; background: #f5f6f7;} + .board_view2 .lb .req {display: inline-block; width: 7px; height: 7px; font-size: 0; background: url(../images/ico_req.png) no-repeat; vertical-align: 15px;} + .board_view2 .lb .min {display: inline-block; padding: 10.5px 0;} + .board_view2.txtonly td {padding: 23px 20px;} + .board_view2 .lnk {color: #000;} + + .board_view3 {border-top: 2px solid #222;} + .board_view3 td {padding: 20px 0; border-bottom: 1px dashed #dde2e5; color: #666; font-size: 16px; font-weight: 300;} + .board_view3 tr:last-child td {border-bottom-style: solid;} + .board_view3 .lb {padding: 21px 0; border-bottom: 1px solid #222; color: #222; font-size: 18px; font-weight: 300; text-align: center; background: #f5f6f7;} + .board_view3 .lb .req {display: inline-block; width: 7px; height: 7px; font-size: 0; background: url(../images/ico_req.png) no-repeat; vertical-align: 15px;} + .board_view3 .writer {padding-left: 30px; color: #222; font-weight: 400;} + + .board_view4 {border-top: 2px solid #222;} + .board_view4 td {padding: 23px 30px; border-bottom: 1px solid #dde2e5;} + .board_view4 td .f_rdo + .f_rdo {margin-left: 20px;} + .board_view4 .lb {background: #f5f6f7;} + + .board_top {position: relative;} + .board_top .right_col {position: absolute; right: 0; top: 0;} + + .list_cnt {display: inline-block; padding-top: 12px; color: #222; font-size: 16xpx; font-weight: 300; vertical-align: top;} + .list_cnt strong {color: #169bd5; font-weight: 500;} + + +/* Message */ + .msg_1 {padding: 32px 40px; border-top: 2px solid #dde2e5; border-radius: 0 0 10px 10px; color: #454545; font-size: 20px; font-weight: 300; line-height: 30px; letter-spacing: -1px; background: #f2f2f2;} + + +/* Form */ + /* for IE10 */ + input::placeholder {color: #aaa; opacity: 1; /* 파이어폭스에서 뿌옇게 나오는 현상을 방지하기 위한 css */} + input::-webkit-input-placeholder {color: #aaa;} + /* IE */ + input:-ms-input-placeholder {color: #aaa;} + input[type=text]::-ms-clear {display:none;} + /* Firefox */ + input:-mos-input-placeholder {color: #aaa;} + + .f_search {display: inline-block; position: relative; vertical-align: top;} + .f_search input[type=text] {width: 100%; height: 46px; padding: 0 50px 0 20px; border: 0; border-radius: 5px; color: #222; font-size: 16px; background: #f7f7f7;} + .f_search .btn {display: block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); width: 25px; height: 27px; border: 0; font-size: 0; background: url(../images/ico_search_b.png) no-repeat;} + + .f_search2 {display: inline-block; position: relative; vertical-align: top;} + .f_search2 input[type=text] {width: 100%; height: 46px; padding: 0 50px 0 20px; border: 1px solid #dde2e5; border-radius: 5px; color: #222; font-size: 16px; background: #F7F7F7;} + .f_search2 .btn {display: block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); width: 25px; height: 27px; border: 0; font-size: 0; background: url(../images/ico_search_b.png) no-repeat;} + + .f_search3 {display: inline-block; position: relative; vertical-align: top;} + .f_search3 input[type=text] {width: 100%; height: 46px; border: 1px solid #dde2e5; border-radius: 5px;} + .f_search3 .btn {display: block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); width: 25px; height: 27px; border: 0; font-size: 0; background: url(../images/ico_search_b.png) no-repeat;} + + select {font-family: 'NotoSans', sans-serif; font-weight: 400; + -moz-appearance:none; /* Firefox */ + -webkit-appearance:none; /* Safari and Chrome */ + -webkit-border-radius: 0; + appearance:none;} + select::-ms-expand {display:none;} + + .f_select {display: inline-block; position: relative; height: 46px; border: 0; border-radius: 5px; background: #f7f7f7; vertical-align: top;} + .f_select::after {content: ""; display: block; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); width: 15px; height: 9px; background: url(../images/ico_arrow_gray_15x9.png) no-repeat;} + .f_select select {width: 100%; height: 100%; padding: 0 45px 0 20px; border: 0; color: #222; font-size: 16px; background: transparent;} + + .f_chk {display: inline-block; min-width: 30px; height: 30px; color: #666; font-size: 16px; font-weight: 300; line-height: 30px;} + .f_chk::before {content: ""; display: inline-block; width: 30px; height: 30px; border-radius: 5px; background: #e7eef2; vertical-align: top;} + .f_chk.on:before {background: #e7eef2 url(../images/bg_chkbox_on.png) no-repeat center;} + .f_chk input[type=checkbox] {width: 0;} + + .f_chk_only {display: inline-block; width: 20px; height: 20px; vertical-align: top; cursor: pointer;} + .f_chk_only::before {content: ""; display: inline-block; width: 20px; height: 20px; border: 1px solid #dde2e5; border-radius: 2px; background: #fff; vertical-align: top;} + .f_chk_only.on:before {border: 0; background: #0075ff url(../images/bg_chkbox2_on.png) no-repeat center;} + .f_chk_only input[type=checkbox] {width: 0;} + + .f_rdo {display: inline-block; min-width: 22px; height: 22px; color: #222; font-size: 16px; font-weight: 300; line-height: 22px;} + .f_rdo::before {content: ""; display: inline-block; width: 22px; height: 22px; border-radius: 5px; background: url(../images/bg_rdobox.png) no-repeat; vertical-align: top;} + .f_rdo.on:before {background: url(../images/bg_rdobox_on.png) no-repeat center;} + .f_rdo input[type=radio] {width: 0;} + + .f_txt {height: 46px; padding: 0 19px; border: 1px solid #dde2e5; border-radius: 5px; color: #222; font-size: 16px; font-weight: 300; vertical-align: top;} + .f_txt2 {height: 46px; padding: 0 19px; border: 0; border-radius: 5px; color: #222; font-size: 16px; font-weight: 300; background: #f7f7f7;} + + .f_txt_inner {display: inline-block; height: 46px; color: #222; font-weight: 300; line-height: 46px;} + + .f_txtar {padding: 19px; border: 1px solid #dde2e5; border-radius: 5px; color: #222; font-size: 16px; font-weight: 300; resize: none;} + + .f_date {width: 117px; height: 46px; border: 0; border-radius: 5px; color: #222; font-size: 16px; font-weight: 300; text-align: center; background: #f7f7f7;} + + + +/* Text */ + .tit_1 {color: #222; font-size: 48px; font-weight: 500; line-height: 48px;} + .tit_2 {position: relative; padding-top: 12px; color: #222; font-size: 30px; font-weight: 700; letter-spacing: -1px;} + .tit_2::before {content: ""; display: block; position: absolute; left: 0; top: 0; width: 30px; height: 2px; background: #0465be;} + .tit_3 {color: #222; font-size: 26px; font-weight: 700;} + .tit_4 {color: #000; font-size: 26px; font-weight: 700;} + + .txt_1 {color: #666; font-size: 20px;} + .txt_2 {color: #666; font-size: 16px; font-weight: 300;} + .txt_3 {color: #eb6877; font-size: 16px; font-weight: 300;} \ No newline at end of file diff --git a/bin/main/static/egov/css/jqueryui.css b/bin/main/static/egov/css/jqueryui.css new file mode 100644 index 00000000..e9096514 --- /dev/null +++ b/bin/main/static/egov/css/jqueryui.css @@ -0,0 +1,1321 @@ +/*! jQuery UI - v1.12.1 - 2016-09-14 +* http://jqueryui.com +* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css +* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px +* Copyright jQuery Foundation and other contributors; Licensed MIT */ + +/* Layout helpers +----------------------------------*/ +.ui-helper-hidden { + display: none; +} +.ui-helper-hidden-accessible { + border: 0; + clip: rect(0 0 0 0); + height: 1px; + margin: -1px; + overflow: hidden; + padding: 0; + position: absolute; + width: 1px; +} +.ui-helper-reset { + margin: 0; + padding: 0; + border: 0; + outline: 0; + line-height: 1.3; + text-decoration: none; + font-size: 100%; + list-style: none; +} +.ui-helper-clearfix:before, +.ui-helper-clearfix:after { + content: ""; + display: table; + border-collapse: collapse; +} +.ui-helper-clearfix:after { + clear: both; +} +.ui-helper-zfix { + width: 100%; + height: 100%; + top: 0; + left: 0; + position: absolute; + opacity: 0; + filter:Alpha(Opacity=0); /* support: IE8 */ +} + +.ui-front { + z-index: 100; +} + + +/* Interaction Cues +----------------------------------*/ +.ui-state-disabled { + cursor: default !important; + pointer-events: none; +} + + +/* Icons +----------------------------------*/ +.ui-icon { + display: inline-block; + vertical-align: middle; + margin-top: -.25em; + position: relative; + text-indent: -99999px; + overflow: hidden; + background-repeat: no-repeat; +} + +.ui-widget-icon-block { + left: 50%; + margin-left: -8px; + display: block; +} + +/* Misc visuals +----------------------------------*/ + +/* Overlays */ +.ui-widget-overlay { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; +} +.ui-accordion .ui-accordion-header { + display: block; + cursor: pointer; + position: relative; + margin: 2px 0 0 0; + padding: .5em .5em .5em .7em; + font-size: 100%; +} +.ui-accordion .ui-accordion-content { + padding: 1em 2.2em; + border-top: 0; + overflow: auto; +} +.ui-autocomplete { + position: absolute; + top: 0; + left: 0; + cursor: default; +} +.ui-menu { + list-style: none; + padding: 0; + margin: 0; + display: block; + outline: 0; +} +.ui-menu .ui-menu { + position: absolute; +} +.ui-menu .ui-menu-item { + margin: 0; + cursor: pointer; + /* support: IE10, see #8844 */ + list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); +} +.ui-menu .ui-menu-item-wrapper { + position: relative; + padding: 3px 1em 3px .4em; +} +.ui-menu .ui-menu-divider { + margin: 5px 0; + height: 0; + font-size: 0; + line-height: 0; + border-width: 1px 0 0 0; +} +.ui-menu .ui-state-focus, +.ui-menu .ui-state-active { + margin: -1px; +} + +/* icon support */ +.ui-menu-icons { + position: relative; +} +.ui-menu-icons .ui-menu-item-wrapper { + padding-left: 2em; +} + +/* left-aligned */ +.ui-menu .ui-icon { + position: absolute; + top: 0; + bottom: 0; + left: .2em; + margin: auto 0; +} + +/* right-aligned */ +.ui-menu .ui-menu-icon { + left: auto; + right: 0; +} +.ui-button { + padding: .4em 1em; + display: inline-block; + position: relative; + line-height: normal; + margin-right: .1em; + cursor: pointer; + vertical-align: middle; + text-align: center; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background: #cccccc; + + /* Support: IE <= 11 */ + overflow: visible; +} + +.ui-button, +.ui-button:link, +.ui-button:visited, +.ui-button:hover, +.ui-button:active { + text-decoration: none; + background: #cccccc; +} + +/* to make room for the icon, a width needs to be set here */ +.ui-button-icon-only { + width: 2em; + box-sizing: border-box; + text-indent: -9999px; + white-space: nowrap; +} + +/* no icon support for input elements */ +input.ui-button.ui-button-icon-only { + text-indent: 0; +} + +/* button icon element(s) */ +.ui-button-icon-only .ui-icon { + position: absolute; + top: 50%; + left: 50%; + margin-top: -8px; + margin-left: -8px; +} + +.ui-button.ui-icon-notext .ui-icon { + padding: 0; + width: 2.1em; + height: 2.1em; + text-indent: -9999px; + white-space: nowrap; + +} + +input.ui-button.ui-icon-notext .ui-icon { + width: auto; + height: auto; + text-indent: 0; + white-space: normal; + padding: .4em 1em; +} + +/* workarounds */ +/* Support: Firefox 5 - 40 */ +input.ui-button::-moz-focus-inner, +button.ui-button::-moz-focus-inner { + border: 0; + padding: 0; +} +.ui-controlgroup { + vertical-align: middle; + display: inline-block; +} +.ui-controlgroup > .ui-controlgroup-item { + float: left; + margin-left: 0; + margin-right: 0; +} +.ui-controlgroup > .ui-controlgroup-item:focus, +.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus { + z-index: 9999; +} +.ui-controlgroup-vertical > .ui-controlgroup-item { + display: block; + float: none; + width: 100%; + margin-top: 0; + margin-bottom: 0; + text-align: left; +} +.ui-controlgroup-vertical .ui-controlgroup-item { + box-sizing: border-box; +} +.ui-controlgroup .ui-controlgroup-label { + padding: .4em 1em; +} +.ui-controlgroup .ui-controlgroup-label span { + font-size: 80%; +} +.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item { + border-left: none; +} +.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item { + border-top: none; +} +.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content { + border-right: none; +} +.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content { + border-bottom: none; +} + +/* Spinner specific style fixes */ +.ui-controlgroup-vertical .ui-spinner-input { + + /* Support: IE8 only, Android < 4.4 only */ + width: 75%; + width: calc( 100% - 2.4em ); +} +.ui-controlgroup-vertical .ui-spinner .ui-spinner-up { + border-top-style: solid; +} + +.ui-checkboxradio-label .ui-icon-background { + box-shadow: inset 1px 1px 1px #ccc; + border-radius: .12em; + border: none; +} +.ui-checkboxradio-radio-label .ui-icon-background { + width: 16px; + height: 16px; + border-radius: 1em; + overflow: visible; + border: none; +} +.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, +.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon { + background-image: none; + width: 8px; + height: 8px; + border-width: 4px; + border-style: solid; +} +.ui-checkboxradio-disabled { + pointer-events: none; +} +.ui-datepicker { + width: 17em; + padding: .2em .2em 0; + display: none; +} +.ui-datepicker .ui-datepicker-header { + position: relative; + padding: .2em 0; +} +.ui-datepicker .ui-datepicker-prev, +.ui-datepicker .ui-datepicker-next { + position: absolute; + top: 2px; + width: 1.8em; + height: 1.8em; +} +.ui-datepicker .ui-datepicker-prev-hover, +.ui-datepicker .ui-datepicker-next-hover { + top: 1px; +} +.ui-datepicker .ui-datepicker-prev { + left: 2px; +} +.ui-datepicker .ui-datepicker-next { + right: 2px; +} +.ui-datepicker .ui-datepicker-prev-hover { + left: 1px; +} +.ui-datepicker .ui-datepicker-next-hover { + right: 1px; +} +.ui-datepicker .ui-datepicker-prev span, +.ui-datepicker .ui-datepicker-next span { + display: block; + position: absolute; + left: 50%; + margin-left: -8px; + top: 50%; + margin-top: -8px; +} +.ui-datepicker .ui-datepicker-title { + margin: 0 2.3em; + line-height: 1.8em; + text-align: center; +} +.ui-datepicker .ui-datepicker-title select { + font-size: 1em; + margin: 1px 0; +} +.ui-datepicker select.ui-datepicker-month, +.ui-datepicker select.ui-datepicker-year { + width: 45%; +} +.ui-datepicker table { + width: 100%; + font-size: .9em; + border-collapse: collapse; + margin: 0 0 .4em; +} +.ui-datepicker th { + padding: .7em .3em; + text-align: center; + font-weight: bold; + border: 0; +} +.ui-datepicker td { + border: 0; + padding: 1px; +} +.ui-datepicker td span, +.ui-datepicker td a { + display: block; + padding: .2em; + text-align: right; + text-decoration: none; +} +.ui-datepicker .ui-datepicker-buttonpane { + background-image: none; + margin: .7em 0 0 0; + padding: 0 .2em; + border-left: 0; + border-right: 0; + border-bottom: 0; +} +.ui-datepicker .ui-datepicker-buttonpane button { + float: right; + margin: .5em .2em .4em; + cursor: pointer; + padding: .2em .6em .3em .6em; + width: auto; + overflow: visible; +} +.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { + float: left; +} +/* 토요일은 파란색, 일요일은 빨간색 */ +.ui-datepicker-week-end:first-child, +.ui-datepicker-calendar tbody td:first-child a { + color: #f00; +} +.ui-datepicker-week-end:last-child, +.ui-datepicker-calendar tbody td:last-child a { + color: #00f; +} + +/* with multiple calendars */ +.ui-datepicker.ui-datepicker-multi { + width: auto; +} +.ui-datepicker-multi .ui-datepicker-group { + float: left; +} +.ui-datepicker-multi .ui-datepicker-group table { + width: 95%; + margin: 0 auto .4em; +} +.ui-datepicker-multi-2 .ui-datepicker-group { + width: 50%; +} +.ui-datepicker-multi-3 .ui-datepicker-group { + width: 33.3%; +} +.ui-datepicker-multi-4 .ui-datepicker-group { + width: 25%; +} +.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, +.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { + border-left-width: 0; +} +.ui-datepicker-multi .ui-datepicker-buttonpane { + clear: left; +} +.ui-datepicker-row-break { + clear: both; + width: 100%; + font-size: 0; +} + +/* RTL support */ +.ui-datepicker-rtl { + direction: rtl; +} +.ui-datepicker-rtl .ui-datepicker-prev { + right: 2px; + left: auto; +} +.ui-datepicker-rtl .ui-datepicker-next { + left: 2px; + right: auto; +} +.ui-datepicker-rtl .ui-datepicker-prev:hover { + right: 1px; + left: auto; +} +.ui-datepicker-rtl .ui-datepicker-next:hover { + left: 1px; + right: auto; +} +.ui-datepicker-rtl .ui-datepicker-buttonpane { + clear: right; +} +.ui-datepicker-rtl .ui-datepicker-buttonpane button { + float: left; +} +.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, +.ui-datepicker-rtl .ui-datepicker-group { + float: right; +} +.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, +.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { + border-right-width: 0; + border-left-width: 1px; +} + +/* Icons */ +.ui-datepicker .ui-icon { + display: block; + text-indent: -99999px; + overflow: hidden; + background-repeat: no-repeat; + left: .5em; + top: .3em; +} +.ui-dialog { + position: absolute; + top: 0; + left: 0; + padding: .2em; + outline: 0; +} +.ui-dialog .ui-dialog-titlebar { + padding: .4em 1em; + position: relative; +} +.ui-dialog .ui-dialog-title { + float: left; + margin: .1em 0; + white-space: nowrap; + width: 90%; + overflow: hidden; + text-overflow: ellipsis; +} +.ui-dialog .ui-dialog-titlebar-close { + position: absolute; + right: .3em; + top: 50%; + width: 20px; + margin: -10px 0 0 0; + padding: 1px; + height: 20px; +} +.ui-dialog .ui-dialog-content { + position: relative; + border: 0; + padding: .5em 1em; + background: none; + overflow: auto; +} +.ui-dialog .ui-dialog-buttonpane { + text-align: left; + border-width: 1px 0 0 0; + background-image: none; + margin-top: .5em; + padding: .3em 1em .5em .4em; +} +.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { + float: right; +} +.ui-dialog .ui-dialog-buttonpane button { + margin: .5em .4em .5em 0; + cursor: pointer; +} +.ui-dialog .ui-resizable-n { + height: 2px; + top: 0; +} +.ui-dialog .ui-resizable-e { + width: 2px; + right: 0; +} +.ui-dialog .ui-resizable-s { + height: 2px; + bottom: 0; +} +.ui-dialog .ui-resizable-w { + width: 2px; + left: 0; +} +.ui-dialog .ui-resizable-se, +.ui-dialog .ui-resizable-sw, +.ui-dialog .ui-resizable-ne, +.ui-dialog .ui-resizable-nw { + width: 7px; + height: 7px; +} +.ui-dialog .ui-resizable-se { + right: 0; + bottom: 0; +} +.ui-dialog .ui-resizable-sw { + left: 0; + bottom: 0; +} +.ui-dialog .ui-resizable-ne { + right: 0; + top: 0; +} +.ui-dialog .ui-resizable-nw { + left: 0; + top: 0; +} +.ui-draggable .ui-dialog-titlebar { + cursor: move; +} +.ui-draggable-handle { + -ms-touch-action: none; + touch-action: none; +} +.ui-resizable { + position: relative; +} +.ui-resizable-handle { + position: absolute; + font-size: 0.1px; + display: block; + -ms-touch-action: none; + touch-action: none; +} +.ui-resizable-disabled .ui-resizable-handle, +.ui-resizable-autohide .ui-resizable-handle { + display: none; +} +.ui-resizable-n { + cursor: n-resize; + height: 7px; + width: 100%; + top: -5px; + left: 0; +} +.ui-resizable-s { + cursor: s-resize; + height: 7px; + width: 100%; + bottom: -5px; + left: 0; +} +.ui-resizable-e { + cursor: e-resize; + width: 7px; + right: -5px; + top: 0; + height: 100%; +} +.ui-resizable-w { + cursor: w-resize; + width: 7px; + left: -5px; + top: 0; + height: 100%; +} +.ui-resizable-se { + cursor: se-resize; + width: 12px; + height: 12px; + right: 1px; + bottom: 1px; +} +.ui-resizable-sw { + cursor: sw-resize; + width: 9px; + height: 9px; + left: -5px; + bottom: -5px; +} +.ui-resizable-nw { + cursor: nw-resize; + width: 9px; + height: 9px; + left: -5px; + top: -5px; +} +.ui-resizable-ne { + cursor: ne-resize; + width: 9px; + height: 9px; + right: -5px; + top: -5px; +} +.ui-progressbar { + height: 2em; + text-align: left; + overflow: hidden; +} +.ui-progressbar .ui-progressbar-value { + margin: -1px; + height: 100%; +} +.ui-progressbar .ui-progressbar-overlay { + background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw=="); + height: 100%; + filter: alpha(opacity=25); /* support: IE8 */ + opacity: 0.25; +} +.ui-progressbar-indeterminate .ui-progressbar-value { + background-image: none; +} +.ui-selectable { + -ms-touch-action: none; + touch-action: none; +} +.ui-selectable-helper { + position: absolute; + z-index: 100; + border: 1px dotted black; +} +.ui-selectmenu-menu { + padding: 0; + margin: 0; + position: absolute; + top: 0; + left: 0; + display: none; +} +.ui-selectmenu-menu .ui-menu { + overflow: auto; + overflow-x: hidden; + padding-bottom: 1px; +} +.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup { + font-size: 1em; + font-weight: bold; + line-height: 1.5; + padding: 2px 0.4em; + margin: 0.5em 0 0 0; + height: auto; + border: 0; +} +.ui-selectmenu-open { + display: block; +} +.ui-selectmenu-text { + display: block; + margin-right: 20px; + overflow: hidden; + text-overflow: ellipsis; +} +.ui-selectmenu-button.ui-button { + text-align: left; + white-space: nowrap; + width: 14em; +} +.ui-selectmenu-icon.ui-icon { + float: right; + margin-top: 0; +} +.ui-slider { + position: relative; + text-align: left; +} +.ui-slider .ui-slider-handle { + position: absolute; + z-index: 2; + width: 1.2em; + height: 1.2em; + cursor: default; + -ms-touch-action: none; + touch-action: none; +} +.ui-slider .ui-slider-range { + position: absolute; + z-index: 1; + font-size: .7em; + display: block; + border: 0; + background-position: 0 0; +} + +/* support: IE8 - See #6727 */ +.ui-slider.ui-state-disabled .ui-slider-handle, +.ui-slider.ui-state-disabled .ui-slider-range { + filter: inherit; +} + +.ui-slider-horizontal { + height: .8em; +} +.ui-slider-horizontal .ui-slider-handle { + top: -.3em; + margin-left: -.6em; +} +.ui-slider-horizontal .ui-slider-range { + top: 0; + height: 100%; +} +.ui-slider-horizontal .ui-slider-range-min { + left: 0; +} +.ui-slider-horizontal .ui-slider-range-max { + right: 0; +} + +.ui-slider-vertical { + width: .8em; + height: 100px; +} +.ui-slider-vertical .ui-slider-handle { + left: -.3em; + margin-left: 0; + margin-bottom: -.6em; +} +.ui-slider-vertical .ui-slider-range { + left: 0; + width: 100%; +} +.ui-slider-vertical .ui-slider-range-min { + bottom: 0; +} +.ui-slider-vertical .ui-slider-range-max { + top: 0; +} +.ui-sortable-handle { + -ms-touch-action: none; + touch-action: none; +} +.ui-spinner { + position: relative; + display: inline-block; + overflow: hidden; + padding: 0; + vertical-align: middle; +} +.ui-spinner-input { + border: none; + background: none; + color: inherit; + padding: .222em 0; + margin: .2em 0; + vertical-align: middle; + margin-left: .4em; + margin-right: 2em; +} +.ui-spinner-button { + width: 1.6em; + height: 50%; + font-size: .5em; + padding: 0; + margin: 0; + text-align: center; + position: absolute; + cursor: default; + display: block; + overflow: hidden; + right: 0; +} +/* more specificity required here to override default borders */ +.ui-spinner a.ui-spinner-button { + border-top-style: none; + border-bottom-style: none; + border-right-style: none; +} +.ui-spinner-up { + top: 0; +} +.ui-spinner-down { + bottom: 0; +} +.ui-tabs { + position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ + padding: .2em; +} +.ui-tabs .ui-tabs-nav { + margin: 0; + padding: .2em .2em 0; +} +.ui-tabs .ui-tabs-nav li { + list-style: none; + float: left; + position: relative; + top: 0; + margin: 1px .2em 0 0; + border-bottom-width: 0; + padding: 0; + white-space: nowrap; +} +.ui-tabs .ui-tabs-nav .ui-tabs-anchor { + float: left; + padding: .5em 1em; + text-decoration: none; +} +.ui-tabs .ui-tabs-nav li.ui-tabs-active { + margin-bottom: -1px; + padding-bottom: 1px; +} +.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, +.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, +.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { + cursor: text; +} +.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor { + cursor: pointer; +} +.ui-tabs .ui-tabs-panel { + display: block; + border-width: 0; + padding: 1em 1.4em; + background: none; +} +.ui-tooltip { + padding: 8px; + position: absolute; + z-index: 9999; + max-width: 300px; +} +body .ui-tooltip { + border-width: 2px; +} +/* Component containers +----------------------------------*/ +.ui-widget { + font-family: Arial,Helvetica,sans-serif; + font-size: 1em; +} +.ui-widget .ui-widget { + font-size: 1em; +} +.ui-widget input, +.ui-widget select, +.ui-widget textarea, +.ui-widget button { + font-family: Arial,Helvetica,sans-serif; + font-size: 1em; +} +.ui-widget.ui-widget-content { + border: 1px solid #c5c5c5; +} +.ui-widget-content { + border: 1px solid #dddddd; + background: #ffffff; + color: #333333; +} +.ui-widget-content a { + color: #333333; +} +.ui-widget-header { + border: 1px solid #dddddd; + background: #ffffff; + color: #333333; + font-weight: bold; +} +.ui-widget-header a { + color: #333333; +} + +/* Interaction states +----------------------------------*/ +.ui-state-default, +.ui-widget-content .ui-state-default, +.ui-widget-header .ui-state-default { +/* border: 1px solid #ffffff; */ + background: #ffffff; + font-weight: normal; + color: #454545; +} +.ui-state-default a, +.ui-state-default a:link, +.ui-state-default a:visited { + color: #454545; + background: #cccccc; + text-decoration: none; +} +.ui-state-hover, +.ui-widget-content .ui-state-hover, +.ui-widget-header .ui-state-hover, +.ui-state-focus, +.ui-widget-content .ui-state-focus, +.ui-widget-header .ui-state-focus { +/* border: 1px solid #cccccc; */ + border-radius: 5px; + background: #ededed; + font-weight: normal; + color: #2b2b2b; +} +.ui-state-hover a, +.ui-state-hover a:hover, +.ui-state-hover a:link, +.ui-state-hover a:visited, +.ui-state-focus a, +.ui-state-focus a:hover, +.ui-state-focus a:link, +.ui-state-focus a:visited, +a.ui-button:hover, +a.ui-button:focus { + color: #2b2b2b; + text-decoration: none; +} + +.ui-visual-focus { + box-shadow: 0 0 3px 1px rgb(94, 158, 214); +} +.ui-state-active, +.ui-widget-content .ui-state-active, +.ui-widget-header .ui-state-active { +/* border: 1px solid #003eff; */ + border-radius: 5px; + background: #007fff; + font-weight: normal; + color: #ffffff; +} +.ui-icon-background, +.ui-state-active .ui-icon-background { + border: #003eff; + background-color: #ffffff; +} +/* 주말 선택시 날짜 색 */ +.ui-datepicker-calendar tbody td:first-child a.ui-state-active , +.ui-datepicker-calendar tbody td:last-child a.ui-state-active { + color: #ffffff; +} + +.ui-state-active a, +.ui-state-active a:link, +.ui-state-active a:visited { + color: #ffffff; + text-decoration: none; +} + +/* Interaction Cues +----------------------------------*/ +.ui-state-highlight, +.ui-widget-content .ui-state-highlight, +.ui-widget-header .ui-state-highlight { +/* border: 1px solid #a7d3ff; */ + border-radius: 5px; + background: #c5e1fb; + color: #000000; +} +.ui-state-highlight a, +.ui-widget-content .ui-state-highlight a, +.ui-widget-header .ui-state-highlight a { + color: #ffffff; +} +.ui-state-error, +.ui-widget-content .ui-state-error, +.ui-widget-header .ui-state-error { + border: 1px solid #f1a899; + background: #fddfdf; + color: #5f3f3f; +} +.ui-state-error a, +.ui-widget-content .ui-state-error a, +.ui-widget-header .ui-state-error a { + color: #5f3f3f; +} +.ui-state-error-text, +.ui-widget-content .ui-state-error-text, +.ui-widget-header .ui-state-error-text { + color: #5f3f3f; +} +.ui-priority-primary, +.ui-widget-content .ui-priority-primary, +.ui-widget-header .ui-priority-primary { + font-weight: bold; +} +.ui-priority-secondary, +.ui-widget-content .ui-priority-secondary, +.ui-widget-header .ui-priority-secondary { + opacity: .7; + filter:Alpha(Opacity=70); /* support: IE8 */ + font-weight: normal; +} +.ui-state-disabled, +.ui-widget-content .ui-state-disabled, +.ui-widget-header .ui-state-disabled { + opacity: .35; + filter:Alpha(Opacity=35); /* support: IE8 */ + background-image: none; +} +.ui-state-disabled .ui-icon { + filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */ +} + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { + width: 16px; + height: 16px; +} +.ui-icon, +.ui-widget-content .ui-icon { + background-image: url("../images/ui-icons_444444_256x240.png"); +} +.ui-widget-header .ui-icon { + background-image: url("../images/ui-icons_444444_256x240.png"); +} +.ui-state-hover .ui-icon, +.ui-state-focus .ui-icon, +.ui-button:hover .ui-icon, +.ui-button:focus .ui-icon { + background-image: url("../images/ui-icons_555555_256x240.png"); +} +.ui-state-active .ui-icon, +.ui-button:active .ui-icon { + background-image: url("../images/ui-icons_ffffff_256x240.png"); +} +.ui-state-highlight .ui-icon, +.ui-button .ui-state-highlight.ui-icon { + background-image: url("../images/ui-icons_777620_256x240.png"); +} +.ui-state-error .ui-icon, +.ui-state-error-text .ui-icon { + background-image: url("../images/ui-icons_cc0000_256x240.png"); +} +.ui-button .ui-icon { + background-image: url("../images/ui-icons_777777_256x240.png"); +} + + + +/* positioning */ +.ui-icon-blank { background-position: 16px 16px; } +.ui-icon-caret-1-n { background-position: 0 0; } +.ui-icon-caret-1-ne { background-position: -16px 0; } +.ui-icon-caret-1-e { background-position: -32px 0; } +.ui-icon-caret-1-se { background-position: -48px 0; } +.ui-icon-caret-1-s { background-position: -65px 0; } +.ui-icon-caret-1-sw { background-position: -80px 0; } +.ui-icon-caret-1-w { background-position: -96px 0; } +.ui-icon-caret-1-nw { background-position: -112px 0; } +.ui-icon-caret-2-n-s { background-position: -128px 0; } +.ui-icon-caret-2-e-w { background-position: -144px 0; } +.ui-icon-triangle-1-n { background-position: 0 -16px; } +.ui-icon-triangle-1-ne { background-position: -16px -16px; } +.ui-icon-triangle-1-e { background-position: -32px -16px; } +.ui-icon-triangle-1-se { background-position: -48px -16px; } +.ui-icon-triangle-1-s { background-position: -65px -16px; } +.ui-icon-triangle-1-sw { background-position: -80px -16px; } +.ui-icon-triangle-1-w { background-position: -96px -16px; } +.ui-icon-triangle-1-nw { background-position: -112px -16px; } +.ui-icon-triangle-2-n-s { background-position: -128px -16px; } +.ui-icon-triangle-2-e-w { background-position: -144px -16px; } +.ui-icon-arrow-1-n { background-position: 0 -32px; } +.ui-icon-arrow-1-ne { background-position: -16px -32px; } +.ui-icon-arrow-1-e { background-position: -32px -32px; } +.ui-icon-arrow-1-se { background-position: -48px -32px; } +.ui-icon-arrow-1-s { background-position: -65px -32px; } +.ui-icon-arrow-1-sw { background-position: -80px -32px; } +.ui-icon-arrow-1-w { background-position: -96px -32px; } +.ui-icon-arrow-1-nw { background-position: -112px -32px; } +.ui-icon-arrow-2-n-s { background-position: -128px -32px; } +.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } +.ui-icon-arrow-2-e-w { background-position: -160px -32px; } +.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } +.ui-icon-arrowstop-1-n { background-position: -192px -32px; } +.ui-icon-arrowstop-1-e { background-position: -208px -32px; } +.ui-icon-arrowstop-1-s { background-position: -224px -32px; } +.ui-icon-arrowstop-1-w { background-position: -240px -32px; } +.ui-icon-arrowthick-1-n { background-position: 1px -48px; } +.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } +.ui-icon-arrowthick-1-e { background-position: -32px -48px; } +.ui-icon-arrowthick-1-se { background-position: -48px -48px; } +.ui-icon-arrowthick-1-s { background-position: -64px -48px; } +.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } +.ui-icon-arrowthick-1-w { background-position: -96px -48px; } +.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } +.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } +.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } +.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } +.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } +.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } +.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } +.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } +.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } +.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } +.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } +.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } +.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } +.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } +.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } +.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } +.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } +.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } +.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } +.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } +.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } +.ui-icon-arrow-4 { background-position: 0 -80px; } +.ui-icon-arrow-4-diag { background-position: -16px -80px; } +.ui-icon-extlink { background-position: -32px -80px; } +.ui-icon-newwin { background-position: -48px -80px; } +.ui-icon-refresh { background-position: -64px -80px; } +.ui-icon-shuffle { background-position: -80px -80px; } +.ui-icon-transfer-e-w { background-position: -96px -80px; } +.ui-icon-transferthick-e-w { background-position: -112px -80px; } +.ui-icon-folder-collapsed { background-position: 0 -96px; } +.ui-icon-folder-open { background-position: -16px -96px; } +.ui-icon-document { background-position: -32px -96px; } +.ui-icon-document-b { background-position: -48px -96px; } +.ui-icon-note { background-position: -64px -96px; } +.ui-icon-mail-closed { background-position: -80px -96px; } +.ui-icon-mail-open { background-position: -96px -96px; } +.ui-icon-suitcase { background-position: -112px -96px; } +.ui-icon-comment { background-position: -128px -96px; } +.ui-icon-person { background-position: -144px -96px; } +.ui-icon-print { background-position: -160px -96px; } +.ui-icon-trash { background-position: -176px -96px; } +.ui-icon-locked { background-position: -192px -96px; } +.ui-icon-unlocked { background-position: -208px -96px; } +.ui-icon-bookmark { background-position: -224px -96px; } +.ui-icon-tag { background-position: -240px -96px; } +.ui-icon-home { background-position: 0 -112px; } +.ui-icon-flag { background-position: -16px -112px; } +.ui-icon-calendar { background-position: -32px -112px; } +.ui-icon-cart { background-position: -48px -112px; } +.ui-icon-pencil { background-position: -64px -112px; } +.ui-icon-clock { background-position: -80px -112px; } +.ui-icon-disk { background-position: -96px -112px; } +.ui-icon-calculator { background-position: -112px -112px; } +.ui-icon-zoomin { background-position: -128px -112px; } +.ui-icon-zoomout { background-position: -144px -112px; } +.ui-icon-search { background-position: -160px -112px; } +.ui-icon-wrench { background-position: -176px -112px; } +.ui-icon-gear { background-position: -192px -112px; } +.ui-icon-heart { background-position: -208px -112px; } +.ui-icon-star { background-position: -224px -112px; } +.ui-icon-link { background-position: -240px -112px; } +.ui-icon-cancel { background-position: 0 -128px; } +.ui-icon-plus { background-position: -16px -128px; } +.ui-icon-plusthick { background-position: -32px -128px; } +.ui-icon-minus { background-position: -48px -128px; } +.ui-icon-minusthick { background-position: -64px -128px; } +.ui-icon-close { background-position: -80px -128px; } +.ui-icon-closethick { background-position: -96px -128px; } +.ui-icon-key { background-position: -112px -128px; } +.ui-icon-lightbulb { background-position: -128px -128px; } +.ui-icon-scissors { background-position: -144px -128px; } +.ui-icon-clipboard { background-position: -160px -128px; } +.ui-icon-copy { background-position: -176px -128px; } +.ui-icon-contact { background-position: -192px -128px; } +.ui-icon-image { background-position: -208px -128px; } +.ui-icon-video { background-position: -224px -128px; } +.ui-icon-script { background-position: -240px -128px; } +.ui-icon-alert { background-position: 0 -144px; } +.ui-icon-info { background-position: -16px -144px; } +.ui-icon-notice { background-position: -32px -144px; } +.ui-icon-help { background-position: -48px -144px; } +.ui-icon-check { background-position: -64px -144px; } +.ui-icon-bullet { background-position: -80px -144px; } +.ui-icon-radio-on { background-position: -96px -144px; } +.ui-icon-radio-off { background-position: -112px -144px; } +.ui-icon-pin-w { background-position: -128px -144px; } +.ui-icon-pin-s { background-position: -144px -144px; } +.ui-icon-play { background-position: 0 -160px; } +.ui-icon-pause { background-position: -16px -160px; } +.ui-icon-seek-next { background-position: -32px -160px; } +.ui-icon-seek-prev { background-position: -48px -160px; } +.ui-icon-seek-end { background-position: -64px -160px; } +.ui-icon-seek-start { background-position: -80px -160px; } +/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ +.ui-icon-seek-first { background-position: -80px -160px; } +.ui-icon-stop { background-position: -96px -160px; } +.ui-icon-eject { background-position: -112px -160px; } +.ui-icon-volume-off { background-position: -128px -160px; } +.ui-icon-volume-on { background-position: -144px -160px; } +.ui-icon-power { background-position: 0 -176px; } +.ui-icon-signal-diag { background-position: -16px -176px; } +.ui-icon-signal { background-position: -32px -176px; } +.ui-icon-battery-0 { background-position: -48px -176px; } +.ui-icon-battery-1 { background-position: -64px -176px; } +.ui-icon-battery-2 { background-position: -80px -176px; } +.ui-icon-battery-3 { background-position: -96px -176px; } +.ui-icon-circle-plus { background-position: 0 -192px; } +.ui-icon-circle-minus { background-position: -16px -192px; } +.ui-icon-circle-close { background-position: -32px -192px; } +.ui-icon-circle-triangle-e { background-position: -48px -192px; } +.ui-icon-circle-triangle-s { background-position: -64px -192px; } +.ui-icon-circle-triangle-w { background-position: -80px -192px; } +.ui-icon-circle-triangle-n { background-position: -96px -192px; } +.ui-icon-circle-arrow-e { background-position: -112px -192px; } +.ui-icon-circle-arrow-s { background-position: -128px -192px; } +.ui-icon-circle-arrow-w { background-position: -144px -192px; } +.ui-icon-circle-arrow-n { background-position: -160px -192px; } +.ui-icon-circle-zoomin { background-position: -176px -192px; } +.ui-icon-circle-zoomout { background-position: -192px -192px; } +.ui-icon-circle-check { background-position: -208px -192px; } +.ui-icon-circlesmall-plus { background-position: 0 -208px; } +.ui-icon-circlesmall-minus { background-position: -16px -208px; } +.ui-icon-circlesmall-close { background-position: -32px -208px; } +.ui-icon-squaresmall-plus { background-position: -48px -208px; } +.ui-icon-squaresmall-minus { background-position: -64px -208px; } +.ui-icon-squaresmall-close { background-position: -80px -208px; } +.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } +.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } +.ui-icon-grip-solid-vertical { background-position: -32px -224px; } +.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } +.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } +.ui-icon-grip-diagonal-se { background-position: -80px -224px; } + + +/* Misc visuals +----------------------------------*/ + +/* Corner radius */ +.ui-corner-all, +.ui-corner-top, +.ui-corner-left, +.ui-corner-tl { + border-top-left-radius: 3px; +} +.ui-corner-all, +.ui-corner-top, +.ui-corner-right, +.ui-corner-tr { + border-top-right-radius: 3px; +} +.ui-corner-all, +.ui-corner-bottom, +.ui-corner-left, +.ui-corner-bl { + border-bottom-left-radius: 3px; +} +.ui-corner-all, +.ui-corner-bottom, +.ui-corner-right, +.ui-corner-br { + border-bottom-right-radius: 3px; +} + +.ui-dialog-corner-all {border-radius: 30px;} + +/* Overlays */ +.ui-widget-overlay { + background: #aaaaaa; + opacity: .3; + filter: Alpha(Opacity=30); /* support: IE8 */ +} +.ui-widget-shadow { + margin: 0px 0 0 0px; + padding: 5px; + background: #666666; + opacity: .3; + filter: Alpha(Opacity=30); /* support: IE8 */ + border-radius: 8px; +} diff --git a/bin/main/static/egov/css/layout.css b/bin/main/static/egov/css/layout.css new file mode 100644 index 00000000..4969a92a --- /dev/null +++ b/bin/main/static/egov/css/layout.css @@ -0,0 +1,177 @@ +@charset "utf-8"; + +body {min-width: 1400px;} + +.header .inner {position: relative; width: 1400px; height: 180px; margin: 0 auto; padding: 0 50px;} +.header .left_col {padding-top: 40px; font-size: 0;} +.header .logo {display: inline-block;} +.header .logo img {display: block;} +.header .go {display: inline-block; margin-left: 12px; vertical-align: 0px;} +.header .go img {display: block;} + +.header .top_menu {position: absolute; right: 50px; top: 17px; font-size: 14px;} +.header .top_menu > span {display: inline-block; height: 30px; font-weight: 300; line-height: 30px; vertical-align: top;} +.header .top_menu .t {color: #666;} +.header .top_menu .t span {color: #0465be; font-weight: 700;} +.header .top_menu .t span::before {content: ""; display: inline-block; width: 21px; height: 24px; margin-right: 8px; background: url(../images/ico_person.png) no-repeat center; vertical-align: -5px;} +.header .top_menu .d {color: #888;} +.header .top_menu .btn {margin-left: 6px;} + +.gnb {margin-top: 44px;} +.gnb ul::after {content: ""; display: block; clear: both;} +.gnb ul li {float: left;} +.gnb ul li + li {margin-left: 90px;} +.gnb ul li a {display: block; color: #333; font-size: 20px; font-weight: 700;} +.gnb ul li a.manager {color: #004986;} + +.util_menu {position: absolute; right: 50px; top: 90px;} +.util_menu ul {font-size: 0; text-align: right;} +.util_menu ul li {display: inline-block; vertical-align: top;} +.util_menu ul li + li {margin-left: 17px;} +.util_menu ul li a {display: block; width: 60px; height: 60px;} +.util_menu .mail span {display: block; position: absolute; right: -6px; top: -6px; width: 26px; height: 26px; border-radius: 50%; color: #fff; font-size: 16px; line-height: 26px; text-align: center; background: #eb6877;} +.util_menu .allmenu {background: url(../images/ico_allmenu.png) no-repeat;} +.util_menu .allmenu.on {background: url(../images/ico_allmenu_on.png) no-repeat;} + + +.container {min-height: calc(100vh - 360px);} +.content {min-height: 700px; padding-bottom: 100px;} + +.sub_layout {border-top: 1px solid #cccccc;} +.sub_in {width: 1400px; margin: 0 auto; padding: 0 50px;} + +.layout {display: table; width: 100%; table-layout: fixed;} + +/* sub navigation */ +.layout .nav {display: table-cell; width: 260px; padding-top: 70px; vertical-align: top;} +.layout .nav .inner {border: 1px solid #dde2e5; border-radius: 10px; box-shadow: 3px 8px 13px #ccc;} +.layout .nav h2 {padding: 31px 30px 24px 30px; border-bottom: 4px solid #dde2e5; color: #222; font-size: 24px;} + +.layout .nav .inner > ul {padding: 26px 30px 27px 30px;} +.layout .nav .inner > ul > li + li {margin-top: 27px;} +.layout .nav .inner > ul > li > a {display: block; position: relative; color: #666; font-size: 18px; font-weight: 500;} +.layout .nav .inner > ul > li > a.cur {color: #222; font-weight: 700;} +.layout .nav .inner > ul > li > ul {margin-top: 10px;} +.layout .nav .inner > ul > li > ul > li a {display: block; color: #666; font-size: 16px; letter-spacing: -1px;} +.layout .nav .inner > ul > li > ul > li a.cur {color: #222; text-decoration: underline;} +.layout .nav .inner > ul > li > ul > li {position: relative; padding-left: 14px;} +.layout .nav .inner > ul > li > ul > li::before {content: ""; display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 4px; height: 4px; background: #474747;} + +.layout .content_wrap {display: table-cell; width: auto; padding-left: 70px;} + + +/* popup */ +.popup {z-index: 10; position: fixed; left: 0; top: 0; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .7);} +.popup .pop_inner {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 400px; border-radius: 19px; background: #fff;} +.wrap_pop {padding: 20px;} +.pop_container {padding: 29px 40px;} +.pop_container .box_1 {padding: 26px; border: 1px solid #dde2e5; border-radius: 10px;} + +.pop_header {position: relative; height: 94px; border-bottom: 1px solid #dde2e5;} +.pop_header h1 {padding: 42px 29px 0 29px; color: #222; font-size: 24px; font-weight: 700;} +.pop_header .close {display: block; position: absolute; right: 39px; top: 40px; width: 30px; height: 30px; font-size: 0; background: url(../images/ico_pop_close.png) no-repeat;} + + + +/* location */ +.location {height: 70px; padding-top: 42px; text-align: right;} +.location ul, .location ul li {display: inline-block; vertical-align: top;} +.location ul li {position: relative; color: #666; font-size: 14px;} +.location ul li + li::before {content: ""; display: inline-block; width: 4px; height: 7px; margin: 0 9px 0 3px; line-height: 18px; background: url(../images/ico_arrow_r_gray_4x7.png) no-repeat; vertical-align: 2px;} +.location ul li:last-child {color: #222; text-decoration: underline;} +.location ul li a {display: inline-block; color: #666; font-size: 14px;} +.location ul li a:hover {color: #222; text-decoration: underline;} +.location ul li a.home {position: relative; padding-left: 19px;} +.location ul li a.home::before {content: ""; display: block; position: absolute; left: 0; top: 3px; width: 14px; height: 13px; background: url(../images/ico_home.png) no-repeat;} + + +.footer {border-top: 1px solid #d7d7d7;} +.footer .inner {position: relative; width: 1400px; height: 179px; margin: 0 auto; padding: 0 50px;} +.footer .inner::after {content: ""; display: block; clear: both;} +.footer h1 {float: left; padding-top: 49px;} +.footer h1 a {display: block;} +.footer .mid {float: left; margin-left: 50px; padding-top: 42px;} +.footer .mid {color: #888; font-size: 16px;} +.footer .mid address {line-height: 26px;} +.footer .mid .copy {margin-top: 11px;} +.footer .right_col {position: absolute; right: 65px; top: 72px;} +.footer .right_col a {display: inline-block; height: 35px; vertical-align: top;} +.footer .right_col a + a {margin-left: 56px;} + + +.all_menu {display: none; position: absolute; left: 0; top: 180px; width: 100%; border-bottom: 1px solid #ddd; z-index: 99;} +.all_menu > div {background: #fff;} +.all_menu .inner {width: 1300px; margin: 0 auto;} +.all_menu .inner::after {content: ""; display: block; clear: both;} +.all_menu .inner > div {float: left; width: 205px; height: 700px; padding: 34px 10px 0 40px;} +.all_menu .inner > div:first-child {padding-left: 0;} +.all_menu .inner > div h2 {color: #222; font-size: 20px; font-weight: 700;} +.all_menu .inner > div h3 {color: #777; font-size: 17px; font-weight: 300;} +.all_menu .inner > div ul li + li {margin-top: 13px;} +.all_menu .inner > div ul li a {color: #777; font-size: 18px; font-weight: 300;} +.all_menu .inner > div ul li a:hover {color: #222; font-weight: 400; text-decoration: underline;} +.all_menu .inner > div ul + h3 {margin-top: 20px;} +.all_menu .inner > div h2 + h3 {margin-top: 30px;} +.all_menu .inner > div h2 + ul {margin-top: 30px;} +.all_menu .inner > div h3 + ul {margin-top: 12px;} + +.all_menu .inner > div.admin {width: 240px; background: #f2f2f2;} +.all_menu .inner > div.admin h2 {color: #004986;} +.all_menu .inner > div.admin ul li {position: relative; padding-left: 10px;} +.all_menu .inner > div.admin ul li::before {content: ""; display: block; position: absolute; left: 0; top: 12px; width: 2px; height: 2px; background: #666;} +.all_menu .inner > div.admin ul li + li {margin-top: 6px;} +.all_menu .inner > div.admin ul li a {font-size: 16px;} + + +.tit_1 + .txt_1 {margin-top: 42px;} +.tit_1 + .tit_2 {margin-top: 49px;} +.txt_1 + .tit_2 {margin-top: 45px;} +.txt_2 + .condition {margin-top: 17px;} +.txt_2 + .condition2 {margin-top: 17px;} + +.tit_2 + .condition {margin-top: 23px;} +.tit_2 + .condition2 {margin-top: 23px;} +.tit_2 + .board_view {margin-top: 43px;} +.tit_2 + .board_view2 {margin-top: 43px;} +.tit_2 + .tit_3 {margin-top: 35px;} +.tit_2 + .tit_4 {margin-top: 34px;} +.tit_2 + .txt_2 {margin-top: 19px;} + +.tit_3 + .condition {margin-top: 23px;} +.tit_3 + .condition2 {margin-top: 23px;} +.tit_3 + .board_view2 {margin-top: 24px;} + +.tit_4 + .board_view2 {margin-top: 25px;} +.tit_4 + .msg_1 {margin-top: 24px;} + +.condition + .board_list {margin-top: 50px;} +.condition + .board_view2 {margin-top: 30px;} + +.condition2 + .btn_area {margin-top: 30px;} + +.board_list + .board_list_bot {margin-top: 40px;} +.board_list2 + .board_list_bot {margin-top: 20px;} + +.board_view2 + .board_view_bot {margin-top: 40px;} +.board_view2 + .tit_4 {margin-top: 42px;} + +.board_view2 + .board_view3 {margin-top: 30px;} +.board_view2 + .board_view4 {margin-top: 30px;} +.board_view2 + .board_top {margin-top: 42px;} + +.board_view3 + .board_view_bot {margin-top: 30px;} +.board_view4 + .board_view_bot {margin-top: 30px;} + +.board_attach + .board_view_bot {margin-top: 30px;} + +.board_top + .board_list {margin-top: 24px;} + +.condition + .board_list_top {margin-top: 30px;} +.condition2 + .board_list2 {margin-top: 20px;} +.condition2 + .board_list {margin-top: 30px;} +.condition2 + .board_list_top {margin-top: 30px;} +.board_list_top + .board_list {margin-top: 20px;} + +.board_article + .board_view_bot {margin-top: 30px;} + +.btn_area + .board_list {margin-top: 20px;;} diff --git a/bin/main/static/egov/css/page.css b/bin/main/static/egov/css/page.css new file mode 100644 index 00000000..db7eb67c --- /dev/null +++ b/bin/main/static/egov/css/page.css @@ -0,0 +1,244 @@ +@charset "utf-8"; + +.P_LOGIN {width: 690px; margin: 98px auto 0;} +.P_LOGIN h1 {color: #222; font-size: 48px; font-weight: 500; text-align: center;} +.P_LOGIN .txt {margin-top: 32px; color: #666; font-size: 20px; text-align: center; line-height: 30px;} +.loginbox {margin-top: 55px; padding: 59px 0; border: 1px solid #dde2e5; border-radius: 25px; box-shadow: 3px 8px 13px #ccc;} +.loginbox dl + dl {margin-top: 18px;} +.loginbox dl > * {float: left;} +.loginbox dl::after {content: ""; display: block; clear: both;} +.loginbox dt {width: 177px; height: 46px; padding-right: 19px; color: #222; font-size: 300; line-height: 46px; text-align: right;} +.loginbox dd input[type=text], +.loginbox dd input[type=password] {width: 336px; height: 46px; padding: 0 10px; border: 0; border-radius: 8px; color: #666; font-size: 16px; background: #f5f5f5;} +.loginbox dd .f_chk {margin-left: 6px;} +.loginbox .btn_a {padding: 30px 0 0 177px;} +.loginbox .btn_a .btn {width: 160px; height: 50px; margin-right: 12px; border-radius: 8px; color: #fff; font-size: 18px; font-weight: 500; text-align: center; line-height: 50px; background: #169bd5;} + +.p_main .visual {width: 1400px; margin: 0 auto; padding: 0 50px;} +.p_main .visual p {height: 320px; padding: 85px 0 0 70px; border-radius: 40px; color: #fff; font-weight: 700; background: url(../images/main_visual.png) no-repeat; box-shadow: 3px 8px 13px #ccc;} +.p_main .visual p span {display: block;} +.p_main .visual p .t1 {font-size: 24px;} +.p_main .visual p .t2 {font-size: 48px;} +.p_main .visual p .t3 {margin-top: 15px; color: #9cdafe; font-weight: 400;} + +.p_main .dash_board .inner {width: 1400px; margin: 70px auto 0; padding: 0 50px 65px 50px;} +.p_main .dash_board .tab {font-size: 0; text-align: center;} +.p_main .dash_board .tab li {display: inline-block;} +.p_main .dash_board .tab li + li {margin-left: 52px;} +.p_main .dash_board .tab li a {display: block; position: relative; padding-bottom: 24px; color: #ccc; font-size: 30px; font-weight: 700;} +.p_main .dash_board .tab li a.cur {color: #222;} +.p_main .dash_board .tab li a.cur::after {content: ""; display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 4px; background: #004986;} +.p_main .dash_board .tab_contents {position: relative; margin-top: 50px;} +.p_main .dash_board .more {display: block; position: absolute; right: 0; top: -60px; width: 60px; height: 60px; font-size: 0; background: url(../images/ico_more.png) no-repeat;} +.p_main .dash_board .tab_item {display: none;} +.p_main .dash_board .tab_item:first-child {display: block;} +.p_main .dash_board .tab_item ul {padding: 0 20px;} +.p_main .dash_board .tab_item ul::after {content: ""; display: block; clear: both;} +.p_main .dash_board .tab_item ul li {float: left; width: 33.33%; padding: 0 20px;} +.p_main .dash_board .tab_item ul li:last-child {width: 33.34%;} +.p_main .dash_board .tab_item ul li a span {display: block;} +.p_main .dash_board .tab_item ul li .tit {color: #222; font-size: 24px; font-weight: 500; line-height: 28px;} +.p_main .dash_board .tab_item ul li .desc {margin-top: 35px; color: #666; font-size: 20px; line-height: 30px;} +.p_main .dash_board .tab_item ul li .dates {margin-top: 38px; color: #aaa; font-size: 16px;} + +.p_main .g_area {background: #f2f2f2;} +.p_main .g_area .inner {width: 1400px; margin: 0 auto; padding: 0 50px 60px 50px;} +.p_main .g_area .inner::after {content: ""; display: block; clear: both;} +.p_main .g_area .inner > * {float: left;} +.p_main .g_area .left_col {width: 840px; margin-right: 20px; padding-top: 60px;} +.p_main .g_area .faq {position: relative; height: 500px; border-radius: 27px; background: #fff;} +.p_main .g_area .faq .head {height: 146px; padding: 40px 0 0 50px; border-bottom: 1px solid #e8e8e8;} +.p_main .g_area .faq .head h2 {color: #222; font-size: 30px; font-weight: 700;} +.p_main .g_area .faq .head h2 span {color: #004986;} +.p_main .g_area .faq .head p {margin-top: 6px; color: #888; font-size: 18px;} +.p_main .g_area .faq dl {margin-top: 30px; padding: 0 50px; font-size: 20px; font-weight: 300;} +.p_main .g_area .faq dl > * {position: relative; height: 32px; padding: 0 40px; line-height: 32px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;} +.p_main .g_area .faq dl a {color: #222; font-size: 20px;} +.p_main .g_area .faq dl .q, +.p_main .g_area .faq dl .a {display: block; position: absolute; left: 0; top: 0; width: 32px; height: 32px; font-size: 0;} +.p_main .g_area .faq dl .q {background: url(../images/ico_q.png) no-repeat;} +.p_main .g_area .faq dl .a {background: url(../images/ico_a.png) no-repeat;} +.p_main .g_area .faq dl dt + dd {margin-top: 10px;} +.p_main .g_area .faq dl dd + dt {margin-top: 30px;} +.p_main .g_area .faq .more {display: block; position: absolute; right: 40px; top: 40px; width: 60px; height: 60px; font-size: 0; background: url(../images/ico_more.png) no-repeat;} + +.p_main .g_area .promotion {position: relative; height: 140px; margin-top: 20px; padding: 56px 50px 0 50px; border-radius: 27px; background: #fff;} +.p_main .g_area .promotion::after {content: ""; display: block;} +.p_main .g_area .promotion h2 {float: left; width: 90px; color: #000; font-size: 26px; font-weight: 700; line-height: 26px;} +.p_main .g_area .promotion p {float: left; width: auto; height: 26px; color: #222; font-size: 20px; font-weight: 300; line-height: 26px;} +.p_main .g_area .promotion p strong {color: #004986;} +.p_main .g_area .promotion .more {display: block; position: absolute; right: 40px; top: 40px; width: 60px; height: 60px; font-size: 0; background: url(../images/ico_more.png) no-repeat;} + +.p_main .g_area .inner .right_col {width: 440px; padding-top: 60px;} +.p_main .g_area .complaint {position: relative; height: 360px; padding: 42px 40px 0 40px; border-radius: 27px; background: #fff;} +.p_main .g_area .complaint h2 {color: #222; font-size: 28px; font-weight: 700;} +.p_main .g_area .complaint h2 span {color: #004986;} +.p_main .g_area .complaint ul {margin-top: 37px; font-size: 0; text-align: center;} +.p_main .g_area .complaint ul li {display: inline-block; min-width: 120px; vertical-align: top;} +.p_main .g_area .complaint ul li + li {margin-left: 60px;} +.p_main .g_area .complaint ul li a {display: block; padding-top: 137px; color: #333; font-size: 20px; line-height: 30px; background-position: center top;} +.p_main .g_area .complaint ul li a.tech {background: url(../images/ico_complain01.png) no-repeat;} +.p_main .g_area .complaint ul li a.buy {background: url(../images/ico_complain02.png) no-repeat;} +.p_main .g_area .complaint .more {display: block; position: absolute; right: 40px; top: 40px; width: 60px; height: 60px; font-size: 0; background: url(../images/ico_more.png) no-repeat;} + +.p_main .g_area .survey {position: relative; height: 280px; margin-top: 20px; padding: 42px 40px 0 40px; border-radius: 27px; background: #fff;} +.p_main .g_area .survey h2 {color: #222; font-size: 28px; font-weight: 700;} +.p_main .g_area .survey h2 span {color: #004986;} +.p_main .g_area .survey p {margin-top: 16px; color: #333; font-size: 20px; line-height: 30px;} +.p_main .g_area .survey a {display: block; position: absolute; right: 45px; bottom: 37px; width: 150px; height: 50px; border-radius: 25px; color: #fff; font-size: 20px; text-align: center; line-height: 50px; background: #004986;} + + +.p_contactus .map {margin-top: 43px;} +.p_contactus .addr {margin-top: 30px; border-top: 2px solid #666;} +.p_contactus .addr h2 {color: #222; font-size: 20px; font-weight: 500;} +.p_contactus .addr .top {padding-bottom: 14px; border-bottom: 1px solid #dde2e5;} +.p_contactus .addr .top > * {float: left;} +.p_contactus .addr .top::after {content: ""; display: block; clear: both;} +.p_contactus .addr .top .left_col {width: 60%; padding-top: 24px;} +.p_contactus .addr .top dl {margin-top: 26px;} +.p_contactus .addr .top dl + dl {margin-top: 5px;} +.p_contactus .addr .top dl > * {display: inline-block; height: 20px; font-size: 16px; line-height: 20px; vertical-align: top;} +.p_contactus .addr .top dt {width: 120px; color: #222;} +.p_contactus .addr .top dt::before {content: ""; display: inline-block; width: 12px; height: 19px; margin-right: 9px; background: url(../images/ico_position.png) no-repeat; vertical-align: top;} +.p_contactus .addr .top dd {color: #666; font-weight: 300;} +.p_contactus .addr .top .right_col {width: 40%; text-align: right;} +.p_contactus .addr .top .right_col p {display: inline-block; vertical-align: top;} +.p_contactus .addr .top .right_col p:nth-child(1) {width: 167px; padding-top: 27px; color: #666; font-size: 15px; font-weight: 300; line-height: 18px; text-align: left;} +.p_contactus .addr .top .right_col p:nth-child(1) strong {display: block; padding-bottom: 10px; color: #222; font-size: 16px; font-weight: 400;} +.p_contactus .addr .top .right_col p:nth-child(2) {padding-top: 14px;} + +.p_contactus .addr .bot {padding-bottom: 28px; border-bottom: 1px solid #dde2e5;} +.p_contactus .addr .bot > * {float: left; width: 50%;} +.p_contactus .addr .bot::after {content: ""; display: block; clear: both;} +.p_contactus .addr .bot .left_col {padding-top: 24px;} +.p_contactus .addr .bot .left_col h2 {padding-bottom: 24px;} +.p_contactus .addr .bot .left_col dl > * {display: inline-block; font-size: 16px;} +.p_contactus .addr .bot .left_col dl + dl {margin-top: 6px;} +.p_contactus .addr .bot .left_col dt {width: 120px; color: #222; line-height: 20px;} +.p_contactus .addr .bot .left_col dt::before {content: ""; display: inline-block; width: 15px; height: 20px; margin-right: 6px; background: url(../images/ico_subway.png) no-repeat; vertical-align: top;} +.p_contactus .addr .bot .left_col dd {color: #666; font-weight: 300;} +.p_contactus .addr .bot .right_col {padding-top: 24px;} +.p_contactus .addr .bot .right_col h2 {padding-bottom: 24px;} +.p_contactus .addr .bot .right_col dl > * {display: inline-block; font-size: 16px;} +.p_contactus .addr .bot .right_col dl + dl {margin-top: 6px;} +.p_contactus .addr .bot .right_col dt {width: 83px; color: #222; line-height: 20px;} +.p_contactus .addr .bot .right_col dt.call::before {content: ""; display: inline-block; width: 15px; height: 20px; margin-right: 6px; background: url(../images/ico_call.png) no-repeat; vertical-align: top;} +.p_contactus .addr .bot .right_col dt.email::before {content: ""; display: inline-block; width: 15px; height: 20px; margin-right: 6px; background: url(../images/ico_email.png) no-repeat; vertical-align: top;} +.p_contactus .addr .bot .right_col dd {color: #666; font-weight: 300;} + +.POP_TEMPLATE_INFO .pop_inner {width: 1024px;} +.POP_BOARD_INFO {background-color: #fff;} +.POP_BOARD_INFO .pop_inner {width: 1024px; height: 100%; overflow: auto;} + +.POP_LOGINFO .pop_inner {width: 550px;} + +.POP_DUPID_CONF {background-color: #fff;} +.POP_DUPID_CONF .pop_inner {width: 550px; height: 100%; overflow: auto;} +.POP_DUPID_CONF .box_1 {text-align: center;} +.POP_DUPID_CONF .result {margin-top: 20px; padding: 28px 20px; border-radius: 9px; background: #eee;} +.POP_DUPID_CONF .result span {color: #0465be; font-weight: 700;} + +.container.main {background: #f2f2f2;} +.P_MAIN .inner {position: relative; height: 196px; background: #fff;} +.P_MAIN .visual { position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 1300px; height: 320px; padding: 85px 0 0 70px; background: url(../images/main_visual.png);} +.P_MAIN .visual > span {display: block;} +.P_MAIN .visual .t_1 {color: #fff; font-size: 24px; font-weight: 700;} +.P_MAIN .visual .t_2 {color: #fff; font-size: 48px; font-weight: 700;} +.P_MAIN .visual .t_3 {margin-top: 12px; color: #7ecef4; font-size: 22px; font-weight: 400;} +.P_MAIN .bot {background: #f2f2f2;} +.P_MAIN .col {width: 1300px; margin: 0 auto; padding: 184px 0 75px 0;} +.P_MAIN .col::after {content: ""; display: block; clear: both;} +.P_MAIN .col > * {float: left;} +.P_MAIN .col .box {height: 660px; border-radius: 25px; background: #fff; overflow: hidden;} +.P_MAIN .col .head {position: relative; padding: 38px 0 0 49px;} +.P_MAIN .col .head h2 {color: #222; font-size: 36px; font-weight: 700;} +.P_MAIN .col .head h2 span {color: #124387;} +.P_MAIN .col .head .more {display: block; position: absolute; right: 40px; top: 50px; width: 28px; height: 28px; font-size: 0; background: url(../images/ico_plus2.png) no-repeat;} +.P_MAIN .col .left_col {width: 440px; margin-right: 20px;} +.P_MAIN .col .left_col .list li {position: relative; padding: 22px 150px 27px 49px;} +.P_MAIN .col .left_col .list li + li {border-top: 1px solid #e8e8e8;} +.P_MAIN .col .left_col .list li a {color: #222; font-size: 20px; font-weight: 300; line-height: 30px; letter-spacing: -1px;} +.P_MAIN .col .left_col .list li span {position: absolute; right: 49px; top: 23px; color: #888; font-size: 18px; font-weight: 300;} +.P_MAIN .col .right_col {width: 840px;} +.P_MAIN .col .right_col .list {margin-top: 12px; padding: 0 49px;} +.P_MAIN .col .right_col .list table td {padding: 11px 0; font-size: 18px; font-weight: 300;} +.P_MAIN .col .right_col .list table td a {color: #222;} +.P_MAIN .col .right_col .list table td span {display: inline-block; width: 50px; height: 24px; margin-left: 3px; border-radius: 12px; color: #fff; font-size: 13px; line-height: 24px; text-align: center; background: #d84c5c; vertical-align: 2px;} +.P_MAIN .col .right_col .list table td img {margin-right: 7px; vertical-align: 1px;} +.P_MAIN .col .right_col .list table td.date {color: #888;} + +.POP_TEMPLATE_INTRO {background-color: #fff;} +.POP_TEMPLATE_INTRO .pop_inner {width: 1200px; height: 100%; overflow: auto;} +.POP_TEMPLATE_INTRO .list {padding: 27px 30px; border-radius: 10px; background: #f5f5f5;} +.POP_TEMPLATE_INTRO .list li {position: relative; padding-left: 16px; color: #666; font-size: 16px;} +.POP_TEMPLATE_INTRO .list li + li {margin-top: 5px;} +.POP_TEMPLATE_INTRO .list li::before {content: ""; display: block; position: absolute; left: 0; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: #222;} +.POP_TEMPLATE_INTRO .list2 {margin-top: 20px;} +.POP_TEMPLATE_INTRO .list2::after {content: ""; display: block; clear: both;} +.POP_TEMPLATE_INTRO .list2 > div {float: left; width: 186px; height: 500px; border-bottom: 1px solid #dde2e5;} +.POP_TEMPLATE_INTRO .list2 > div + div {border-left: 1px solid #dde2e5;} +.POP_TEMPLATE_INTRO .list2 > div:first-child {border-left: 1px solid #dde2e5; border-radius: 10px 0 0 10px;} +.POP_TEMPLATE_INTRO .list2 > div:last-child {width: 190px; border-right: 1px solid #dde2e5; border-radius: 0 10px 10px 0;} +.POP_TEMPLATE_INTRO .list2 > div h2 {height: 66px; border-top: 1px solid #dde2e5; color: #222; font-size: 18px; font-weight: 500; text-align: center; line-height: 66px; background: #e7eef2;} +.POP_TEMPLATE_INTRO .list2 > div:first-child h2 {border-top-left-radius: 10px;} +.POP_TEMPLATE_INTRO .list2 > div:last-child h2 {border-top-right-radius: 10px;} +.POP_TEMPLATE_INTRO .list2 .dep1 {padding: 13px 29px;} +.POP_TEMPLATE_INTRO .list2 .dep1 li {color: #666; font-size: 16px; font-weight: 300;} +.POP_TEMPLATE_INTRO .list2 .dep1 li + li {margin-top: 6px;} +.POP_TEMPLATE_INTRO .list2 .dep2 {height: 433px; padding: 13px 29px; color: #222; font-weight: 300; background: #f5f5f5;} +.POP_TEMPLATE_INTRO .list2 > div:last-child .dep2 {border-bottom-right-radius: 10px;} +.POP_TEMPLATE_INTRO .list2 .dep2 > li {font-size: 16px;} +.POP_TEMPLATE_INTRO .list2 .dep2 > li + li {margin-top: 7px;} +.POP_TEMPLATE_INTRO .list2 .dep2 > li > ul {padding: 2px 0 0 8px;} +.POP_TEMPLATE_INTRO .list2 .dep2 > li > ul > li {font-size: 14px;} +.POP_TEMPLATE_INTRO .list2 .dep2 > li > ul > li + li {margin-top: 2px;} +.POP_TEMPLATE_INTRO .btn_area {margin-top: 20px;} +.POP_TEMPLATE_INTRO .btn_area .btn {width: 320px;} + +.P_LOGIN {width: 690px; margin: 98px auto 0;} +.P_LOGIN h1 {color: #222; font-size: 48px; font-weight: 500; text-align: center;} +.P_LOGIN .txt {margin-top: 32px; color: #666; font-size: 20px; text-align: center; line-height: 30px;} +.loginbox {position: relative; margin-top: 55px; padding: 59px 0; border: 1px solid #dde2e5; border-radius: 25px; box-shadow: 3px 8px 13px #ccc;} +.loginbox dl + dl {margin-top: 18px;} +.loginbox dl > * {float: left;} +.loginbox dl::after {content: ""; display: block; clear: both;} +.loginbox dt {width: 143px; height: 46px; padding-right: 19px; color: #222; font-size: 16px; font-weight: 300; line-height: 46px; text-align: right;} +.loginbox dd input[type=text], +.loginbox dd input[type=password] {width: 336px; height: 46px; padding: 0 10px; border: 0; border-radius: 8px; color: #666; font-size: 16px; background: #f5f5f5;} +.loginbox .btn_login {display: block; position: absolute; left: 499px; top: 60px; width: 110px; height: 110px; border-radius: 8px; color: #fff; font-size: 18px; font-weight: 500; line-height: 110px; text-align: center; background: #169bd5;} +.loginbox .bot {padding: 20px 0 0 143px;} + +.POP_TEMPLATE .pop_inner {width: 1280px;} + +.POP_GROUP_SEARCH .pop_inner, +.POP_POST_SEARCH .pop_inner, +.POP_PRGFILE_SEARCH .pop_inner {width: 1024px;} +.POP_PRGFILE_SEARCH {background-color: #fff;} +.POP_PRGFILE_SEARCH .pop_inner {height: 100%; overflow: auto;} + +.POP_GROUP_SEARCH {background-color: #fff;} +.POP_GROUP_SEARCH .pop_inner {height: 100%; overflow: auto;} + +.POP_POST_SEARCH {background-color: #fff;} +.POP_POST_SEARCH .pop_inner {height: 100%; overflow: auto;} + +.POP_LOGIN_LOG {background-color: #fff;} +.POP_LOGIN_LOG .pop_inner {width: 800px; height: 100%; overflow: auto;} + +.POP_MENU_CREATE {background-color: #fff;} +.POP_MENU_CREATE .pop_inner {width: 800px; height: 900px;} +.POP_MENU_CREATE .tree_ui {overflow-y: auto; height: 530px; margin-top: 15px; padding: 0 15px 10px 15px; border: 1px solid #dde2e5; border-radius: 10px;} +.tree_ui {font-size: 15px; font-weight: 300;} +.tree_ui .top .f_chk_only {margin-right: 5px;} +.tree_ui .top .f_chk_only, +.tree_ui .top .f_chk_only::before {width: 13px; height: 13px; vertical-align: -18px;} +.tree_ui .list {margin-top: 10px; padding-left: 20px;} +.tree_ui .list li.folder::before {content: ""; display: inline-block; width: 18px; height: 18px; background: url(../images/ico_folder.gif); vertical-align: top;} +.tree_ui .list li.page::before {content: ""; display: inline-block; width: 18px; height: 18px; background: url(../images/ico_page.gif) no-repeat 3px top; vertical-align: top;} +.tree_ui .list .f_chk_only {width: 13px; height: 13px; margin-right: 2px; vertical-align: -24px;} +.tree_ui .list .f_chk_only::before {width: 13px; height: 13px;} +.tree_ui .list > li {margin-top: 7px;} +.tree_ui .list > li > ul, +.tree_ui .list > li > ul > li > ul {margin-top: 5px; padding-left: 20px;} +.tree_ui .list > li > ul > li + li, +.tree_ui .list > li > ul > li > ul > li + li {margin-top: 7px;} \ No newline at end of file diff --git a/bin/main/static/egov/images/banner01.png b/bin/main/static/egov/images/banner01.png new file mode 100644 index 00000000..7ee44d38 Binary files /dev/null and b/bin/main/static/egov/images/banner01.png differ diff --git a/bin/main/static/egov/images/banner02.png b/bin/main/static/egov/images/banner02.png new file mode 100644 index 00000000..4fdd1d6e Binary files /dev/null and b/bin/main/static/egov/images/banner02.png differ diff --git a/bin/main/static/egov/images/bg_chkbox2_on.png b/bin/main/static/egov/images/bg_chkbox2_on.png new file mode 100644 index 00000000..f7319186 Binary files /dev/null and b/bin/main/static/egov/images/bg_chkbox2_on.png differ diff --git a/bin/main/static/egov/images/bg_chkbox_on.png b/bin/main/static/egov/images/bg_chkbox_on.png new file mode 100644 index 00000000..7dfb2e50 Binary files /dev/null and b/bin/main/static/egov/images/bg_chkbox_on.png differ diff --git a/bin/main/static/egov/images/bg_rdobox.png b/bin/main/static/egov/images/bg_rdobox.png new file mode 100644 index 00000000..7abc4ca5 Binary files /dev/null and b/bin/main/static/egov/images/bg_rdobox.png differ diff --git a/bin/main/static/egov/images/bg_rdobox_on.png b/bin/main/static/egov/images/bg_rdobox_on.png new file mode 100644 index 00000000..582083aa Binary files /dev/null and b/bin/main/static/egov/images/bg_rdobox_on.png differ diff --git a/bin/main/static/egov/images/bu_icon_carlendar.gif b/bin/main/static/egov/images/bu_icon_carlendar.gif new file mode 100644 index 00000000..74f0b99a Binary files /dev/null and b/bin/main/static/egov/images/bu_icon_carlendar.gif differ diff --git a/bin/main/static/egov/images/com/cmm/btn/bg_btn_02.jpg b/bin/main/static/egov/images/com/cmm/btn/bg_btn_02.jpg new file mode 100644 index 00000000..a7c47216 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/btn/bg_btn_02.jpg differ diff --git a/bin/main/static/egov/images/com/cmm/btn/btn_close.png b/bin/main/static/egov/images/com/cmm/btn/btn_close.png new file mode 100644 index 00000000..1c761318 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/btn/btn_close.png differ diff --git a/bin/main/static/egov/images/com/cmm/btn/btn_del.png b/bin/main/static/egov/images/com/cmm/btn/btn_del.png new file mode 100644 index 00000000..0dcccd89 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/btn/btn_del.png differ diff --git a/bin/main/static/egov/images/com/cmm/btn/btn_next.png b/bin/main/static/egov/images/com/cmm/btn/btn_next.png new file mode 100644 index 00000000..43492ea8 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/btn/btn_next.png differ diff --git a/bin/main/static/egov/images/com/cmm/btn/btn_prev.png b/bin/main/static/egov/images/com/cmm/btn/btn_prev.png new file mode 100644 index 00000000..a5474284 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/btn/btn_prev.png differ diff --git a/bin/main/static/egov/images/com/cmm/btn/btn_search.gif b/bin/main/static/egov/images/com/cmm/btn/btn_search.gif new file mode 100644 index 00000000..f4ee76fb Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/btn/btn_search.gif differ diff --git a/bin/main/static/egov/images/com/cmm/btn/btn_search.png b/bin/main/static/egov/images/com/cmm/btn/btn_search.png new file mode 100644 index 00000000..7d1c8b80 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/btn/btn_search.png differ diff --git a/bin/main/static/egov/images/com/cmm/btn/bu2_left.gif b/bin/main/static/egov/images/com/cmm/btn/bu2_left.gif new file mode 100644 index 00000000..21fa7194 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/btn/bu2_left.gif differ diff --git a/bin/main/static/egov/images/com/cmm/btn/bu2_right.gif b/bin/main/static/egov/images/com/cmm/btn/bu2_right.gif new file mode 100644 index 00000000..4eed2e6a Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/btn/bu2_right.gif differ diff --git a/bin/main/static/egov/images/com/cmm/icon/action_add.gif b/bin/main/static/egov/images/com/cmm/icon/action_add.gif new file mode 100644 index 00000000..3d9e239b Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/icon/action_add.gif differ diff --git a/bin/main/static/egov/images/com/cmm/icon/action_delete.gif b/bin/main/static/egov/images/com/cmm/icon/action_delete.gif new file mode 100644 index 00000000..2ca8b235 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/icon/action_delete.gif differ diff --git a/bin/main/static/egov/images/com/cmm/icon/bu_icon_carlendar.gif b/bin/main/static/egov/images/com/cmm/icon/bu_icon_carlendar.gif new file mode 100644 index 00000000..74f0b99a Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/icon/bu_icon_carlendar.gif differ diff --git a/bin/main/static/egov/images/com/cmm/icon/icon_next.png b/bin/main/static/egov/images/com/cmm/icon/icon_next.png new file mode 100644 index 00000000..47f7240c Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/icon/icon_next.png differ diff --git a/bin/main/static/egov/images/com/cmm/icon/icon_prev.png b/bin/main/static/egov/images/com/cmm/icon/icon_prev.png new file mode 100644 index 00000000..70322d7a Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/icon/icon_prev.png differ diff --git a/bin/main/static/egov/images/com/cmm/icon/icon_tit2.png b/bin/main/static/egov/images/com/cmm/icon/icon_tit2.png new file mode 100644 index 00000000..b2ea61ef Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/icon/icon_tit2.png differ diff --git a/bin/main/static/egov/images/com/cmm/icon/no_required.gif b/bin/main/static/egov/images/com/cmm/icon/no_required.gif new file mode 100644 index 00000000..a93d4b20 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/icon/no_required.gif differ diff --git a/bin/main/static/egov/images/com/cmm/icon/required.gif b/bin/main/static/egov/images/com/cmm/icon/required.gif new file mode 100644 index 00000000..3b0d0a83 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/icon/required.gif differ diff --git a/bin/main/static/egov/images/com/cmm/icon/search.gif b/bin/main/static/egov/images/com/cmm/icon/search.gif new file mode 100644 index 00000000..05f08577 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/icon/search.gif differ diff --git a/bin/main/static/egov/images/com/cmm/icon/search2.gif b/bin/main/static/egov/images/com/cmm/icon/search2.gif new file mode 100644 index 00000000..05f08577 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/icon/search2.gif differ diff --git a/bin/main/static/egov/images/com/cmm/icon/tit_icon.gif b/bin/main/static/egov/images/com/cmm/icon/tit_icon.gif new file mode 100644 index 00000000..b7ebd40c Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/icon/tit_icon.gif differ diff --git a/bin/main/static/egov/images/com/cmm/icon/tit_icon.png b/bin/main/static/egov/images/com/cmm/icon/tit_icon.png new file mode 100644 index 00000000..97a15d54 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/icon/tit_icon.png differ diff --git a/bin/main/static/egov/images/com/cmm/utl/menu_base.gif b/bin/main/static/egov/images/com/cmm/utl/menu_base.gif new file mode 100644 index 00000000..9ac0b117 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/menu_base.gif differ diff --git a/bin/main/static/egov/images/com/cmm/utl/menu_cd.gif b/bin/main/static/egov/images/com/cmm/utl/menu_cd.gif new file mode 100644 index 00000000..75038194 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/menu_cd.gif differ diff --git a/bin/main/static/egov/images/com/cmm/utl/menu_empty.gif b/bin/main/static/egov/images/com/cmm/utl/menu_empty.gif new file mode 100644 index 00000000..b5cf5237 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/menu_empty.gif differ diff --git a/bin/main/static/egov/images/com/cmm/utl/menu_folder.gif b/bin/main/static/egov/images/com/cmm/utl/menu_folder.gif new file mode 100644 index 00000000..eb129763 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/menu_folder.gif differ diff --git a/bin/main/static/egov/images/com/cmm/utl/menu_folderopen.gif b/bin/main/static/egov/images/com/cmm/utl/menu_folderopen.gif new file mode 100644 index 00000000..c5c31102 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/menu_folderopen.gif differ diff --git a/bin/main/static/egov/images/com/cmm/utl/menu_globe.gif b/bin/main/static/egov/images/com/cmm/utl/menu_globe.gif new file mode 100644 index 00000000..57123d0e Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/menu_globe.gif differ diff --git a/bin/main/static/egov/images/com/cmm/utl/menu_imgfolder.gif b/bin/main/static/egov/images/com/cmm/utl/menu_imgfolder.gif new file mode 100644 index 00000000..e6d88034 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/menu_imgfolder.gif differ diff --git a/bin/main/static/egov/images/com/cmm/utl/menu_join.gif b/bin/main/static/egov/images/com/cmm/utl/menu_join.gif new file mode 100644 index 00000000..34dd4761 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/menu_join.gif differ diff --git a/bin/main/static/egov/images/com/cmm/utl/menu_joinbottom.gif b/bin/main/static/egov/images/com/cmm/utl/menu_joinbottom.gif new file mode 100644 index 00000000..48b81c80 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/menu_joinbottom.gif differ diff --git a/bin/main/static/egov/images/com/cmm/utl/menu_line.gif b/bin/main/static/egov/images/com/cmm/utl/menu_line.gif new file mode 100644 index 00000000..1a259eea Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/menu_line.gif differ diff --git a/bin/main/static/egov/images/com/cmm/utl/menu_minus.gif b/bin/main/static/egov/images/com/cmm/utl/menu_minus.gif new file mode 100644 index 00000000..3d212a97 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/menu_minus.gif differ diff --git a/bin/main/static/egov/images/com/cmm/utl/menu_minusbottom.gif b/bin/main/static/egov/images/com/cmm/utl/menu_minusbottom.gif new file mode 100644 index 00000000..dc3198be Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/menu_minusbottom.gif differ diff --git a/bin/main/static/egov/images/com/cmm/utl/menu_musicfolder.gif b/bin/main/static/egov/images/com/cmm/utl/menu_musicfolder.gif new file mode 100644 index 00000000..f620789f Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/menu_musicfolder.gif differ diff --git a/bin/main/static/egov/images/com/cmm/utl/menu_nolines_minus.gif b/bin/main/static/egov/images/com/cmm/utl/menu_nolines_minus.gif new file mode 100644 index 00000000..2592ac20 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/menu_nolines_minus.gif differ diff --git a/bin/main/static/egov/images/com/cmm/utl/menu_nolines_plus.gif b/bin/main/static/egov/images/com/cmm/utl/menu_nolines_plus.gif new file mode 100644 index 00000000..f258ce21 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/menu_nolines_plus.gif differ diff --git a/bin/main/static/egov/images/com/cmm/utl/menu_page.gif b/bin/main/static/egov/images/com/cmm/utl/menu_page.gif new file mode 100644 index 00000000..42d7318c Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/menu_page.gif differ diff --git a/bin/main/static/egov/images/com/cmm/utl/menu_plus.gif b/bin/main/static/egov/images/com/cmm/utl/menu_plus.gif new file mode 100644 index 00000000..b2c99723 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/menu_plus.gif differ diff --git a/bin/main/static/egov/images/com/cmm/utl/menu_plusbottom.gif b/bin/main/static/egov/images/com/cmm/utl/menu_plusbottom.gif new file mode 100644 index 00000000..b5671d89 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/menu_plusbottom.gif differ diff --git a/bin/main/static/egov/images/com/cmm/utl/menu_question.gif b/bin/main/static/egov/images/com/cmm/utl/menu_question.gif new file mode 100644 index 00000000..dd4e6850 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/menu_question.gif differ diff --git a/bin/main/static/egov/images/com/cmm/utl/menu_trash.gif b/bin/main/static/egov/images/com/cmm/utl/menu_trash.gif new file mode 100644 index 00000000..cfa0f000 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/menu_trash.gif differ diff --git a/bin/main/static/egov/images/com/cmm/utl/ui-icons_444444_256x240.png b/bin/main/static/egov/images/com/cmm/utl/ui-icons_444444_256x240.png new file mode 100644 index 00000000..a802263b Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/ui-icons_444444_256x240.png differ diff --git a/bin/main/static/egov/images/com/cmm/utl/ui-icons_555555_256x240.png b/bin/main/static/egov/images/com/cmm/utl/ui-icons_555555_256x240.png new file mode 100644 index 00000000..7009bf75 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/ui-icons_555555_256x240.png differ diff --git a/bin/main/static/egov/images/com/cmm/utl/ui-icons_777620_256x240.png b/bin/main/static/egov/images/com/cmm/utl/ui-icons_777620_256x240.png new file mode 100644 index 00000000..e0a1fdfd Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/ui-icons_777620_256x240.png differ diff --git a/bin/main/static/egov/images/com/cmm/utl/ui-icons_777777_256x240.png b/bin/main/static/egov/images/com/cmm/utl/ui-icons_777777_256x240.png new file mode 100644 index 00000000..8e26ee4f Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/ui-icons_777777_256x240.png differ diff --git a/bin/main/static/egov/images/com/cmm/utl/ui-icons_cc0000_256x240.png b/bin/main/static/egov/images/com/cmm/utl/ui-icons_cc0000_256x240.png new file mode 100644 index 00000000..28154300 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/ui-icons_cc0000_256x240.png differ diff --git a/bin/main/static/egov/images/com/cmm/utl/ui-icons_ffffff_256x240.png b/bin/main/static/egov/images/com/cmm/utl/ui-icons_ffffff_256x240.png new file mode 100644 index 00000000..4d66f596 Binary files /dev/null and b/bin/main/static/egov/images/com/cmm/utl/ui-icons_ffffff_256x240.png differ diff --git a/bin/main/static/egov/images/com/sch/btn_next.png b/bin/main/static/egov/images/com/sch/btn_next.png new file mode 100644 index 00000000..43492ea8 Binary files /dev/null and b/bin/main/static/egov/images/com/sch/btn_next.png differ diff --git a/bin/main/static/egov/images/com/sch/btn_prev.png b/bin/main/static/egov/images/com/sch/btn_prev.png new file mode 100644 index 00000000..a5474284 Binary files /dev/null and b/bin/main/static/egov/images/com/sch/btn_prev.png differ diff --git a/bin/main/static/egov/images/com/sch/bullet_arrow.png b/bin/main/static/egov/images/com/sch/bullet_arrow.png new file mode 100644 index 00000000..d7308c3d Binary files /dev/null and b/bin/main/static/egov/images/com/sch/bullet_arrow.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/bg_bar01.gif b/bin/main/static/egov/images/egovframework/com/cmm/bg_bar01.gif new file mode 100644 index 00000000..83cf9758 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/bg_bar01.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/bg_tab01.gif b/bin/main/static/egov/images/egovframework/com/cmm/bg_tab01.gif new file mode 100644 index 00000000..5b325e72 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/bg_tab01.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/bg_tab01_on.gif b/bin/main/static/egov/images/egovframework/com/cmm/bg_tab01_on.gif new file mode 100644 index 00000000..8fc0df01 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/bg_tab01_on.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/btn/bg_btn_02.jpg b/bin/main/static/egov/images/egovframework/com/cmm/btn/bg_btn_02.jpg new file mode 100644 index 00000000..a7c47216 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/btn/bg_btn_02.jpg differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/btn/btn_close.png b/bin/main/static/egov/images/egovframework/com/cmm/btn/btn_close.png new file mode 100644 index 00000000..1c761318 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/btn/btn_close.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/btn/btn_del.png b/bin/main/static/egov/images/egovframework/com/cmm/btn/btn_del.png new file mode 100644 index 00000000..0dcccd89 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/btn/btn_del.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/btn/btn_next.png b/bin/main/static/egov/images/egovframework/com/cmm/btn/btn_next.png new file mode 100644 index 00000000..43492ea8 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/btn/btn_next.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/btn/btn_prev.png b/bin/main/static/egov/images/egovframework/com/cmm/btn/btn_prev.png new file mode 100644 index 00000000..a5474284 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/btn/btn_prev.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/btn/btn_search.gif b/bin/main/static/egov/images/egovframework/com/cmm/btn/btn_search.gif new file mode 100644 index 00000000..f4ee76fb Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/btn/btn_search.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/btn/btn_search.png b/bin/main/static/egov/images/egovframework/com/cmm/btn/btn_search.png new file mode 100644 index 00000000..7d1c8b80 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/btn/btn_search.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/btn/bu2_left.gif b/bin/main/static/egov/images/egovframework/com/cmm/btn/bu2_left.gif new file mode 100644 index 00000000..21fa7194 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/btn/bu2_left.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/btn/bu2_right.gif b/bin/main/static/egov/images/egovframework/com/cmm/btn/bu2_right.gif new file mode 100644 index 00000000..4eed2e6a Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/btn/bu2_right.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/bul/bul_i.jpg b/bin/main/static/egov/images/egovframework/com/cmm/bul/bul_i.jpg new file mode 100644 index 00000000..0da3d2ab Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/bul/bul_i.jpg differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/bul/bullet_arrow.png b/bin/main/static/egov/images/egovframework/com/cmm/bul/bullet_arrow.png new file mode 100644 index 00000000..d7308c3d Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/bul/bullet_arrow.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/chart/chart1.JPG b/bin/main/static/egov/images/egovframework/com/cmm/chart/chart1.JPG new file mode 100644 index 00000000..d0a3c5e5 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/chart/chart1.JPG differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/chart/chart2.JPG b/bin/main/static/egov/images/egovframework/com/cmm/chart/chart2.JPG new file mode 100644 index 00000000..5e7eaae8 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/chart/chart2.JPG differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/chart/chart3.JPG b/bin/main/static/egov/images/egovframework/com/cmm/chart/chart3.JPG new file mode 100644 index 00000000..cda1afa2 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/chart/chart3.JPG differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/chart/chart4.JPG b/bin/main/static/egov/images/egovframework/com/cmm/chart/chart4.JPG new file mode 100644 index 00000000..d0a3c5e5 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/chart/chart4.JPG differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/chart/chart5.JPG b/bin/main/static/egov/images/egovframework/com/cmm/chart/chart5.JPG new file mode 100644 index 00000000..5e7eaae8 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/chart/chart5.JPG differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/chart/chart6.JPG b/bin/main/static/egov/images/egovframework/com/cmm/chart/chart6.JPG new file mode 100644 index 00000000..cda1afa2 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/chart/chart6.JPG differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/er_logo.jpg b/bin/main/static/egov/images/egovframework/com/cmm/er_logo.jpg new file mode 100644 index 00000000..b80747d3 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/er_logo.jpg differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/icon/action_add.gif b/bin/main/static/egov/images/egovframework/com/cmm/icon/action_add.gif new file mode 100644 index 00000000..3d9e239b Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/icon/action_add.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/icon/action_delete.gif b/bin/main/static/egov/images/egovframework/com/cmm/icon/action_delete.gif new file mode 100644 index 00000000..2ca8b235 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/icon/action_delete.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/icon/bu_icon_carlendar.gif b/bin/main/static/egov/images/egovframework/com/cmm/icon/bu_icon_carlendar.gif new file mode 100644 index 00000000..74f0b99a Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/icon/bu_icon_carlendar.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/icon/icon_next.png b/bin/main/static/egov/images/egovframework/com/cmm/icon/icon_next.png new file mode 100644 index 00000000..47f7240c Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/icon/icon_next.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/icon/icon_prev.png b/bin/main/static/egov/images/egovframework/com/cmm/icon/icon_prev.png new file mode 100644 index 00000000..70322d7a Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/icon/icon_prev.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/icon/icon_tit2.png b/bin/main/static/egov/images/egovframework/com/cmm/icon/icon_tit2.png new file mode 100644 index 00000000..b2ea61ef Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/icon/icon_tit2.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/icon/no_required.gif b/bin/main/static/egov/images/egovframework/com/cmm/icon/no_required.gif new file mode 100644 index 00000000..a93d4b20 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/icon/no_required.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/icon/required.gif b/bin/main/static/egov/images/egovframework/com/cmm/icon/required.gif new file mode 100644 index 00000000..3b0d0a83 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/icon/required.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/icon/search.gif b/bin/main/static/egov/images/egovframework/com/cmm/icon/search.gif new file mode 100644 index 00000000..05f08577 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/icon/search.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/icon/search2.gif b/bin/main/static/egov/images/egovframework/com/cmm/icon/search2.gif new file mode 100644 index 00000000..05f08577 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/icon/search2.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/icon/tit_icon.gif b/bin/main/static/egov/images/egovframework/com/cmm/icon/tit_icon.gif new file mode 100644 index 00000000..b7ebd40c Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/icon/tit_icon.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/icon/tit_icon.png b/bin/main/static/egov/images/egovframework/com/cmm/icon/tit_icon.png new file mode 100644 index 00000000..97a15d54 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/icon/tit_icon.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/left_bg.gif b/bin/main/static/egov/images/egovframework/com/cmm/left_bg.gif new file mode 100644 index 00000000..1c950617 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/left_bg.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/main/bottom_logo.png b/bin/main/static/egov/images/egovframework/com/cmm/main/bottom_logo.png new file mode 100644 index 00000000..3db52245 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/main/bottom_logo.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/main/logo_01.gif b/bin/main/static/egov/images/egovframework/com/cmm/main/logo_01.gif new file mode 100644 index 00000000..06519d69 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/main/logo_01.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/main/logout_btn.gif b/bin/main/static/egov/images/egovframework/com/cmm/main/logout_btn.gif new file mode 100644 index 00000000..07ad8264 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/main/logout_btn.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/main/navi_bg.gif b/bin/main/static/egov/images/egovframework/com/cmm/main/navi_bg.gif new file mode 100644 index 00000000..84827e0b Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/main/navi_bg.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/main/top_logo.png b/bin/main/static/egov/images/egovframework/com/cmm/main/top_logo.png new file mode 100644 index 00000000..acaf36c9 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/main/top_logo.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/paging/btn_search.gif b/bin/main/static/egov/images/egovframework/com/cmm/paging/btn_search.gif new file mode 100644 index 00000000..f4ee76fb Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/paging/btn_search.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/paging/pagination_first.gif b/bin/main/static/egov/images/egovframework/com/cmm/paging/pagination_first.gif new file mode 100644 index 00000000..b616bb29 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/paging/pagination_first.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/paging/pagination_first_on.gif b/bin/main/static/egov/images/egovframework/com/cmm/paging/pagination_first_on.gif new file mode 100644 index 00000000..b5f82ffa Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/paging/pagination_first_on.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/paging/pagination_last.gif b/bin/main/static/egov/images/egovframework/com/cmm/paging/pagination_last.gif new file mode 100644 index 00000000..a9c8d9ae Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/paging/pagination_last.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/paging/pagination_last_on.gif b/bin/main/static/egov/images/egovframework/com/cmm/paging/pagination_last_on.gif new file mode 100644 index 00000000..02266201 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/paging/pagination_last_on.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/paging/pagination_next.gif b/bin/main/static/egov/images/egovframework/com/cmm/paging/pagination_next.gif new file mode 100644 index 00000000..d51acc1e Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/paging/pagination_next.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/paging/pagination_next_on.gif b/bin/main/static/egov/images/egovframework/com/cmm/paging/pagination_next_on.gif new file mode 100644 index 00000000..37639354 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/paging/pagination_next_on.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/paging/pagination_prev.gif b/bin/main/static/egov/images/egovframework/com/cmm/paging/pagination_prev.gif new file mode 100644 index 00000000..de3979b6 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/paging/pagination_prev.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/paging/pagination_prev_on.gif b/bin/main/static/egov/images/egovframework/com/cmm/paging/pagination_prev_on.gif new file mode 100644 index 00000000..39cf4b19 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/paging/pagination_prev_on.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_about.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_about.gif new file mode 100644 index 00000000..f0a338b5 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_about.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_align_center.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_align_center.gif new file mode 100644 index 00000000..9505db22 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_align_center.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_align_justify.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_align_justify.gif new file mode 100644 index 00000000..29cf7318 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_align_justify.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_align_left.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_align_left.gif new file mode 100644 index 00000000..d0356d4c Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_align_left.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_align_right.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_align_right.gif new file mode 100644 index 00000000..b9f7a961 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_align_right.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_color_bg.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_color_bg.gif new file mode 100644 index 00000000..8b464c92 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_color_bg.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_color_fg.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_color_fg.gif new file mode 100644 index 00000000..44af9c4c Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_color_fg.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_copy.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_copy.gif new file mode 100644 index 00000000..975740a7 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_copy.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_cut.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_cut.gif new file mode 100644 index 00000000..20660389 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_cut.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_format_bold.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_format_bold.gif new file mode 100644 index 00000000..c6291f05 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_format_bold.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_format_italic.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_format_italic.gif new file mode 100644 index 00000000..7bb67aa8 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_format_italic.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_format_strike.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_format_strike.gif new file mode 100644 index 00000000..0e00304d Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_format_strike.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_format_sub.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_format_sub.gif new file mode 100644 index 00000000..effcf575 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_format_sub.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_format_sup.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_format_sup.gif new file mode 100644 index 00000000..1b6f4019 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_format_sup.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_format_underline.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_format_underline.gif new file mode 100644 index 00000000..ef8c19e4 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_format_underline.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_help.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_help.gif new file mode 100644 index 00000000..06c22565 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_help.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_hr.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_hr.gif new file mode 100644 index 00000000..9f6e5e8b Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_hr.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_html.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_html.gif new file mode 100644 index 00000000..807f084f Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_html.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_image.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_image.gif new file mode 100644 index 00000000..9d2bff13 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_image.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_indent_less.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_indent_less.gif new file mode 100644 index 00000000..f320b3e9 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_indent_less.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_indent_more.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_indent_more.gif new file mode 100644 index 00000000..a67139d6 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_indent_more.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_killword.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_killword.gif new file mode 100644 index 00000000..d44e951e Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_killword.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_left_to_right.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_left_to_right.gif new file mode 100644 index 00000000..9edfa63e Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_left_to_right.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_link.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_link.gif new file mode 100644 index 00000000..0482da3f Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_link.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_list_bullet.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_list_bullet.gif new file mode 100644 index 00000000..caedfd23 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_list_bullet.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_list_num.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_list_num.gif new file mode 100644 index 00000000..427839d7 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_list_num.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_paste.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_paste.gif new file mode 100644 index 00000000..13e2324c Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_paste.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_redo.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_redo.gif new file mode 100644 index 00000000..2bc002a0 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_redo.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_right_to_left.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_right_to_left.gif new file mode 100644 index 00000000..231f1834 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_right_to_left.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_rmformat.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_rmformat.gif new file mode 100644 index 00000000..5d8ce2d9 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_rmformat.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_undo.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_undo.gif new file mode 100644 index 00000000..f90faada Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/ed_undo.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/fullscreen_maximize.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/fullscreen_maximize.gif new file mode 100644 index 00000000..07620bc1 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/fullscreen_maximize.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/toolbar/insert_table.gif b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/insert_table.gif new file mode 100644 index 00000000..4ce3ff49 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/toolbar/insert_table.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/bg_list_th.gif b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/bg_list_th.gif new file mode 100644 index 00000000..87f4a1c3 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/bg_list_th.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/bg_list_thEnd.gif b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/bg_list_thEnd.gif new file mode 100644 index 00000000..c8767873 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/bg_list_thEnd.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/btn_kne.gif b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/btn_kne.gif new file mode 100644 index 00000000..e4da397a Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/btn_kne.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/btn_logout.gif b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/btn_logout.gif new file mode 100644 index 00000000..b52e7b5a Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/btn_logout.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/bu2.jpg b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/bu2.jpg new file mode 100644 index 00000000..4097f6e7 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/bu2.jpg differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/contents.jpg b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/contents.jpg new file mode 100644 index 00000000..bfb14e27 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/contents.jpg differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/index_login.gif b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/index_login.gif new file mode 100644 index 00000000..6f928e68 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/index_login.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/index_login.jpg b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/index_login.jpg new file mode 100644 index 00000000..ffd89c68 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/index_login.jpg differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/join_btn.gif b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/join_btn.gif new file mode 100644 index 00000000..c45e7fe1 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/join_btn.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/left_bg.gif b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/left_bg.gif new file mode 100644 index 00000000..1c950617 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/left_bg.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/left_menu_bg.gif b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/left_menu_bg.gif new file mode 100644 index 00000000..919c083b Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/left_menu_bg.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/left_menu_btm.gif b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/left_menu_btm.gif new file mode 100644 index 00000000..f23d657c Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/left_menu_btm.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/left_menu_top.gif b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/left_menu_top.gif new file mode 100644 index 00000000..4eea5244 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/left_menu_top.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/login_bg01.gif b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/login_bg01.gif new file mode 100644 index 00000000..edaf03df Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/login_bg01.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/login_btn.gif b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/login_btn.gif new file mode 100644 index 00000000..cc9ea047 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/login_btn.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/login_id_save.gif b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/login_id_save.gif new file mode 100644 index 00000000..64d92bef Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/login_id_save.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/logo.gif b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/logo.gif new file mode 100644 index 00000000..1e3969d8 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/logo.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/menu_bg.jpg b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/menu_bg.jpg new file mode 100644 index 00000000..7eb135f7 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/menu_bg.jpg differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/page_title.gif b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/page_title.gif new file mode 100644 index 00000000..74bcc9b2 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/uss/umt/page_title.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_base.gif b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_base.gif new file mode 100644 index 00000000..9ac0b117 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_base.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_cd.gif b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_cd.gif new file mode 100644 index 00000000..75038194 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_cd.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_empty.gif b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_empty.gif new file mode 100644 index 00000000..b5cf5237 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_empty.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_folder.gif b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_folder.gif new file mode 100644 index 00000000..eb129763 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_folder.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_folderopen.gif b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_folderopen.gif new file mode 100644 index 00000000..c5c31102 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_folderopen.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_globe.gif b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_globe.gif new file mode 100644 index 00000000..57123d0e Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_globe.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_imgfolder.gif b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_imgfolder.gif new file mode 100644 index 00000000..e6d88034 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_imgfolder.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_join.gif b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_join.gif new file mode 100644 index 00000000..34dd4761 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_join.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_joinbottom.gif b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_joinbottom.gif new file mode 100644 index 00000000..48b81c80 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_joinbottom.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_line.gif b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_line.gif new file mode 100644 index 00000000..1a259eea Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_line.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_minus.gif b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_minus.gif new file mode 100644 index 00000000..3d212a97 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_minus.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_minusbottom.gif b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_minusbottom.gif new file mode 100644 index 00000000..dc3198be Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_minusbottom.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_musicfolder.gif b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_musicfolder.gif new file mode 100644 index 00000000..f620789f Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_musicfolder.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_nolines_minus.gif b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_nolines_minus.gif new file mode 100644 index 00000000..2592ac20 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_nolines_minus.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_nolines_plus.gif b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_nolines_plus.gif new file mode 100644 index 00000000..f258ce21 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_nolines_plus.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_page.gif b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_page.gif new file mode 100644 index 00000000..42d7318c Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_page.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_plus.gif b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_plus.gif new file mode 100644 index 00000000..b2c99723 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_plus.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_plusbottom.gif b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_plusbottom.gif new file mode 100644 index 00000000..b5671d89 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_plusbottom.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_question.gif b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_question.gif new file mode 100644 index 00000000..dd4e6850 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_question.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_trash.gif b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_trash.gif new file mode 100644 index 00000000..cfa0f000 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/menu_trash.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/ui-icons_444444_256x240.png b/bin/main/static/egov/images/egovframework/com/cmm/utl/ui-icons_444444_256x240.png new file mode 100644 index 00000000..a802263b Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/ui-icons_444444_256x240.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/ui-icons_555555_256x240.png b/bin/main/static/egov/images/egovframework/com/cmm/utl/ui-icons_555555_256x240.png new file mode 100644 index 00000000..7009bf75 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/ui-icons_555555_256x240.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/ui-icons_777620_256x240.png b/bin/main/static/egov/images/egovframework/com/cmm/utl/ui-icons_777620_256x240.png new file mode 100644 index 00000000..e0a1fdfd Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/ui-icons_777620_256x240.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/ui-icons_777777_256x240.png b/bin/main/static/egov/images/egovframework/com/cmm/utl/ui-icons_777777_256x240.png new file mode 100644 index 00000000..8e26ee4f Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/ui-icons_777777_256x240.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/ui-icons_cc0000_256x240.png b/bin/main/static/egov/images/egovframework/com/cmm/utl/ui-icons_cc0000_256x240.png new file mode 100644 index 00000000..28154300 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/ui-icons_cc0000_256x240.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cmm/utl/ui-icons_ffffff_256x240.png b/bin/main/static/egov/images/egovframework/com/cmm/utl/ui-icons_ffffff_256x240.png new file mode 100644 index 00000000..4d66f596 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cmm/utl/ui-icons_ffffff_256x240.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/bbs/bg_bar01.jpg b/bin/main/static/egov/images/egovframework/com/cop/bbs/bg_bar01.jpg new file mode 100644 index 00000000..887b3a24 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/bbs/bg_bar01.jpg differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/bbs/bg_blog_tit.jpg b/bin/main/static/egov/images/egovframework/com/cop/bbs/bg_blog_tit.jpg new file mode 100644 index 00000000..256148f2 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/bbs/bg_blog_tit.jpg differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/bbs/bg_bot01.jpg b/bin/main/static/egov/images/egovframework/com/cop/bbs/bg_bot01.jpg new file mode 100644 index 00000000..276330b6 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/bbs/bg_bot01.jpg differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/bbs/bg_gnb_r.jpg b/bin/main/static/egov/images/egovframework/com/cop/bbs/bg_gnb_r.jpg new file mode 100644 index 00000000..74ca265c Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/bbs/bg_gnb_r.jpg differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/bbs/btn_write.jpg b/bin/main/static/egov/images/egovframework/com/cop/bbs/btn_write.jpg new file mode 100644 index 00000000..739df219 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/bbs/btn_write.jpg differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/bbs/community_bg.png b/bin/main/static/egov/images/egovframework/com/cop/bbs/community_bg.png new file mode 100644 index 00000000..0773553c Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/bbs/community_bg.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/bbs/community_title_bg.png b/bin/main/static/egov/images/egovframework/com/cop/bbs/community_title_bg.png new file mode 100644 index 00000000..9cc5877f Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/bbs/community_title_bg.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/bbs/dot_gray.png b/bin/main/static/egov/images/egovframework/com/cop/bbs/dot_gray.png new file mode 100644 index 00000000..7114d0a1 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/bbs/dot_gray.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/bbs/icon_down.png b/bin/main/static/egov/images/egovframework/com/cop/bbs/icon_down.png new file mode 100644 index 00000000..aa781a03 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/bbs/icon_down.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/bbs/icon_lock.png b/bin/main/static/egov/images/egovframework/com/cop/bbs/icon_lock.png new file mode 100644 index 00000000..3c4aedb3 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/bbs/icon_lock.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/bbs/icon_notice.png b/bin/main/static/egov/images/egovframework/com/cop/bbs/icon_notice.png new file mode 100644 index 00000000..dccda6a1 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/bbs/icon_notice.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/bbs/icon_reply.png b/bin/main/static/egov/images/egovframework/com/cop/bbs/icon_reply.png new file mode 100644 index 00000000..e09455aa Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/bbs/icon_reply.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/bbs/icon_up.png b/bin/main/static/egov/images/egovframework/com/cop/bbs/icon_up.png new file mode 100644 index 00000000..185ff567 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/bbs/icon_up.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/bbs/icon_write.png b/bin/main/static/egov/images/egovframework/com/cop/bbs/icon_write.png new file mode 100644 index 00000000..1d24c521 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/bbs/icon_write.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/bbs/img01.jpg b/bin/main/static/egov/images/egovframework/com/cop/bbs/img01.jpg new file mode 100644 index 00000000..cc521ff3 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/bbs/img01.jpg differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/bbs/img02.jpg b/bin/main/static/egov/images/egovframework/com/cop/bbs/img02.jpg new file mode 100644 index 00000000..cc91ad04 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/bbs/img02.jpg differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/bbs/img03.jpg b/bin/main/static/egov/images/egovframework/com/cop/bbs/img03.jpg new file mode 100644 index 00000000..8503fd1a Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/bbs/img03.jpg differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/bbs/img04.jpg b/bin/main/static/egov/images/egovframework/com/cop/bbs/img04.jpg new file mode 100644 index 00000000..a29e72e4 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/bbs/img04.jpg differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/bbs/pencil.png b/bin/main/static/egov/images/egovframework/com/cop/bbs/pencil.png new file mode 100644 index 00000000..0bfecd50 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/bbs/pencil.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/bbs/pencil_add.png b/bin/main/static/egov/images/egovframework/com/cop/bbs/pencil_add.png new file mode 100644 index 00000000..902bbe61 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/bbs/pencil_add.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/bbs/tbl_check.png b/bin/main/static/egov/images/egovframework/com/cop/bbs/tbl_check.png new file mode 100644 index 00000000..b457fb84 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/bbs/tbl_check.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/com/cmy/bg_bar01.jpg b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/bg_bar01.jpg new file mode 100644 index 00000000..715e40bf Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/bg_bar01.jpg differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/com/cmy/bg_gnb_r.jpg b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/bg_gnb_r.jpg new file mode 100644 index 00000000..8f95743c Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/bg_gnb_r.jpg differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/com/cmy/bg_lnb_tit.jpg b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/bg_lnb_tit.jpg new file mode 100644 index 00000000..39f10038 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/bg_lnb_tit.jpg differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/com/cmy/bl01.png b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/bl01.png new file mode 100644 index 00000000..46d60835 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/bl01.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/com/cmy/bl02.jpg b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/bl02.jpg new file mode 100644 index 00000000..411e7d15 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/bl02.jpg differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/com/cmy/bl03.jpg b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/bl03.jpg new file mode 100644 index 00000000..0feeece3 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/bl03.jpg differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/com/cmy/btn_more.png b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/btn_more.png new file mode 100644 index 00000000..c3e09567 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/btn_more.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/com/cmy/btn_next.png b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/btn_next.png new file mode 100644 index 00000000..43492ea8 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/btn_next.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/com/cmy/community_bg.png b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/community_bg.png new file mode 100644 index 00000000..0773553c Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/community_bg.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/com/cmy/community_title.png b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/community_title.png new file mode 100644 index 00000000..a4d20ce7 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/community_title.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/com/cmy/community_title_bg.png b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/community_title_bg.png new file mode 100644 index 00000000..9cc5877f Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/community_title_bg.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/com/cmy/community_title_bg2.jpg b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/community_title_bg2.jpg new file mode 100644 index 00000000..d15792ca Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/community_title_bg2.jpg differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/com/cmy/top_logo.png b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/top_logo.png new file mode 100644 index 00000000..acaf36c9 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/top_logo.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/com/cmy/txt_gray_dot.png b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/txt_gray_dot.png new file mode 100644 index 00000000..5000cc44 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/com/cmy/txt_gray_dot.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/smt/sdm/btn_next.png b/bin/main/static/egov/images/egovframework/com/cop/smt/sdm/btn_next.png new file mode 100644 index 00000000..43492ea8 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/smt/sdm/btn_next.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/smt/sdm/btn_prev.png b/bin/main/static/egov/images/egovframework/com/cop/smt/sdm/btn_prev.png new file mode 100644 index 00000000..a5474284 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/smt/sdm/btn_prev.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/smt/sdm/bullet_arrow.png b/bin/main/static/egov/images/egovframework/com/cop/smt/sdm/bullet_arrow.png new file mode 100644 index 00000000..d7308c3d Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/smt/sdm/bullet_arrow.png differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/tpl/1_step_bg.gif b/bin/main/static/egov/images/egovframework/com/cop/tpl/1_step_bg.gif new file mode 100644 index 00000000..63562cbe Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/tpl/1_step_bg.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/tpl/1_step_left.gif b/bin/main/static/egov/images/egovframework/com/cop/tpl/1_step_left.gif new file mode 100644 index 00000000..b7f4b627 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/tpl/1_step_left.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/tpl/1_step_right.gif b/bin/main/static/egov/images/egovframework/com/cop/tpl/1_step_right.gif new file mode 100644 index 00000000..f8b53688 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/tpl/1_step_right.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/tpl/bull.gif b/bin/main/static/egov/images/egovframework/com/cop/tpl/bull.gif new file mode 100644 index 00000000..0d3db982 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/tpl/bull.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/tpl/cal.jpg b/bin/main/static/egov/images/egovframework/com/cop/tpl/cal.jpg new file mode 100644 index 00000000..ab8be813 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/tpl/cal.jpg differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/tpl/dot.gif b/bin/main/static/egov/images/egovframework/com/cop/tpl/dot.gif new file mode 100644 index 00000000..4dbae132 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/tpl/dot.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/tpl/gray_line_01.gif b/bin/main/static/egov/images/egovframework/com/cop/tpl/gray_line_01.gif new file mode 100644 index 00000000..e54d9c01 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/tpl/gray_line_01.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/tpl/gray_line_02.gif b/bin/main/static/egov/images/egovframework/com/cop/tpl/gray_line_02.gif new file mode 100644 index 00000000..fcaa8957 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/tpl/gray_line_02.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/tpl/gray_line_03.gif b/bin/main/static/egov/images/egovframework/com/cop/tpl/gray_line_03.gif new file mode 100644 index 00000000..a6eb547a Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/tpl/gray_line_03.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/tpl/gray_white.gif b/bin/main/static/egov/images/egovframework/com/cop/tpl/gray_white.gif new file mode 100644 index 00000000..a21f0d18 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/tpl/gray_white.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/tpl/left_menu_bottom.gif b/bin/main/static/egov/images/egovframework/com/cop/tpl/left_menu_bottom.gif new file mode 100644 index 00000000..f97a77bc Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/tpl/left_menu_bottom.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/tpl/left_menu_top.gif b/bin/main/static/egov/images/egovframework/com/cop/tpl/left_menu_top.gif new file mode 100644 index 00000000..5827132d Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/tpl/left_menu_top.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/tpl/logo_com.gif b/bin/main/static/egov/images/egovframework/com/cop/tpl/logo_com.gif new file mode 100644 index 00000000..f71bf831 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/tpl/logo_com.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/tpl/more_08.gif b/bin/main/static/egov/images/egovframework/com/cop/tpl/more_08.gif new file mode 100644 index 00000000..5e39daf0 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/tpl/more_08.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/tpl/right_gap.gif b/bin/main/static/egov/images/egovframework/com/cop/tpl/right_gap.gif new file mode 100644 index 00000000..4d2ffea0 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/tpl/right_gap.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/tpl/temple_top01.jpg b/bin/main/static/egov/images/egovframework/com/cop/tpl/temple_top01.jpg new file mode 100644 index 00000000..b544f975 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/tpl/temple_top01.jpg differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/tpl/top_menu_bg.gif b/bin/main/static/egov/images/egovframework/com/cop/tpl/top_menu_bg.gif new file mode 100644 index 00000000..7601ba72 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/tpl/top_menu_bg.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/tpl/top_menu_gap.gif b/bin/main/static/egov/images/egovframework/com/cop/tpl/top_menu_gap.gif new file mode 100644 index 00000000..9beec6cd Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/tpl/top_menu_gap.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/tpl/top_menu_left.gif b/bin/main/static/egov/images/egovframework/com/cop/tpl/top_menu_left.gif new file mode 100644 index 00000000..c28a88eb Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/tpl/top_menu_left.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/cop/tpl/top_menu_right.gif b/bin/main/static/egov/images/egovframework/com/cop/tpl/top_menu_right.gif new file mode 100644 index 00000000..ed913a78 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/cop/tpl/top_menu_right.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/sym/cal/bu_icon_carlendar.gif b/bin/main/static/egov/images/egovframework/com/sym/cal/bu_icon_carlendar.gif new file mode 100644 index 00000000..45e228ce Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/sym/cal/bu_icon_carlendar.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/sym/cal/icon_aft_month.gif b/bin/main/static/egov/images/egovframework/com/sym/cal/icon_aft_month.gif new file mode 100644 index 00000000..75b04a1e Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/sym/cal/icon_aft_month.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/sym/cal/icon_aft_year.gif b/bin/main/static/egov/images/egovframework/com/sym/cal/icon_aft_year.gif new file mode 100644 index 00000000..c00d6c16 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/sym/cal/icon_aft_year.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/sym/cal/icon_pre_month.gif b/bin/main/static/egov/images/egovframework/com/sym/cal/icon_pre_month.gif new file mode 100644 index 00000000..a6e96d07 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/sym/cal/icon_pre_month.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/sym/cal/icon_pre_year.gif b/bin/main/static/egov/images/egovframework/com/sym/cal/icon_pre_year.gif new file mode 100644 index 00000000..555296f3 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/sym/cal/icon_pre_year.gif differ diff --git a/bin/main/static/egov/images/egovframework/com/uat/uia/google-login.png b/bin/main/static/egov/images/egovframework/com/uat/uia/google-login.png new file mode 100644 index 00000000..efe535d3 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/uat/uia/google-login.png differ diff --git a/bin/main/static/egov/images/egovframework/com/uat/uia/kakao-login.png b/bin/main/static/egov/images/egovframework/com/uat/uia/kakao-login.png new file mode 100644 index 00000000..31d6daad Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/uat/uia/kakao-login.png differ diff --git a/bin/main/static/egov/images/egovframework/com/uat/uia/login_tit.png b/bin/main/static/egov/images/egovframework/com/uat/uia/login_tit.png new file mode 100644 index 00000000..f3f80557 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/uat/uia/login_tit.png differ diff --git a/bin/main/static/egov/images/egovframework/com/uat/uia/naver-login.png b/bin/main/static/egov/images/egovframework/com/uat/uia/naver-login.png new file mode 100644 index 00000000..1e7bfe69 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/uat/uia/naver-login.png differ diff --git a/bin/main/static/egov/images/egovframework/com/uat/uia/onepass.png b/bin/main/static/egov/images/egovframework/com/uat/uia/onepass.png new file mode 100644 index 00000000..ac951f7d Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/uat/uia/onepass.png differ diff --git a/bin/main/static/egov/images/egovframework/com/uss/ion/ntm/check.png b/bin/main/static/egov/images/egovframework/com/uss/ion/ntm/check.png new file mode 100644 index 00000000..b457fb84 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/uss/ion/ntm/check.png differ diff --git a/bin/main/static/egov/images/egovframework/com/uss/ion/tir/twitter_regist.jpg b/bin/main/static/egov/images/egovframework/com/uss/ion/tir/twitter_regist.jpg new file mode 100644 index 00000000..1791201e Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/uss/ion/tir/twitter_regist.jpg differ diff --git a/bin/main/static/egov/images/egovframework/com/uss/ion/tir/twitter_regist_detail.jpg b/bin/main/static/egov/images/egovframework/com/uss/ion/tir/twitter_regist_detail.jpg new file mode 100644 index 00000000..a6dec6e2 Binary files /dev/null and b/bin/main/static/egov/images/egovframework/com/uss/ion/tir/twitter_regist_detail.jpg differ diff --git a/bin/main/static/egov/images/ico_allmenu.png b/bin/main/static/egov/images/ico_allmenu.png new file mode 100644 index 00000000..f0633cab Binary files /dev/null and b/bin/main/static/egov/images/ico_allmenu.png differ diff --git a/bin/main/static/egov/images/ico_allmenu_on.png b/bin/main/static/egov/images/ico_allmenu_on.png new file mode 100644 index 00000000..919f247b Binary files /dev/null and b/bin/main/static/egov/images/ico_allmenu_on.png differ diff --git a/bin/main/static/egov/images/ico_arrow_gray_15x9.png b/bin/main/static/egov/images/ico_arrow_gray_15x9.png new file mode 100644 index 00000000..f6a46f87 Binary files /dev/null and b/bin/main/static/egov/images/ico_arrow_gray_15x9.png differ diff --git a/bin/main/static/egov/images/ico_arrow_r_gray_4x7.png b/bin/main/static/egov/images/ico_arrow_r_gray_4x7.png new file mode 100644 index 00000000..6f5d992b Binary files /dev/null and b/bin/main/static/egov/images/ico_arrow_r_gray_4x7.png differ diff --git a/bin/main/static/egov/images/ico_calendar.png b/bin/main/static/egov/images/ico_calendar.png new file mode 100644 index 00000000..90241118 Binary files /dev/null and b/bin/main/static/egov/images/ico_calendar.png differ diff --git a/bin/main/static/egov/images/ico_delete.png b/bin/main/static/egov/images/ico_delete.png new file mode 100644 index 00000000..6b1f27a4 Binary files /dev/null and b/bin/main/static/egov/images/ico_delete.png differ diff --git a/bin/main/static/egov/images/ico_email.png b/bin/main/static/egov/images/ico_email.png new file mode 100644 index 00000000..1fefac32 Binary files /dev/null and b/bin/main/static/egov/images/ico_email.png differ diff --git a/bin/main/static/egov/images/ico_file.png b/bin/main/static/egov/images/ico_file.png new file mode 100644 index 00000000..f55aaf79 Binary files /dev/null and b/bin/main/static/egov/images/ico_file.png differ diff --git a/bin/main/static/egov/images/ico_folder.gif b/bin/main/static/egov/images/ico_folder.gif new file mode 100644 index 00000000..c5c31102 Binary files /dev/null and b/bin/main/static/egov/images/ico_folder.gif differ diff --git a/bin/main/static/egov/images/ico_home.png b/bin/main/static/egov/images/ico_home.png new file mode 100644 index 00000000..a8fe5725 Binary files /dev/null and b/bin/main/static/egov/images/ico_home.png differ diff --git a/bin/main/static/egov/images/ico_login.png b/bin/main/static/egov/images/ico_login.png new file mode 100644 index 00000000..bf239b2c Binary files /dev/null and b/bin/main/static/egov/images/ico_login.png differ diff --git a/bin/main/static/egov/images/ico_logout.png b/bin/main/static/egov/images/ico_logout.png new file mode 100644 index 00000000..a7110ac6 Binary files /dev/null and b/bin/main/static/egov/images/ico_logout.png differ diff --git a/bin/main/static/egov/images/ico_mail.png b/bin/main/static/egov/images/ico_mail.png new file mode 100644 index 00000000..b9e2e070 Binary files /dev/null and b/bin/main/static/egov/images/ico_mail.png differ diff --git a/bin/main/static/egov/images/ico_more.png b/bin/main/static/egov/images/ico_more.png new file mode 100644 index 00000000..2a3d8ec9 Binary files /dev/null and b/bin/main/static/egov/images/ico_more.png differ diff --git a/bin/main/static/egov/images/ico_page.gif b/bin/main/static/egov/images/ico_page.gif new file mode 100644 index 00000000..42d7318c Binary files /dev/null and b/bin/main/static/egov/images/ico_page.gif differ diff --git a/bin/main/static/egov/images/ico_paging_button.png b/bin/main/static/egov/images/ico_paging_button.png new file mode 100644 index 00000000..50eba5b5 Binary files /dev/null and b/bin/main/static/egov/images/ico_paging_button.png differ diff --git a/bin/main/static/egov/images/ico_paging_button_db.png b/bin/main/static/egov/images/ico_paging_button_db.png new file mode 100644 index 00000000..7c61f7f4 Binary files /dev/null and b/bin/main/static/egov/images/ico_paging_button_db.png differ diff --git a/bin/main/static/egov/images/ico_person.png b/bin/main/static/egov/images/ico_person.png new file mode 100644 index 00000000..7631954b Binary files /dev/null and b/bin/main/static/egov/images/ico_person.png differ diff --git a/bin/main/static/egov/images/ico_plus2.png b/bin/main/static/egov/images/ico_plus2.png new file mode 100644 index 00000000..c4e22bcc Binary files /dev/null and b/bin/main/static/egov/images/ico_plus2.png differ diff --git a/bin/main/static/egov/images/ico_pop_close.png b/bin/main/static/egov/images/ico_pop_close.png new file mode 100644 index 00000000..390aeda8 Binary files /dev/null and b/bin/main/static/egov/images/ico_pop_close.png differ diff --git a/bin/main/static/egov/images/ico_question.png b/bin/main/static/egov/images/ico_question.png new file mode 100644 index 00000000..0821f2bf Binary files /dev/null and b/bin/main/static/egov/images/ico_question.png differ diff --git a/bin/main/static/egov/images/ico_reply.png b/bin/main/static/egov/images/ico_reply.png new file mode 100644 index 00000000..3762a91a Binary files /dev/null and b/bin/main/static/egov/images/ico_reply.png differ diff --git a/bin/main/static/egov/images/ico_req.png b/bin/main/static/egov/images/ico_req.png new file mode 100644 index 00000000..ac2aea29 Binary files /dev/null and b/bin/main/static/egov/images/ico_req.png differ diff --git a/bin/main/static/egov/images/ico_search_b.png b/bin/main/static/egov/images/ico_search_b.png new file mode 100644 index 00000000..843d049b Binary files /dev/null and b/bin/main/static/egov/images/ico_search_b.png differ diff --git a/bin/main/static/egov/images/img_POP_TEMPLATE_INTRO.png b/bin/main/static/egov/images/img_POP_TEMPLATE_INTRO.png new file mode 100644 index 00000000..356393a3 Binary files /dev/null and b/bin/main/static/egov/images/img_POP_TEMPLATE_INTRO.png differ diff --git a/bin/main/static/egov/images/logo.png b/bin/main/static/egov/images/logo.png new file mode 100644 index 00000000..aceb8a46 Binary files /dev/null and b/bin/main/static/egov/images/logo.png differ diff --git a/bin/main/static/egov/images/logo_footer.png b/bin/main/static/egov/images/logo_footer.png new file mode 100644 index 00000000..c229593f Binary files /dev/null and b/bin/main/static/egov/images/logo_footer.png differ diff --git a/bin/main/static/egov/images/main_visual.png b/bin/main/static/egov/images/main_visual.png new file mode 100644 index 00000000..7c8c8723 Binary files /dev/null and b/bin/main/static/egov/images/main_visual.png differ diff --git a/bin/main/static/egov/images/menu_folder.gif b/bin/main/static/egov/images/menu_folder.gif new file mode 100644 index 00000000..eb129763 Binary files /dev/null and b/bin/main/static/egov/images/menu_folder.gif differ diff --git a/bin/main/static/egov/images/menu_folderopen.gif b/bin/main/static/egov/images/menu_folderopen.gif new file mode 100644 index 00000000..c5c31102 Binary files /dev/null and b/bin/main/static/egov/images/menu_folderopen.gif differ diff --git a/bin/main/static/egov/images/menu_minus.gif b/bin/main/static/egov/images/menu_minus.gif new file mode 100644 index 00000000..3d212a97 Binary files /dev/null and b/bin/main/static/egov/images/menu_minus.gif differ diff --git a/bin/main/static/egov/images/menu_minusbottom.gif b/bin/main/static/egov/images/menu_minusbottom.gif new file mode 100644 index 00000000..dc3198be Binary files /dev/null and b/bin/main/static/egov/images/menu_minusbottom.gif differ diff --git a/bin/main/static/egov/images/menu_page.gif b/bin/main/static/egov/images/menu_page.gif new file mode 100644 index 00000000..42d7318c Binary files /dev/null and b/bin/main/static/egov/images/menu_page.gif differ diff --git a/bin/main/static/egov/images/menu_plus.gif b/bin/main/static/egov/images/menu_plus.gif new file mode 100644 index 00000000..b2c99723 Binary files /dev/null and b/bin/main/static/egov/images/menu_plus.gif differ diff --git a/bin/main/static/egov/images/menu_plusbottom.gif b/bin/main/static/egov/images/menu_plusbottom.gif new file mode 100644 index 00000000..b5671d89 Binary files /dev/null and b/bin/main/static/egov/images/menu_plusbottom.gif differ diff --git a/bin/main/static/egov/images/ui-icons_444444_256x240.png b/bin/main/static/egov/images/ui-icons_444444_256x240.png new file mode 100644 index 00000000..a802263b Binary files /dev/null and b/bin/main/static/egov/images/ui-icons_444444_256x240.png differ diff --git a/bin/main/static/egov/images/ui-icons_555555_256x240.png b/bin/main/static/egov/images/ui-icons_555555_256x240.png new file mode 100644 index 00000000..7009bf75 Binary files /dev/null and b/bin/main/static/egov/images/ui-icons_555555_256x240.png differ diff --git a/bin/main/static/egov/images/ui-icons_777620_256x240.png b/bin/main/static/egov/images/ui-icons_777620_256x240.png new file mode 100644 index 00000000..e0a1fdfd Binary files /dev/null and b/bin/main/static/egov/images/ui-icons_777620_256x240.png differ diff --git a/bin/main/static/egov/images/ui-icons_777777_256x240.png b/bin/main/static/egov/images/ui-icons_777777_256x240.png new file mode 100644 index 00000000..8e26ee4f Binary files /dev/null and b/bin/main/static/egov/images/ui-icons_777777_256x240.png differ diff --git a/bin/main/static/egov/images/ui-icons_cc0000_256x240.png b/bin/main/static/egov/images/ui-icons_cc0000_256x240.png new file mode 100644 index 00000000..28154300 Binary files /dev/null and b/bin/main/static/egov/images/ui-icons_cc0000_256x240.png differ diff --git a/bin/main/static/egov/images/ui-icons_ffffff_256x240.png b/bin/main/static/egov/images/ui-icons_ffffff_256x240.png new file mode 100644 index 00000000..4d66f596 Binary files /dev/null and b/bin/main/static/egov/images/ui-icons_ffffff_256x240.png differ diff --git a/bin/main/static/egov/js/EgovBBSMng.js b/bin/main/static/egov/js/EgovBBSMng.js new file mode 100644 index 00000000..e8d8c55f --- /dev/null +++ b/bin/main/static/egov/js/EgovBBSMng.js @@ -0,0 +1,30 @@ +/**************************************************************** + * + * 파일명 : EgovBBSMng.js + * 설 명 : 전자정부 공통서비스 로그관리 기능 사용 JavaScript + * + * 수정일 수정자 Version Function 명 + * ------------ --------- ------------- ---------------------------- + * 2009.03.10 이삼섭 1.0 최초생성 + * + * + * **************************************************************/ + +function fn_egov_trim(str) { + if (str == null) { + return ''; + } + var count = str.length; + var len = count; + var st = 0; + + while ((st < len) && (str.charAt(st) <= ' ')) { + st++; + } + + while ((st < len) && (str.charAt(len - 1) <= ' ')) { + len--; + } + + return ((st > 0) || (len < count)) ? str.substring(st, len) : str; +} diff --git a/bin/main/static/egov/js/EgovCalPopup.js b/bin/main/static/egov/js/EgovCalPopup.js new file mode 100644 index 00000000..9d16e529 --- /dev/null +++ b/bin/main/static/egov/js/EgovCalPopup.js @@ -0,0 +1,200 @@ +/**************************************************************** + * + * 파일명 : EgovCalPopup.js + * 설 명 : 전자정부 공통서비스 달력 팝업 JavaScript + * + * 수정일 수정자 Version Function 명 + * ------------ --------- ------------- ---------------------------- + * 2009.03.30 이중호 1.0 최초생성 + * 2011.08.30 이기하 1.1 contextpath 적용 + * + * + */ + +function dirname(path) { + if (path.lastIndexOf("/") == -1) + return "./"; + return path.replace(/\\/g, '/').replace(/\/[^\/]*\/?$/, '') + "/"; +} + +function getActiveScript() { + var d = document.getElementsByTagName("script"); + var path = dirname(d[d.length - 1].src); + delete d; + + var offset=path.indexOf(location.host)+location.host.length; + return path.substring(offset); +} + + +function getContextPath(){ + var offset=location.href.indexOf(location.host)+location.host.length; + var ctxPath=location.href.substring(offset, location.href.indexOf('/',offset+1)); + + if ((/^\/js/).test(getActiveScript())) { + return ""; + } + + return ctxPath; +} + +function loadScript(src, f) { + var head = document.getElementsByTagName("head")[0]; + var script = document.createElement("script"); + script.src = src; + var done = false; + script.onload = script.onreadystatechange = function() { + // attach to both events for cross browser finish detection: + if ( !done && (!this.readyState || + this.readyState == "loaded" || this.readyState == "complete") ) { + done = true; + if (typeof f == 'function') f(); + // cleans up a little memory: + script.onload = script.onreadystatechange = null; + head.removeChild(script); + } + }; + head.appendChild(script); +} + +loadScript(getContextPath() + '/js/showModalDialog.js'); + +/********************************************** + * 함수명 : fn_egov_AdministCalendar + * 설 명 : 행정달력 팝업 호출 + * 인 자 : 사용할 Form 객체, 연월일(yyyy-MM-dd) + * 사용법 : fn_egov_AdministCalendar(frm, sDate) + * + * 수정일 수정자 수정내용 + * ------ ------ ------------------- + * 2009.03.30 이중호 신규작업 + * + */ + +function fn_egov_AdministCalendar(frm, sDate, vDate) { + var retVal; + + var url = frm.cal_url.value; +// var url = "/sym/cal/EgovAdministCalPopup.do"; + + var varParam = new Object(); + varParam.sDate = sDate.value; + + // IE + //var openParam = "dialogWidth:252px;dialogHeight:175px;scroll:no;status:no;center:yes;resizable:yes;"; + // FIREFOX + var openParam = "dialogWidth:320px;dialogHeight:220px;scroll:no;status:no;center:yes;resizable:yes;"; + + retVal = window.showModalDialog(url, varParam, openParam, "calendarCallback"); + + otherParameters[0] = fn_egov_AdministCalendar.arguments.length; + otherParameters[1] = sDate; + otherParameters[2] = vDate; + + if (retVal) { + sDate.value = retVal.sDate; + vDate.value = retVal.vDate; + } +} + +/********************************************** + * 함수명 : fn_egov_NormalCalendar + * 설 명 : 일반달력 팝업 호출 + * 인 자 : 사용할 Form 객체, 연월일(yyyy-MM-dd) + * 사용법 : fn_egov_NormalCalendar(frm, sDate) + * + * 수정일 수정자 수정내용 + * ------ ------ ------------------- + * 2009.03.30 이중호 신규작업 + * + */ +function fn_egov_NormalCalendar(frm, sDate, vDate) { + var retVal; + + var url = frm.cal_url.value; +// var url = "/sym/cal/EgovNormalCalPopup.do"; + + var varParam = new Object(); + varParam.sDate = sDate.value; + + // IE + //var openParam = "dialogWidth:252px;dialogHeight:175px;scroll:no;status:no;center:yes;resizable:yes;"; + // FIREFOX + var openParam = ""; + var sAppName = navigator.appName ; + + if( sAppName.indexOf("Netscape") > -1){ + openParam = "dialogWidth:275px;dialogHeight:192px;scroll:no;status:no;center:yes;resizable:yes;"; + }else if(sAppName.indexOf("Microsoft") > -1){ + openParam = "dialogWidth:275px;dialogHeight:192px;scroll:no;status:no;center:yes;resizable:yes;"; + }else{ + openParam = "dialogWidth:275px;dialogHeight:192px;scroll:no;status:no;center:yes;resizable:yes;"; + } + + retVal = window.showModalDialog(url, varParam, openParam, "calendarCallback"); + + otherParameters[0] = fn_egov_NormalCalendar.arguments.length; + otherParameters[1] = sDate; + otherParameters[2] = vDate; + + if (retVal) { + if(fn_egov_NormalCalendar.arguments.length == 2){ + sDate.value = retVal.vDate; + }else{ + sDate.value = retVal.sDate; + vDate.value = retVal.vDate; + } + } +} + +function calendarCallback(retVal) { + if (retVal) { + if (otherParameters[0] == 2) { + otherParameters[1].value = retVal.vDate; + } else { + otherParameters[1].value = retVal.sDate; + otherParameters[2].value = retVal.vDate; + } + } +} + +/********************************************** + * 함수명 : fn_egov_Calendar + * 설 명 : 달력 팝업 호출 + * 인 자 : 사용할 Form 객체, 연월일(yyyy-MM-dd) + * 사용법 : fn_egov_Calendar(frm, sDate) + * + * 수정일 수정자 수정내용 + * ------ ------ ------------------- + * 2009.10.13 이중호 신규작업 + * + */ +function fn_egov_Calendar(frm, sDate, vDate) { + var retVal; + + var url = frm.cal_url.value; +// var url = "/sym/cal/callCalPopup.do"; + + var varParam = new Object(); + varParam.sDate = sDate.value; + + // IE + //var openParam = "dialogWidth:252px;dialogHeight:175px;scroll:no;status:no;center:yes;resizable:yes;"; + // FIREFOX + var openParam = "dialogWidth:320px;dialogHeight:220px;scroll:no;status:no;center:yes;resizable:yes;"; + + retVal = window.showModalDialog(url, varParam, openParam, "calendarCallback"); + + otherParameters[0] = fn_egov_Calendar.arguments.length; + otherParameters[1] = sDate; + otherParameters[2] = vDate; + + if(retVal) { + if(fn_egov_Calendar.arguments.length == 2){ + sDate.value = retVal.vDate; + }else{ + sDate.value = retVal.sDate; + vDate.value = retVal.vDate; + } + } +} \ No newline at end of file diff --git a/bin/main/static/egov/js/EgovMainMenu.js b/bin/main/static/egov/js/EgovMainMenu.js new file mode 100644 index 00000000..5c0ca7aa --- /dev/null +++ b/bin/main/static/egov/js/EgovMainMenu.js @@ -0,0 +1,177 @@ +/* + * 노드 , 트리 구성 정보 선언 + */ +var treeNodes = new Array();; +var openTreeNodes = new Array(); +var treeIcons = new Array(6); +var imgpath = "/images/egovframework/com/cmm/utl/"; +var treeYeobu = false; +var chkValue = ""; +var vHtmlCode = ""; + +/* + * 노드 , 트리 구성 이미지 정보 + */ +function preloadIcons() { + treeIcons[0] = new Image(); + treeIcons[0].src = imgpath+"menu_plus.gif"; + treeIcons[1] = new Image(); + treeIcons[1].src = imgpath+"menu_plusbottom.gif"; + treeIcons[2] = new Image(); + treeIcons[2].src = imgpath+"menu_minus.gif"; + treeIcons[3] = new Image(); + treeIcons[3].src = imgpath+"menu_minusbottom.gif"; + treeIcons[4] = new Image(); + treeIcons[4].src = imgpath+"menu_folder.gif"; + treeIcons[5] = new Image(); + treeIcons[5].src = imgpath+"menu_folderopen.gif"; +} +/* +* 트리생성함수 +*/ +function createTree(arrName, vYeobu, checkValue) { + var startNode, openNode; + treeNodes = arrName; + treeYeobu = vYeobu; + chkValue = checkValue;//"2000000" + startNode = chkValue; + if (treeNodes.length > 0) { + preloadIcons(); + + //vHtmlCode +=""; + //vHtmlCode +="" + } else { + //vHtmlCode +="메뉴목록
"; + } + var recursedNodes = new Array(); + addTreeNode(startNode, recursedNodes); + //vHtmlCode +="
"; + + if (startNode == null) startNode = 0; + if (openNode != 0 || openNode != null) setOpenTreeNodes(openNode); + if (startNode !=0) { + var _getTreeArrayId = getTreeArrayId(startNode) + var nodeValues = treeNodes[getTreeArrayId(startNode)].split("|"); + //vHtmlCode +="
" + nodeValues[2] + "
 
"; + document.write("
    "+vHtmlCode+"
"); + } +} +/* +* 노드위치 확인 +*/ +function getTreeArrayId(node) { + for (i=0; i"; + } + + if (lastSibling) recursedNodes.push(0); + else recursedNodes.push(1); + + if (hasChildNode) { + vHtmlCode +=vHtmlCodeBg+""+nodeValues[2]+""; + } else{ + // Start link + if(recursedNodes.length==1){ + vHtmlCode +=vHtmlCodeBg+""+nodeValues[2]+""; + }else{ + vHtmlCode +=vHtmlCodeBgList+""+nodeValues[2]+""; + } + } + + if (hasChildNode) { + vHtmlCode +="
0) { + preloadIcons(); + if (startNode == null) startNode = 0; + if (openNode != 0 || openNode != null) setOpenTreeNodes(openNode); + if (startNode !=0) { + var nodeValues = treeNodes[getTreeArrayId(startNode)].split("|"); + } + else + + document.write("
"); +// document.write("
"); +// document.write("메뉴목록
"); + var recursedNodes = new Array(); + addTreeNode(startNode, recursedNodes); + } +} +/* +* 노드위치 확인 +*/ +function getTreeArrayId(node) { + for (i=0; i"); +// document.write("onclick='javascript:fCheckDir(this.name, this.value,"+i+");' value=" + nodeValues[0] + ">"); + document.write("onclick='javascript:fCheckDir(this.name, this.value,"+i+");' value=" + nodeValues[0] + ">   "); + + if (hasChildNode) + { + document.write("Folder"); + } else document.write("Page"); + document.write(""); + document.write(nodeValues[2]+" ("+nodeValues[0]+") "); + document.write("
"); + + if (hasChildNode) + { + document.write(""); + } + recursedNodes.pop(); + } + } +} +/* +* 트리노드 액션(열기,닫기) +*/ +function openCloseEx(node, bottom) { + var treeDiv = document.getElementById("div" + node); + var treeJoin = document.getElementById("join" + node); + var treeIcon = document.getElementById("icon" + node); + + if (treeDiv.style.display == 'none') { + if (bottom==1) treeJoin.src = treeIcons[3].src; + else treeJoin.src = treeIcons[2].src; + treeIcon.src = treeIcons[5].src; + treeDiv.style.display = ''; + } else { + if (bottom==1) treeJoin.src = treeIcons[1].src; + else treeJoin.src = treeIcons[0].src; + treeIcon.src = treeIcons[4].src; + treeDiv.style.display = 'none'; + } +} +if(!Array.prototype.push) { + function fnArrayPush() { + for(var i=0;i 1) { + for(var i=0; i < checkField.length; i++) { + checkField[i].checked = true; + } + } else { + checkField.checked = true; + } + } + } else { + if(checkField) { + if(checkField.length > 1) { + for(var j=0; j < checkField.length; j++) { + checkField[j].checked = false; + } + } else { + checkField.checked = false; + } + } + } +} + +/* ******************************************************** + * 모두선택 처리 함수 + ******************************************************** */ +function fCheckDir(fCheckYB, fValue, fPath){ + var checkField = document.getElementsByName(fCheckYB); +} diff --git a/bin/main/static/egov/js/EgovMenuCreatSiteMap.js b/bin/main/static/egov/js/EgovMenuCreatSiteMap.js new file mode 100644 index 00000000..ff1725bb --- /dev/null +++ b/bin/main/static/egov/js/EgovMenuCreatSiteMap.js @@ -0,0 +1,226 @@ +/**************************************************************** + * + * 파일명 : EgovMenuCreatSiteMap.js + * 설 명 : 전자정부 공통서비스 메뉴 JavaScript + * + * 수정일 수정자 Function 명 + * ------------ --------- ---------------------------- + * 2011.09.01 이기하 imgpath 변수는 js를 호출하는 + * jsp에서 입력받도록 수정 + * + * + */ + +/* + * 노드 , 트리 구성 정보 선언 + */ +var treeNodes = new Array(); +var openTreeNodes = new Array(); +var treeIcons = new Array(6); +//var imgpath = "./../../../../../../../images/egovframework/com/cmm/utl/"; +var vHtmlCode = ""; + +/* + * 노드 , 트리 구성 이미지 정보 + */ +function preloadIcons() { + treeIcons[0] = new Image(); + treeIcons[0].src = imgpath+"menu_plus.gif"; + treeIcons[1] = new Image(); + treeIcons[1].src = imgpath+"menu_plusbottom.gif"; + treeIcons[2] = new Image(); + treeIcons[2].src = imgpath+"menu_minus.gif"; + treeIcons[3] = new Image(); + treeIcons[3].src = imgpath+"menu_minusbottom.gif"; + treeIcons[4] = new Image(); + treeIcons[4].src = imgpath+"menu_folder.gif"; + treeIcons[5] = new Image(); + treeIcons[5].src = imgpath+"menu_folderopen.gif"; +} + +/* +* 트리생성함수 +*/ +function createTree(baseObj, arrName ) { + var startNode, openNode; + treeNodes = arrName; + if (treeNodes.length > 0) { + preloadIcons(); + if (startNode == null) startNode = 0; + if (openNode != 0 || openNode != null) setOpenTreeNodes(openNode); + if (startNode !=0) { + var nodeValues = treeNodes[getTreeArrayId(startNode)].split("|"); + } + var recursedNodes = new Array(); + addTreeNode(startNode, recursedNodes); + baseObj.innerHTML = vHtmlCode; + //document.write(vHtmlCode); + } +} +/* +* 노드위치 확인 +*/ +function getTreeArrayId(node) { + for (i=0; i"; + } + if (lastSibling) recursedNodes.push(0); + else recursedNodes.push(1); + vHtmlCode +=""; + if (hasChildNode){ + vHtmlCode +="+"; + vHtmlCode +="▶ "+nodeValues[2]+"
\n"; + + }else{ + vHtmlCode +=""; + vHtmlCode +="― "+nodeValues[2]+"
\n"; + } + if (hasChildNode) { + vHtmlCode +="
\n"; + addTreeNode(nodeValues[0], recursedNodes); + vHtmlCode +="
\n"; + } + if( recursedNodes == '1'){ + vHtmlCode +="
\n"; + } + recursedNodes.pop(); + + } + } +} +/* +* 트리노드 액션(열기,닫기) +*/ +function openCloseEx(node, bottom) { + var treeDiv = document.getElementById("div" + node); + var treeJoin = document.getElementById("join" + node); + var treeIcon = document.getElementById("icon" + node); + + if (treeDiv.style.display == 'none') { + if (bottom==1) treeJoin.src = treeIcons[3].src; + else treeJoin.src = treeIcons[2].src; + treeIcon.src = treeIcons[5].src; + treeDiv.style.display = ''; + } else { + if (bottom==1) treeJoin.src = treeIcons[1].src; + else treeJoin.src = treeIcons[0].src; + treeIcon.src = treeIcons[4].src; + treeDiv.style.display = 'none'; + } +} +if(!Array.prototype.push) { + function fnArrayPush() { + for(var i=0;i 1) { + for(var i=0; i < checkField.length; i++) { + checkField[i].checked = true; + } + } else { + checkField.checked = true; + } + } + } else { + if(checkField) { + if(checkField.length > 1) { + for(var j=0; j < checkField.length; j++) { + checkField[j].checked = false; + } + } else { + checkField.checked = false; + } + } + } +} + +/* ******************************************************** + * JSP코드 편집 + ******************************************************** */ +function fHtmlCreat_Head() +{ + // HtmlHead ='<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>\n' + // +'
\n'; + + HtmlHead ='\n' + + ' \n'; + +'
\n'; + + // HtmlBottom='
\n'; + HtmlBottom = '
\n'; + + '\n'; + vHtmlCode = HtmlHead+vHtmlCode+HtmlBottom; +} diff --git a/bin/main/static/egov/js/EgovMenuList.js b/bin/main/static/egov/js/EgovMenuList.js new file mode 100644 index 00000000..cc29d229 --- /dev/null +++ b/bin/main/static/egov/js/EgovMenuList.js @@ -0,0 +1,215 @@ +/**************************************************************** + * + * 파일명 : EgovMenuList.js + * 설 명 : 전자정부 공통서비스 메뉴 JavaScript + * + * 수정일 수정자 Function 명 + * ------------ --------- ---------------------------- + * 2011.09.01 이기하 imgpath 변수는 js를 호출하는 + * jsp에서 입력받도록 수정 + * + * + */ + +/* + * 노드 , 트리 구성 정보 선언 + */ +var treeNodes = new Array(); +var openTreeNodes = new Array(); +var treeIcons = new Array(6); +//var imgpath = "./../../../../../../../images/egovframework/com/cmm/utl/"; +var treeYeobu = false; + +/* + * 노드 , 트리 구성 이미지 정보 + */ +function preloadIcons() { + treeIcons[0] = new Image(); + treeIcons[0].src = imgpath+"menu_plus.gif"; + treeIcons[1] = new Image(); + treeIcons[1].src = imgpath+"menu_plusbottom.gif"; + treeIcons[2] = new Image(); + treeIcons[2].src = imgpath+"menu_minus.gif"; + treeIcons[3] = new Image(); + treeIcons[3].src = imgpath+"menu_minusbottom.gif"; + treeIcons[4] = new Image(); + treeIcons[4].src = imgpath+"menu_folder.gif"; + treeIcons[5] = new Image(); + treeIcons[5].src = imgpath+"menu_folderopen.gif"; +} +/* +* 트리생성함수 +*/ +function createTree(arrName, vYeobu) +{ + var startNode, openNode; + treeNodes = arrName; + treeYeobu = vYeobu; + + if (treeNodes.length > 0) + { + preloadIcons(); + if (startNode == null) startNode = 0; + if (openNode != 0 || openNode != null) setOpenTreeNodes(openNode); + + if (startNode !=0) + { + var nodeValues = treeNodes[getTreeArrayId(startNode)].split("|"); + document.write("" + nodeValues[2] + "
"); + } + else + document.write("root
"); + + var recursedNodes = new Array(); + + addTreeNode(startNode, recursedNodes); + } +} +/* +* 노드위치 확인 +*/ +function getTreeArrayId(node) { + for (i=0; i"); + else document.write(""); + } + if (lastSibling) recursedNodes.push(0); + else recursedNodes.push(1); + if (hasChildNode) { + if (lastSibling) { + document.write("Open/Close node"); + } else { + document.write("Open/Close node"); + } + } else { + if (lastSibling) document.write(""); + else document.write(""); + } + document.write(""); + if (hasChildNode) { + document.write("Folder"); + } else document.write("Page"); + + document.write(nodeValues[2]); + document.write("
"); + if (hasChildNode) { + document.write(""); + } + recursedNodes.pop(); + } + } +} +/* +* 트리노드 액션(열기,닫기) +*/ +function openCloseEx(node, bottom) { + var treeDiv = document.getElementById("div" + node); + var treeJoin = document.getElementById("join" + node); + var treeIcon = document.getElementById("icon" + node); + + if (treeDiv.style.display == 'none') { + if (bottom==1) treeJoin.src = treeIcons[3].src; + else treeJoin.src = treeIcons[2].src; + treeIcon.src = treeIcons[5].src; + treeDiv.style.display = ''; + } else { + if (bottom==1) treeJoin.src = treeIcons[1].src; + else treeJoin.src = treeIcons[0].src; + treeIcon.src = treeIcons[4].src; + treeDiv.style.display = 'none'; + } +} +if(!Array.prototype.push) { + function fnArrayPush() { + for(var i=0;i + * + * 2. Create a DIV for the output to be written to + * eg.
+ * + * 3. Instantiate a MultiSelector object, passing in the DIV and an (optional) maximum number of files + * eg. var multi_selector = new MultiSelector( document.getElementById( 'files_list' ), 3 ); + * + * 4. Add the first element + * eg. multi_selector.addElement( document.getElementById( 'first_file_element' ) ); + */ + +function MultiSelector( list_target, max ){ + + // Where to write the list + this.list_target = list_target; + // How many elements? + this.count = 0; + // How many elements? + this.id = 0; + // Is there a maximum? + if( max ){ + this.max = max; + } else { + this.max = -1; + }; + + /** + * Add a new file input element + */ + this.addElement = function( element ){ + + // Make sure it's a file input element + if( element.tagName == 'INPUT' && element.type == 'file' ){ + + // Element name -- what number am I? + element.name = 'file_' + this.id++; + + // Add reference to this object + element.multi_selector = this; + + // What to do when a file is selected + element.onchange = function(){ + + // New file input + var new_element = document.createElement( 'input' ); + new_element.type = 'file'; + + // Add new element + this.parentNode.insertBefore( new_element, this ); + + // Apply 'update' to element + this.multi_selector.addElement( new_element ); + + // Update list + this.multi_selector.addListRow( this ); + + // Hide this: we can't use display:none because Safari doesn't like it + this.style.position = 'absolute'; + this.style.left = '-1000px'; + this.style.top = '-1000px'; + this.style.display = 'none'; + this.style.visibility = 'hidden'; + this.style.width = '0'; + this.style.height = '0'; + this.style.overflow = 'hidden'; + + new_element.onkeypress = function(){ + return false; + }; + + }; + // If we've reached maximum number, disable input element + if( this.max != -1 && this.count >= this.max ){ + element.disabled = true; + }; + + // File element counter + this.count++; + // Most recent element + this.current_element = element; + + } else { + // This can only be applied to file input elements! + alert( 'Error: not a file input element' ); + }; + + }; + + /** + * Add a new row to the list of files + */ + this.addListRow = function( element ){ + + // Row div + var new_row = document.createElement( 'div' ); + + // Delete button + var new_row_button = document.createElement( 'input' ); + new_row_button.type = 'button'; + new_row_button.value = 'Delete'; + + // References + new_row.element = element; + + // Delete function + new_row_button.onclick= function(){ + + // Remove element from form + this.parentNode.element.parentNode.removeChild( this.parentNode.element ); + + // Remove this row from the list + this.parentNode.parentNode.removeChild( this.parentNode ); + + // Decrement counter + this.parentNode.element.multi_selector.count--; + + // Re-enable input element (if it's disabled) + this.parentNode.element.multi_selector.current_element.disabled = false; + + // which nixes your already queued uploads + return false; + }; + + // Set row value + new_row.innerHTML = element.value; + + // Add button + new_row.appendChild( new_row_button ); + + // Add it to the list + this.list_target.appendChild( new_row ); + }; + +}; \ No newline at end of file diff --git a/bin/main/static/egov/js/EgovMultiFiles.js b/bin/main/static/egov/js/EgovMultiFiles.js new file mode 100644 index 00000000..c367c3fc --- /dev/null +++ b/bin/main/static/egov/js/EgovMultiFiles.js @@ -0,0 +1,210 @@ +/**************************************************************** + * + * 파일명 : EgovMultiFiles.js + * 설 명 : 업로드시 여러 파일에 대한 목록 표시 및 처리 + * + * 수정일 수정자 수정내용 + * ---------- --------- ---------------------------- + * 2019.10.15 취두영 다중 파일 업로드 개선 (HTML5) + * 2019.12.06 신용호 EgovMultiFilesChecker 추가하여 확장자 체크 및 용량 체크 하기 + * 2020.08.07 신용호 수정시 첨부파일 갯수 없는경우 예외수정, 확장자 체크 로직 보완 + * + */ +function MultiSelector(list_target, max, file_label) { + + // Where to write the list + this.list_target = list_target; + this.id = 0; + // Is there a maximum? + if (max) { + this.max = max; + } else { + this.max = -1; + } + + this.file_label = file_label; + /** + * Add a new file input element + */ + _base = this; + this.addElement = function(element) { + // Make sure it's a file input element + if (element.tagName == 'INPUT' && element.type == 'file') { + + // Add reference to this object + element.multi_selector = this; + + // What to do when a file is selected + element.onchange = function() { + + var i = 0; + + var sErrMsg = "첨부파일 개수는 [" + _base.max + "]까지 첨부할 수 있습니다!"; + var files_length = 1; + // HTML5 지원여부 체크 + if (typeof element.files != "undefined") { + files_length = element.files.length; + } + + if (_base.max < files_length) { + element.value = ""; + alert(sErrMsg); + + while (list_target.firstChild) { + list_target.removeChild(list_target.firstChild); + } + + return; + } + + // 수정모드 체크 + if (document.getElementById("egov_file_view_table") != null) { + var sum = files_length + + document.getElementById("egov_file_view_table") + .getElementsByTagName("img").length; + + if (_base.max < sum) { + element.value = ""; + alert(sErrMsg); + return; + } + } + + /* 2025.06.05 나혁제 기존파일은 전부 삭제 처리 + if (files_length > 0) { + while (list_target.firstChild) { + list_target.removeChild(list_target.firstChild); + } + } + */ + + while (list_target.firstChild) { + list_target.removeChild(list_target.firstChild); + } + + + // Update list + for (i; i < files_length; i++) { + this.multi_selector.addListRowNew(this, i); + } + + }; + // Most recent element + this.current_element = element; + } else { + // This can only be applied to file input elements! + alert('Error: not a file input element'); + } + ; + }; + + /** + * Add a new row to the list of files + */ + this.addListRowNew = function(element, i) { + + // Row div + var new_row = document.createElement('div'); + new_row.className = "file_add_" + i; + new_row.innerHTML = "" + element.files[i].name + + "  "; + + // Add it to the list + this.list_target.appendChild(new_row); + }; + +}; + +var EgovMultiFilesChecker = { + getFileExtension: function(filename) { + + if (filename == null) return ""; + var __fileLen = filename.length; + var __lastDot = filename.lastIndexOf('.'); + if (__lastDot < 0 ) return ""; + var __fileExt = filename.substring(__lastDot, __fileLen).toLowerCase(); + + return __fileExt; + } + // 결과가 true 인경우 허용 + // 결과가 false 인경우 불가 + ,checkExtensions: function(fileObjId, allowTypes) { + if ( document.getElementById( fileObjId ) == null ) return false; // file객체가 없으면 승인하지 않는다. + if ( typeof document.getElementById( fileObjId ).files == "undefined" ) + return this.checkExtensionsOldIE(fileObjId, allowTypes); + else + return this.checkExtensionsHTML5(fileObjId, allowTypes); + + } + ,checkExtensionsHTML5: function(fileObjId, allowTypes) { + var __filelen = document.getElementById( fileObjId ).files.length; + var __fileObjs = document.getElementById( fileObjId ).files; + if ( __filelen == 0 ) return true; + for(var i=0; i<__fileObjs.length; i++) { + var __fileObj = __fileObjs[i]; + console.log(__fileObj.name); + console.log(this.getFileExtension(__fileObj.name)); + + var __fileExt = this.getFileExtension(__fileObj.name); + if ( __fileExt == "" || (allowTypes+".").indexOf(__fileExt+".") < 0 ) { + alert("허용되지 않는 확장자 입니다.["+__fileExt+"]"); + return false; + } + } + + return true; + } + ,checkExtensionsOldIE: function(fileObjId, allowTypes) { + var __filelPath = document.getElementById( fileObjId ).value; + console.log(__filelPath); + console.log(this.getFileExtension(__filelPath)); + + var __fileExt = this.getFileExtension(__filelPath); + if ( __fileExt == "" || (allowTypes+".").indexOf(__fileExt+".") < 0 ) { + alert("2.허용되지 않는 확장자 입니다.["+__fileExt+"]"); + return false; + } + + return true; + } + + // 결과가 true 인경우 허용 + // 결과가 false 인경우 불가 + ,checkFileSize: function(fileObjId, allowSize) { + if ( document.getElementById( fileObjId ) == null ) return false; // file객체가 없으면 승인하지 않는다. + if ( typeof document.getElementById( fileObjId ).files == "undefined" ) + return this.checkFileSizeOldIE(fileObjId, allowSize); + else + return this.checkFileSizeHTML5(fileObjId, allowSize); + } + ,checkFileSizeHTML5: function(fileObjId, allowSize) { + var __filelen = document.getElementById( fileObjId ).files.length; + var __fileObjs = document.getElementById( fileObjId ).files; + if ( __filelen == 0 ) return true; + for(var i=0; i<__fileObjs.length; i++) { + var __fileObj = __fileObjs[i]; + console.log(__fileObj.name); + console.log(this.getFileExtension(__fileObj.name)); + console.log(__fileObj.size); + + if ( __fileObj.size > allowSize ) { + alert("허용되지 않는 파일 사이즈 입니다.["+__fileObj.name+" : "+__fileObj.size+" bytes / "+allowSize+" bytes]"); + return false; + } + } + + return true; + } + // 구형 IE 브라우저의 경우 사이즈 체크의 제한이 있습니다. + ,checkFileSizeOldIE: function(fileObjId, allowSize) { + + var __filelPath = document.getElementById( fileObjId ).value; + console.log(__filelPath); + + alert("구형 브라우저에서는 파일 사이즈 체크를 할수 없습니다."); + + return true; + } + +}; + diff --git a/bin/main/static/egov/js/EgovZipPopup.js b/bin/main/static/egov/js/EgovZipPopup.js new file mode 100644 index 00000000..e381ebcd --- /dev/null +++ b/bin/main/static/egov/js/EgovZipPopup.js @@ -0,0 +1,106 @@ +/**************************************************************** + * + * 파일명 : EgovZipPopup.js + * 설 명 : 전자정부 공통서비스 달력 팝업 JavaScript + * + * 수정일 수정자 Version Function 명 + * ------------ --------- ------------- ---------------------------- + * 2009.03.30 이중호 1.0 최초생성 + * + * + */ + + +function dirname(path) { + if (path.lastIndexOf("/") == -1) + return "./"; + return path.replace(/\\/g, '/').replace(/\/[^\/]*\/?$/, '') + "/"; +} + +function getActiveScript() { + var d = document.getElementsByTagName("script"); + var path = dirname(d[d.length - 1].src); + delete d; + + var offset=path.indexOf(location.host)+location.host.length; + return path.substring(offset); +} + + +function getContextPath(){ + var offset=location.href.indexOf(location.host)+location.host.length; + var ctxPath=location.href.substring(offset, location.href.indexOf('/',offset+1)); + + if ((/^\/js/).test(getActiveScript())) { + return ""; + } + + return ctxPath; +} + +function loadScript(src, f) { + var head = document.getElementsByTagName("head")[0]; + var script = document.createElement("script"); + script.src = src; + var done = false; + script.onload = script.onreadystatechange = function() { + // attach to both events for cross browser finish detection: + if ( !done && (!this.readyState || + this.readyState == "loaded" || this.readyState == "complete") ) { + done = true; + if (typeof f == 'function') f(); + // cleans up a little memory: + script.onload = script.onreadystatechange = null; + head.removeChild(script); + } + }; + head.appendChild(script); +} + +loadScript(getContextPath() + '/js/showModalDialog.js'); + +/********************************************** + * 함수명 : fn_egov_ZipSearch + * 설 명 : 우편번호찾기 팝업 호출 - form별로 이름이 다른 경우 사용 + * 인 자 : 사용할 Form 객체, 우편번호(123456), 우편번호(123-456), 주소 + * 사용법 : fn_egov_ZipSearch(frm, sZip, vZip, sAddr) + * + * 수정일 수정자 수정내용 + * ------ ------ ------------------- + * 2009.03.30 이중호 신규작업 + * + */ +function fn_egov_ZipSearch(frm, sZip, vZip, sAddr) { + var retVal; + + var url = frm.zip_url.value; + //var url = "/ebt/sym/cmm/EgovCcmZipSearchPopup.do"; + var varParam = new Object(); + varParam.sZip = sZip.value; + + // IE + //var openParam = "dialogWidth:500px;dialogHeight:325px;scroll:no;status:no;center:yes;resizable:yes;"; + // FIREFOX + var openParam = "dialogWidth:550px;dialogHeight:365px;scroll:no;status:no;center:yes;resizable:yes;"; + + retVal = window.showModalDialog(url, varParam, openParam, "zipCallback"); + + otherParameters[0] = sZip; + otherParameters[1] = vZip; + otherParameters[2] = sAddr; + + if(retVal) { + sZip.value = retVal.sZip; + vZip.value = retVal.vZip; + sAddr.value = retVal.sAddr; + } +} + + +function zipCallback(retVal) { + if (retVal) { + otherParameters[0].value = retVal.sZip; + otherParameters[1].value = retVal.vZip; + otherParameters[2].value = retVal.sAddr; + } +} diff --git a/bin/main/static/egov/js/com/cmm/modal.js b/bin/main/static/egov/js/com/cmm/modal.js new file mode 100644 index 00000000..2142bcf7 --- /dev/null +++ b/bin/main/static/egov/js/com/cmm/modal.js @@ -0,0 +1,64 @@ +/**************************************************************** + * + * 파일명 : modal.js + * 설 명 : 모달 기능을 처리하는 JavaScript + * + * 수정일 수정자 Version Function 명 + * ------------ --------- ------------- ---------------------------- + * 2015.07.13 장동한 1.0 최초생성 + * + */ +$(function() { + + $.fn.egovModal = function(oModal) { + //Get the modal + var modal = document.getElementById(oModal); + + // When the user clicks the button, open the modal + $(this).click(function(){ + $(modal).css("display","block"); + }); + + // When the user clicks on (x), close the modal + $(modal).find(".close").click(function(){ + $(modal).css("display","none"); + }); + + // When the user clicks anywhere outside of the modal, close it + $(document).click(function(e){ + if(e.target == modal) { + $(modal).css("display","none"); + } + }); + + //close key esc + $(document).bind('keydown', function(event) { + if($(modal).css("display") != "none" + && event.keyCode == 27){ + $(modal).css("display","none"); + } + }); + + }; + + $.fn.setEgovModalTitle = function(sTitle) { + $(this).find("#title").html("

"+sTitle+"

"); + }; + + $.fn.setEgovModalBody = function(sBody) { + $(this).find("#body").html(sBody); + }; + + $.fn.setEgovModalfooter = function(sFooter) { + $(this).find("#footer").html(sFooter+"close").trigger("create"); + //close botton + $(this).find("#footer").find("#btnModalClose").click(function(){ + $(this).parent().parent().parent().parent().css("display","none"); + }); + }; + + $.fn.setEgovModalClose = function() { + $(this).css("display","none"); + }; + +}) diff --git a/bin/main/static/egov/js/jquery-1.11.2.min.js b/bin/main/static/egov/js/jquery-1.11.2.min.js new file mode 100644 index 00000000..45581e3d --- /dev/null +++ b/bin/main/static/egov/js/jquery-1.11.2.min.js @@ -0,0 +1,4 @@ +/*! jQuery v1.11.2 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */ +!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l="1.11.2",m=function(a,b){return new m.fn.init(a,b)},n=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,o=/^-ms-/,p=/-([\da-z])/gi,q=function(a,b){return b.toUpperCase()};m.fn=m.prototype={jquery:l,constructor:m,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=m.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return m.each(this,a,b)},map:function(a){return this.pushStack(m.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},m.extend=m.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||m.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(m.isPlainObject(c)||(b=m.isArray(c)))?(b?(b=!1,f=a&&m.isArray(a)?a:[]):f=a&&m.isPlainObject(a)?a:{},g[d]=m.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},m.extend({expando:"jQuery"+(l+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===m.type(a)},isArray:Array.isArray||function(a){return"array"===m.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return!m.isArray(a)&&a-parseFloat(a)+1>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==m.type(a)||a.nodeType||m.isWindow(a))return!1;try{if(a.constructor&&!j.call(a,"constructor")&&!j.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(k.ownLast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(b){b&&m.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(o,"ms-").replace(p,q)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=r(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(n,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(r(Object(a))?m.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(g)return g.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=r(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(f=a[b],b=a,a=f),m.isFunction(a)?(c=d.call(arguments,2),e=function(){return a.apply(b||this,c.concat(d.call(arguments)))},e.guid=a.guid=a.guid||m.guid++,e):void 0},now:function(){return+new Date},support:k}),m.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function r(a){var b=a.length,c=m.type(a);return"function"===c||m.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var s=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=hb(),z=hb(),A=hb(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N=M.replace("w","w#"),O="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+N+"))|)"+L+"*\\]",P=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+O+")*)|.*)\\)|)",Q=new RegExp(L+"+","g"),R=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),S=new RegExp("^"+L+"*,"+L+"*"),T=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),U=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),V=new RegExp(P),W=new RegExp("^"+N+"$"),X={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+O),PSEUDO:new RegExp("^"+P),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ab=/[+~]/,bb=/'|\\/g,cb=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),db=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},eb=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(fb){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function gb(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],k=b.nodeType,"string"!=typeof a||!a||1!==k&&9!==k&&11!==k)return d;if(!e&&p){if(11!==k&&(f=_.exec(a)))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return H.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName)return H.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=1!==k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(bb,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+rb(o[l]);w=ab.test(a)&&pb(b.parentNode)||b,x=o.join(",")}if(x)try{return H.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function hb(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ib(a){return a[u]=!0,a}function jb(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function kb(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function lb(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function mb(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function nb(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function ob(a){return ib(function(b){return b=+b,ib(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function pb(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=gb.support={},f=gb.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=gb.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=g.documentElement,e=g.defaultView,e&&e!==e.top&&(e.addEventListener?e.addEventListener("unload",eb,!1):e.attachEvent&&e.attachEvent("onunload",eb)),p=!f(g),c.attributes=jb(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=jb(function(a){return a.appendChild(g.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(g.getElementsByClassName),c.getById=jb(function(a){return o.appendChild(a).id=u,!g.getElementsByName||!g.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(g.querySelectorAll))&&(jb(function(a){o.appendChild(a).innerHTML="",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),jb(function(a){var b=g.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&jb(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",P)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===g||a.ownerDocument===v&&t(v,a)?-1:b===g||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,h=[a],i=[b];if(!e||!f)return a===g?-1:b===g?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return lb(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?lb(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},g):n},gb.matches=function(a,b){return gb(a,null,null,b)},gb.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return gb(b,n,null,[a]).length>0},gb.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},gb.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},gb.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},gb.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=gb.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=gb.selectors={cacheLength:50,createPseudo:ib,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(cb,db),a[3]=(a[3]||a[4]||a[5]||"").replace(cb,db),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||gb.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&gb.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(cb,db).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=gb.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(Q," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||gb.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ib(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ib(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?ib(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ib(function(a){return function(b){return gb(a,b).length>0}}),contains:ib(function(a){return a=a.replace(cb,db),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ib(function(a){return W.test(a||"")||gb.error("unsupported lang: "+a),a=a.replace(cb,db).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:ob(function(){return[0]}),last:ob(function(a,b){return[b-1]}),eq:ob(function(a,b,c){return[0>c?c+b:c]}),even:ob(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:ob(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:ob(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:ob(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function sb(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function tb(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ub(a,b,c){for(var d=0,e=b.length;e>d;d++)gb(a,b[d],c);return c}function vb(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function wb(a,b,c,d,e,f){return d&&!d[u]&&(d=wb(d)),e&&!e[u]&&(e=wb(e,f)),ib(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ub(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:vb(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=vb(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=vb(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function xb(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=sb(function(a){return a===b},h,!0),l=sb(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[sb(tb(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return wb(i>1&&tb(m),i>1&&rb(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&xb(a.slice(i,e)),f>e&&xb(a=a.slice(e)),f>e&&rb(a))}m.push(c)}return tb(m)}function yb(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=F.call(i));s=vb(s)}H.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&gb.uniqueSort(i)}return k&&(w=v,j=t),r};return c?ib(f):f}return h=gb.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=xb(b[c]),f[u]?d.push(f):e.push(f);f=A(a,yb(e,d)),f.selector=a}return f},i=gb.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(cb,db),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(cb,db),ab.test(j[0].type)&&pb(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&rb(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,ab.test(a)&&pb(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=jb(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),jb(function(a){return a.innerHTML="","#"===a.firstChild.getAttribute("href")})||kb("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&jb(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||kb("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),jb(function(a){return null==a.getAttribute("disabled")})||kb(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),gb}(a);m.find=s,m.expr=s.selectors,m.expr[":"]=m.expr.pseudos,m.unique=s.uniqueSort,m.text=s.getText,m.isXMLDoc=s.isXML,m.contains=s.contains;var t=m.expr.match.needsContext,u=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,v=/^.[^:#\[\.,]*$/;function w(a,b,c){if(m.isFunction(b))return m.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return m.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(v.test(b))return m.filter(b,a,c);b=m.filter(b,a)}return m.grep(a,function(a){return m.inArray(a,b)>=0!==c})}m.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?m.find.matchesSelector(d,a)?[d]:[]:m.find.matches(a,m.grep(b,function(a){return 1===a.nodeType}))},m.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(m(a).filter(function(){for(b=0;e>b;b++)if(m.contains(d[b],this))return!0}));for(b=0;e>b;b++)m.find(a,d[b],c);return c=this.pushStack(e>1?m.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(w(this,a||[],!1))},not:function(a){return this.pushStack(w(this,a||[],!0))},is:function(a){return!!w(this,"string"==typeof a&&t.test(a)?m(a):a||[],!1).length}});var x,y=a.document,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=m.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||x).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof m?b[0]:b,m.merge(this,m.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:y,!0)),u.test(c[1])&&m.isPlainObject(b))for(c in b)m.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=y.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return x.find(a);this.length=1,this[0]=d}return this.context=y,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):m.isFunction(a)?"undefined"!=typeof x.ready?x.ready(a):a(m):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),m.makeArray(a,this))};A.prototype=m.fn,x=m(y);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};m.extend({dir:function(a,b,c){var d=[],e=a[b];while(e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!m(e).is(c)))1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),m.fn.extend({has:function(a){var b,c=m(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(m.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=t.test(a)||"string"!=typeof a?m(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&m.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?m.unique(f):f)},index:function(a){return a?"string"==typeof a?m.inArray(this[0],m(a)):m.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(m.unique(m.merge(this.get(),m(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}m.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return m.dir(a,"parentNode")},parentsUntil:function(a,b,c){return m.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return m.dir(a,"nextSibling")},prevAll:function(a){return m.dir(a,"previousSibling")},nextUntil:function(a,b,c){return m.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return m.dir(a,"previousSibling",c)},siblings:function(a){return m.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return m.sibling(a.firstChild)},contents:function(a){return m.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:m.merge([],a.childNodes)}},function(a,b){m.fn[a]=function(c,d){var e=m.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=m.filter(d,e)),this.length>1&&(C[a]||(e=m.unique(e)),B.test(a)&&(e=e.reverse())),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return m.each(a.match(E)||[],function(a,c){b[c]=!0}),b}m.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):m.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(c=a.memory&&l,d=!0,f=g||0,g=0,e=h.length,b=!0;h&&e>f;f++)if(h[f].apply(l[0],l[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,h&&(i?i.length&&j(i.shift()):c?h=[]:k.disable())},k={add:function(){if(h){var d=h.length;!function f(b){m.each(b,function(b,c){var d=m.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this},remove:function(){return h&&m.each(arguments,function(a,c){var d;while((d=m.inArray(c,h,d))>-1)h.splice(d,1),b&&(e>=d&&e--,f>=d&&f--)}),this},has:function(a){return a?m.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],e=0,this},disable:function(){return h=i=c=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,c||k.disable(),this},locked:function(){return!i},fireWith:function(a,c){return!h||d&&!i||(c=c||[],c=[a,c.slice?c.slice():c],b?i.push(c):j(c)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!d}};return k},m.extend({Deferred:function(a){var b=[["resolve","done",m.Callbacks("once memory"),"resolved"],["reject","fail",m.Callbacks("once memory"),"rejected"],["notify","progress",m.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return m.Deferred(function(c){m.each(b,function(b,f){var g=m.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&m.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?m.extend(a,d):d}},e={};return d.pipe=d.then,m.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&m.isFunction(a.promise)?e:0,g=1===f?a:m.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&m.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;m.fn.ready=function(a){return m.ready.promise().done(a),this},m.extend({isReady:!1,readyWait:1,holdReady:function(a){a?m.readyWait++:m.ready(!0)},ready:function(a){if(a===!0?!--m.readyWait:!m.isReady){if(!y.body)return setTimeout(m.ready);m.isReady=!0,a!==!0&&--m.readyWait>0||(H.resolveWith(y,[m]),m.fn.triggerHandler&&(m(y).triggerHandler("ready"),m(y).off("ready")))}}});function I(){y.addEventListener?(y.removeEventListener("DOMContentLoaded",J,!1),a.removeEventListener("load",J,!1)):(y.detachEvent("onreadystatechange",J),a.detachEvent("onload",J))}function J(){(y.addEventListener||"load"===event.type||"complete"===y.readyState)&&(I(),m.ready())}m.ready.promise=function(b){if(!H)if(H=m.Deferred(),"complete"===y.readyState)setTimeout(m.ready);else if(y.addEventListener)y.addEventListener("DOMContentLoaded",J,!1),a.addEventListener("load",J,!1);else{y.attachEvent("onreadystatechange",J),a.attachEvent("onload",J);var c=!1;try{c=null==a.frameElement&&y.documentElement}catch(d){}c&&c.doScroll&&!function e(){if(!m.isReady){try{c.doScroll("left")}catch(a){return setTimeout(e,50)}I(),m.ready()}}()}return H.promise(b)};var K="undefined",L;for(L in m(k))break;k.ownLast="0"!==L,k.inlineBlockNeedsLayout=!1,m(function(){var a,b,c,d;c=y.getElementsByTagName("body")[0],c&&c.style&&(b=y.createElement("div"),d=y.createElement("div"),d.style.cssText="position:absolute;border:0;width:0;height:0;top:0;left:-9999px",c.appendChild(d).appendChild(b),typeof b.style.zoom!==K&&(b.style.cssText="display:inline;margin:0;border:0;padding:1px;width:1px;zoom:1",k.inlineBlockNeedsLayout=a=3===b.offsetWidth,a&&(c.style.zoom=1)),c.removeChild(d))}),function(){var a=y.createElement("div");if(null==k.deleteExpando){k.deleteExpando=!0;try{delete a.test}catch(b){k.deleteExpando=!1}}a=null}(),m.acceptData=function(a){var b=m.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b};var M=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,N=/([A-Z])/g;function O(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(N,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:M.test(c)?m.parseJSON(c):c}catch(e){}m.data(a,b,c)}else c=void 0}return c}function P(a){var b;for(b in a)if(("data"!==b||!m.isEmptyObject(a[b]))&&"toJSON"!==b)return!1; +return!0}function Q(a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType,j=i?m.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||m.guid++:h),j[k]||(j[k]=i?{}:{toJSON:m.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=m.extend(j[k],b):j[k].data=m.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[m.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[m.camelCase(b)])):f=g,f}}function R(a,b,c){if(m.acceptData(a)){var d,e,f=a.nodeType,g=f?m.cache:a,h=f?a[m.expando]:m.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){m.isArray(b)?b=b.concat(m.map(b,m.camelCase)):b in d?b=[b]:(b=m.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!P(d):!m.isEmptyObject(d))return}(c||(delete g[h].data,P(g[h])))&&(f?m.cleanData([a],!0):k.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}m.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?m.cache[a[m.expando]]:a[m.expando],!!a&&!P(a)},data:function(a,b,c){return Q(a,b,c)},removeData:function(a,b){return R(a,b)},_data:function(a,b,c){return Q(a,b,c,!0)},_removeData:function(a,b){return R(a,b,!0)}}),m.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=m.data(f),1===f.nodeType&&!m._data(f,"parsedAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=m.camelCase(d.slice(5)),O(f,d,e[d])));m._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){m.data(this,a)}):arguments.length>1?this.each(function(){m.data(this,a,b)}):f?O(f,a,m.data(f,a)):void 0},removeData:function(a){return this.each(function(){m.removeData(this,a)})}}),m.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=m._data(a,b),c&&(!d||m.isArray(c)?d=m._data(a,b,m.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=m.queue(a,b),d=c.length,e=c.shift(),f=m._queueHooks(a,b),g=function(){m.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return m._data(a,c)||m._data(a,c,{empty:m.Callbacks("once memory").add(function(){m._removeData(a,b+"queue"),m._removeData(a,c)})})}}),m.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.lengthh;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},W=/^(?:checkbox|radio)$/i;!function(){var a=y.createElement("input"),b=y.createElement("div"),c=y.createDocumentFragment();if(b.innerHTML="
a",k.leadingWhitespace=3===b.firstChild.nodeType,k.tbody=!b.getElementsByTagName("tbody").length,k.htmlSerialize=!!b.getElementsByTagName("link").length,k.html5Clone="<:nav>"!==y.createElement("nav").cloneNode(!0).outerHTML,a.type="checkbox",a.checked=!0,c.appendChild(a),k.appendChecked=a.checked,b.innerHTML="",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,c.appendChild(b),b.innerHTML="",k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,k.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){k.noCloneEvent=!1}),b.cloneNode(!0).click()),null==k.deleteExpando){k.deleteExpando=!0;try{delete b.test}catch(d){k.deleteExpando=!1}}}(),function(){var b,c,d=y.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(k[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),k[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var X=/^(?:input|select|textarea)$/i,Y=/^key/,Z=/^(?:mouse|pointer|contextmenu)|click/,$=/^(?:focusinfocus|focusoutblur)$/,_=/^([^.]*)(?:\.(.+)|)$/;function ab(){return!0}function bb(){return!1}function cb(){try{return y.activeElement}catch(a){}}m.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=m.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof m===K||a&&m.event.triggered===a.type?void 0:m.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(E)||[""],h=b.length;while(h--)f=_.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=m.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=m.event.special[o]||{},l=m.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&m.expr.match.needsContext.test(e),namespace:p.join(".")},i),(n=g[o])||(n=g[o]=[],n.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?n.splice(n.delegateCount++,0,l):n.push(l),m.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,n,o,p,q,r=m.hasData(a)&&m._data(a);if(r&&(k=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=_.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=m.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,n=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=n.length;while(f--)g=n[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(n.splice(f,1),g.selector&&n.delegateCount--,l.remove&&l.remove.call(a,g));i&&!n.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||m.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)m.event.remove(a,o+b[j],c,d,!0);m.isEmptyObject(k)&&(delete r.handle,m._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,n,o=[d||y],p=j.call(b,"type")?b.type:b,q=j.call(b,"namespace")?b.namespace.split("."):[];if(h=l=d=d||y,3!==d.nodeType&&8!==d.nodeType&&!$.test(p+m.event.triggered)&&(p.indexOf(".")>=0&&(q=p.split("."),p=q.shift(),q.sort()),g=p.indexOf(":")<0&&"on"+p,b=b[m.expando]?b:new m.Event(p,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=q.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:m.makeArray(c,[b]),k=m.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.noBubble&&!m.isWindow(d)){for(i=k.delegateType||p,$.test(i+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),l=h;l===(d.ownerDocument||y)&&o.push(l.defaultView||l.parentWindow||a)}n=0;while((h=o[n++])&&!b.isPropagationStopped())b.type=n>1?i:k.bindType||p,f=(m._data(h,"events")||{})[b.type]&&m._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&m.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=p,!e&&!b.isDefaultPrevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&m.acceptData(d)&&g&&d[p]&&!m.isWindow(d)){l=d[g],l&&(d[g]=null),m.event.triggered=p;try{d[p]()}catch(r){}m.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=m.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(m._data(this,"events")||{})[a.type]||[],k=m.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=m.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,g=0;while((e=f.handlers[g++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleObj=e,a.data=e.data,c=((m.event.special[e.origType]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?m(c,this).index(i)>=0:m.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h]","i"),hb=/^\s+/,ib=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,jb=/<([\w:]+)/,kb=/\s*$/g,rb={option:[1,""],legend:[1,"
","
"],area:[1,"",""],param:[1,"",""],thead:[1,"","
"],tr:[2,"","
"],col:[2,"","
"],td:[3,"","
"],_default:k.htmlSerialize?[0,"",""]:[1,"X
","
"]},sb=db(y),tb=sb.appendChild(y.createElement("div"));rb.optgroup=rb.option,rb.tbody=rb.tfoot=rb.colgroup=rb.caption=rb.thead,rb.th=rb.td;function ub(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==K?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==K?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||m.nodeName(d,b)?f.push(d):m.merge(f,ub(d,b));return void 0===b||b&&m.nodeName(a,b)?m.merge([a],f):f}function vb(a){W.test(a.type)&&(a.defaultChecked=a.checked)}function wb(a,b){return m.nodeName(a,"table")&&m.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function xb(a){return a.type=(null!==m.find.attr(a,"type"))+"/"+a.type,a}function yb(a){var b=pb.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function zb(a,b){for(var c,d=0;null!=(c=a[d]);d++)m._data(c,"globalEval",!b||m._data(b[d],"globalEval"))}function Ab(a,b){if(1===b.nodeType&&m.hasData(a)){var c,d,e,f=m._data(a),g=m._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)m.event.add(b,c,h[c][d])}g.data&&(g.data=m.extend({},g.data))}}function Bb(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!k.noCloneEvent&&b[m.expando]){e=m._data(b);for(d in e.events)m.removeEvent(b,d,e.handle);b.removeAttribute(m.expando)}"script"===c&&b.text!==a.text?(xb(b).text=a.text,yb(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),k.html5Clone&&a.innerHTML&&!m.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&W.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}}m.extend({clone:function(a,b,c){var d,e,f,g,h,i=m.contains(a.ownerDocument,a);if(k.html5Clone||m.isXMLDoc(a)||!gb.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(tb.innerHTML=a.outerHTML,tb.removeChild(f=tb.firstChild)),!(k.noCloneEvent&&k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||m.isXMLDoc(a)))for(d=ub(f),h=ub(a),g=0;null!=(e=h[g]);++g)d[g]&&Bb(e,d[g]);if(b)if(c)for(h=h||ub(a),d=d||ub(f),g=0;null!=(e=h[g]);g++)Ab(e,d[g]);else Ab(a,f);return d=ub(f,"script"),d.length>0&&zb(d,!i&&ub(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,l,n=a.length,o=db(b),p=[],q=0;n>q;q++)if(f=a[q],f||0===f)if("object"===m.type(f))m.merge(p,f.nodeType?[f]:f);else if(lb.test(f)){h=h||o.appendChild(b.createElement("div")),i=(jb.exec(f)||["",""])[1].toLowerCase(),l=rb[i]||rb._default,h.innerHTML=l[1]+f.replace(ib,"<$1>")+l[2],e=l[0];while(e--)h=h.lastChild;if(!k.leadingWhitespace&&hb.test(f)&&p.push(b.createTextNode(hb.exec(f)[0])),!k.tbody){f="table"!==i||kb.test(f)?""!==l[1]||kb.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;while(e--)m.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j)}m.merge(p,h.childNodes),h.textContent="";while(h.firstChild)h.removeChild(h.firstChild);h=o.lastChild}else p.push(b.createTextNode(f));h&&o.removeChild(h),k.appendChecked||m.grep(ub(p,"input"),vb),q=0;while(f=p[q++])if((!d||-1===m.inArray(f,d))&&(g=m.contains(f.ownerDocument,f),h=ub(o.appendChild(f),"script"),g&&zb(h),c)){e=0;while(f=h[e++])ob.test(f.type||"")&&c.push(f)}return h=null,o},cleanData:function(a,b){for(var d,e,f,g,h=0,i=m.expando,j=m.cache,l=k.deleteExpando,n=m.event.special;null!=(d=a[h]);h++)if((b||m.acceptData(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)n[e]?m.event.remove(d,e):m.removeEvent(d,e,g.handle);j[f]&&(delete j[f],l?delete d[i]:typeof d.removeAttribute!==K?d.removeAttribute(i):d[i]=null,c.push(f))}}}),m.fn.extend({text:function(a){return V(this,function(a){return void 0===a?m.text(this):this.empty().append((this[0]&&this[0].ownerDocument||y).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wb(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=wb(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?m.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||m.cleanData(ub(c)),c.parentNode&&(b&&m.contains(c.ownerDocument,c)&&zb(ub(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&m.cleanData(ub(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&m.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return m.clone(this,a,b)})},html:function(a){return V(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(fb,""):void 0;if(!("string"!=typeof a||mb.test(a)||!k.htmlSerialize&&gb.test(a)||!k.leadingWhitespace&&hb.test(a)||rb[(jb.exec(a)||["",""])[1].toLowerCase()])){a=a.replace(ib,"<$1>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(m.cleanData(ub(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,m.cleanData(ub(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,n=this,o=l-1,p=a[0],q=m.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&nb.test(p))return this.each(function(c){var d=n.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(i=m.buildFragment(a,this[0].ownerDocument,!1,this),c=i.firstChild,1===i.childNodes.length&&(i=c),c)){for(g=m.map(ub(i,"script"),xb),f=g.length;l>j;j++)d=i,j!==o&&(d=m.clone(d,!0,!0),f&&m.merge(g,ub(d,"script"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerDocument,m.map(g,yb),j=0;f>j;j++)d=g[j],ob.test(d.type||"")&&!m._data(d,"globalEval")&&m.contains(h,d)&&(d.src?m._evalUrl&&m._evalUrl(d.src):m.globalEval((d.text||d.textContent||d.innerHTML||"").replace(qb,"")));i=c=null}return this}}),m.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){m.fn[a]=function(a){for(var c,d=0,e=[],g=m(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),m(g[d])[b](c),f.apply(e,c.get());return this.pushStack(e)}});var Cb,Db={};function Eb(b,c){var d,e=m(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:m.css(e[0],"display");return e.detach(),f}function Fb(a){var b=y,c=Db[a];return c||(c=Eb(a,b),"none"!==c&&c||(Cb=(Cb||m(""):"application/x-shockwave-flash"===n.sourcemime?(l='',s.poster&&(l+=''),l+=""):-1!==n.sourcemime.indexOf("audio")?(c=n,(u=h)?u(c):'"):"script"===n.type?'"),d.unbind()});l.execute(function(){k.append(g.body(),b),k.append(b,c)})}),t=function(a,b){return o.map(function(c){return c(a,b)})},u=function(){return o.isSome()};return{load:s,cleanDocument:t,ready:u,isSupported:c.constant(!r)}}),g("1z",["3p"],function(a){return function(b){return a.ready()||a.load(b),{isSupported:a.isSupported,cleanDocument:a.cleanDocument}}}),g("l",["1u","1v","1w","1x","g","1y","1z","o","p"],function(a,b,c,d,e,f,g,h,i){return function(j,k,l,m){var n=g(m.baseUrl),o=h.curry(c,k),p=d,q=function(){return{clipboardType:f.generate("clipboard-type"),findClipboardTags:i.none}},r=void 0!==m.intraFlag?m.intraFlag:q(),s=e.flatten([void 0!==m.intraFlag?[b.internal(l,p,j,r)]:[],[b.onlyText()],[b.gwt(n,k,m,o)],[b.image(m)]]),t=b.pastiche(k,m,l,p,j,o,r);return a(s,t)}}),g("m",["1u","1v"],function(a,b){return function(){return a([b.text()],b.none())}}),g("r",["j","k","23","24","25","26","1m"],function(a,b,c,d,e,f,g){var h="powerpaste-styles",i="#"+h,j=function(d){if(!e.any(i)){var g="",j=b.fromHtml(g);a.set(j,"type","text/css"),a.set(j,"id",h);var k=f.first("head").getOrDie("Head element could not be found.");c.append(k,j)}},k=function(){if(e.any(i)){var a=f.first("head").getOrDie("Head element could not be found."),b=f.descendant(a,i).getOrDie("The style element could not be removed");d.remove(b)}};return{injectStyles:j,removeStyles:k}}),h("27",tinymce.Env),g("u",["o"],function(a){var b="x-tinymce/html",c="",d=function(a){return c+a},e=function(a){return a.replace(c,"")},f=function(a){return a.indexOf(c)!==-1},g=function(a){return a.replace(/ contenteditable="([^"]+)"/g,' data-mce-contenteditable="$1"')},h=function(a){return a.replace(/ data-mce-contenteditable="([^"]+)"/g,' contenteditable="$1"')};return{mark:d,unmark:e,isMarked:f,retainContentEditable:g,restoreContentEditable:h,internalHtmlMime:a.constant(b)}}),g("s",["27","u"],function(a,b){var c=function(){},d=function(b){return a.iOS===!1&&void 0!==b&&"function"==typeof b.setData},e=function(a,c,e){if(!d(a))return!1;try{return a.clearData(),a.setData("text/html",c),a.setData("text/plain",e),a.setData(b.internalHtmlMime(),c),!0}catch(f){return!1}},f=function(a,b,c,d){e(a.clipboardData,b.html,b.text)?(a.preventDefault(),d()):c(b.html,d)},g=function(a){return function(b,c){var d=a.dom.create("div",{contenteditable:"false"}),e=a.dom.create("div",{contenteditable:"true"},b);a.dom.setStyles(d,{position:"fixed",left:"-3000px",width:"1000px",overflow:"hidden"}),d.appendChild(e),a.dom.add(a.getBody(),d);var f=a.selection.getRng();e.focus();var g=a.dom.createRng();g.selectNodeContents(e),a.selection.setRng(g),setTimeout(function(){d.parentNode.removeChild(d),a.selection.setRng(f),c()},0)}},h=function(a){var c=b.retainContentEditable(a.selection.getContent({contextual:!0}));return{html:b.mark(c),text:a.selection.getContent({format:"text"})}},i=function(a){return function(b){a.selection.isCollapsed()===!1&&f(b,h(a),g(a),function(){setTimeout(function(){a.execCommand("Delete")},0)})}},j=function(a){return function(b){a.selection.isCollapsed()===!1&&f(b,h(a),g(a),c)}},k=function(a){a.on("cut",i(a)),a.on("copy",j(a))};return{register:k}}),g("x",["g","k","j","1m"],function(a,b,c,d){var e=function(a){var b=d.createElement("div");b.appendChild(a.cloneNode(!0));var c=b.innerHTML;return b=a=null,c},f=function(d){a.each(a.map(d.getElementsByTagName("*"),b.fromDom),function(a){c.has(a,"data-mce-style")&&!c.has(a,"style")&&c.set(a,"style",c.get(a,"data-mce-style"))})};return{nodeToString:e,restoreStyleAttrs:f}}),g("v",["28","29","x","j","k","23","24","26"],function(a,b,c,d,e,f,g,h){return function(i){var j=function(){var j,k="",l="",m=[],n=null,o=b.create({close:a([])}),p=function(a){k=a},q=function(a){var b=c.nodeToString(a.dom());l=[{type:"container",html:b}],n=a},r=function(a){var b=[];a.forEach(function(a,c,d){b.push({text:a.text,ariaLabel:a.text,onclick:a.click})}),m=b},s=function(a){o.trigger.close()},t=function(){j.off("close",s),j.close("close")},u=function(){0===m.length&&(m=[{text:"Close",onclick:function(){j.close()}}]);var a={title:k,spacing:10,padding:10,minWidth:300,minHeight:100,layout:"flex",items:l,buttons:m};j=i.windowManager.open(a);var b=e.fromDom(j.getEl()),c=h.descendant(b,"."+d.get(n,"class")).getOrDie("We must find this element or we cannot continue");f.before(c,n),g.remove(c),j.on("close",s)},v=function(){t()},w=function(){t()},x=function(){};return{events:o.registry,setTitle:p,setContent:q,setButtons:r,show:u,hide:v,destroy:w,reflow:x}};return{createDialog:j}}}),g("2b",["2l","p"],function(a,b){var c=a.immutable("url","html"),d=function(a){return/^https?:\/\/[\w\?\-\/+=.&%@~#]+$/i.test(a)},e=function(a){return d(a)&&/.(gif|jpe?g|png)$/.test(a)},f=function(a){var d=/^([^<]+)<\/a>$/.exec(a);return b.from(d).bind(function(d){var e=c(d[1],a);return d[1]===d[2]?b.some(e):b.none()})};return{isAbsoluteUrl:d,isImageUrl:e,parseUrlFromLinkHtml:f}}),g("w",["g","p","2a","2b"],function(a,b,c,d){var e=function(a){return"extra"in a.undoManager},f=function(a,c,d){return e(a)?(a.undoManager.extra(function(){k(a,c)},d),b.some(!0)):b.none()},g=function(a,b){return f(a,b.html(),function(){a.insertContent('')})},h=function(a,b){return f(a,b.html(),function(){a.execCommand("mceInsertLink",!1,b.url())})},i=function(a,c){return d.parseUrlFromLinkHtml(c).bind(function(c){var e=a.selection.isCollapsed()===!1&&d.isAbsoluteUrl(c.url());return e?h(a,c):b.none()})},j=function(a,c){return d.parseUrlFromLinkHtml(c).bind(function(c){return d.isImageUrl(c.url())?g(a,c):b.none()})},k=function(a,c){return a.insertContent(c,{merge:a.settings.paste_merge_formats!==!1,paste:!0}),b.some(!0)},l=function(a,b,d){var e=function(c){return c(a,b)};return c.findMap(d,e)};return{until:l,linkSelection:i,insertImage:j,insertContent:k}}),g("8",["u"],function(a){var b=function(a,b){return a.hasEventListeners(b)},c=function(a,b,c){return a.fire("PastePreProcess",{internal:c,content:b}).content},d=function(a,b,c){var d=a.dom.add(a.getBody(),"div",{style:"display:none"},b),e=a.fire("PastePostProcess",{internal:c,node:d}).node.innerHTML;return a.dom.remove(d),e},e=function(a,d,e){return b(a,"PastePreProcess")?c(a,d,e):d},f=function(a,c,e){return b(a,"PastePostProcess")?d(a,c,e):c},g=function(b,c,d){var g=a.unmark(c);return f(b,e(b,g,d),d)},h=function(a){return a.plugins.powerpaste},i=function(a){var b=a.settings;b.paste_preprocess&&a.on("PastePreProcess",function(c){b.paste_preprocess.call(a,h(a),c)}),b.paste_postprocess&&a.on("PastePostProcess",function(c){b.paste_postprocess.call(a,h(a),c)})};return{process:g,registerEvents:i}}),g("6",["l","m","g","n","o","p","d","q","r","s","t","u","v","w","8","x","y","z","k","10","11","12","2"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w){return function(x,y,z,A,B){var C,D,E,F,G;G=(A?A.jsUrl:z)+"/js",E=(A?A.swfUrl:z)+"/flash/textboxpaste.swf",F=(A?A.imgUrl:z)+"/img/spinner_96.gif";var H=function(a){return a.settings.smart_paste!==!1},I=function(a){return function(b,c){return b.undoManager.transact(function(){n.insertContent(b,c),p.restoreStyleAttrs(b.getBody()),B.prepareImages(a)}),f.some(!0)}},J=function(a,b,c){var d=H(a)?[n.linkSelection,n.insertImage]:[];n.until(a,b,d.concat([I(c)]))},K=function(){D&&x.selection.moveToBookmark(D), +D=null};x.on("init",function(n){i.injectStyles(F);var w={baseUrl:G,swf:E,officeStyles:x.settings.powerpaste_word_import||h.officeStyles,htmlStyles:x.settings.powerpaste_html_import||h.htmlStyles,translations:g.translate,allowLocalImages:x.settings.powerpaste_allow_local_images!==!1,enableFlashImport:x.settings.powerpaste_enable_flash_import!==!1,intraFlag:{clipboardType:l.internalHtmlMime,findClipboardTags:function(a,b){var d=c.filter(a,function(a){return t.isComment(a)&&u.contains(q.get(a),l.internalHtmlMime())});return d.length?f.some(d):f.none()}},preprocessor:function(a){return d.pure(a)}},z=m(x),A=s.fromDom(x.getBody()),H=function(a){a.events.cancel.bind(function(){K()}),a.events.error.bind(function(a){K(),x.notificationManager?x.notificationManager.open({text:g.translate(a.message()),type:"error"}):k.showDialog(x,g.translate(a.message()))}),a.events.insert.bind(function(a){var b=c.map(a.elements(),function(a){return p.nodeToString(a.dom())}).join(""),d=l.restoreContentEditable(b);B.importImages(a.assets()),x.focus(),v(function(){K(),J(x,o.process(x,d,a.isInternal()),a.assets()),B.uploadImages(a.assets())},1)})},I=a(A,z.createDialog,e.noop,w),L=b();c.each([I,L],H),C=r.bind(A,"paste",function(a){D||(D=x.selection.getBookmark());var b=y.isText()?L:I;b.paste(a.raw()),y.reset(),v(function(){x.windowManager.windows[0]&&x.windowManager.windows[0].getEl()&&x.windowManager.windows[0].getEl().focus()},1)}),j.register(x)}),x.on("remove",function(a){1===w.editors.length&&i.removeStyles(),C.unbind()})}}),g("7",["13","14"],function(a,b){var c=function(a){return tinymce.util.VK.metaKeyPressed(a)&&86==a.keyCode&&a.shiftKey};return function(d){var e=b(d.settings.paste_as_text),f=b(!1);d.on("keydown",function(a){c(a)&&(f.set(!0),tinymce.Env.ie&&tinymce.Env.ie<10&&(a.preventDefault(),d.fire("paste",{})))});var g=a(function(){var a=d.translate("Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.");d.notificationManager.open({text:a,type:"info"})}),h=function(){var a=this,b=!e.get();a.active(b),e.set(b),d.fire("PastePlainTextToggle",{state:b}),b===!0&&0!=d.settings.paste_plaintext_inform&&g(),d.focus()},i=function(){f.set(!1)},j=function(){return f.get()||e.get()};return{toggle:h,reset:i,isText:j}}}),g("15",[],function(){var a=0,b=1,c=-1,d=function(a){return parseInt(a,10)},e=function(a){return function(){return a}},f=function(a,b,c){return{major:e(a),minor:e(b),patch:e(c)}},g=function(a){var b=/([0-9]+)\.([0-9]+)\.([0-9]+)(?:(\-.+)?)/.exec(a);return b?f(d(b[1]),d(b[2]),d(b[3])):f(0,0,0)},h=function(d,e){var f=d-e;return 0===f?a:f>0?b:c},i=function(b,c){var d=h(b.major(),c.major());if(d!==a)return d;var e=h(b.minor(),c.minor());if(e!==a)return e;var f=h(b.patch(),c.patch());return f!==a?f:a};return{nu:f,parse:g,compare:i}}),g("9",["15"],function(a){var b=function(a){var b=[a.majorVersion,a.minorVersion].join(".");return b.split(".").slice(0,3).join(".")},c=function(c){return c?a.parse(b(c)):null},d=function(b,d){return a.compare(c(b),a.parse(d))<0};return{getVersion:c,isLessThan:d}}),g("a",["16"],function(a){var b=function(a,b){return function(){var c=a.console;c&&b in c&&c[b].apply(c,arguments)}};return{log:b(a,"log"),error:b(a,"error"),warn:b(a,"warm")}}),g("1",["3","4","5","6","7","8","9","a","2"],function(a,b,c,d,e,f,g,h,i){return function(j){return g.isLessThan(i,"4.0.28")?(h.error('The "powerpaste" plugin requires at least 4.0.28 version of TinyMCE.'),function(){}):function(g,h){var k=e(g),l=function(){var b=a(g);d(g,k,h,j,b),g.settings.powerpaste_block_drop||c(g,h,j,b)},m=function(){b(g,k,j)},n=function(){var a=this;a.active(k.isText()),g.on("PastePlainTextToggle",function(b){a.active(b.state)})};i.Env.ie&&i.Env.ie<10?m():l();var o=function(a){g.dom.bind(a,"drop dragstart dragend dragover dragenter dragleave dragdrop draggesture",function(a){return i.dom.Event.cancel(a)})};g.settings.powerpaste_block_drop&&g.on("init",function(a){o(g.getBody()),o(g.getDoc())}),f.registerEvents(g),g.addButton("pastetext",{icon:"pastetext",tooltip:"Paste as text",onclick:k.toggle,onPostRender:n}),g.addMenuItem("pastetext",{text:"Paste as text",selectable:!0,onclick:k.toggle,onPostRender:n})}}}),g("0",["1","2"],function(a,b){return function(c){b.PluginManager.requireLangPack("powerpaste","ar,ca,cs,da,de,el,es,fa,fi,fr_FR,he_IL,hr,hu_HU,it,ja,kk,ko_KR,nb_NO,nl,pl,pt_BR,pt_PT,ro,ru,sk,sl_SI,sv_SE,th_TH,tr,uk,zh_CN,zh_TW"),b.PluginManager.add("powerpaste",a(c))}}),d("0")()}(); \ No newline at end of file diff --git a/bin/main/static/lib/oss/tinymce/plugins/powerpaste/plugin.min.js b/bin/main/static/lib/oss/tinymce/plugins/powerpaste/plugin.min.js new file mode 100644 index 00000000..7f8f3a46 --- /dev/null +++ b/bin/main/static/lib/oss/tinymce/plugins/powerpaste/plugin.min.js @@ -0,0 +1,14 @@ +/* Ephox PowerPaste plugin + * + * Copyright 2010-2016 Ephox Corporation. All rights reserved. + * + * Version: 2.2.8-149 + */ + +!function(){var a={},b=function(b){for(var c=a[b],e=c.deps,f=c.defn,g=e.length,h=new Array(g),i=0;i-1},f=function(a,b){return r(a,b)>-1},g=function(a,b){for(var c=[],d=0;dMore information on paste for Safari':b()},d=function(){return'Safari does not support direct paste of images. More information on image pasting for Safari'},e={"cement.dialog.paste.title":"Paste Formatting Options","cement.dialog.paste.instructions":"Choose to keep or remove formatting in the pasted content.","cement.dialog.paste.merge":"Keep Formatting","cement.dialog.paste.clean":"Remove Formatting","cement.dialog.flash.title":"Additional step needed to paste images","cement.dialog.flash.trigger-paste":"Your browser requires you to take one more action to paste the images in your content. Please press the below keys to complete the image paste:","cement.dialog.flash.missing":'Adobe Flash is required to import images from Microsoft Office. Install the Adobe Flash Player.',"cement.dialog.flash.press-escape":'Press "Close" to paste your content without images.',"loading.wait":"Please wait...","flash.clipboard.no.rtf":c(),"safari.imagepaste":d(),"webview.imagepaste":d(),"error.code.images.not.found":"The images service was not found: (","error.imageupload":"Image failed to upload: (","error.full.stop":").","errors.local.images.disallowed":"Local image paste has been disabled. Local images have been removed from pasted content.","flash.crashed":"Images have not been imported as Adobe Flash appears to have crashed. This may be caused by pasting large documents.","errors.imageimport.failed":"Some images failed to import.","errors.imageimport.unsupported":"Unsupported image type.","errors.imageimport.invalid":"Image is invalid."},f=function(a){return e[a]},g=function(b){return a.translate(f(b))};return{translate:g}}),g("t",[],function(){return{showDialog:function(a,b){var c=function(){win.close()},d=[{text:"Ok",onclick:c}],e={title:"Error",spacing:10,padding:10,items:[{type:"container",html:b}],buttons:d};win=a.windowManager.open(e)}}}),g("1b",["13","d","t"],function(a,b,c){return function(d,e){var f=function(){return b.translate("error.code.images.not.found")+e+b.translate("error.full.stop")},g=function(){return b.translate("error.imageupload")+e+b.translate("error.full.stop")},h=function(a){var b=a.status(),e=0===b||b>=400||b<500,h=e?f:g;c.showDialog(d,h())},i=function(){return a(h)};return{instance:i}}}),g("3r",["g"],function(a){var b=function(b){var e=c(b),f=function(b){var c=b.split(" "),f=a.map(c,function(a){return d(e,a)});return f.join(" ")};return{resolve:f}},c=function(a){return a.replace(/\./g,"-")},d=function(a,b){return a+"-"+b};return{create:b,cssNamespace:c,cssClass:d}}),g("2m",["3r"],function(a){var b=a.create("ephox-salmon");return{resolve:b.resolve}}),g("2f",["o","2m"],function(a,b){var c=b.resolve("upload-image-in-progress"),d="data-"+b.resolve("image-blob");return{uploadInProgress:a.constant(c),blobId:a.constant(d)}}),g("3s",[],function(){return function(a,b,c){var d=c||!1,e=function(){b(),d=!0},f=function(){a(),d=!1},g=function(){var a=d?f:e;a()},h=function(){return d};return{on:e,off:f,toggle:g,isOn:h}}}),g("1h",["17","18"],function(a,b){var c=function(c){if(null===c)return"null";var d=typeof c;return"object"===d&&a.prototype.isPrototypeOf(c)?"array":"object"===d&&b.prototype.isPrototypeOf(c)?"string":d},d=function(a){return function(b){return c(b)===a}};return{isString:d("string"),isObject:d("object"),isArray:d("array"),isNull:d("null"),isBoolean:d("boolean"),isUndefined:d("undefined"),isFunction:d("function"),isNumber:d("number")}}),g("1i",["19"],function(a){var b=function(){var b=a.keys,c=function(a){var b=[];for(var c in a)a.hasOwnProperty(c)&&b.push(c);return b};return void 0===b?c:b}(),c=function(a,c){for(var d=b(a),e=0,f=d.length;e0?b.set(d,e,g.join(" ")):b.remove(d,e)};return{read:c,add:d,remove:e}}),g("3t",["g","69"],function(a,b){var c=function(a){return void 0!==a.dom().classList},d=function(a){return b.read(a,"class")},e=function(a,c){return b.add(a,"class",c)},f=function(a,c){return b.remove(a,"class",c)},g=function(b,c){a.contains(d(b),c)?f(b,c):e(b,c)};return{get:d,add:e,remove:f,toggle:g,supports:c}}),g("2g",["3s","j","3t"],function(a,b,c){var d=function(a,b){c.supports(a)?a.dom().classList.add(b):c.add(a,b)},e=function(a){var d=c.supports(a)?a.dom().classList:c.get(a);0===d.length&&b.remove(a,"class")},f=function(a,b){if(c.supports(a)){var d=a.dom().classList;d.remove(b)}else c.remove(a,b);e(a)},g=function(a,b){return c.supports(a)?a.dom().classList.toggle(b):c.toggle(a,b)},h=function(b,d){var e=c.supports(b),f=b.dom().classList,g=function(){e?f.remove(d):c.remove(b,d)},h=function(){e?f.add(d):c.add(b,d)};return a(g,h,i(b,d))},i=function(a,b){return c.supports(a)&&a.dom().classList.contains(b)};return{add:d,remove:f,toggle:g,toggler:h,has:i}}),h("1m",document),g("k",["o","1k","1l","1m"],function(a,b,c,d){var e=function(a,b){var e=b||d,f=e.createElement("div");if(f.innerHTML=a,!f.hasChildNodes()||f.childNodes.length>1)throw c.error("HTML does not have a single root node",a),"HTML must have a single root node";return h(f.childNodes[0])},f=function(a,b){var c=b||d,e=c.createElement(a);return h(e)},g=function(a,b){var c=b||d,e=c.createTextNode(a);return h(e)},h=function(c){if(null===c||void 0===c)throw new b("Node cannot be null or undefined");return{dom:a.constant(c)}};return{fromHtml:e,fromTag:f,fromText:g,fromDom:h}}),g("3v",["g","1i","o","17"],function(a,b,c,d){var e=function(e,f){var g=function(){for(var b=new d(arguments.length),f=0;f0&&e.unsuppMessage(m);var n={};return a.each(g,function(a){n[a]=c.constant(j[a])}),a.each(h,function(a){n[a]=c.constant(f.prototype.hasOwnProperty.call(j,a)?d.some(j[a]):d.none())}),n}}}),g("2l",["3u","3v","3w"],function(a,b,c){return{immutable:a,immutable2:b,immutableBag:c}}),g("3x",[],function(){var a=function(a,b){var c=[],d=function(a){return c.push(a),b(a)},e=b(a);do e=e.bind(d);while(e.isSome());return c};return{toArray:a}}),g("4t",["o"],function(a){return function(b,c,d){var e=b.isiOS()&&/ipad/i.test(d)===!0,f=b.isiOS()&&!e,g=b.isAndroid()&&3===b.version.major,h=b.isAndroid()&&4===b.version.major,i=e||g||h&&/mobile/i.test(d)===!0,j=b.isiOS()||b.isAndroid(),k=j&&!i,l=c.isSafari()&&b.isiOS()&&/safari/i.test(d)===!1;return{isiPad:a.constant(e),isiPhone:a.constant(f),isTablet:a.constant(i),isPhone:a.constant(k),isTouch:a.constant(j),isAndroid:b.isAndroid,isiOS:b.isiOS,isWebView:a.constant(l)}}}),g("4u",[],function(){var a=function(a,b,c){return{browser:{current:a,version:b},os:{current:c}}};return{create:a}}),g("6b",[],function(){var a=function(a){return function(){return a}},b=function(b,c,d){for(var e=0;e=e?c:b(c,F(d,e-f))}},H=G(function(a,b){return b+a}),I=G(function(a,b){return a+b});return{supplant:c,startsWith:e,startsWithIgnoringCase:f,endsWith:g,endsWithIgnoringCase:h,first:i,last:j,removeLeading:l,removeTrailing:m,ensureLeading:q,ensureTrailing:r,trim:s,lTrim:t,rTrim:u,contains:v,containsIgnoringCase:w,htmlEncodeDoubleQuotes:x,equals:y,equalsIgnoringCase:z,head:A,repead:F,padLeft:H,padRight:I,toe:B,tail:C,torso:D,capitalize:E}}),g("4w",["11"],function(a){var b=a.contains,c=function(a){return function(c){return b(c,a)}},d=function(){try{var a=new ActiveXObject("ChromeTab.ChromeFrame");return!!a}catch(b){return!1}},e=/.*?version\/\ ?([0-9]+)\.([0-9]+).*/,f=function(a){var d=[{name:"Spartan",versionRegexes:[/.*?edge\/ ?([0-9]+)\.([0-9]+)$/],search:function(a){var c=b(a,"edge/")&&b(a,"chrome")&&b(a,"safari")&&b(a,"applewebkit");return c}},{name:"ChromeFrame",versionRegexes:[/.*?chromeframe\/([0-9]+)\.([0-9]+).*/,e],search:function(c){return!!b(c,"chromeframe")&&a()}},{name:"Chrome",versionRegexes:[/.*?chrome\/([0-9]+)\.([0-9]+).*/,e],search:function(a){return b(a,"chrome")&&!b(a,"chromeframe")}},{name:"IE",versionRegexes:[/.*?msie\ ?([0-9]+)\.([0-9]+).*/,/.*?rv:([0-9]+)\.([0-9]+).*/],search:function(c){var d=b(c,"msie")||b(c,"trident"),e=b(c,"chromeframe");return e?d&&!a():d}},{name:"Opera",versionRegexes:[e,/.*?opera\/([0-9]+)\.([0-9]+).*/],search:c("opera")},{name:"Firefox",versionRegexes:[/.*?firefox\/\ ?([0-9]+)\.([0-9]+).*/],search:c("firefox")},{name:"Safari",versionRegexes:[e,/.*?cpu os ([0-9]+)_([0-9]+).*/],search:function(a){return(b(a,"safari")||b(a,"mobile/"))&&b(a,"applewebkit")}},{name:"Envjs",versionRegexes:[/.*?envjs\/\ ?([0-9]+)\.([0-9]+).*/],search:c("envjs")}],f=[{name:"Windows",search:c("win"),versionRegexes:[/.*?windows\ nt\ ?([0-9]+)\.([0-9]+).*/]},{name:"iOS",search:function(a){return b(a,"iphone")||b(a,"ipad")},versionRegexes:[/.*?version\/\ ?([0-9]+)\.([0-9]+).*/,/.*cpu os ([0-9]+)_([0-9]+).*/,/.*cpu iphone os ([0-9]+)_([0-9]+).*/]},{name:"Android",search:c("android"),versionRegexes:[/.*?android\ ?([0-9]+)\.([0-9]+).*/]},{name:"OSX",search:c("os x"),versionRegexes:[/.*?os\ x\ ?([0-9]+)_([0-9]+).*/]},{name:"Linux",search:c("linux")},{name:"Solaris",search:c("sunos")},{name:"FreeBSD",search:c("freebsd")}];return{browsers:d,oses:f}};return{create:f,chromeFrameChecker:d}}),g("4x",[],function(){var a=function(a,b){var c=typeof a;if("boolean"===c)return!!a;if("object"===c){var d=a.minimum;return b.major>d.major||b.major===d.major&&b.minor>=d.minor}throw"invalid spec"};return{meetsSpec:a}}),g("6c",[],function(){var a=function(a,b,c){for(var d=0;d-1?d.some(f):d.none()})},n=function(b,d){for(var e=a.isFunction(d)?d:c.constant(!1),f=b.dom(),g=[];null!==f.parentNode&&void 0!==f.parentNode;){var i=f.parentNode,j=h.fromDom(i);if(g.push(j),e(j)===!0)break;f=i}return g},o=function(a){var c=function(c){return b.filter(c,function(b){return!g.eq(a,b)})};return l(a).map(u).map(c).getOr([])},p=function(a){var b=a.dom();return d.from(b.offsetParent).map(h.fromDom)},q=function(a){var b=a.dom();return d.from(b.previousSibling).map(h.fromDom)},r=function(a){var b=a.dom();return d.from(b.nextSibling).map(h.fromDom)},s=function(a){return b.reverse(f.toArray(a,q))},t=function(a){return f.toArray(a,r)},u=function(a){var c=a.dom();return b.map(c.childNodes,h.fromDom)},v=function(a,b){var c=a.dom().childNodes;return d.from(c[b]).map(h.fromDom)},w=function(a){return v(a,0)},x=function(a){return v(a,a.dom().childNodes.length-1)},y=function(a,b){return a.dom().childNodes.length},z=e.immutable("element","offset"),A=function(a,b){var c=u(a);return c.length>0&&b0},q=function(c){return a.contains(b,c)};return{findById:i,findAll:j,register:k,report:n,inProgress:p,isActive:q,events:g.registry}}}),g("1r",["1h","17"],function(a,b){var c=function(a,b){return b},d=function(b,c){var d=a.isObject(b)&&a.isObject(c);return d?f(b,c):c},e=function(a){return function(){for(var c=new b(arguments.length),d=0;d=c.length&&b(d)}};0===c.length?b([]):a.each(c,function(a,b){a.get(f(b))})})},e=function(b,c){return d(a.map(b,c))},f=function(a,c,d){return b(function(b){var e=!1,f=!1,g=void 0,h=void 0,i=function(){if(e&&f){var a=d(g,h);b(a)}};a.get(function(a){g=a,e=!0,i()}),c.get(function(a){h=a,f=!0,i()})})},g=function(a,b){return function(c){return b(c).bind(a)}};return{nu:b,pure:c,par:d,mapM:e,lift2:f,compose:g}}}),g("n",["20","21","22"],function(a,b,c){var d=function(c){var e=function(b){c(a.bounce(b))};return b(d,e)};return c(d)}),g("32",["40"],function(a){return function(){var b=a.getOrDie("FileReader");return new b}}),g("79",["n","32"],function(a,b){return function(c){return a.nu(function(a){var d=b();d.onload=function(b){var c=b.target;a(c.result)},d.readAsText(c)})}}),g("7a",["40"],function(a){return function(){var b=a.getOrDie("XMLHttpRequest");return new b}}),g("6f",["1h","1i","1r","79","n","7a","p","2n","11","1l"],function(a,b,c,d,e,f,g,h,i,j){var k={"*":"*/*",text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},l=function(l,m,n,o){var p={url:l,contentType:"application/json",processData:!1,type:"GET"},q=c.merge(p,o),r=f();r.open(q.type.toUpperCase(),q.url,!0),"blob"===q.responseType&&(r.responseType=q.responseType),a.isString(q.contentType)&&r.setRequestHeader("Content-Type",q.contentType);var s=q.dataType,t=a.isString(s)&&"*"!==s?k[s]+", "+k["*"]+"; q=0.01":k["*"];r.setRequestHeader("Accept",t),void 0!==q.xhrFields&&q.xhrFields.withCredentials===!0&&(r.withCredentials=!0),a.isObject(q.headers)&&b.each(q.headers,function(b,c){a.isString(c)||a.isString(b)?r.setRequestHeader(c,b):j.error("Request header data was not a string: ",c," -> ",b)});var u=function(a,b,c){m(a)},v=function(){return"blob"===q.responseType?g.from(r.response).map(d).getOr(e.pure("no response content")):e.pure(r.responseText)},w=function(){v().get(function(a){0===r.status?n("Unknown HTTP error (possible cross-domain request)",r.status,a):n('Could not load url "'+l+'": '+r.statusText,r.status,a)})},x=function(){try{return h.value(JSON.parse(r.response))}catch(a){return h.error({status:r.status,statusText:"Response was not JSON",responseText:r.responseText})}},y=function(){var a="json"===s?x(r):h.value(r.response);a.fold(w,function(a){u(a,r.statusText,r)})},z=function(){0===r.status?i.startsWith(q.url,"file:")?y():w():r.status<100||r.status>=400?w():y()};r.onerror=w,r.onload=z,void 0===q.data?r.send():r.send(q.data)};return{ajax:l}}),g("44",["40"],function(a){var b=function(){return a.getOrDie("JSON")},c=function(a){return b().parse(a)},d=function(a,c,d){return b().stringify(a,c,d)};return{parse:c,stringify:d}}),g("43",["1r","6f","44"],function(a,b,c){var d=function(c,d,e,f){b.ajax(c,d,e,a.merge({dataType:"text",type:"GET"},f))},e=function(d,e,f,g,h){b.ajax(d,f,g,a.merge({dataType:"text",data:c.stringify(e),type:"POST"},h))};return{get:d,post:e}}),g("6g",[],function(){var a=function(a){var b="";return""!==a.protocol&&(b+=a.protocol,b+=":"),""!==a.authority&&(b+="//",b+=a.authority),b+=a.path,""!==a.query&&(b+="?",b+=a.query),""!==a.anchor&&(b+="#",b+=a.anchor),b};return{recompose:a}}),g("7b",["1r"],function(a){var b={strictMode:!1,key:["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"],q:{name:"queryKey",parser:/(?:^|&)([^&=]*)=?([^&]*)/g},parser:{strict:/^(?:([^:\/?#]+):)?(?:\/\/((?:(([^:@\/]*)(?::([^:@\/]*))?)?@)?([^:\/?#]*)(?::(\d*))?))?((((?:[^?#\/]*\/)*)([^?#]*))(?:\?([^#]*))?(?:#(.*))?)/,loose:/^(?:(?![^:@\/]+:[^:@\/]*@)([^:\/?#.]+):)?(?:\/\/)?((?:(([^:@\/]*)(?::([^:@\/]*))?)?@)?([^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/}},c=function(a,b){for(var c=b,d=c.parser[c.strictMode?"strict":"loose"].exec(a),e={},f=14;f--;)e[c.key[f]]=d[f]||"";return e[c.q.name]={},e[c.key[12]].replace(c.q.parser,function(a,b,d){b&&(e[c.q.name][b]=d)}),e},d=function(d,e){var f=a.merge(b,e);return c(d,f)};return{parse:d}}),g("7c",["11"],function(a){var b=function(b){return a.removeTrailing(b,d(b))},c=function(a){return a.match(/(^\/?.*?)(\/|$)/)[1]},d=function(a){return a.substring(a.lastIndexOf("/"))},e=function(d){for(var e=d,f="";""!==e;)if(a.startsWith(e,"../"))e=a.removeLeading(e,"../");else if(a.startsWith(e,"./"))e=a.removeLeading(e,"./");else if(a.startsWith(e,"/./"))e="/"+a.removeLeading(e,"/./");else if("/."===e)e="/";else if(a.startsWith(e,"/../"))e="/"+a.removeLeading(e,"/../"),f=b(f);else if("/.."===e)e="/",f=b(f);else if("."===e||".."===e)e="";else{var g=c(e);e=a.removeLeading(e,g),f+=g}return f};return{remove:e}}),g("7d",["11"],function(a){var b=function(b,c,d){if(""!==d&&""===b)return"/"+c;var e=b.substring(b.lastIndexOf("/")+1);return a.removeTrailing(b,e)+c};return{merge:b}}),g("6h",["11","7b","7c","7d"],function(a,b,c,d){var e=function(e,f){var g={strictMode:!0},h=b.parse(e,g),i=b.parse(f,g),j={};return""!==i.protocol?(j.protocol=i.protocol,j.authority=i.authority,j.path=c.remove(i.path),j.query=i.query):(""!==i.authority?(j.authority=i.authority,j.path=c.remove(i.path),j.query=i.query):(""===i.path?(j.path=h.path,""!==i.query?j.query=i.query:j.query=h.query):(a.startsWith(i.path,"/")?j.path=c.remove(i.path):(j.path=d.merge(h.path,i.path,e.authority),j.path=c.remove(j.path)),j.query=i.query),j.authority=h.authority),j.protocol=h.protocol),j.anchor=i.anchor,j};return{transform:e}}),g("45",["6g","6h"],function(a,b){var c=function(c,d){var e=b.transform(c,d);return a.recompose(e)};return{resolve:c}}),g("2s",["1h","1r","43","44","2n","2r","11","45"],function(a,b,c,d,e,f,g,h){return function(i){var j=function(){var a=i.url,b=a.lastIndexOf("/"),c=b>0?a.substr(0,b):a,d=void 0===i.basePath?c:i.basePath;return g.endsWith(d,"/")?d:d+"/"},k=j(),l=function(a,b){var c=a.split(/\s+/),d=1===c.length&&""!==c[0]?c[0]:b;return h.resolve(k,d)},m=function(g,h,j){var k=g.blob(),m=function(a,b,c){j(e.error(f.failureObject(a,b,c)))},n=f.getFilename(k,h),o=i.credentials!==!0?{}:{xhrFields:{withCredentials:!0}},p=b.merge(o,f.buildExtra("image",k,n)),q=function(b){var c;try{var f=d.parse(b);if(!a.isString(f.location))return void m("JSON response did not contain a string location",500,b);c=f.location}catch(g){c=b}var h=l(c,n);j(e.value({location:h}))};c.post(i.url,{},q,m,p)};return{upload:m}}}),h("12",setTimeout),g("2t",["1h","2n","2r","2l","1l","12"],function(a,b,c,d,e,f){var g=d.immutable("id","filename","blob","base64");return function(d){var h=function(h,i,j){var k=function(a){j(b.error(a))},l=function(c){a.isString(c)?j(b.value({location:c})):(e.error("Image upload result was not a string"),k(""))},m=c.getFilename(h.blob(),i),n=g(i,m,h.blob(),h.data().result);f(function(){d(n,l,k)},0)};return{upload:h}}}),g("1g",["2r","2s","2t"],function(a,b,c){var d=function(a){return b(a)},e=function(a){return c(a)},f=function(b,c,d){return a.failureObject(b,c,d)},g=function(b,c){return a.getFilename(b,c)},h=function(b,c,d){return a.buildExtra(b,c,d)};return{direct:d,custom:e,failureObject:f,getFilename:g,buildExtra:h}}),g("b",["g","o","p","c","1b","1c","1d","1e","1f","1g","j","k"],function(a,b,c,d,e,f,g,h,i,j,k,l){var m=function(d,m){var n=g(),o=h(),p=(e(),e(d,m.url)),q=j.direct(m),r=function(){return l.fromDom(d.getBody())},s=function(b,c,e){a.each(c,function(a){k.set(a,"data-mce-src",b.location)}),f.resrcHistory(d,e,b)};o.events.complete.bind(function(a){f.unwrapHistory(d)});var t=function(a,b,c){i.handleUpload(q,o,n,r(),a,b,function(a){a.fold(function(a){c(a)},s)})},u=function(a,b){i.prepareForUpload(o,a.blobInfo().id(),a.image()).each(function(c){t(c,a.blobInfo(),b)})},v=function(b){var c=p.instance(),d=i.registerAssets(n,r(),b);a.each(d,function(a){a.fold(function(a){console.error(a)},function(a){u(a,c)})})},w=function(){var b=p.instance(),d=i.findBlobs(o,n,r());a.each(d,function(a){a.fold(function(a){o.report(a,c.none(),!1)},function(a){u(a,b)})})},x=function(a){w(),v(a)},y=function(a,b,c,d){return c};return{importImages:b.noop,uploadImages:x,prepareImages:b.noop,getLocalURL:y}},n=function(a){var c=d(a);return{importImages:c.importImages,uploadImages:b.noop,prepareImages:c.prepareImages,getLocalURL:c.getLocalURL}};return function(a,b){return b?m(a,b):n(a)}}),g("3",["b","c"],function(a,b){return function(c){var d=!c.uploadImages&&c.settings.images_upload_url?{url:c.settings.images_upload_url,basePath:c.settings.images_upload_base_path,credentials:c.settings.images_upload_credentials}:null;return c.uploadImages?b(c):a(c,d)}}),g("1n",[],function(){var a=function(a,b){return function(){return a.apply(b,arguments)}},b=function(a){return a.ownerDocument.defaultView?a.ownerDocument.defaultView.getComputedStyle(a,null):a.currentStyle||{}},c=function(a){"undefined"!=typeof console&&console.log&&console.log(a)},d=function(a){var b=Array.prototype.slice.call(a).reverse();return function(a){for(var c=a,d=0;d/i),p=null===o?n:o[0];return c(p)}if(!l.get("_mcePaste")){if(f=l.add(m,"div",{id:"_mcePaste","class":"mcePaste"},'\ufeff
'),i=m!=b.getDoc().body?l.getPos(b.selection.getStart(),m).y:m.scrollTop,l.setStyles(f,{position:"absolute",left:-1e4,top:i,width:1,height:1,overflow:"hidden"}),tinymce.isIE)return h=l.doc.body.createTextRange(),h.moveToElementText(f),h.execCommand("Paste"),l.remove(f),"\ufeff"===f.innerHTML?(b.execCommand("mcePasteWord"),void e.preventDefault()):(c(j?f.innerText:f.innerHTML),tinymce.dom.Event.cancel(e));var q=function(a){a.preventDefault()};l.bind(b.getDoc(),"mousedown",q),l.bind(b.getDoc(),"keydown",q),tinymce.isGecko&&(h=b.selection.getRng(!0),h.startContainer==h.endContainer&&3==h.startContainer.nodeType&&(nodes=l.select("p,h1,h2,h3,h4,h5,h6,pre",f),1==nodes.length&&l.remove(nodes.reverse(),!0))),g=b.selection.getRng(),f=f.firstChild,h=b.getDoc().createRange(),h.setStart(f,0),h.setEnd(f,1),k.setRng(h),window.setTimeout(function(){var d="",e=l.select("div.mcePaste");a.each(e,function(b){var c=b.firstChild;c&&"DIV"==c.nodeName&&c.style.marginTop&&c.style.backgroundColor&&l.remove(c,1),a.each(l.select("div.mcePaste",b),function(a){l.remove(a,1)}),a.each(l.select("span.Apple-style-span",b),function(a){l.remove(a,1)}),a.each(l.select("br[_mce_bogus]",b),function(a){l.remove(a)}),d+=b.innerHTML}),a.each(e,function(a){l.remove(a)}),g&&k.setRng(g),c(d),l.unbind(b.getDoc(),"mousedown",q),l.unbind(b.getDoc(),"keydown",q)},0)}}),c=function(a,c,d){return function(e){b(a,c,d,e)}},d=function(a,c,d){return function(e){(tinymce.isOpera||navigator.userAgent.indexOf("Firefox/2")>0)&&((tinymce.isMac?e.metaKey:e.ctrlKey)&&86==e.keyCode||e.shiftKey&&45==e.keyCode)&&b(a,c,d,e)}};return{getOnPasteFunction:c,getOnKeyDownFunction:d}}),g("1o",[],function(){var a=function(a,b){var c,d=b.getDoc(),e="ephoxInsertMarker",f=b.selection,g=b.dom;f.setContent(' '),c=g.get(e);for(var h=d.createDocumentFragment();a.firstChild&&!g.isBlock(a.firstChild);)h.appendChild(a.firstChild);for(var i=d.createDocumentFragment();a.lastChild&&!g.isBlock(a.lastChild);)i.appendChild(a.lastChild);if(c.parentNode.insertBefore(h,c),g.insertAfter(i,c),a.firstChild){if(g.isBlock(a.firstChild)){for(;!g.isBlock(c.parentNode)&&c.parentNode!==g.getRoot();)c=g.split(c.parentNode,c);g.is(c.parentNode,"td,th")||c.parentNode===g.getRoot()||(c=g.split(c.parentNode,c))}g.replace(a,c)}else g.remove(c)};return{insert:a}}),g("q",[],function(){return{officeStyles:"prompt",htmlStyles:"clean"}}),g("1p",["1n"],function(a){var b={strip_class_attributes:"all",retain_style_properties:"none"},c={strip_class_attributes:"none",retain_style_properties:"valid"},d=function(a,d){if(a&&"string"!=typeof a)return a;switch(a){case"clean":return b;case"merge":return c;default:return d}},e=function(b,c,e){var f=d(b,c);return f=a.extend(f,{base_64_images:e})},f=function(a,d,f){var g=e(a,b,f),h=e(d,c,f),i=h,j=function(a){i=a?g:h},k=function(a){return i[a]};return{setWordContent:j,get:k}};return{create:f}}),g("6i",["1n"],function(a){var b=function(a){return a.specified!==!1||"name"===a.nodeName&&""!==a.value},c=function(a,b){return a&&b?function(c,d){return b(c,a(c,d))}:a||b},d=function(d){var e,f,g=0,h=function(){return e},i=function(){return f()};f=function(){return e={},g=0,a.each(d.attributes,function(a){var c=a.nodeName,d=a.value;b(a)&&null!==d&&void 0!==d&&(e[c]=d,g++)}),void 0===e.style&&d.style.cssText&&(e.style=d.style.cssText,g++),f=h,e};var j,k,l=function(){return f(),g},m=function(a){j||(k=f),j=c(j,a),f=function(){return f=k,o(function(a,b){var c=j(a,b);null===c?(d.removeAttribute(a),delete e[a],g--):c!==b&&("class"===a?d.className=c:d.setAttribute(a,c),e[a]=c)}),f=h,e}},n=function(a){return f()[a]},o=function(b){a.each(f(),function(a,c){b(c,a)})};return{get:n,each:o,filter:m,getAttributes:i,getAttributeCount:l}};return{manager:d}}),g("46",["6i","1n"],function(a,b,c){var d="startElement",e="endElement",f="text",g="comment",h=a.manager,i=function(a){return a.replace(/-(.)/g,function(a,b){return b.toUpperCase()})},j=function(a){return a.replace(/([A-Z])/g,function(a,b){return"-"+b.toLowerCase()})},k=!1,l=function(a,c,d){var e,f,g;a.style.length;g=c||a.getAttribute("style"),void 0!==g&&null!==g&&g.split||(g=a.style.cssText),b.each(g.split(";"),function(a){var c=a.indexOf(":");c>0&&(e=b.trim(a.substring(0,c)),e.toUpperCase()===e&&(e=e.toLowerCase()),e=j(e),f=b.trim(a.substring(c+1)),k||(k=0===e.indexOf("mso-")),d(e,f))}),k||(f=a.style["mso-list"],f&&d("mso-list",f))},m=function(a,c,j){var k,m,n,o,p;switch(a.nodeType){case 1:c?k=e:(k=d,o=h(a),p={},l(a,j,function(a,b){p[a]=b})),m="HTML"!==a.scopeName&&a.scopeName&&a.tagName&&a.tagName.indexOf(":")<=0?(a.scopeName+":"+a.tagName).toUpperCase():a.tagName;break;case 3:k=f,n=a.nodeValue;break;case 8:k=g,n=a.nodeValue;break;default:b.log("WARNING: Unsupported node type encountered: "+a.nodeType)}var q=function(){return o&&o.getAttributes(),a},r=function(){return m},s=function(){return k},t=function(){return n},u=function(){return"Type: "+k+", Tag: "+m+" Text: "+n},v=function(a){return o.get(a.toLowerCase())},w=function(a){k===d&&o.filter(a)},x=function(c){if(s()===d){var e="";b.each(p,function(b,d){var f=c(d,b);null===f?(a.style.removeProperty?a.style.removeProperty(i(d)):a.style.removeAttribute(i(d)),delete p[d]):(e+=d+": "+f+"; ",p[d]=f)}),e=e?e:null,w(function(a,b){return"style"===a?e:b}),a.style.cssText=e}},y=function(){return o.getAttributeCount()},z=function(a){o.each(a)},A=function(a){return p[a]},B=function(a){b.each(p,function(b,c){a(c,b)})},C=function(){return b.ephoxGetComputedStyle(a)},D=function(){return k===f&&/^[\s\u00A0]*$/.test(n)};return{getNode:q,tag:r,type:s,text:t,toString:u,getAttribute:v,filterAttributes:w,filterStyles:x,getAttributeCount:y,attributes:z,getStyle:A,styles:B,getComputedStyle:C,isWhitespace:D}},n=function(a,c,d,e){var f=e.createElement(a),g="";return b.each(c,function(a,b){f.setAttribute(b,a)}),b.each(d,function(a,b){g+=b+":"+a+";",f.style[i(b)]=a}),m(f,!1,""!==g?g:null)},o=function(a,b){return m(b.createElement(a),!0)},p=function(a,b){return m(b.createComment(a),!1)},q=function(a,b){return m(b.createTextNode(a))},r=o("HTML",window.document);return{START_ELEMENT_TYPE:d,END_ELEMENT_TYPE:e,TEXT_TYPE:f,COMMENT_TYPE:g,FINISHED:r,token:m,createStartElement:n,createEndElement:o,createComment:p,createText:q}}),g("2u",["46"],function(a){var b=function(b){var c=b.createDocumentFragment(),d=c,e=function(a){g(a),c=a},f=function(){c=c.parentNode},g=function(a){c.appendChild(a)},h=function(c){var d=function(a){var b=a.getNode().cloneNode(!1);e(b)},h=function(a,c){var d=b.createTextNode(a.text());g(d)};switch(c.type()){case a.START_ELEMENT_TYPE:d(c);break;case a.TEXT_TYPE:h(c);break;case a.END_ELEMENT_TYPE:f();break;case a.COMMENT_TYPE:break;default:throw{message:"Unsupported token type: "+c.type()}}};return{dom:d,receive:h}};return{create:b}}),g("2v",["46"],function(a){var b=function(b,c){var d;c=c||window.document,d=c.createElement("div"),c.body.appendChild(d),d.style.position="absolute",d.style.left="-10000px",d.innerHTML=b,nextNode=d.firstChild||a.FINISHED;var e=[];endNode=!1;var f=function(b,c){return b===a.FINISHED?b:b?a.token(b,c):void 0},g=function(){var b=nextNode,g=endNode;return!endNode&&nextNode.firstChild?(e.push(nextNode),nextNode=nextNode.firstChild):endNode||1!==nextNode.nodeType?nextNode.nextSibling?(nextNode=nextNode.nextSibling,endNode=!1):(nextNode=e.pop(),endNode=!0):endNode=!0,b===a.FINISHED||nextNode||(c.body.removeChild(d),nextNode=a.FINISHED),f(b,g)},h=function(){return void 0!==nextNode};return{hasNext:h,next:g}};return{tokenize:b}}),g("47",["46","1n"],function(a,b){var c=function(c,d){var e=function(e,f,g){var h,i,j,k=!1,l=function(){d&&d(w),k=!1,i=[],j=[]},m=function(a){b.each(a,function(a){e.receive(a)})},n=function(a){k?j.push(a):e.receive(a)},o=function(b){d&&i.push(b),c(w,b),b===a.FINISHED&&r()},p=function(){k=!0},q=function(){m(i),l()},r=function(){u(),m(j),l()},s=function(a){h=h||[],h.push(a)},t=function(){return h&&h.length>0},u=function(){b.each(h,function(a){n(a)}),v()},v=function(){h=[]},w={document:g||window.document,settings:f||{},emit:n,receive:o,startTransaction:p,rollback:q,commit:r,defer:s,hasDeferred:t,emitDeferred:u,dropDeferred:v};return l(),w};return e},d=function(a){return c(function(c,d){d.filterAttributes(b.bind(a,c)),c.emit(d)})};return{createFilter:c,createAttributeFilter:d}}),g("2w",["47","46"],function(a,b){var c=/^(P|H[1-6]|T[DH]|LI|DIV|BLOCKQUOTE|PRE|ADDRESS|FIELDSET|DD|DT|CENTER)$/,d=function(a){return c.test(a.tag())},e=function(){return null},f=!1;return a.createFilter(function(a,c){var g=function(){f||(a.emit(b.createStartElement("P",{},{},a.document)),f=!0)};switch(c.type()){case b.TEXT_TYPE:g(),a.emit(c);break;case b.END_ELEMENT_TYPE:f&&(d(c)||c===b.FINISHED)?(a.emit(b.createEndElement("P",a.document)),f=!1):"BR"===c.tag()&&a.emit(c);break;case b.START_ELEMENT_TYPE:"BR"===c.tag()?(c.filterAttributes(e),c.filterStyles(e),a.emit(c)):"IMG"===c.tag()&&c.getAttribute("alt")&&(g(),a.emit(b.createText(c.getAttribute("alt"),a.document)))}c===b.FINISHED&&a.emit(c)})}),g("48",["46"],function(a){var b=function(){if(navigator.userAgent.indexOf("Gecko")>0&&navigator.userAgent.indexOf("WebKit")<0)return!1;var b=document.createElement("div");try{b.innerHTML='

 

'}catch(c){return!1}return"Ignore"===a.token(b.firstChild).getStyle("mso-list")},c=b(),d=function(a){return"A"===a.tag()||"SPAN"===a.tag()},e=function(a){var b=a.getStyle("mso-list");return b&&"skip"!==b},f=function(b,c){return b.type()===a.START_ELEMENT_TYPE?0===b.getAttributeCount()||c&&1===b.getAttributeCount()&&null!==b.getAttribute("style")&&void 0!==b.getAttribute("style"):b.type()===a.END_ELEMENT_TYPE};return{hasNoAttributes:f,supportsCustomStyles:c,spanOrA:d,hasMsoListStyle:e}}),g("4c",["46","1n"],function(a,b){var c=[{regex:/^\(?[dc][\.\)]$/,type:{tag:"OL",type:"lower-alpha"}},{regex:/^\(?[DC][\.\)]$/,type:{tag:"OL",type:"upper-alpha"}},{regex:/^\(?M*(CM|CD|D?C{0,3})(XC|XL|L?X{0,3})(IX|IV|V?I{0,3})[\.\)]$/,type:{tag:"OL",type:"upper-roman"}},{regex:/^\(?m*(cm|cd|d?c{0,3})(xc|xl|l?x{0,3})(ix|iv|v?i{0,3})[\.\)]$/,type:{tag:"OL",type:"lower-roman"}},{regex:/^\(?[0-9]+[\.\)]$/,type:{tag:"OL"}},{regex:/^([0-9]+\.)*[0-9]+\.?$/,type:{tag:"OL",variant:"outline"}},{regex:/^\(?[a-z]+[\.\)]$/,type:{tag:"OL",type:"lower-alpha"}},{regex:/^\(?[A-Z]+[\.\)]$/,type:{tag:"OL",type:"upper-alpha"}}],d={"\u2022":{tag:"UL",type:"disc"},"\xb7":{tag:"UL",type:"disc"},"\xa7":{tag:"UL",type:"square"}},e={o:{tag:"UL",type:"circle"},"-":{tag:"UL",type:"disc"},"\u25cf":{tag:"UL",type:"disc"}},f=function(a,b){var c={tag:a.tag,type:a.type,variant:b};return a.start&&(c.start=a.start),a.type||delete c.type,c},g=function(a,g,i){var j,k,l,m=null;return a&&(j=a.text,k=a.symbolFont),j=b.trim(j),m=e[j],m?m=f(m,j):k?(m=d[j],m=m?f(m,j):{tag:"UL",variant:j}):(b.each(c,function(a){if(a.regex.test(j)){if(g&&h(a.type,g,!0))return m=a.type,m.start=parseInt(j),!1;m||(m=a.type),m.start=parseInt(j)}}),m&&!m.variant&&(l="("===j.charAt(0)?"()":")"===j.charAt(j.length-1)?")":".",m=f(m,l))),m&&"OL"===m.tag&&i&&("P"!==i.tag()||/^MsoHeading/.test(i.getAttribute("class")))&&(m=null),m},h=function(a,b,c){return a===b||a&&b&&a.tag===b.tag&&a.type===b.type&&(c||a.variant===b.variant)},i=function(b,c){return b.type()==a.START_ELEMENT_TYPE&&(font=b.getStyle("font-family"),font?c="Wingdings"===font||"Symbol"===font:/^(P|H[1-6]|DIV)$/.test(b.tag())&&(c=!1)),c};return{guessListType:g,eqListType:h,checkFont:i}}),g("49",["46","4c","1n"],function(a,b,c){var d=function(d,e){var f,g,h,i=!1,j=function(a){var b=a.style.fontFamily;b&&(i="Wingdings"===b||"Symbol"===b)};if(d.type()===a.START_ELEMENT_TYPE&&e.openedTag&&"SPAN"===d.tag()){for(f=e.openedTag.getNode(),j(f),f.childNodes.length>1&&"A"===f.firstChild.tagName&&""===f.firstChild.textContent&&(f=f.childNodes[1]);f.firstChild&&("SPAN"===f.firstChild.tagName||"A"===f.firstChild.tagName);)f=f.firstChild,j(f);if(f=f.firstChild,!f||3!==f.nodeType)return f&&"IMG"===f.tagName;if(g=f.value,c.trim(g)||(f=f.parentNode.nextSibling,g=f?f.value:""),!f||c.trim(f.parentNode.textContent)!=g)return!1;if(h=b.guessListType({text:g,symbolFont:i},null,e.originalToken))return f.nextSibling&&"SPAN"===f.nextSibling.tagName&&/^[\u00A0\s]/.test(f.nextSibling.firstChild.value)&&("P"===e.openedTag.tag()||"UL"===h.tag)}return!1},e=function(a,b){var c,d=0;for(c=a.parentNode;null!==c&&void 0!==c&&c!==b.parentNode;)d+=c.offsetLeft,c=c.offsetParent;return d},f=function(a){var b={};return function(c,d){var e,f=c+","+d;return b.hasOwnProperty(f)?b[f]:(e=a.call(null,c,d),b[f]=e,e)}},g=function(a){var b=a.indexOf(".");if(b>=0&&c.trim(a.substring(b+1))===className)return match=results[2],!1},h=f(function(a,b){var d,e,f,h,i=/([^{]+){([^}]+)}/g;for(i.lastIndex=0;null!==(d=i.exec(a))&&!e;)c.each(d[1].split(","),g(selector));return!!e&&(f=document.createElement("p"),f.setAttribute("style",e),h=c.ephoxGetComputedStyle(f),!!h&&""+h.marginLeft)}),i=function(){var a,b,c=function(c,d,f,g){var i,j,k=1;return g&&/^([0-9]+\.)+[0-9]+\.?$/.test(g.text)?g.text.replace(/([0-9]+|\.$)/g,"").length+1:(i=b||parseInt(h(f,d.getAttribute("class"))),j=e(c.getNode(),d.getNode()),i?a?j+=a:0===j&&(a=i,j+=i):i=48,b=i=Math.min(j,i),k=Math.max(1,Math.floor(j/i))||1)};return{guessIndentLevel:c}},j=function(){var b=!1,c="",d=function(d){return b&&d.type()===a.TEXT_TYPE?(c+=d.text(),!0):d.type()===a.START_ELEMENT_TYPE&&"STYLE"===d.tag()?(b=!0,!0):d.type()===a.END_ELEMENT_TYPE&&"STYLE"===d.tag()&&(b=!1,!0)};return{check:d}};return{isListWithoutCommentsOrStyles:d,indentGuesser:i,styles:j}}),g("4a",["46","4c"],function(a,b){var c=["disc","circle","square"],d=function(a,b){return"UL"===a.tag&&c[b-1]===a.type&&(a={tag:"UL"}),a};return function(c,e){var f,g=[],h=[],i=0,j=function(b,d){var h={},j={};i++,d&&b.type&&(h={"list-style-type":b.type}),b.start&&b.start>1&&(j={start:b.start}),g.push(b),c.emit(a.createStartElement(b.tag,j,h,e)),f=b},k=function(){c.emit(a.createEndElement(g.pop().tag,e)),i--,f=g[g.length-1]},l=function(){for(;i>0;)m(),k();c.commit()},m=function(){var b=h?h.pop():"P";"P"!=b&&c.emit(a.createEndElement(b,e)),c.emit(a.createEndElement("LI",e))},n=function(d,g,i){var l={};if(d){var m=d.getStyle("margin-left");void 0!==m&&(l["margin-left"]=m)}else l["list-style-type"]="none";f&&!b.eqListType(f,g)&&(k(),i&&(c.emit(a.createStartElement("P",{},{},e)),c.emit(a.createText("\xa0",e)),c.emit(a.createEndElement("P",e))),j(g,!0)),c.emit(a.createStartElement("LI",{},l,e)),d&&"P"!=d.tag()?(h.push(d.tag()),d.filterStyles(function(){return null}),c.emit(d)):h.push("P")},o=function(b,f,g,l){if(g){for(i||(i=0);i>b;)m(),k();if(g=d(g,b),i==b)m(),n(f,g,l);else for(b>1&&h.length>0&&"P"!==h[h.length-1]&&(c.emit(a.createEndElement(h[h.length-1],e)), +h[h.length-1]="P");i0;)c.emit(h.spanCount.shift());a&&c.emit(i)}else e.log("Unknown list type: "+h.bulletInfo.text+" Symbol font? "+h.bulletInfo.symbolFont),c.rollback()};i.type()===b.TEXT_TYPE||i.type()===b.START_ELEMENT_TYPE?j(!0):i.type()===b.COMMENT_TYPE?j("[endif]"!==i.text()):i.type()===b.END_ELEMENT_TYPE?a.spanOrA(i)&&h.spanCount.pop():f(c,i)},q=function(a,c,d){d.type()===b.END_ELEMENT_TYPE&&d.tag()===c.originalToken.tag()?(c.nextFilter=h,c.skippedPara=!1):a.emit(d)},r=j;return{initial:r}}),g("2x",["47","48","46","49","4a","4b","4c","1n"],function(a,b,c,d,e,f,g,h){var i={},j=function(a){i.nextFilter=f.initial,i.itemLevel=0,i.originalToken=null,i.commentMode=!1,i.openedTag=null,i.symbolFont=!1,i.listType=null,i.indentGuesser=d.indentGuesser(),i.emitter=e(a,a.document),i.styles=d.styles(),i.spanCount=[],i.skippedPara=!1,i.styleLevelAdjust=0,i.bulletInfo=void 0};j({});var k=function(a){j(a)},l=function(a,b){i.styles.check(b)||(i.symbolFont=g.checkFont(b,i.symbolFont),i.nextFilter(a,i,b))};return a.createFilter(l,k)}),g("2y",["1n"],function(a){var b=function(a){var b=a,c=65279===b.charCodeAt(b.length-1);return c?b.substring(0,b.length-1):a},c=function(a){return/<(h[1-6r]|p|div|address|pre|form|table|tbody|thead|tfoot|th|tr|td|li|ol|ul|caption|blockquote|center|dl|dt|dd|dir|fieldset)/.test(a)?a.replace(/(?:
 [\s\r\n]+|
)*(<\/?(h[1-6r]|p|div|address|pre|form|table|tbody|thead|tfoot|th|tr|td|li|ol|ul|caption|blockquote|center|dl|dt|dd|dir|fieldset)[^>]*>)(?:
 [\s\r\n]+|
)*/g,"$1"):a},d=function(a){return a.replace(/

/g,"

")},e=function(a){return a.replace(/
/g," ")},f=function(a){return a.replace(/

/g,"
")},g=[b],h=tinymce.isIE&&document.documentMode>=9?[f,e,d,c].concat(g):g,i=a.compose(h);return{all:i,textOnly:b}}),g("4d",["47"],function(a){var b=/^(mso-.*|tab-stops|tab-interval|language|text-underline|text-effect|text-line-through|font-color|horiz-align|list-image-[0-9]+|separator-image|table-border-color-(dark|light)|vert-align|vnd\..*)$/,c=function(a){return function(c,d){var e=!1;switch(a){case"all":case"*":e=!0;break;case"valid":e=!b.test(c);break;case void 0:case"none":e="list-style-type"===c;break;default:e=(","+a+",").indexOf(","+c+",")>=0}return e?d:null}};return a.createFilter(function(a,b){var d=a.settings.get("retain_style_properties");b.filterStyles(c(d)),a.emit(b)})}),g("4e",["47","46"],function(a,b){return a.createFilter(function(a,c){a.seenList?a.emit(c):a.inferring?("LI"===c.tag()&&(c.type()===b.START_ELEMENT_TYPE?a.inferring++:(a.inferring--,a.inferring||(a.needsClosing=!0))),a.emit(c)):("OL"===c.tag()||"UL"===c.tag()?a.seenList=!0:"LI"===c.tag()&&(a.inferring=1,a.needsClosing||a.emit(b.createStartElement("UL",{},{},a.document))),!a.needsClosing||a.inferring||c.isWhitespace()||(a.needsClosing=!1,a.emit(b.createEndElement("UL",a.document))),a.emit(c))})}),g("4f",["47"],function(a){return a.createAttributeFilter(function(a,b){return"name"===a||"id"===a?null:b})}),g("4g",["47"],function(a){return a.createAttributeFilter(function(a,b){var c;if("class"===a)switch(c=this.settings.get("strip_class_attributes")){case"mso":return 0===b.indexOf("Mso")?null:b;case"none":return b;default:return null}return b})}),g("4h",["47","48","46"],function(a,b,c){var d=[],e=[],f=!1,g=function(a,b){var e,f,g=1;for(e=b+1;e=0&&b.hasNoAttributes(a,!0))};0===d.length?e.type()===c.START_ELEMENT_TYPE?h(e)?a.emit(e):i(a,e):a.emit(e):(f||(f=h(e)),i(a,e))})}),g("4i",["47"],function(a){return a.createAttributeFilter(function(a,b){return"style"===a&&""===b?null:b})}),g("4j",["47"],function(a){return a.createAttributeFilter(function(a,b){return"lang"===a?null:b})}),g("4k",["47","46"],function(a,b){return a.createFilter(function(a,c){if("IMG"===c.tag()){if(c.type()===b.END_ELEMENT_TYPE&&a.skipEnd)return void(a.skipEnd=!1);if(c.type()===b.START_ELEMENT_TYPE){if(/^file:/.test(c.getAttribute("src")))return void(a.skipEnd=!0);if(a.settings.get("base_64_images")&&/^data:image\/.*;base64/.test(c.getAttribute("src")))return void(a.skipEnd=!0)}}a.emit(c)})}),g("4l",["47"],function(a){return a.createFilter(function(a,b){"META"!==b.tag()&&"LINK"!==b.tag()&&a.emit(b)})}),g("4m",["47","48","46"],function(a,b,c){var d=function(a){return!b.hasNoAttributes(a)&&!/^OLE_LINK/.test(a.getAttribute("name"))},e=[];return a.createFilter(function(a,b){var f;b.type()===c.START_ELEMENT_TYPE&&"A"===b.tag()?(e.push(b),d(b)&&a.defer(b)):b.type()===c.END_ELEMENT_TYPE&&"A"===b.tag()?(f=e.pop(),d(f)&&a.defer(b),0===e.length&&a.emitDeferred()):a.hasDeferred()?a.defer(b):a.emit(b)})}),g("4n",["47","46"],function(a,b){var c=!1;return a.createFilter(function(a,d){"SCRIPT"===d.tag()?c=d.type()===b.START_ELEMENT_TYPE:c||(d.filterAttributes(function(a,b){return/^on/.test(a)||"language"===a?null:b}),a.emit(d))})}),g("2z",["4d","4e","4f","4g","4h","4i","4j","4k","4l","4m","4n"],function(a,b,c,d,e,f,g,h,i,j,k){return[k,c,h,a,g,f,d,j,e,i,b]}),g("4o",["47"],function(a){return a.createFilter(function(a,b){b.filterAttributes(function(a,c){return"align"===a?null:"UL"!==b.tag()&&"OL"!==b.tag()||"type"!==a?c:null}),a.emit(b)})}),g("4p",["47"],function(a){return a.createAttributeFilter(function(a,b){return/^xmlns(:|$)/.test(a)?null:b})}),g("4q",["47"],function(a){return a.createFilter(function(a,b){b.tag&&/^([OVWXP]|U[0-9]+|ST[0-9]+):/.test(b.tag())||a.emit(b)})}),g("4r",["47"],function(a){return a.createAttributeFilter(function(a,b){return"href"===a&&(b.indexOf("#_Toc")>=0||b.indexOf("#_mso")>=0)?null:b})}),g("4s",["47"],function(a){return a.createAttributeFilter(function(a,b){return/^v:/.test(a)?null:b})}),g("30",["4o","4p","4q","4r","4s","2x"],function(a,b,c,d,e,f){return[c,f,d,e,b,a]}),g("1q",["2u","2v","2w","2x","2y","2z","30"],function(a,b,c,d,e,f,g){var h=function(a,b,c,d){var e,f=b;for(e=a.length-1;e>=0;e--)f=a[e](f,c,d);return f},i=function(c,d,e,f){var g=a.create(e),i=b.tokenize(c,e);for(pipeline=h(f,g,d,e);i.hasNext();)pipeline.receive(i.next());return g.dom},j=function(a,b,c){var d=e.all(a),h=l(d);b.setWordContent(h);var j=f;return h&&(j=g.concat(f)),i(d,b,c,j)},k=function(a,b,d){var f=e.textOnly(a);return i(f,b,d,[c])},l=function(a){return a.indexOf("")>=0||a.indexOf("p.MsoNormal, li.MsoNormal, div.MsoNormal")>=0||a.indexOf("MsoListParagraphCxSpFirst")>=0||a.indexOf("")>=0};return{filter:j,filterPlainText:k,isWordContent:l}}),g("f",["1o","q","1p","1q","12"],function(a,b,c,d,e){return function(f,g){var h=function(h){var i=f.settings.powerpaste_word_import||b.officeStyles,j=f.settings.powerpaste_html_import||b.htmlStyles,k=d.isWordContent(h)?i:j,l=function(b){var e={content:h};f.fire("PastePreProcess",{content:e,internal:!1});var g=c.create(b,b,!0),i=d.filter(e.content,g,f.getDoc());f.fire("PastePostProcess",{node:i,internal:!1}),f.undoManager.transact(function(){a.insert(i,f)})},m=function(a){return"clean"===a||"merge"===a},n=function(){var a,b=g("cement.dialog.paste.clean"),c=g("cement.dialog.paste.merge"),d=function(){a.close(),l("clean")},h=function(){a.close(),l("merge")},i=[{text:b,ariaLabel:b,onclick:d},{text:c,ariaLabel:c,onclick:h}],j={title:g("cement.dialog.paste.title"),spacing:10,padding:10,items:[{type:"container",html:g("cement.dialog.paste.instructions")}],buttons:i};a=f.windowManager.open(j),e(function(){a&&a.getEl().focus()},1)};m(k)?l(k):n()};return{showDialog:h}}}),g("4",["d","e","f"],function(a,b,c){return function(d,e,f){var g,h,i=this,j=c(d,a.translate),k=function(a){return function(b){a(b)}};g=b.getOnPasteFunction(d,j.showDialog,e),d.on("paste",k(g)),h=b.getOnKeyDownFunction(d,j.showDialog,e),d.on("keydown",k(h)),d.addCommand("mceInsertClipboardContent",function(a,b){j.showDialog(b.content||b)}),d.settings.paste_preprocess&&d.on("PastePreProcess",function(a){d.settings.paste_preprocess.call(i,i,a)})}}),g("1y",[],function(){var a=0,b=function(b){var c=new Date,d=c.getTime(),e=Math.floor(1e9*Math.random());return a++,b+"_"+e+a+String(d)};return{generate:b}}),g("1t",["g","1y","31","h","n","32","2k","j"],function(a,b,c,d,e,f,g,h){var i=c.detect(),j=function(a){var b=g.createObjectURL(a);return k(a,b)},k=function(a,c){return e.nu(function(e){var g=f();g.onload=function(f){var g=b.generate("image"),h=f.target,i=d.blob(g,a,c,h);e(i)},g.readAsDataURL(a)})},l=function(a){return 0===a.length?e.pure([]):e.mapM(a,j)},m=function(a){return a.raw().target.files||a.raw().dataTransfer.files},n=function(b){return 1===b.length&&a.contains(b,"Files")},o=function(b){return!a.contains(b,"text/_moz_htmlcontext")},p=function(b){return a.contains(b,"Files")},q=function(a){return!0},r=function(){return i.browser.isChrome()||i.browser.isSafari()||i.browser.isOpera()?p:i.browser.isFirefox()?o:i.browser.isIE()?n:q},s=r(),t=function(c){var f=a.map(c,function(a){var c=b.generate("image");return d.url(c,h.get(a,"src"),a)});return e.pure(f)};return{multiple:l,toFiles:m,isFiles:s,fromImages:t,single:j,singleWithUrl:k}}),g("i",["1t"],function(a){var b=function(b){return a.multiple(b)},c=function(b){return a.single(b)},d=function(b,c){return a.singleWithUrl(b,c)};return{multiple:b,single:c,singleWithUrl:d}}),g("5",["g","h","i","j","k","d","f","2"],function(a,b,c,d,e,f,g,h){return function(i,j,k,l){var m,n=/^image\/(jpe?g|png|gif|bmp)$/i;i.on("dragstart dragend",function(a){m="dragstart"===a.type}),i.on("dragover dragend dragleave",function(a){m||a.preventDefault()});var o=function(a){var b={};if(a){if(a.getData){var c=a.getData("Text");c&&c.length>0&&(b["text/plain"]=c)}if(a.types)for(var d=0;d0},q=function(a){return!r(a)&&(p(a,"text/html")||p(a,"text/plain"))},r=function(a){var b=a["text/plain"];return!!b&&0===b.indexOf("file://")},s=function(b){var c=b.target.files||b.dataTransfer.files;return a.filter(c,function(a){return n.test(a.type)})},t=function(c){return a.map(c,function(a){var c=e.fromTag("img"),f=b.cata(a,l.getLocalURL,function(a,b,c){return b});return d.set(c,"src",f),c.dom().outerHTML}).join("")},u=function(a){c.multiple(a).get(function(a){var b=t(a);i.insertContent(b,{merge:i.settings.paste_merge_formats!==!1}),l.uploadImages(a)})};i.on("drop",function(a){if(!m){if(h.dom.RangeUtils&&h.dom.RangeUtils.getCaretRangeFromPoint){var b=h.dom.RangeUtils.getCaretRangeFromPoint(a.clientX,a.clientY,i.getDoc());b&&i.selection.setRng(b)}var c=s(a);if(c.length>0)return u(c),void a.preventDefault();var d=o(a.dataTransfer);if(q(d)){var e=g(i,f.translate);e.showDialog(d["text/html"]||d["text/plain"]),a.preventDefault()}}})}}),g("51",["g","2l","1l"],function(a,b,c){var d=["officeStyles","htmlStyles","isWord","proxyBin","isInternal","backgroundAssets"],e=function(b,c){var e={};return a.each(d,function(a){var d=c[a]().or(b[a]());d.each(function(b){e[a]=b})}),f(e)},f=b.immutableBag([],d);return{nu:f,merge:e}}),g("34",["p","1s"],function(a,b){var c=b.generate([{error:["message"]},{paste:["elements","assets","correlated"]},{cancel:[]},{incomplete:["elements","assets","correlated","message"]}]),d=function(a,b,c,d,e){return a.fold(b,c,d,e)},e=function(b,e){return d(b,a.none,a.none,a.none,function(b,f,g,h){return d(e,a.none,function(b,d,e){return a.some(c.incomplete(b,d,e,h))},a.none,a.none)}).getOr(e)};return{error:c.error,paste:c.paste,cancel:c.cancel,incomplete:c.incomplete,cata:d,carry:e}}),g("50",["51","34","21","2l"],function(a,b,c,d){var e=d.immutableBag(["response","bundle"],[]),f=function(a){return l(function(b){var c=e(a);b(c)})},g=function(a,b){a(e(b))},h=function(a){return f({response:a.response(),bundle:a.bundle()})},i=function(c){return f({response:b.error(c),bundle:a.nu({})})},j=function(){return f({response:b.cancel(),bundle:a.nu({})})},k=function(){return f({response:b.paste([],[],[]),bundle:a.nu({})})},l=function(a){var b=function(b){a(b)};return c(l,b)};return{call:g,sync:l,pure:f,pass:h,done:e,error:i,initial:k,cancel:j}}),g("2a",["p"],function(a){var b=function(a){for(var b=[],c=function(a){b.push(a)},d=0;d0){var j=c.mapM(h,function(a){var c=d.createObjectURL(a);return i.apply(g,[a,"specified",c]),b.singleWithUrl(a,c)});return e.some(j)}return e.none()};return{convert:g}}),g("38",["54","n","o","p"],function(a,b,c,d){var e=function(){var c=d.none(),e=function(b){c=a.convert(b)},f=function(a){return c.fold(function(){return b.nu(function(a){a([])})},function(a){return a}).get(a)},g=function(){c=d.none()};return{convert:e,listen:f,clear:g}},f=function(){return{convert:d.none,listen:function(a){a([])},clear:c.noop}};return{background:e,ignore:f}}),h("55",RegExp),g("39",["p","2a","55"],function(a,b,c){var d=function(a){return void 0!==a&&void 0!==a.types&&null!==a.types},e=function(a,c){return b.findMap(a,function(a){return f(c,a)})},f=function(d,e){var f=new c(e,"i");return b.findMap(d,function(b){return null!==b.match(f)?a.some({type:b,flavor:e}):a.none()})};return{isValidData:d,getPreferredFlavor:e,getFlavor:f}}),g("57",["1r","1s"],function(a,b){var c=b.generate([{none:[]},{error:["message "]},{blob:["blob"]}]),d=function(a,b,c,d){return a.fold(b,c,d)};return a.merge(c,{cata:d})}),g("7e",["40"],function(a){return function(b,c){var d=a.getOrDie("Blob");return new d(b,c)}}),g("7f",["40"],function(a){return function(b){var c=a.getOrDie("Uint8Array");return new c(b)}}),g("7g",["40"],function(a){var b=function(b){var c=a.getOrDie("requestAnimationFrame");c(b)},c=function(b){var c=a.getOrDie("atob");return c(b)};return{atob:c,requestAnimationFrame:b}}),g("6j",["57","7e","7f","7g","p","2n","11","17","3f"],function(a,b,c,d,e,f,g,h,i){var j=function(a,e){for(var f=1024,g=d.atob(a),j=g.length,k=i.ceil(j/f),l=new h(k),m=0;m"data:image/".length},l=function(b){if(!k(b))return a.none();var c=b.indexOf(";"),d=b.substr("data:".length,c-"data:".length),e=b.substr(c+";base64,".length);try{var f=a.blob(j(e,d));return f}catch(g){return a.error(g)}};return{convert:l}}),g("56",["6j"],function(a){var b=function(b){return a.convert(b)};return{toBlob:b}}),g("58",["34","g","h","o","2l","j","k","10","2j","1l"],function(a,b,c,d,e,f,g,h,i,j){var k=e.immutable("asset","image"),l=function(a,e){var g=[];return b.each(a,function(a,b){c.cata(a,function(c,d,h,i){var j=e[b];f.set(j,"src",h),g.push(k(a,j))},d.noop)}),g},m=function(a,e){var g=[],j=b.bind(a,function(a){return"img"===h.name(a)?[a]:i.descendants(a,"img")});return b.each(e,function(a){c.cata(a,function(c,d,e,h){b.each(j,function(b){f.get(b,"src")===e&&g.push(k(a,b))})},d.noop)}),g},n=function(d){var e=[],h=[],i=[];return b.each(d,function(a){return c.cata(a,function(b,c,d,j){var l=g.fromTag("img");f.set(l,"src",d),e.push(l),h.push(a),i.push(k(a,l))},function(a,b,c){j.error("Internal error: Paste operation produced an image URL instead of a Data URI: ",b)})}),a.paste(e,h,i)};return{createImages:n,findImages:m,updateSources:l}}),g("24",["g","2i","3q"],function(a,b,c){var d=function(b){b.dom().textContent="",a.each(c.children(b),function(a){e(a)})},e=function(a){var b=a.dom();null!==b.parentNode&&b.parentNode.removeChild(b)},f=function(a){var d=c.children(a);d.length>0&&b.before(a,d),e(a)};return{empty:d,remove:e,unwrap:f}}),g("3a",["56","57","50","58","34","g","i","p","2l","j","k","10","24","2i","2j"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var p=i.immutable("blob","image"),q=function(c,d){var e=a.toBlob(d);return b.cata(e,h.none,h.none,function(a){return h.some(p(a,c))})},r=function(a){var b=k.fromTag("div");return n.append(b,a),o.descendants(b,"img[src]")},s=function(a){return 0===a.indexOf("data:")&&a.indexOf("base64")>-1},t=function(a){return 0===a.indexOf("blob:")},u=function(a){return s(a)||t(a)},v=function(a){var b=j.get(a,"src");return u(b)},w=function(a){return f.bind(r(a),function(a){var b=j.get(a,"src");return u(b)?q(a,b).toArray():[]})},x=function(a){var b=f.filter(a,function(a){return"img"!==l.name(a)||!v(a)});return e.incomplete(b,[],[],"errors.local.images.disallowed")};return function(a){return function(b,h){return c.sync(function(b){var i=function(){c.call(b,{response:h.response(),bundle:h.bundle()})},j=function(a){var i=w(a),j=f.map(i,function(a){return a.blob()});g.multiple(j).get(function(g){var j=f.map(i,function(a){return a.image()}),k=d.updateSources(g,j);c.call(b,{response:e.paste(a,g,k),bundle:h.bundle()})})},k=function(a){var d=f.filter(r(a),v);f.each(d,m.remove),c.call(b,{response:d.length>0?x(a):h.response(),bundle:h.bundle()})},l=function(b,c,d,e){a.allowLocalImages===!1?k(b):0===c.length?j(b):i()};e.cata(h.response(),i,l,i,l)})}}}),g("59",["50","51","34","n","1l"],function(a,b,c,d,e){var f=function(d){var f=function(f,g){return d.proxyBin().fold(function(){return e.error(f),a.pure({response:c.cancel(),bundle:b.nu({})})},g)};return{handle:f}},g=function(a){return d.nu(function(b){a.backgroundAssets().fold(function(){b([])},function(a){a.listen(b)})})},h=function(a){var b=k(a);return b&&i(a)||!b&&j(a)},i=function(a){return a.officeStyles().getOr(!0)},j=function(a){return a.htmlStyles().getOr(!1)},k=function(a){return a.isWord().getOr(!1)},l=function(a){return a.isInternal().getOr(!1)};return{proxyBin:f,backgroundAssets:g,merging:h,mergeOffice:i,mergeNormal:j,isWord:k,isInternal:l}}),g("5m",["3r"],function(a){var b=a.create("ephox-cement");return{resolve:b.resolve}}),g("5a",["5m","1r","o","p","2g","k","2h","23","2i"],function(a,b,c,d,e,f,g,h,i){return function(j,k){var l=k.translations,m=function(a,c,e){e(d.some(b.merge(c,{officeStyles:a,htmlStyles:a})))},n=function(b,c){var k=function(){t(),m(!1,b,c)},n=function(){t(),m(!0,b,c)},o=f.fromTag("div");e.add(o,a.resolve("styles-dialog-content"));var p=f.fromTag("p"),q=g.fromHtml(l("cement.dialog.paste.instructions"));i.append(p,q),h.append(o,p);var r={text:l("cement.dialog.paste.clean"),tabindex:0,className:a.resolve("clean-styles"),click:k},s={text:l("cement.dialog.paste.merge"),tabindex:1,className:a.resolve("merge-styles"),click:n},t=function(){v.destroy()},u=function(){c(d.none()),t()},v=j(!0);v.setTitle(l("cement.dialog.paste.title")),v.setContent(o),v.setButtons([r,s]),v.show(),v.events.close.bind(u)},o=function(a,b){var c=a?"officeStyles":"htmlStyles",d=k[c];"clean"===d?m(!1,k,b):"merge"===d?m(!0,k,b):n(k,b)};return{get:o,destroy:c.noop}}}),g("3b",["50","51","59","5a","34"],function(a,b,c,d,e){var f=function(f,g){var h=d(f,g);return function(d,f){var g=f.bundle(),i=f.response();return a.sync(function(d){h.get(c.isWord(g),function(c){var g=c.fold(function(){return{response:e.cancel(),bundle:f.bundle()}},function(a){return{response:i,bundle:b.nu({officeStyles:a.officeStyles,htmlStyles:a.htmlStyles})}});a.call(d,g)})})}},g=function(d,e){return function(g,h){return c.isInternal(h.bundle())?a.pure({response:h.response(),bundle:b.nu({officeStyles:!0,htmlStyles:!0})}):f(d,e)(g,h)}},h=function(c,d){return function(e,f){return a.pure({response:f.response(),bundle:b.nu({officeStyles:c,htmlStyles:d})})}};return{fixed:h,fromConfig:f,fromConfigIfExternal:g}}),g("7w",["31","o","k","1m"],function(a,b,c,d){var e=function(a){for(var b=[];null!==a.nextNode();)b.push(c.fromDom(a.currentNode));return b},f=function(a){try{return e(a)}catch(b){return[]}},g=a.detect().browser,h=g.isIE()||g.isSpartan()?f:e,i=b.constant(b.constant(!0)),j=function(a,b){var c=b.fold(i,function(a){return function(b){return a(b.nodeValue)}});c.acceptNode=c;var e=d.createTreeWalker(a.dom(),NodeFilter.SHOW_COMMENT,c,!1);return h(e)};return{find:j}}),g("7h",["p","7w","11","1m"],function(a,b,c,d){var e=function(d){return b.find(d,a.some(function(a){return c.startsWith(a,"[if gte vml 1]")}))};return{find:e}}),g("6w",[],function(){var a=function(a){return void 0!==a.style};return{isSupported:a}}),h("16",window),g("5n",["1h","g","1i","p","j","5s","k","10","6w","11","1k","1l","16"],function(a,b,c,d,e,f,g,h,i,j,k,l,m){var n=function(b,c,d){if(!a.isString(d))throw l.error("Invalid call to CSS.set. Property ",c,":: Value ",d,":: Element ",b),new k("CSS value must be a string: "+d);i.isSupported(b)&&b.style.setProperty(c,d)},o=function(a,b){i.isSupported(a)&&a.style.removeProperty(b)},p=function(a,b,c){var d=a.dom();n(d,b,c)},q=function(a,b){var d=a.dom();c.each(b,function(a,b){n(d,b,a)})},r=function(a,b){var d=a.dom();c.each(b,function(a,b){a.fold(function(){o(d,b)},function(a){n(d,b,a)})})},s=function(a,b){var c=a.dom(),d=m.getComputedStyle(c),e=d.getPropertyValue(b),g=""!==e||f.inBody(a)?e:t(c,b);return null===g?void 0:g},t=function(a,b){return i.isSupported(a)?a.style.getPropertyValue(b):""},u=function(a,b){var c=a.dom(),e=t(c,b);return d.from(e).filter(function(a){return a.length>0})},v=function(a,b,c){var d=g.fromTag(a);p(d,b,c);var e=u(d,b);return e.isSome()},w=function(a,b){var c=a.dom();o(c,b),e.has(a,"style")&&""===j.trim(e.get(a,"style"))&&e.remove(a,"style")},x=function(a,b){var c=e.get(a,"style"),d=b(a),f=void 0===c?e.remove:e.set;return f(a,"style",c),d},y=function(a,b){var c=a.dom(),d=b.dom();i.isSupported(c)&&i.isSupported(d)&&(d.style.cssText=c.style.cssText)},z=function(a){return a.dom().offsetWidth},A=function(a,b,c){u(a,c).each(function(a){u(b,c).isNone()&&p(b,c,a)})},B=function(a,c,d){h.isElement(a)&&h.isElement(c)&&b.each(d,function(b){A(a,c,b)})};return{copy:y,set:p,preserve:x,setAll:q,setOptions:r,remove:w,get:s,getRaw:u,isValidValue:v,reflow:z,transfer:B}}),g("6x",["1h","g","o","p","5s","3y","k","2q"],function(a,b,c,d,e,f,g,h){var i=function(a){return n(e.body(),a)},j=function(b,e,f){for(var h=b.dom(),i=a.isFunction(f)?f:c.constant(!1);h.parentNode;){h=h.parentNode;var j=g.fromDom(h);if(e(j))return d.some(j);if(i(j))break}return d.none()},k=function(a,b,c){var d=function(a){return b(a)};return h(d,j,a,b,c)},l=function(a,b){var c=a.dom();return c.parentNode?m(g.fromDom(c.parentNode),function(c){return!f.eq(a,c)&&b(c)}):d.none()},m=function(a,e){var f=b.find(a.dom().childNodes,c.compose(e,g.fromDom));return d.from(f).map(g.fromDom)},n=function(a,b){var c=function(a){for(var e=0;e");return d.dom().innerHTML=c.substr(h+"]>".length),g.descendant(d,function(a){return f.name(a)===b})},l=function(b){return f.isComment(b)?k(b,"v:shape"):a.none()},m=function(a){return l(a).map(function(a){var f=b.get(a,"o:spid"),g=void 0===f?b.get(a,"id"):f,h=e.fromTag("img");return c.add(h,"rtf-data-image"),b.set(h,"data-image-id",g.substr("_x0000_".length)),b.set(h,"data-image-type","code"),d.setAll(h,{width:d.get(a,"width"),height:d.get(a,"height")}),h})},n=function(d){if("img"===f.name(d)){var e=b.get(d,"src");if(void 0!==e&&null!==e&&j.startsWith(e,"file://")){var g=h.shallow(d),i=e.split(/[\/\\]/),k=i[i.length-1];return b.set(g,"data-image-id",k),b.remove(g,"src"),b.set(g,"data-image-type","local"),c.add(g,"rtf-data-image"),a.some(g)}return a.none()}return a.none()},o=function(a){return p(a).length>0},p=function(a){return i.descendants(a,".rtf-data-image")};return{local:n,vshape:m,find:p,exists:o,scour:l}}),g("6k",["7h","g","5k","p","2a","2l","j","2h","2j","1l"],function(a,b,c,d,e,f,g,h,i,j){var k=f.immutable("img","vshape"),l=function(a){var b=n(a);return b._rawElement=a.dom(),b},m=function(a){var b=n(a);return b._rawElement=a.dom(),b},n=function(a){return g.clone(a)},o=function(d){var f=h.fromHtml(d),g=b.bind(f,function(a){return i.descendants(a,"img")}),j=b.bind(f,a.find),k=e.cat(b.map(j,c.scour)),l=b.map(g,function(a){return p(a,k)});return e.cat(l)},p=function(a,c){var e=g.get(a,"v:shapes"),f=d.from(b.find(c,function(a){ +return g.get(a,"id")===e}));return f.isNone()&&j.log("WARNING: unable to find data for image",a.dom()),f.map(function(b){return q(a,b)})},q=function(a,b){return k(l(a),m(b))};return{extract:o}}),g("7i",["1h","g","o","p","j","2g"],function(a,b,c,d,e,f){var g=function(b,c){var d=c.style;if(e.has(b,"width")&&e.has(b,"height")&&a.isString(d)){var f=d.match(/rotation:([^;]*)/);null===f||"90"!==f[1]&&"-90"!==f[1]||e.setAll(b,{width:e.get(b,"height"),height:e.get(b,"width")})}},h=function(a,b){var c=b["o:spid"],d=void 0===c?b.id:c;g(a,b),f.add(a,"rtf-data-image"),e.set(a,"data-image-id",d.substr("_x0000_".length)),e.set(a,"data-image-type","code")},i=function(a,b,c){return c.img()[a]===b},j=function(a,f,g){var h=e.get(f,g),j=c.curry(i,g,h),k=b.find(a,j);return d.from(k).map(function(a){return e.remove(f,g),a})},k=function(a,c,d){b.each(c,function(b){j(a,b,d).each(function(a){h(b,a.vshape())})})};return{rotateImage:g,insertRtfCorrelation:k}}),g("2c",["31","p","1k"],function(a,b,c){return function(d,e){var f=function(a){if(!d(a))throw new c("Can only get "+e+" value of a "+e+" node");return j(a).getOr("")},g=function(a){try{return h(a)}catch(c){return b.none()}},h=function(a){return d(a)?b.from(a.dom().nodeValue):b.none()},i=a.detect().browser,j=i.isIE()&&10===i.version.major?g:h,k=function(a,b){if(!d(a))throw new c("Can only set raw "+e+" value of a "+e+" node");a.dom().nodeValue=b};return{get:f,getOption:j,set:k}}}),g("y",["10","2c"],function(a,b){var c=b(a.isComment,"comment"),d=function(a){return c.get(a)},e=function(a){return c.getOption(a)},f=function(a,b){c.set(a,b)};return{get:d,getOption:e,set:f}}),g("8w",["23"],function(a){var b=function(b,c,d){b.dom().styleSheet?b.dom().styleSheet.cssText=c:a.append(b,d)};return{setCss:b}}),g("9c",[],function(){var a=function(a){return a.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")};return{escape:a}}),g("8x",["1i","9c","55"],function(a,b,c){var d=function(a,d,e){var f=new c("url\\(\\s*['\"]?"+b.escape(d)+"(.*?)['\"]?\\s*\\)","g");return a.replace(f,'url("'+e+'$1")')},e=function(b,c){var e=b;return a.each(c,function(a,b){e=d(e,b,a)}),e};return{replace:d,replaceMany:e}}),g("8g",["j","k","23","26","8w","8x","17"],function(a,b,c,d,e,f,g){var h=function(c){var d=b.fromTag("style",c.dom());return a.set(d,"type","text/css"),d},i=function(a,c,d){e.setCss(a,c,b.fromText(c,d.dom()))},j=function(a,b,e){var g=h(e),j=void 0===b?a:f.replaceMany(a,b);i(g,j,e);var k=d.descendant(e,"head").getOrDie();c.append(k,g)},k=function(a){var b=a.dom().styleSheets;return g.prototype.slice.call(b)};return{stylesheets:k,inject:j}}),h("8y",CSSRule),g("8h",["g","2l","8y"],function(a,b,c){var d=b.immutable("selector","style","raw"),e=function(a){var b=a.selectorText,c=a.style.cssText;if(void 0===c)throw"WARNING: Browser does not support cssText property";return d(b,c,a.style)},f=function(b){var d=b.cssRules;return a.bind(d,function(a){return a.type===c.IMPORT_RULE?f(a.styleSheet):a.type===c.STYLE_RULE?[e(a)]:[]})},g=function(b){return a.bind(b,f)};return{extract:f,extractAll:g}}),function(a,b,c){a("8i",[],function(){var a=function(){var a,b,c;return a=function(a){var c,d,e,f,g=[];for(c=a.split(","),e=0,f=c.length;e0&&g.push(b(d));return g},b=function(a){var b,c=a,d={a:0,b:0,c:0},e=[],f=/(\[[^\]]+\])/g,g=/(#[^\s\+>~\.\[:]+)/g,h=/(\.[^\s\+>~\.\[:]+)/g,i=/(::[^\s\+>~\.\[:]+|:first-line|:first-letter|:before|:after)/gi,j=/(:[\w-]+\([^\)]*\))/gi,k=/(:[^\s\+>~\.\[:]+)/g,l=/([^\s\+>~\.\[:]+)/g;return b=function(b,f){var g,h,i,j,k,l;if(b.test(c))for(g=c.match(b),h=0,i=g.length;h~]/g," "),c=c.replace(/[#\.]/g," "),b(l,"c"),e.sort(function(a,b){return a.index-b.index}),{selector:a,specificity:"0,"+d.a.toString()+","+d.b.toString()+","+d.c.toString(),specificityArray:[0,d.a,d.b,d.c],parts:e}},c=function(a,c){var d,e,f;if("string"==typeof a){if(a.indexOf(",")!==-1)throw"Invalid CSS selector";d=b(a).specificityArray}else{if(!Array.isArray(a))throw"Invalid CSS selector or specificity array";if(4!==a.filter(function(a){return"number"==typeof a}).length)throw"Invalid specificity array";d=a}if("string"==typeof c){if(c.indexOf(",")!==-1)throw"Invalid CSS selector";e=b(c).specificityArray}else{if(!Array.isArray(c))throw"Invalid CSS selector or specificity array";if(4!==c.filter(function(a){return"number"==typeof a}).length)throw"Invalid specificity array";e=c}for(f=0;f<4;f+=1){if(d[f]e[f])return 1}return 0},{calculate:a,compare:c}}();return"undefined"!=typeof exports&&(exports.calculate=a.calculate,exports.compare=a.compare),a})}(f.bolt.module.api.define,f.bolt.module.api.require,f.bolt.module.api.demand),g("7x",["g","2l","j","5n","2j","11","8g","8h","8i"],function(a,b,c,d,e,f,g,h,i){var j=b.immutable("selector","raw"),k=function(b,c){var d={};return a.each(b,function(e){if(void 0!==b[e]){var f=c.dom().style;a.contains(f,e)||(d[e]=b[e])}}),d},l=function(b,f){var g=a.bind(f,function(c){var f=e.descendants(b,c.selector());return a.each(f,function(a){var b=k(c.raw(),a);d.setAll(a,b)}),f});a.each(g,function(a){c.remove(a,"class")})},m=function(b,c){var d=function(a){return a.selector().indexOf(",")!==-1},e=function(a){return!d(a)},f=function(b){var c=b.selector().split(",");return a.map(c,function(a){var c=a.trim();return j(c,b.raw())})},g=a.bind(a.filter(b,d),f),h=a.filter(b,e),k=h.concat(g);k.sort(function(a,b){return i.compare(a.selector(),b.selector())}).reverse(),l(c,k)},n=function(a,b,c){var d=g.stylesheets(a),e=h.extractAll(d).map(function(a){var b=a.selector(),d=c.hasOwnProperty(b)?c[b]:b;return j(d,a.raw())});m(e,b)},o=function(b,c,d){var e=g.stylesheets(b),i=h.extractAll(e),j=function(a){return f.startsWith(a.selector(),d)},k=a.filter(i,j);m(k,c)};return{inlineStyles:n,inlinePrefixedStyles:o}}),g("7j",["7x"],function(a){var b=function(b,c,d){a.inlineStyles(b,c,d)},c=function(b,c,d){a.inlinePrefixedStyles(b,c,d)};return{inlineStyles:b,inlinePrefixedStyles:c}}),g("6l",["7i","g","o","j","y","5n","24","2j","3q","7j"],function(a,b,c,d,e,f,g,h,i,j){var k={p:"p, li[data-converted-paragraph]"},l=function(b,c,d,e,f){var g=h.descendants(c,"img");o(c),a.insertRtfCorrelation(d,g,e);var i=f.mergeInline()?j.inlineStyles:m;i(b,c,k),n(c)},m=c.noop,n=function(a){var c=h.descendants(a,"li[data-converted-paragraph]");b.each(c,function(a){d.remove(a,"data-converted-paragraph")});var e=h.descendants(a,"li");b.each(e,function(a){f.remove(a,"margin-left"),f.remove(a,"margin-right"),f.remove(a,"text-indent")})},o=function(a){var c=i.children(a);b.each(c,function(a){e.getOption(a).each(function(b){"StartFragment"!==b&&"EndFragment"!==b||g.remove(a)})})};return{process:l}}),g("77",["p","k"],function(a,b){var c=function(c){var d=c.dom();try{var e=d.contentWindow?d.contentWindow.document:d.contentDocument;return void 0!==e&&null!==e?a.some(b.fromDom(e)):a.none()}catch(f){return console.log("Error reading iframe: ",d),console.log("Error was: "+f),a.none()}},d=function(a){var b=c(a);return b.fold(function(){return a},function(a){return a})};return{doc:d}}),g("67",["77","5s"],function(a,b){var c=function(c,d){if(!b.inBody(c))throw"Internal error: attempted to write to an iframe that is not in the DOM";var e=a.doc(c),f=e.dom();f.open("text/html","replace"),f.writeln(d),f.close()};return{write:c}}),g("2d",["o","k"],function(a,b){var c=function(b,c,d,e,f,g,h){return{target:a.constant(b),x:a.constant(c),y:a.constant(d),stop:e,prevent:f,kill:g,raw:a.constant(h)}},d=function(d,e){return function(f){if(d(f)){var g=b.fromDom(f.target),h=function(){f.stopPropagation()},i=function(){f.preventDefault()},j=a.compose(i,h),k=c(g,f.clientX,f.clientY,h,i,j,f);e(k)}}},e=function(b,c,e,f,g){var i=d(e,f);return b.dom().addEventListener(c,i,g),{unbind:a.curry(h,b,c,i,g)}},f=function(a,b,c,d){return e(a,b,c,d,!1)},g=function(a,b,c,d){return e(a,b,c,d,!0)},h=function(a,b,c,d){a.dom().removeEventListener(b,c,d)};return{bind:f,capture:g}}),g("z",["o","2d"],function(a,b){var c=a.constant(!0),d=function(a,d,e){return b.bind(a,d,c,e)},e=function(a,d,e){return b.capture(a,d,c,e)};return{bind:d,capture:e}}),g("6m",["o","67","5n","z","k","23","24","12"],function(a,b,c,d,e,f,g,h){return function(i){var j=function(j,k,l){var m=e.fromTag("div"),n=e.fromTag("iframe");c.setAll(m,{display:"none"});var o=d.bind(n,"load",function(){o.unbind(),b.write(n,j);var c=n.dom().contentWindow.document;if(void 0===c)throw"sandbox iframe load event did not fire correctly";var d=e.fromDom(c),f=c.body;if(void 0===f)throw"sandbox iframe does not have a body";var i=e.fromDom(f),p=k(d,i);g.remove(m),h(a.curry(l,p),0)});f.append(m,n),f.append(i,m)};return{play:j}}}),g("6n",["k","2h","23","2i","24","3q"],function(a,b,c,d,e,f){var g=function(a){return a.dom().innerHTML},h=function(g,h){var i=f.owner(g),j=i.dom(),k=a.fromDom(j.createDocumentFragment()),l=b.fromHtml(h,j);d.append(k,l),e.empty(g),c.append(g,k)},i=function(b){var d=a.fromTag("div"),e=a.fromDom(b.dom().cloneNode(!0));return c.append(d,e),g(d)};return{get:g,set:h,getOuter:i}}),g("5b",["50","51","6k","6l","34","o","6m","k","2h","6n","1m"],function(a,b,c,d,e,f,g,h,i,j,k){var l="data-textbox-image",m=function(a){return void 0===a||null===a||0===a.length},n=function(a){var b=1;return a.replace(/(]*)src=".*?"/g,function(a,c,d){return c+l+'="'+b++ +'"'})},o=function(a,b){var c=g(h.fromDom(k.body));return function(e,g){c.play(e,function(c,e){return d.process(c,e,a,l,{mergeInline:f.constant(b)}),j.get(e)},g)}},p=function(d,f,g){return a.sync(function(h){var j=c.extract(d),k=o(j,f);k(g,function(c){var d=i.fromHtml(c);a.call(h,{response:e.paste(d,[],[]),bundle:b.nu({})})})})},q=function(){return a.pure({response:e.paste([],[],[]),bundle:b.nu({})})},r=function(a){var b=a.indexOf("");return b>-1&&c>-1?a.substr(b,c+"".length):a},s=function(c,d,f){var g=r(c.data()),h=n(g);return f.cleanDocument(h,d).fold(function(){return a.pure({response:e.error("errors.paste.word.notready"),bundle:b.nu({})})},function(a){return m(a)?q():p(h,d,a)})};return{handle:s}}),g("5c",["50","51","58","g","i"],function(a,b,c,d,e){var f=function(f){var g=d.filter(f,function(a){return"file"===a.kind&&/image/.test(a.type)}),h=d.map(g,function(a){return a.getAsFile()});return a.sync(function(d){e.multiple(h).get(function(e){var f=c.createImages(e);a.call(d,{response:f,bundle:b.nu({})})})})};return{handle:f}}),g("7y",[],function(){return{validStyles:function(){return/^(mso-.*|tab-stops|tab-interval|language|text-underline|text-effect|text-line-through|font-color|horiz-align|list-image-[0-9]+|separator-image|table-border-color-(dark|light)|vert-align|vnd\..*)$/},specialInline:function(){return/^(font|em|strong|samp|acronym|cite|code|dfn|kbd|tt|b|i|u|s|sub|sup|ins|del|var|span)$/}}}),g("85",[],function(){var a=function(a){return g(function(b,c,d,e,f,g){return b(a)})},b=function(a){return g(function(b,c,d,e,f,g){return c(a)})},c=function(a){return g(function(b,c,d,e,f,g){return d(a)})},d=function(a){return g(function(b,c,d,e,f,g){return e(a)})},e=function(){return g(function(a,b,c,d,e,f){return e()})},f=function(a){return g(function(b,c,d,e,f,g){return g(a)})},g=function(a){var b=function(b){return a(function(a){return 0===b.toLowerCase().indexOf(a.toLowerCase())},function(a){return a.test(b.toLowerCase())},function(a){return b.toLowerCase().indexOf(a.toLowerCase())>=0},function(a){return b.toLowerCase()===a.toLowerCase()},function(){return!0},function(a){return!a.matches(b)})};return{fold:a,matches:b}},h=function(a,b,c,d,e,f,g){return a.fold(b,c,d,e,f,g)};return{starts:a,pattern:b,contains:c,exact:d,all:e,not:f,cata:h}}),g("7z",["o","10","85"],function(a,b,c){var d=function(b,d,e,f){var g=f.name,h=void 0!==f.condition?f.condition:a.constant(!0),i=void 0!==f.value?f.value:c.all();return g.matches(e)&&i.matches(d)&&h(b)},e=function(c,d){var e=b.name(c),f=d.name,g=void 0!==d.condition?d.condition:a.constant(!0);return f.matches(e)&&g(c)};return{keyval:d,name:e}}),g("8j",["g","1i","o","j"],function(a,b,c,d){var e=function(b,c){var d={};return a.each(b.dom().attributes,function(a){c(a.value,a.name)||(d[a.name]=a.value)}),d},f=function(c,e,f){a.each(e,function(a){d.remove(c,a)}),b.each(f,function(a,b){d.set(c,b,a)})},g=function(c,d,e){var g=a.map(c.dom().attributes,function(a){return a.name});b.size(d)!==g.length&&f(c,g,d)};return{filter:e,clobber:g,scan:c.constant({})}}),g("8k",["g","1i","j","5n","11"],function(a,b,c,d,e){var f=function(b){var c={},d=void 0!==b&&null!==b?b.split(";"):[];return a.each(d,function(a){var b=a.split(":");2===b.length&&(c[e.trim(b[0])]=e.trim(b[1]))}),c},g=function(a,b){return a.dom().style.getPropertyValue(b)},h=function(b,c){var d=b.dom().style,e=void 0===d?[]:d,f={};return a.each(e,function(a){var d=g(b,a);c(d,a)||(f[a]=d)}),f},i=function(a,b,c){d.set(a,b,c)},j=function(b,c,d){var e=b.dom().getAttribute("style"),g=f(e),h={};return a.each(c,function(a){var b=g[a];void 0===b||d(b,a)||(h[a]=b)}),h},k=function(c){var d=b.keys(c);return a.map(d,function(a){return a+": "+c[a]}).join("; ")},l=function(a,d,e){c.set(a,"style","");var f=b.size(d),g=b.size(e);if(0===f&&0===g)c.remove(a,"style");else if(0===f)c.set(a,"style",k(e));else{b.each(d,function(b,c){i(a,c,b)});var h=c.get(a,"style"),j=g>0?k(e)+"; ":"";c.set(a,"style",j+h)}};return{filter:h,clobber:l,scan:j}}),g("80",["8j","8k","o","k"],function(a,b,c,d){var e=["mso-list"],f=function(a,c){var d=b.scan(a,e,c),f=b.filter(a,c);b.clobber(a,f,d)},g=function(b,c){var d=a.filter(b,c);a.clobber(b,d,{})},h=function(a){var d=b.filter(a,c.constant(!1));b.clobber(a,d,{})},i=function(a,b){f(d.fromDom(a),b)},j=function(a,b){g(d.fromDom(a),b)};return{style:f,attribute:g,styleDom:i,attributeDom:j,validateStyles:h}}),g("7l",["g","1r","7z","80","o","j","2g","41","24","2j"],function(a,b,c,d,e,f,g,h,i,j){var k=function(b,d,e){b(e,function(b,f){return a.exists(d,function(a){return c.keyval(e,b,f,a)})})},l=function(l,m){var n=b.merge({styles:[],attributes:[],classes:[],tags:[]},m),o=j.descendants(l,"*");a.each(o,function(b){k(d.style,n.styles,b),k(d.attribute,n.attributes,b),a.each(n.classes,function(c){var d=f.has(b,"class")?h.get(b):[];a.each(d,function(a){c.name.matches(a)&&g.remove(b,a)})})});var p=j.descendants(l,"*");a.each(p,function(b){var d=a.exists(n.tags,e.curry(c.name,b));d&&i.remove(b)})},m=function(d,f){var g=b.merge({tags:[]},f),h=j.descendants(d,"*");a.each(h,function(b){var d=a.exists(g.tags,e.curry(c.name,b));d&&i.unwrap(b)})},n=function(d,f){var g=b.merge({tags:[]},f),h=j.descendants(d,"*");a.each(h,function(b){var d=a.find(g.tags,e.curry(c.name,b));void 0!==d&&null!==d&&d.mutate(b)})},o=function(b){var c=j.descendants(b,"*");a.each(c,function(a){d.validateStyles(a)})};return{remover:l,unwrapper:m,transformer:n,validator:o}}),g("7p",["1i","5n","k"],function(a,b,c){var d="startElement",e="endElement",f="text",g="comment",h=function(a,h,i){var j,k,l,m=c.fromDom(a);switch(a.nodeType){case 1:h?j=e:(j=d,b.setAll(m,i||{})),k="HTML"!==a.scopeName&&a.scopeName&&a.tagName&&a.tagName.indexOf(":")<=0?(a.scopeName+":"+a.tagName).toUpperCase():a.tagName;break;case 3:j=f,l=a.nodeValue;break;case 8:j=g,l=a.nodeValue;break;default:console.log("WARNING: Unsupported node type encountered: "+a.nodeType)}var n=function(){return a},o=function(){return k},p=function(){return j},q=function(){return l};return{getNode:n,tag:o,type:p,text:q}},i=function(b,c,d,e){var f=e.createElement(b);return a.each(c,function(a,b){f.setAttribute(b,a)}),h(f,!1,d)},j=function(a,b){return h(b.createElement(a),!0)},k=function(a,b){return h(b.createComment(a),!1)},l=function(a,b){return h(b.createTextNode(a))},m=j("HTML",window.document);return{START_ELEMENT_TYPE:d,END_ELEMENT_TYPE:e,TEXT_TYPE:f,COMMENT_TYPE:g,FINISHED:m,token:h,createStartElement:i,createEndElement:j,createComment:k,createText:l}}),g("81",["7p"],function(a){var b=function(b){var c=b.createDocumentFragment(),d=c,e=function(a){g(a),c=a},f=function(){c=c.parentNode,null===c&&(c=d)},g=function(a){c.appendChild(a)},h=function(c){var d=function(a){var b=a.getNode().cloneNode(!1);e(b)},h=function(a,c){var d=b.createTextNode(a.text());g(d)};switch(c.type()){case a.START_ELEMENT_TYPE:d(c);break;case a.TEXT_TYPE:h(c);break;case a.END_ELEMENT_TYPE:f();break;case a.COMMENT_TYPE:break;default:throw{message:"Unsupported token type: "+c.type()}}};return{dom:d,receive:h,label:"SERIALISER"}};return{create:b}}),g("82",["7p"],function(a){var b=function(b,c){var d;c=c||window.document,d=c.createElement("div"),c.body.appendChild(d),d.style.position="absolute",d.style.left="-10000px",d.innerHTML=b,nextNode=d.firstChild||a.FINISHED;var e=[];endNode=!1;var f=function(b,c){return b===a.FINISHED?b:b?a.token(b,c):void 0},g=function(){var b=nextNode,g=endNode;return!endNode&&nextNode.firstChild?(e.push(nextNode),nextNode=nextNode.firstChild):endNode||1!==nextNode.nodeType?nextNode.nextSibling?(nextNode=nextNode.nextSibling,endNode=!1):(nextNode=e.pop(),endNode=!0):endNode=!0,b===a.FINISHED||nextNode||(c.body.removeChild(d),nextNode=a.FINISHED),f(b,g)},h=function(){return void 0!==nextNode};return{hasNext:h,next:g}};return{tokenise:b}}),g("7m",["81","82"],function(a,b){var c=function(a,b,c){var d,e=c;for(d=b.length-1;d>=0;d--)e=b[d](e,{},a);return e},d=function(d,e,f){for(var g=a.create(d),h=b.tokenise(e,d),i=c(d,f,g);h.hasNext();){var j=h.next();i.receive(j)}return g.dom};return{build:c,run:d}}),g("6s",["g","7l","7m","k","6n","24","3q"],function(a,b,c,d,e,f,g){var h=function(a){return function(c){b.remover(c,a)}},i=function(a){return function(c){b.unwrapper(c,a)}},j=function(a){return function(c){b.transformer(c,a)}},k=function(){return function(a){b.validator(a)}},l=function(a){return function(b){var d=e.get(b),h=g.owner(b),i=c.run(h.dom(),d,a);f.empty(b),b.dom().appendChild(i)}},m=function(b,c,f){var g=d.fromTag("div",b.dom());return g.dom().innerHTML=c,a.each(f,function(a){a(g)}),e.get(g)},n=function(a,b){return a.indexOf("")>=0||b.browser.isSpartan()&&a.indexOf('v:shapes="')>=0||b.browser.isSpartan()&&a.indexOf("mso-")>=0||a.indexOf("mso-list")>=0||a.indexOf("p.MsoNormal, li.MsoNormal, div.MsoNormal")>=0||a.indexOf("MsoListParagraphCxSpFirst")>=0||a.indexOf("")>=0};return{removal:h,unwrapper:i,transformer:j,validate:k,pipeline:l,isWordContent:n,go:m}}),g("7o",["g","7p"],function(a,b){return function(c,d,e){return function(e,f,g){var h=function(b){a.each(b,i)},i=function(a){e.receive(a)},j=function(a){c(l,a,k)},k=function(a,c,d){return d=void 0!==d?d:a.type()===b.END_ELEMENT_TYPE,b.token(c,d,{})},l={emit:i,emitTokens:h,receive:j,document:window.document};return d(l),l}}}),g("90",["8k","7p","o","j","5n","k"],function(a,b,c,d,e,f){var g=function(a,b){var c=f.fromDom(a.getNode());return d.get(c,b)},h=function(a,b){var c=f.fromDom(a.getNode());return e.get(c,b)},i=function(a){return a.type()===b.TEXT_TYPE&&/^[\s\u00A0]*$/.test(a.text())},j=function(b){var d=f.fromDom(b.getNode()),e=a.scan(d,["mso-list"],c.constant(!1));return e["mso-list"]};return{getAttribute:g,getStyle:h,isWhitespace:i,getMsoList:j}}),g("9d",["g","p"],function(a,b){var c=function(c,e){var f=a.find(c,function(a){return"UL"===a.tag||e&&d(a,e,!0)});return void 0!==f?b.some(f):c.length>0?b.some(c[0]):b.none()},d=function(a,b,c){return a===b||a&&b&&a.tag===b.tag&&a.type===b.type&&(c||a.variant===b.variant)};return{guessFrom:c,eqListType:d}}),g("8o",[],function(){var a=function(a,b){if(void 0===a||void 0===b)throw console.trace(),"brick";a.nextFilter.set(b)},b=function(b){return function(c,d,e){a(d,b)}},c=function(a,b,c){var d=b.nextFilter.get();d(a,b,c)},d=function(b){return function(d,e,f){a(e,b),c(d,e,f)}},e=function(a,b){return a.nextFilter.get()===b};return{next:a,go:c,jump:d,isNext:e,setNext:b}}),g("8z",["g","90","9d","8o","o","2l","j","k"],function(a,b,c,d,e,f,g,h){var i=function(a,b){return g.has(h.fromDom(b.getNode()),"data-list-level")},j=function(a){var b=parseInt(g.get(a,"data-list-level"),10),c=g.get(a,"data-list-emblems"),d=JSON.parse(c);return g.remove(a,"data-list-level"),g.remove(a,"data-list-emblems"),{level:e.constant(b),emblems:e.constant(d)}},k=f.immutable("level","token","type"),l=function(c){return!a.contains(["P"],c.tag())||/^MsoHeading/.test(b.getAttribute(c,"class"))},m=function(a,b,d,e){var f=d.getCurrentListType(),g=d.getCurrentLevel(),h=g==e.level()?f:null;return c.guessFrom(e.emblems(),h).filter(function(a){return!("OL"===a.tag&&l(b))})},n=function(a,b,c){var d=m(c.listType.get(),a,c.emitter,b);return d.each(c.listType.set),k(b.level(),c.originalToken.get(),c.listType.get())},o=function(a){return function(b,c,e){var f=j(h.fromDom(e.getNode()));f.level();c.originalToken.set(e);var g=n(e,f,c);c.emitter.openItem(g.level(),g.token(),g.type()),d.next(c,a.inside())}};return{predicate:i,action:o}}),g("91",["o"],function(a){return function(b,c,d){return{pred:b,action:c,label:a.constant(d)}}}),g("92",["g","o","p"],function(a,b,c){var d=function(a,b){return function(a,c,d){return b(a,c,d)}};return function(e,f,g){var h=d(e+" :: FALLBACK --- ",g),i=function(g,i,j){var k=c.from(a.find(f,function(a){return a.pred(i,j)})),l=k.fold(b.constant(h),function(a){var b=a.label();return void 0===b?a.action:d(e+" :: "+b,a.action)});l(g,i,j)};return i.toString=function(){return"Handlers for "+e},i}}),g("8l",["8z","7p","90","91","92","8o"],function(a,b,c,d,e,f){var g=function(a){var c=function(b,c,d){f.next(c,a.outside())},g=function(a,c){return c.type()===b.END_ELEMENT_TYPE&&a.originalToken.get()&&c.tag()===a.originalToken.get().tag()};return e("Inside.List.Item",[d(g,c,"Closing open tag")],function(a,b,c){a.emit(c)})},h=function(g){var h=function(a,b,c){b.emitter.closeAllLists(),a.emit(c),f.next(b,g.outside())},i=function(a,d){return d.type()===b.TEXT_TYPE&&c.isWhitespace(d)};return e("Outside.List.Item",[d(a.predicate,a.action(g),"Data List ****"),d(i,function(a,b,c){a.emit(c)},"Whitespace")],h)};return{inside:g,outside:h}}),g("9e",["2l"],function(a){var b=a.immutable("state","result"),c=a.immutable("state","value"),d=a.immutable("level","type","types","items");return{state:d,value:c,result:b}}),g("9q",["9e","p"],function(a,b){var c=function(c){var d=c.items().slice(0);if(d.length>0&&"P"!==d[d.length-1]){var e=d[d.length-1];d[d.length-1]="P";var f=a.state(c.level(),c.type(),c.types(),d);return a.value(f,b.some(e))}return a.value(c,b.none())},d=function(c,d){var e=c.items().slice(0),f=void 0!==d&&"P"!==d?b.some(d):b.none();f.fold(function(){e.push("P")},function(a){e.push(a)});var g=a.state(c.level(),c.type(),c.types(),e);return a.value(g,f)};return{start:d,finish:c}}),g("9r",["9e"],function(a){var b=function(b,c,d){for(var e=[],f=b;c(f);){var g=d(f);f=g.state(),e=e.concat(g.result())}return a.result(f,e)},c=function(a,c,d){var e=function(a){return a.level()c};return b(a,e,d)};return{moveRight:c,moveLeft:d,moveUntil:b}}),g("a2",["90"],function(a){var b=function(b){var c=a.getStyle(b,"margin-left");return void 0!==c&&"0px"!==c?{"margin-left":c}:{}},c=function(a){var c={"list-style-type":"none"};return a?b(a):c};return{from:c}}),g("9s",["80","7p","9d","9e","9q","a2","o"],function(a,b,c,d,e,f,g){var h=function(a,c,e){var f=c.start&&c.start>1?{start:c.start}:{},h=a.level()+1,i=c,j=a.types().concat([c]),k=[g.curry(b.createStartElement,c.tag,f,e)],l=d.state(h,i,j,a.items());return d.result(l,k)},i=function(a){var c=a.types().slice(0),e=[g.curry(b.createEndElement,c.pop().tag)],f=a.level()-1,h=c[c.length-1],i=d.state(f,h,c,a.items());return d.result(i,e)},j=function(a,b){var c=i(a),e=h(c.state(),b,b.type?{"list-style-type":b.type}:{});return d.result(e.state(),c.result().concat(e.result()))},k=function(h,i,k){var l={},m=f.from(i),n=h.type()&&!c.eqListType(h.type(),k)?j(h,k):d.result(h,[]),o=[g.curry(b.createStartElement,"LI",l,m)],p=e.start(n.state(),i&&i.tag()),q=p.value().map(function(b){return a.styleDom(i.getNode(),g.constant(!0)),[g.constant(i)]}).getOr([]);return d.result(p.state(),n.result().concat(o).concat(q))},l=function(a){var c=g.curry(b.createEndElement,"LI"),f=e.finish(a),h=f.value().fold(function(){return[c]},function(a){return[g.curry(b.createEndElement,a),c]});return d.result(f.state(),h)};return{open:h,openItem:k,close:i,closeItem:l}}),g("9f",["g","7p","9e","9q","9r","9s","o","p"],function(a,b,c,d,e,f,g,h){var i=function(b){if(0===b.length)throw"Compose must have at least one element in the list";var d=b[b.length-1],e=a.bind(b,function(a){return a.result()});return c.result(d.state(),e)},j=function(a){var b=f.closeItem(a),c=f.close(b.state());return i([b,c])},k=function(a,b,c,d){var e=a.level()===c-1&&b.type?{"list-style-type":b.type}:{},g=f.open(a,b,e),h=f.openItem(g.state(),g.state().level()==c?d:void 0,b);return i([g,h])},l=function(a,b,d){var e=a.level()>0?f.closeItem(a):c.result(a,[]),g=f.openItem(e.state(),d,b);return i([e,g])},m=function(a,b,c,d){return e.moveRight(a,c,function(a){return k(a,b,c,d)})},n=function(a,b){return e.moveLeft(a,b,j)},o=function(a,e,f,i){var j=f>1?d.finish(a):c.value(a,h.none()),k=j.value().map(function(a){return[g.curry(b.createEndElement,a)]}).getOr([]),l=(f-j.state().level(),m(j.state(),e,f,i));return c.result(l.state(),k.concat(l.result()))},p=function(a,b,d,e){var f=a.level()>b?n(a,b):c.result(a,[]),g=f.state().level()===b?l(f.state(),e,d):o(f.state(),e,b,d);return i([f,g])},q=n;return{openItem:p,closeAllLists:q}}),g("93",["g","9e","9f"],function(a,b,c){var d=["disc","circle","square"],e=function(a,b){return"UL"===a.tag&&d[b-1]===a.type&&(a={tag:"UL"}),a};return function(d,f){var g=b.state(0,void 0,[],[]),h=function(b){a.each(b.result(),function(a){var b=a(f);d.emit(b)})},i=function(){var a=c.closeAllLists(g,0);g=a.state(),h(a)},j=function(a,b,d){if(d){var f=e(d,a),i=c.openItem(g,a,b,f);g=i.state(),h(i)}},k=function(){return g.level()},l=function(){return g.type()};return{closeAllLists:i,openItem:j,getCurrentListType:l,getCurrentLevel:k}}}),g("14",[],function(){var a=function(b){var c=b,d=function(){return c},e=function(a){c=a},f=function(){return a(d())};return{get:d,set:e,clone:f}};return a}),g("8m",["93","o","14"],function(a,b,c){var d={getCurrentListType:function(){return e().getCurrentListType()},getCurrentLevel:function(){return e().getCurrentLevel()},closeAllLists:function(){return e().closeAllLists.apply(void 0,arguments)},openItem:function(){return e().openItem.apply(void 0,arguments)}},e=function(){return{getCurrentListType:b.constant({}),getCurrentLevel:b.constant(1),closeAllLists:b.identity,openItem:b.identity}};return function(f){var g=c(f),h=c(null),i=c(null),j=function(c){g.set(f),h.set(null),i.set(null),_emitter=a(c,c.document),e=b.constant(_emitter)};return{reset:j,nextFilter:g,originalToken:h,listType:i,emitter:d}}}),g("8n",["7p"],function(a){return function(){var b=!1,c="",d=function(d){return b&&d.type()===a.TEXT_TYPE?(c+=d.text(),!0):d.type()===a.START_ELEMENT_TYPE&&"STYLE"===d.tag()?(b=!0,!0):d.type()===a.END_ELEMENT_TYPE&&"STYLE"===d.tag()&&(b=!1,!0)};return{check:d}}}),g("83",["7o","8l","8m","8n","8o","1m"],function(a,b,c,d,e,f){var g={inside:function(){return i},outside:function(){return j}},h=d(),i=b.inside(g),j=b.outside(g),k=c(j);return a(function(a,b,c){h.check(b)||e.go(a,k,b)},k.reset,"list.filters")}),h("8r",parseInt),g("94",["g","1r","3h","8r"],function(a,b,c,d){var e=[{regex:/^\(?[dc][\.\)]$/,type:{tag:"OL",type:"lower-alpha"}},{regex:/^\(?[DC][\.\)]$/,type:{tag:"OL",type:"upper-alpha"}},{regex:/^\(?M*(CM|CD|D?C{0,3})(XC|XL|L?X{0,3})(IX|IV|V?I{0,3})[\.\)]$/,type:{tag:"OL",type:"upper-roman"}},{regex:/^\(?m*(cm|cd|d?c{0,3})(xc|xl|l?x{0,3})(ix|iv|v?i{0,3})[\.\)]$/,type:{tag:"OL",type:"lower-roman"}},{regex:/^\(?[0-9]+[\.\)]$/,type:{tag:"OL"}},{regex:/^([0-9]+\.)*[0-9]+\.?$/,type:{tag:"OL",variant:"outline"}},{regex:/^\(?[a-z]+[\.\)]$/,type:{tag:"OL",type:"lower-alpha"}},{regex:/^\(?[A-Z]+[\.\)]$/,type:{tag:"OL",type:"upper-alpha"}}],f={"\u2022":{tag:"UL",type:"disc"},"\xb7":{tag:"UL",type:"disc"},"\xa7":{tag:"UL",type:"square"}},g={o:{tag:"UL",type:"circle"},"-":{tag:"UL",type:"disc"},"\u25cf":{tag:"UL",type:"disc"},"\ufffd":{tag:"UL",type:"circle"}},h=function(a,b){return void 0!==a.variant?a.variant:"("===b.charAt(0)?"()":")"===b.charAt(b.length-1)?")":"."},i=function(a){var b=a.split("."),e=function(){if(0===b.length)return a;var c=b[b.length-1];return 0===c.length&&b.length>1?b[b.length-2]:c}(),f=d(e,10);return c(f)?{}:{start:f}},j=function(c,d){var j=g[c]?[g[c]]:[],k=d&&f[c]?[f[c]]:d?[{tag:"UL",variant:c}]:[],l=a.bind(e,function(a){return a.regex.test(c)?[b.merge(a.type,i(c),{variant:h(a.type,c)})]:[]}),m=j.concat(k).concat(l);return a.map(m,function(a){return void 0!==a.variant?a:b.merge(a,{variant:c})})};return{extract:j}}),g("7t",[],function(){var a=function(a){return a.dom().textContent},b=function(a,b){a.dom().textContent=b};return{get:a,set:b}}),g("8p",["g","94","8k","o","p","5n","6n","10","6x","7t","3q","3f","3h","8r"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var o=18,p=function(a){var b=c.scan(a,["mso-list"],d.constant(!1));return b["mso-list"]},q=function(a){var b=p(a),c=/ level([0-9]+)/.exec(b);return c&&c[1]?e.some(n(c[1],10)):e.none()},r=function(a,c){var d=j.get(a).trim(),f=b.extract(d,c);return f.length>0?e.some(f):e.none()},s=function(a){return i.child(a,v)},t=function(a){return i.child(a,h.isComment).bind(k.nextSibling).filter(function(a){return"span"===h.name(a)})},u=function(a){return i.descendant(a,function(a){var b=h.isElement(a)?c.scan(a,["mso-list"],d.constant(!1)):[];return!!b["mso-list"]})},v=function(b){return h.isElement(b)&&f.getRaw(b,"font-family").exists(function(b){return a.contains(["wingdings","symbol"],b.toLowerCase())})},w=function(a){return f.getRaw(a,"margin-left").bind(function(a){var b=n(a,10);return m(b)?e.none():e.some(l.max(1,l.ceil(b/o)))})};return{getMsoList:p,extractLevel:q,extractEmblem:r,extractSymSpan:s,extractMsoIgnore:u,extractCommentSpan:t,isSymbol:v,deduceLevel:w}}),h("8q",JSON),g("84",["g","8p","p","j","7w","10","24","3q","8q","8r"],function(a,b,c,d,e,f,g,h,i,j){var k=function(a,b,c){d.set(a,"data-list-level",b);var e=i.stringify(c);d.set(a,"data-list-emblems",e)},l=function(b){var d=e.find(b,c.none());a.each(d,g.remove)},m=function(b,c,e,f){k(b,c,e),l(b),a.each(f,g.remove),d.remove(b,"style"),d.remove(b,"class")},n=function(a){return b.extractLevel(a).bind(function(c){return b.extractSymSpan(a).bind(function(d){return b.extractEmblem(d,!0).map(function(b){var e=function(){m(a,c,b,[d])};return{mutate:e}})})})},o=function(a){return b.extractLevel(a).bind(function(c){return b.extractCommentSpan(a).bind(function(d){return b.extractEmblem(d,b.isSymbol(d)).map(function(b){var e=function(){m(a,c,b,[d])};return{mutate:e}})})})},p=function(a){return b.extractLevel(a).bind(function(c){return b.extractCommentSpan(a).bind(function(d){return b.extractEmblem(d,b.isSymbol(d)).map(function(b){var e=function(){m(a,c,b,[d])};return{mutate:e}})})})},q=function(a){return"p"!==f.name(a)?c.none():b.extractLevel(a).bind(function(c){return b.extractMsoIgnore(a).bind(function(d){return b.extractEmblem(d,!1).map(function(b){var e=function(){m(a,c,b,[h.parent(d).getOr(d)])};return{mutate:e}})})})},r=function(a){return"p"!==f.name(a)?c.none():b.extractMsoIgnore(a).bind(function(c){var d=h.parent(c).getOr(c),e=b.isSymbol(d);return b.extractEmblem(c,e).bind(function(c){return b.deduceLevel(a).map(function(b){var e=function(){m(a,b,c,[d])};return{mutate:e}})})})},s=function(a){return n(a).orThunk(function(){ +return o(a)}).orThunk(function(){return p(a)}).orThunk(function(){return q(a)}).orThunk(function(){return r(a)})};return{find:s}}),g("7n",["6s","83","84","85"],function(a,b,c,d){var e=a.transformer({tags:[{name:d.pattern(/^(p|h\d+)$/),mutate:function(a){c.find(a).each(function(a){a.mutate()})}}]});return{filter:b,preprocess:e}}),g("6t",["6x"],function(a){var b=function(b){return a.first(b).isSome()},c=function(b,c,d){return a.ancestor(b,c,d).isSome()},d=function(b,c,d){return a.closest(b,c,d).isSome()},e=function(b,c){return a.sibling(b,c).isSome()},f=function(b,c){return a.child(b,c).isSome()},g=function(b,c){return a.descendant(b,c).isSome()};return{any:b,ancestor:c,closest:d,sibling:e,child:f,descendant:g}}),g("86",["g","j","6n","10","6t"],function(a,b,c,d,e){var f=function(a){return"img"!==d.name(a)},g=function(a){var b=a.dom().attributes,c=void 0!==b&&null!==b&&b.length>0;return"span"!==d.name(a)||c},h=function(b){return!k(b)||g(b)&&e.descendant(b,function(b){var c=!k(b),e=!a.contains(["font","em","strong","samp","acronym","cite","code","dfn","kbd","tt","b","i","u","s","sub","sup","ins","del","var","span"],d.name(b));return d.isText(b)||c||e})},i=function(a){return"ol"===d.name(a)||"ul"===d.name(a)},j=function(a){var c=b.get(a,"src");return/^file:/.test(c)},k=function(a){return void 0===a.dom().attributes||null===a.dom().attributes||(0===a.dom().attributes.length||1===a.dom().attributes.length&&"style"===a.dom().attributes[0].name)},l=function(a){return 0===c.get(a).length};return{isNotImage:f,hasContent:h,isList:i,isLocal:j,hasNoAttributes:k,isEmpty:l}}),g("8s",["10","2c"],function(a,b){var c=b(a.isText,"text"),d=function(a){return c.get(a)},e=function(a){return c.getOption(a)},f=function(a,b){c.set(a,b)};return{get:d,getOption:e,set:f}}),g("87",["g","1i","p","j","5n","k","6n","23","2i","10","24","8s","3q"],function(a,b,c,d,e,f,g,h,i,j,k,l,m){var n=function(b,c){var d=f.fromTag(b);h.before(c,d);var e=c.dom().attributes;a.each(e,function(a){d.dom().setAttribute(a.name,a.value)});var g=m.children(c);return i.append(d,g),k.remove(c),d},o=function(a){0===g.get(a).length&&h.append(a,f.fromTag("br"))},p=function(a){return m.prevSibling(a).bind(function(a){return j.isText(a)&&0===l.get(a).trim().length?p(a):"li"===j.name(a)?c.some(a):c.none()})},q=function(b){m.parent(b).each(function(c){var d=j.name(c);a.contains(["ol","ul"],d)&&p(b).fold(function(){var a=f.fromTag("li");e.set(a,"list-style-type","none"),h.wrap(b,a)},function(a){h.append(a,b)})})},r=function(a){var c=n("span",a),f={face:"font-family",size:"font-size",color:"color"},g={"font-size":{1:"8pt",2:"10pt",3:"12pt",4:"14pt",5:"18pt",6:"24pt",7:"36pt"}};b.each(f,function(a,b){if(d.has(c,b)){var f=d.get(c,b),h=void 0!==g[a]&&void 0!==g[a][f]?g[a][f]:f;e.set(c,a,h),d.remove(c,b)}})};return{changeTag:n,addBrTag:o,properlyNest:q,fontToSpan:r}}),g("7k",["7y","6s","7n","86","87","o","2g","5n","3q","10","j","85"],function(a,b,c,d,e,f,g,h,i,j,k,l){var m=b.unwrapper({tags:[{name:l.pattern(/^([OVWXP]|U[0-9]+|ST[0-9]+):/i)}]}),n=[b.pipeline([c.filter])],o=b.removal({attributes:[{name:l.pattern(/^v:/)},{name:l.exact("href"),value:l.contains("#_toc")},{name:l.exact("href"),value:l.contains("#_mso")},{name:l.pattern(/^xmlns(:|$)/)},{name:l.exact("type"),condition:d.isList}]}),p=b.removal({attributes:[{name:l.exact("id")},{name:l.exact("name")}]}),q=b.removal({tags:[{name:l.exact("script")},{name:l.exact("meta")},{name:l.exact("link")},{name:l.exact("style"),condition:d.isEmpty}],attributes:[{name:l.starts("on")},{name:l.exact('"')},{name:l.exact("lang")},{name:l.exact("language")}],styles:[{name:l.all(),value:l.pattern(/OLE_LINK/i)}]}),r=function(a){return!g.has(a,"ephox-limbo-transform")},s=function(a){return function(b){return i.parent(b).exists(function(b){return j.name(b)===a&&1===i.children(b).length})}},t=b.removal({styles:[{name:l.not(l.pattern(/width|height|list-style-type/)),condition:r},{name:l.pattern(/width|height/),condition:d.isNotImage}]}),u=b.removal({classes:[{name:l.not(l.exact("rtf-data-image"))}]}),v=b.removal({styles:[{name:l.pattern(a.validStyles())}]}),w=b.removal({classes:[{name:l.pattern(/mso/i)}]}),x=b.unwrapper({tags:[{name:l.exact("img"),condition:d.isLocal},{name:l.exact("a"),condition:d.hasNoAttributes}]}),y=b.unwrapper({tags:[{name:l.exact("a"),condition:d.hasNoAttributes}]}),z=b.removal({attributes:[{name:l.exact("style"),value:l.exact(""),debug:!0}]}),A=b.removal({attributes:[{name:l.exact("class"),value:l.exact(""),debug:!0}]}),B=b.unwrapper({tags:[{name:l.pattern(a.specialInline()),condition:f.not(d.hasContent)}]}),C=b.unwrapper({tags:[{name:l.exact("p"),condition:s("li")}]}),D=b.transformer({tags:[{name:l.exact("p"),mutate:e.addBrTag}]}),E=function(a){var b=e.changeTag("span",a);g.add(b,"ephox-limbo-transform"),h.set(b,"text-decoration","underline")},F=b.transformer({tags:[{name:l.pattern(/ol|ul/),mutate:e.properlyNest}]}),G=b.transformer({tags:[{name:l.exact("b"),mutate:f.curry(e.changeTag,"strong")},{name:l.exact("i"),mutate:f.curry(e.changeTag,"em")},{name:l.exact("u"),mutate:E},{name:l.exact("s"),mutate:f.curry(e.changeTag,"strike")},{name:l.exact("font"),mutate:e.fontToSpan,debug:!0}]}),H=b.removal({classes:[{name:l.exact("ephox-limbo-transform")}]}),I=function(){var a=/^file:\/\/\/[^#]+(#[^#]+)$/,c=function(b){var c=k.get(b,"href");return!!c&&a.test(c)},d=function(b){var c=k.get(b,"href");k.set(b,"href",c.replace(a,"$1"))};return b.transformer({tags:[{name:l.exact("a"),condition:c,mutate:d}]})}(),J=b.removal({attributes:[{name:l.exact("href"),value:l.starts("file:///"),debug:!0}]});return{unwrapWordTags:m,removeWordAttributes:o,parseLists:n,removeExcess:q,cleanStyles:t,cleanClasses:u,mergeStyles:v,mergeClasses:w,removeLocalImages:x,removeVacantLinks:y,removeEmptyStyle:z,removeEmptyClass:A,pruneInlineTags:B,unwrapSingleParagraphsInlists:C,addPlaceholders:D,nestedListFixes:F,inlineTagFixes:G,cleanupFlags:H,distillAnchorsFromLocalLinks:I,removeLocalLinks:J,removeAnchors:p,none:f.noop}}),g("6q",["g","5k","7k","6s","7n","7o","7p","o","k"],function(a,b,c,d,e,f,g,h,i){var j=function(a){return a.browser.isIE()&&a.browser.version.major>=11},k=function(a,b,c){var d=i.fromDom(a.getNode());return b(d).fold(function(){return[a]},function(b){var d=a.type()===g.END_ELEMENT_TYPE,e=[g.token(b.dom(),d)];return!d&&c&&e.push(g.token(b.dom(),!0)),e})},l=function(b,c){return f(function(d,e){var f=k(e,b,c);a.each(f,d.emit)},h.noop,"image filters")},m=function(a,e,f){var g=f.browser.isFirefox()||f.browser.isSpartan(),h=g?b.local:b.vshape,i=!g,k=j(f)?c.none:d.pipeline([l(h,i)]),m=g?c.none:c.removeLocalImages,n=a?k:c.none;return{annotate:[n],local:[m]}},n=function(a,b){var d=j(b)&&a;return d?[c.unwrapSingleParagraphsInlists]:[]},o=function(a,b,d){var e=[c.mergeStyles,c.mergeClasses],f=[c.cleanStyles,c.cleanClasses];return b?e:f},p=function(a,b,c){return j(c)||!a?[]:[e.preprocess]},q=function(a,b,d){if(!a)return[c.none];var e=[c.unwrapWordTags],f=j(d)?[]:c.parseLists;return e.concat(f).concat([c.removeWordAttributes])},r=function(b,d,e){var f=m(b,d,e);return a.flatten([p(b,d,e),f.annotate,[c.inlineTagFixes],q(b,d,e),[c.nestedListFixes],[c.removeExcess],f.local,o(b,d,e),[c.distillAnchorsFromLocalLinks,c.removeLocalLinks,c.removeVacantLinks],[c.removeEmptyStyle],[c.removeEmptyClass],[c.pruneInlineTags],[c.addPlaceholders],n(b,e),[c.cleanupFlags]])};return{derive:r}}),g("8t",[],function(){return["body","p","div","article","aside","figcaption","figure","footer","header","nav","section","ol","ul","li","table","thead","tbody","tfoot","caption","tr","td","th","h1","h2","h3","h4","h5","h6","blockquote","pre","address"]}),g("88",["8t","g","o","j","3y","5n","k","23","2i","10","3z","6x","24","2j","26","8s","3q"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){return function(){var r=function(a){return g.fromDom(a.dom().cloneNode(!1))},s=function(c){return!!j.isElement(c)&&("body"===j.name(c)||b.contains(a,j.name(c)))},t=function(a){return!!j.isElement(a)&&b.contains(["br","img","hr","input"],j.name(a))},u=function(a,b){return a.dom().compareDocumentPosition(b.dom())},v=function(a,b){var c=d.clone(a);d.setAll(b,c)};return{up:c.constant({selector:o.ancestor,closest:o.closest,predicate:l.ancestor,all:q.parents}),down:c.constant({selector:n.descendants,predicate:k.descendants}),styles:c.constant({get:f.get,getRaw:f.getRaw,set:f.set,remove:f.remove}),attrs:c.constant({get:d.get,set:d.set,remove:d.remove,copyTo:v}),insert:c.constant({before:h.before,after:h.after,afterAll:i.after,append:h.append,appendAll:i.append,prepend:h.prepend,wrap:h.wrap}),remove:c.constant({unwrap:m.unwrap,remove:m.remove}),create:c.constant({nu:g.fromTag,clone:r,text:g.fromText}),query:c.constant({comparePosition:u,prevSibling:q.prevSibling,nextSibling:q.nextSibling}),property:c.constant({children:q.children,name:j.name,parent:q.parent,isText:j.isText,isComment:j.isComment,isElement:j.isElement,getText:p.get,setText:p.set,isBoundary:s,isEmptyTag:t}),eq:e.eq,is:e.is}}}),g("95",["2l"],function(a){return a.immutable("word","pattern")}),g("96",["2l"],function(a){var b=a.immutable("element","offset"),c=a.immutable("element","deltaOffset"),d=a.immutable("element","start","finish"),e=a.immutable("begin","end"),f=a.immutable("element","text");return{point:b,delta:c,range:d,points:e,text:f}}),g("9u",["o","p"],function(a,b){var c=a.constant(!1),d=a.constant(!0),e=function(a,b){return h(function(c,d,e){return c(a,b)})},f=function(a,b){return h(function(c,d,e){return d(a,b)})},g=function(a,b){return h(function(c,d,e){return e(a,b)})},h=function(e){var f=function(){return e(d,c,c)},g=function(){return e(b.none,b.none,function(a,c){return b.some(a)})},h=function(a){return e(c,c,function(b,c){return c.eq(b,a)})},i=function(){return e(a.constant(0),a.constant(1),function(a,b){return b.property().getText(a).length})};return{isBoundary:f,fold:e,toText:g,is:h,len:i}},i=function(a,b,c,d){return a.fold(b,c,d)};return{text:g,boundary:e,empty:f,cata:i}}),g("9v",["g","o"],function(a,b){var c=function(c,d,e,f){var g=a.findIndex(c,b.curry(f,d)),h=g>-1?g:0,i=a.findIndex(c,b.curry(f,e)),j=i>-1?i+1:c.length;return c.slice(h,j)};return{boundAt:c}}),g("9w",["g"],function(a){var b=function(b,c){var d=a.findIndex(b,c);return b.slice(0,d)};return{sliceby:b}}),g("9y",["1s"],function(a){var b=a.generate([{include:["item"]},{excludeWith:["item"]},{excludeWithout:["item"]}]),c=function(a,b,c,d){return a.fold(b,c,d)};return{include:b.include,excludeWith:b.excludeWith,excludeWithout:b.excludeWithout,cata:c}}),g("9x",["g","9y"],function(a,b){var c=function(a,c){return d(a,function(a){return c(a)?b.excludeWithout(a):b.include(a)})},d=function(c,d){var e=[],f=[];return a.each(c,function(a){var c=d(a);b.cata(c,function(){f.push(a)},function(){f.length>0&&e.push(f),e.push([a]),f=[]},function(){f.length>0&&e.push(f),f=[]})}),f.length>0&&e.push(f),e};return{splitby:c,splitbyAdv:d}}),g("9i",["9v","9w","9x"],function(a,b,c){var d=function(b,c,d,e){return a.boundAt(b,c,d,e)},e=function(a,b){return c.splitby(a,b)},f=function(a,b){return c.splitbyAdv(a,b)},g=function(a,c){return b.sliceby(a,c)};return{splitby:e,splitbyAdv:f,sliceby:g,boundAt:d}}),g("98",["g","o","p","96","9i"],function(a,b,c,d,e){var f=function(b){return a.foldr(b,function(a,b){return b.len()+a},0)},g=function(a,b){return e.sliceby(a,function(a){return a.is(b)})},h=function(a,b){return a.fold(c.none,function(a){return c.some(d.range(a,b,b+1))},function(e){return c.some(d.range(e,b,b+a.len()))})},i=function(c){return a.bind(c,function(a){return a.fold(b.constant([]),b.constant([]),function(a){return[a]})})};return{count:f,dropUntil:g,gen:h,justText:i}}),g("a3",["g","96","9u","98"],function(a,b,c,d){var e=function(b,d,f){if(b.property().isText(d))return[c.text(d,b)];if(b.property().isEmptyTag(d))return[c.empty(d,b)];if(b.property().isElement(d)){var g=b.property().children(d),h=b.property().isBoundary(d)?[c.boundary(d,b)]:[],i=void 0!==f&&f(d)?[]:a.bind(g,function(a){return e(b,a,f)});return h.concat(i).concat(h)}return[]},f=function(b,c,d){var f=e(b,c,d),g=function(a,b){return a};return a.map(f,function(a){return a.fold(g,g,g)})},g=function(a,c,f,g,h){var i=e(a,g,h),j=d.dropUntil(i,c),k=d.count(j);return b.point(g,k+f)},h=function(a,c,d,e){return a.property().parent(c).fold(function(){return b.point(c,d)},function(b){return g(a,c,d,b,e)})},i=function(a,c,d,e,f){return a.up().predicate(c,e).fold(function(){return b.point(c,d)},function(b){return g(a,c,d,b,f)})};return{typed:e,items:f,extractTo:i,extract:h}}),g("a4",["g","o","a3"],function(a,b,c){var d="\n",e=" ",f=function(a,b){return"img"===b.property().name(a)?e:d},g=function(e,g,h){var i=c.typed(e,g,h);return a.map(i,function(a){return a.fold(b.constant(d),f,e.property().getText)}).join("")};return{from:g}}),g("9k",["g","o"],function(a,b){var c=function(c,d,e){var f={len:void 0!==e?e:0,list:[]},g=a.foldl(c,function(a,c){var e=d(c,a.len);return e.fold(b.constant(a),function(b){return{len:b.finish(),list:a.list.concat([b])}})},f);return g.list};return{make:c}}),g("9l",["g","p"],function(a,b){var c=function(a,b){return b>=a.start()&&b<=a.finish()},d=function(d,e){var f=a.find(d,function(a){return c(a,e)});return b.from(f)},e=function(b,c){return a.findIndex(b,function(a){return a.start()===c})},f=function(a,b){var c=a[a.length-1]&&a[a.length-1].finish()===b;return c?a.length+1:-1},g=function(a,b,c){var d=e(a,b),g=e(a,c),h=g>-1?g:f(a,c);return d>-1&&h>-1?a.slice(d,h):[]},h=function(c,d){return b.from(a.find(c,d))};return{get:d,find:h,inUnit:c,sublist:g}}),g("9n",["g","1r","o"],function(a,b,c){var d=function(d,e){return a.map(d,function(a){return b.merge(a,{start:c.constant(a.start()+e),finish:c.constant(a.finish()+e)})})};return{translate:d}}),g("9m",["g","9l","9n"],function(a,b,c){var d=function(a,b,d){var e=d(a,b);return c.translate(e,a.start())},e=function(c,e,f){return 0===e.length?c:a.bind(c,function(c){var g=a.bind(e,function(a){return b.inUnit(c,a)?[a-c.start()]:[]});return g.length>0?d(c,g,f):[c]})};return{splits:e}}),g("9a",["9k","9l","9m","9n"],function(a,b,c,d){var e=function(b,c,d){return a.make(b,c,d)},f=function(a,c){return b.get(a,c)},g=function(a,c){return b.find(a,c)},h=function(a,b,d){return c.splits(a,b,d)},i=function(a,b){return d.translate(a,b)},j=function(a,c,d){return b.sublist(a,c,d)};return{generate:e,get:f,find:g,splits:h,translate:i,sublist:j}}),g("a5",["96","a3","98","9a"],function(a,b,c,d){var e=function(e,f,g,h){var i=b.typed(e,f,h),j=d.generate(i,c.gen),k=d.get(j,g);return k.map(function(b){return a.point(b.element(),g-b.start())})};return{find:e}}),g("9t",["a3","a4","a5"],function(a,b,c){var d=function(b,c,d){return a.typed(b,c,d)},e=function(b,c,d){return a.items(b,c,d)},f=function(b,c,d,e){return a.extract(b,c,d,e)},g=function(b,c,d,e,f){return a.extractTo(b,c,d,e,f)},h=function(a,b,d,e){return c.find(a,b,d,e)},i=function(a,c,d){return b.from(a,c,d)};return{extract:f,extractTo:g,all:e,from:d,find:h,toText:i}}),g("9g",["g","9t","9u","9i","9y"],function(a,b,c,d,e){var f=function(f,g,h){var i=a.bind(g,function(a){return b.from(f,a,h)}),j=d.splitbyAdv(i,function(a){return c.cata(a,function(){return e.excludeWithout(a)},function(){return e.excludeWith(a)},function(){return e.include(a)})});return a.filter(j,function(a){return a.length>0})};return{group:f}}),g("9z",["g","p"],function(a,b){var c=function(c,d,e){var f=[d].concat(c.up().all(d)),g=[e].concat(c.up().all(e)),h=a.find(f,function(b){return a.exists(g,function(a){return c.eq(a,b)})});return b.from(h)};return{common:c}}),g("a0",["g"],function(a){var b=["table","tbody","thead","tfoot","tr","ul","ol"];return function(c){var d=c.property(),e=function(b,c){return d.parent(b).map(d.name).map(function(b){return!a.contains(c,b)}).getOr(!1)},f=function(a){return d.isText(a)&&e(a,b)};return{validateText:f}}}),g("9h",["g","o","9t","9z","a0"],function(a,b,c,d,e){var f=function(c,d,e){return a.findIndex(d,b.curry(c.eq,e))},g=function(a,b,c,d,e){return b-1&&o>-1?g(m,n,j,o,l):[],q=e(h);return a.filter(p,q.validateText)})};return{range:h}}),g("97",["9g","9h"],function(a,b){var c=function(a,c,d,e,f){return b.range(a,c,d,e,f)},d=function(b,c,d){return a.group(b,c,d)};return{range:c,group:d}}),g("a6",[],function(){var a=function(a){var b=/^[a-zA-Z]/.test(a)?"":"e",c=a.replace(/[^\w]/gi,"-");return b+c};return{css:a}}),g("a7",["g"],function(a){var b=function(b,c){if(0===c.length)return[b];var d=a.foldl(c,function(a,c){if(0===c)return a;var d=b.substring(a.prev,c);return{prev:c,values:a.values.concat([d])}},{prev:0,values:[]}),e=c[c.length-1];return e0});if(j.length<=1)return[c.range(g,0,i.length)];f.property().setText(g,j[0]);var k=d.generate(j.slice(1),function(a,d){var e=f.create().text(a),g=c.range(e,d,d+a.length);return b.some(g)},j[0].length),l=a.map(k,function(a){return a.element()});return f.insert().afterAll(g,l),[c.range(g,0,j[0].length)].concat(k)};return{subdivide:f}}),g("99",["g","o","9j","9a"],function(a,b,c,d){var e=function(e,f,g){var h=a.bind(g,function(a){return[a.start(),a.finish()]}),i=function(a,b){return c.subdivide(e,a.element(),b)},j=d.splits(f,h,i),k=function(c){var f=d.sublist(j,c.start(),c.finish()),g=a.map(f,function(a){return a.element()}),h=a.map(g,e.property().getText).join("");return{elements:b.constant(g),word:c.word,exact:b.constant(h)}};return a.map(g,k)};return{separate:e}}),g("8v",[],function(){var a=function(){return"\ufeff"};return{zeroWidth:a}}),g("8a",["8v","o"],function(a,b){var c="\\w'\\-\\u0100-\\u017F\\u00C0-\\u00FF"+a.zeroWidth()+"\\u2018\\u2019",d="[^"+c+"]",e="["+c+"]";return{chars:b.constant(c),wordbreak:b.constant(d),wordchar:b.constant(e)}}),g("8b",["55"],function(a){return function(b,c,d,e){var f=function(){return new a(b,e.getOr("g"))};return{term:f,prefix:c,suffix:d}}}),g("8d",["o","p","8a","8b"],function(a,b,c,d){var e=function(c){return d(c,a.constant(0),a.constant(0),b.none())},f=function(a){var e="((?:^'?)|(?:"+c.wordbreak()+"+'?))"+a+"((?:'?$)|(?:'?"+c.wordbreak()+"+))",f=function(a){return a.length>1?a[1].length:0},g=function(a){return a.length>2?a[2].length:0};return d(e,f,g,b.none())};return{token:e,word:f}}),g("8c",["8d"],function(a){var b=function(a){return a.replace(/[-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},c=function(c){var d=b(c);return a.word(d)},d=function(c){var d=b(c);return a.token(d)};return{sanitise:b,word:c,token:d}}),g("7r",["8a","8b","8c","8d"],function(a,b,c,d){var e=function(a){return c.word(a)},f=function(a){return c.token(a)},g=function(a,c,d,e){return b(a,c,d,e)},h=function(a){return d.word(a)},i=function(a){return d.token(a)},j=function(a){return c.sanitise(a)},k=function(){return a.chars()},l=function(){return a.wordbreak()},m=function(){return a.wordchar()};return{safeword:e,safetoken:f,custom:g,unsafeword:h,unsafetoken:i,sanitise:j,chars:k,wordbreak:l,wordchar:m}}),g("9o",["o"],function(a){var b=function(b,c){for(var d=c.term(),e=[],f=d.exec(b);f;){var g=f.index+c.prefix(f),h=f[0].length-c.prefix(f)-c.suffix(f);e.push({start:a.constant(g),finish:a.constant(g+h)}),d.lastIndex=g+h,f=d.exec(b)}return e};return{all:b}}),g("9p",["g","1r","9o","17"],function(a,b,c,d){var e=function(a){var b=d.prototype.slice.call(a,0);return b.sort(function(a,b){return a.start()=q&&b<=r},x=function(b){a.each(b,function(a){l.isElement(a)&&h.getRaw(a,"position").isSome()&&h.remove(a,"position")})},y=function(b){var c=a.filter(b,function(a){return"li"===l.name(a)});if(c.length>0){var d=o.prevSiblings(c[0]),e=i.fromTag("ul");if(j.before(b[0],e),d.length>0){var f=i.fromTag("li");j.append(e,f),k.append(f,d)}k.append(e,c)}};return{links:v,position:x,list:y}}),g("5f",["g","6q","6r","6s","6n","3q"],function(a,b,c,d,e,f){var g=function(b){var d=f.children(b);a.each([c.links,c.position,c.list],function(a){a(d)})},h=function(a,c,f,h,i){g(f);var j=e.get(f),k=b.derive(i,h,c);return d.go(a,j,k)};return{go:h,preprocess:g}}),g("6o",["50","51","58","34","31","5f","2n","2h","1l"],function(a,b,c,d,e,f,g,h,i){var j=e.detect(),k=function(a,b,c,d){try{var e=f.go(a,j,b,c,d),k=void 0!==e&&null!==e&&e.length>0,l=k?h.fromHtml(e):[];return g.value(l)}catch(m){return i.error(m),g.error("errors.paste.process.failure")}},l=function(e,f,g,h,i){var j=k(e,f,h,g);return j.fold(function(b){return a.error(b)},function(e){return a.sync(function(f){i.get(function(g){var h=c.findImages(e,g);a.call(f,{response:d.paste(e,g,h),bundle:b.nu({})})})})})};return{transfer:l}}),g("5d",["6o","g","n","p","24","3q"],function(a,b,c,d,e,f){var g=function(b,c,d,e,f){return a.transfer(b,c,e,d,f)},h=function(g,h,i){var j=!1,k=!0,l=function(a,b){return void 0===h||b?d.none():h.findClipboardTags(f.children(a))},m=l(i,j).getOr([]);b.each(m,e.remove);var n=c.nu(function(a){a([])});return a.transfer(g,i,j,k,n)};return{internal:h,external:g}}),g("6p",["g","k","6n","7t"],function(a,b,c,d){var e=function(a){var e=b.fromTag("div");return d.set(e,a),c.get(e)},f=function(b){var c=b.trim().split(/\n{2,}|(?:\r\n){2,}/),d=a.map(c,function(a){return a.split(/\n|\r\n/).join("
")});return 1===d.length?d[0]:a.map(d,function(a){return"

"+a+"

"}).join("")};return{encode:e,convert:f}}),g("5e",["50","6p","51","39","34","p","2a","2h","16"],function(a,b,c,d,e,f,g,h,i){var j=function(a){return a.length>0},k=function(a){return d.isValidData(a)?g.findMap(a.types,function(b){return"text/plain"===b?f.some(a.getData(b)):f.none()}):f.none()},l=function(){var a=i.clipboardData;return void 0!==a?f.some(a.getData("text")):f.none()},m=function(a){var c=b.encode(a),d=b.convert(c),f=h.fromHtml(d);return e.paste(f,[],[])},n=function(b){return a.sync(function(f){var g=d.isValidData(b)?k:l,h=g(b).filter(j).fold(e.cancel,m);a.call(f,{response:h,bundle:c.nu({})})})};return{handle:n}}),g("3c",["50","51","59","5b","5c","5d","5e","34","31","5f","o","k","2i","3q","1l"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var p=i.detect(),q=function(a,b,c){return g.handle(a)},r=function(b,c){var d=function(b,d,e){var f=l.fromTag("div");m.append(f,b),j.preprocess(f);var g=n.children(f);return a.pure({response:h.paste(g,d,e),bundle:c.bundle()})},e=k.curry(a.pass,c);return h.cata(c.response(),e,d,e,d)},s=function(a,b){return function(d,e){var g=e.bundle();return c.proxyBin(g).handle("There was no proxy bin setup. Ensure you have run proxyStep first.",function(c){var d=n.owner(a);return f.internal(d,b,c)})}},t=function(a,b){return function(d,e){var g=e.bundle();return c.proxyBin(g).handle("There was no proxy bin setup. Ensure you have run proxyStep first.",function(d){var e=c.merging(g),h=c.isWord(g),i=c.isInternal(g),j=c.backgroundAssets(g),k=n.owner(a);return i?f.internal(k,b,d):f.external(k,d,e,h,j)})}},u=function(){return function(b,c){return a.error("errors.local.images.disallowed")}},v=function(){return function(b,c){if(p.browser.isSafari()){var d=p.deviceType.isWebView()?"webview.imagepaste":"safari.imagepaste";return a.error(d)}return e.handle(b)}},w=function(a){return function(b,e){var f=c.mergeOffice(e.bundle());return d.handle(b,f,a)}},x=function(b,c){return a.cancel()},y=function(c){return function(d,e){var f=b.merge(e.bundle(),b.nu(c));return a.pure({response:e.response(),bundle:f})}};return{plain:q,autolink:r,noImages:u,images:v,internal:s,external:t,gwt:w,setBundle:y,none:x}}),g("5g",["5m","o"],function(a,b){var c=a.resolve("smartpaste-eph-bin");return{binStyle:b.constant(c)}}),g("5h",["6s","j","6n","6t"],function(a,b,c,d){var e=function(a,c){return d.descendant(a,function(a){return!!b.has(a,"style")&&b.get(a,"style").indexOf("mso-")>-1})},f=function(b,d){var e=c.get(b);return a.isWordContent(e,d)},g=function(a,b){var c=a.browser,d=c.isIE()&&c.version.major>=11?e:f;return d(b,a)};return{isWord:g}}),g("3d",["50","51","5g","31","5h","2g","3q"],function(a,b,c,d,e,f,g){var h=d.detect();return function(d,i,j,k,l){return function(m,n){var o=l(),p=n.response();return a.sync(function(l){var n=d(j);n.events.after.bind(function(d){var j=d.container();i(j),f.add(j,c.binStyle());var m=e.isWord(h,j),n=g.children(j),q=k.findClipboardTags(n,m).isSome();a.call(l,{response:p,bundle:b.nu({isWord:m,isInternal:q,proxyBin:j,backgroundAssets:o})})}),o.convert(m.data()),n.run()})}}}),g("8e",["7e","7f","17","3f","18","8r"],function(a,b,c,d,e,f){var g=function(a){for(var b=new c(a.length/2),e=0;ec&&c!==-1?(b=c+1,++e):(c>d||c<0)&&d!==-1&&(b=d+1,--e),b>f||d===-1)return-1;while(e>0);return b},k=function(a,b,c,e){var f=i(a,c,e),g=/[^a-fA-F0-9]([a-fA-F0-9]+)\}$/;return h(c,e,f,g,d)},l=function(a,b,c,d){var e=i(a,c,d),g=/([a-fA-F0-9]{64,})(?:\}.*)/;return h(c,d,e,g,f)},m=function(d,f){var h=g(c,d,f),i=j(d,h),m=g(e,d,f),n=j(d,m),o=a.curry(l,d,f,m,n),p=a.curry(k,d,f,h,i);return h===-1&&m===-1?b.none():h===-1?o():m===-1?p():mi?p():hn?o():h=0?e.value("image/png"):a.indexOf("\\jpegblip")>=0?e.value("image/jpeg"):e.error("errors.imageimport.unsupported")},h=function(a){return a.replace(/\r/g,"").replace(/\n/g,"")},i=function(a,b){var c=a.match(b);return c&&c[1]&&c[1].length%2===0?e.value(c[1]):e.error("errors.imageimport.invalid")},j=function(a){var b=a.match(/\\shplid(\d+)/);return null!==b?d.some(b[1]):d.none()},k=function(c){var d=c.bower(),e=c.regex();return j(d).map(function(f){var h=c.idRef()+f;return g(d).fold(function(a){return b.unsupported(h,a)},function(c){return i(d,e).fold(function(a){return b.unsupported(h,a)},function(d){return b.supported(h,c,a.convert(d,c))})})})},l=function(a){for(var b=[],c=function(){return a.length},d=function(a){var c=k(a);return b=b.concat(c.toArray()),a.end()},e=0;e0?(f.each(b,m.remove),t(e.incomplete(d,c,o,"errors.local.images.disallowed"))):t(e.paste(d,c,o))}})};e.cata(c.response(),j,o,j,o)})}}}),g("1v",["37","38","39","3a","3b","3c","3d","3e","31","o","p","2l","11","16"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var o=l.immutable("data","rtf"),p=i.detect(),q="^image/",r="file",s=[q,r],t="html",u="rtf",v=function(a){return m.contains(a,"0?k.some(c):k.none()}):k.none()},D=function(a,b,c,d){return{label:j.constant(a),getAvailable:b,steps:j.constant(c),capture:j.constant(d)}},E=function(c,d,h,i){var k=j.curry(z,i);return D("Within Textbox.io (tables) pasting",k,[a.normal(g(d,c,h,i,b.ignore)),a.normal(e.fixed(!0,!0)),a.normal(f.internal(h,i))],!1)},F=function(c,i,j,k,l,m,n){return D("Outside of Textbox.io pasting (could be internal but another browser)",x,[a.normal(g(k,j,l,n,b.background)),a.normal(e.fromConfigIfExternal(c,i)),a.normal(f.external(l,n)),a.blocking(h(m,i)),a.normal(d(i))],!1)},G=function(b,c,d,g){return D("GWT pasting",j.curry(w,b),[a.normal(f.setBundle({isWord:!0})),a.normal(e.fromConfig(c,d)),a.normal(f.gwt(b)),a.blocking(h(g,d))],!0)},H=function(b){return D("Image pasting",y,[a.normal(b.allowLocalImages===!1?f.noImages(j.noop):f.images())],!0)},I=function(){return D("Only plain text is available to paste",B,[a.normal(f.plain),a.normal(f.autolink)],!0)},J=function(){return D("Plain text pasting",A,[a.normal(f.plain),a.normal(f.autolink)],!0)},K=function(){return D("There is no valid way to paste",k.some,[a.normal(f.none)],!1)};return{internal:E,pastiche:F,gwt:G,image:H,text:J,onlyText:I,none:K}}),g("5l",["5m","31","j","2g","k","6n","2i"],function(a,b,c,d,e,f,g){var h=function(){var a=b.detect(),c=a.os.isOSX();return c?["\u2318"]:["Ctrl"]},i=function(a){return e.fromHtml("

"+a("cement.dialog.flash.press-escape")+"

")},j=function(b){var c=e.fromTag("div");d.add(c,a.resolve("flashbin-helpcopy"));var f=h(),j=e.fromHtml("

"+b("cement.dialog.flash.trigger-paste")+"

"),k=e.fromHtml('
'+f+' + V
');return d.add(k,a.resolve("flashbin-helpcopy-kbd")),g.append(c,[j,k,i(b)]),c},k=function(b){var c=e.fromTag("div");d.add(c,a.resolve("flashbin-helpcopy"));var f=e.fromHtml("

"+b("cement.dialog.flash.missing")+"

");return g.append(c,[f,i(b)]),c},l=function(b){var h=e.fromTag("div");d.add(h,a.resolve("flashbin-loading"));var i=e.fromTag("div");d.add(i,a.resolve("flashbin-loading-spinner"));var j=e.fromTag("p"),k=b("loading.wait");return f.set(j,k),c.set(j,"aria-label",k),g.append(h,[i,j]),h};return{paste:j,noflash:k,indicator:l}}),h("5o",navigator),g("3j",["5l","5m","31","o","2g","5n","k","23","2i","5o"],function(a,b,c,d,e,f,g,h,i,j){var k=c.detect(),l=function(){return new ActiveXObject("ShockwaveFlash.ShockwaveFlash")},m=function(){try{var a=k.browser.isIE()?l():j.plugins["Shockwave Flash"];return void 0!==a}catch(b){return!1}},n=function(b,c,e,f){var g=a.noflash(f);return h.append(b,g),{reset:d.noop}},o=function(b,c,d,e){var g=a.paste(e),h=a.indicator(e);i.append(b,[h,g,c.element()]);var j=function(){f.setAll(h,{height:"0",padding:"0"})},k=function(){f.set(g,"display","block"),f.set(h,"display","none"),d()},l=function(){f.set(g,"display","none"),f.set(h,"display","block"),f.remove(h,"height"),f.remove(h,"padding"),d()};return c.events.spin.bind(l),c.events.reset.bind(k),c.events.hide.bind(j),{reset:k}};return function(a,c,f){var h=g.fromTag("div"),i="flashbin-wrapper-"+(k.os.isOSX()?"cmd":"ctrl");e.add(h,b.resolve(i));var j=m()?o:n,l=j(h,a,c,f.translations);return{element:d.constant(h),reset:l.reset}}}),h("5u",clearInterval),h("5w",setInterval),g("5p",["p","28","29","14","5u","5w"],function(a,b,c,d,e,f){var g=function(){var g=d(a.none()),h=c.create({crashed:b([]),timeout:b([])}),i=function(b,c,d,i){var j=c,k=f(function(){d()?e(k):j<=0?(h.trigger.timeout(),e(k)):i()&&(e(k),h.trigger.crashed()),j--},b);g.set(a.some(k))},j=function(){g.get().each(function(a){e(a)})};return{start:i,stop:j,events:h.registry}};return{responsive:g}}),g("5q",["1h","g","5u","5w"],function(a,b,c,d){return function(e,f,g){var h=function(c){return b.forall(f,function(b){return a.isFunction(c[b])})},i=function(){var b=e.dom();a.isFunction(b.PercentLoaded)&&100===b.PercentLoaded()&&h(b)&&(l(),g())},j=!0,k=d(i,500),l=function(){j&&(c(k),j=!1)};return{stop:l}}}),g("6z",["78"],function(a){var b=function(a,b){return void 0!==a[b]&&null!==a[b]||(a[b]={}),a[b]},c=function(c,d){for(var e=d||a,f=c.split("."),g=0;g ';if(A.browser.isIE()&&10===A.browser.version.major){var d=f.generate("flash-bin");return p.fromHtml(''+c+"")}return p.fromHtml(''+c+"")},L=K(),M=function(){o.setAll(L,{width:"2px",height:"2px"})};M();var N=b(L,e.keys(J),D);r.append(s,L);var O=function(){return s},P=function(){A.browser.isFirefox()&&y.getSelection().removeAllRanges(),q.focus(L)},Q=null,R=function(){n.add(s,c.resolve("flash-activate")),o.remove(L,"height"),o.remove(L,"width"),h.trigger.hide()},S=function(){t(Q),n.remove(s,c.resolve("flash-activate")),M()},T=function(){Q=w(R,3e3),h.trigger.spin(),o.set(s,"display","block"),P()},U=function(){o.set(s,"display","none"),B.each(function(a){d.each(a,function(a){a.unbind()})})},V=function(){U(),d.each(e.values(J),function(a){z.unregister(a)}),z.unregister(E),N.stop()};return{focus:P,element:O,activate:T,deactivate:U,destroy:V,events:h.registry}}}),g("1w",["3j","3k","28","29","z","k","16"],function(a,b,c,d,e,f,g){return function(h,i){var j=i.translations,k=d.create({response:c(["rtf","hide"]),cancel:c([]),error:c(["message"]),failed:c(["message"])}),l=function(){var c=b(i.swf);c.deactivate();var d=f.fromDom(g),l=e.bind(d,"mouseup",c.focus),m=function(){q()},n=function(){m(),k.trigger.cancel()};c.events.cancel.bind(n),c.events.response.bind(function(a){k.trigger.response(a.rtf(),m)}),c.events.error.bind(function(a){m(),k.trigger.error(a.message())}),c.events.failed.bind(function(a){m(),k.trigger.failed(a.message())});var o=h();o.setTitle(j("cement.dialog.flash.title"));var p=a(c,o.reflow,i);p.reset(),o.setContent(p.element()),o.events.close.bind(n),o.show(),c.activate();var q=function(){l.unbind(),c.destroy(),o.destroy()}};return{open:l,events:k.registry}}}),g("5z",[],function(){var a=function(a,b){return d(function(c,d,e){return d(a,b)})},b=function(a){return d(function(b,c,d){return b(a)})},c=function(a){return d(function(b,c,d){return d(a)})},d=function(a){return{fold:a}};return{on:a,before:b,after:c}}),g("5y",["5z","2l","k"],function(a,b,c){var d=b.immutable("start","soffset","finish","foffset"),e=b.immutable("start","soffset","finish","foffset"),f=b.immutable("start","finish"),g=function(b){var d=c.fromDom(b.startContainer),e=c.fromDom(b.endContainer);return f(a.on(d,b.startOffset),a.on(e,b.endOffset))};return{read:d,general:e,write:f,writeFromNative:g}}),g("60",[],function(){var a=function(a,b){if(a.getSelection)return b(a,a.getSelection());throw"No selection model supported."};return{run:a}}),g("71",["3y","k","3q"],function(a,b,c){var d=function(a,b,d,e){var f=c.owner(a),g=f.dom().createRange();return g.setStart(a.dom(),b),g.setEnd(d.dom(),e),g},e=function(a,c,e,f){var g=d(a,c,e,f);return b.fromDom(g.commonAncestorContainer)},f=function(b,c,e,f){var g=d(b,c,e,f),h=a.eq(b,e)&&c===f;return g.collapsed&&!h};return{after:f,commonAncestorContainer:e}}),g("70",["5y","71","k","3q"],function(a,b,c,d){var e=function(a){return b.after(c.fromDom(a.anchorNode),a.anchorOffset,c.fromDom(a.focusNode),a.focusOffset)},f=function(b,d){var f=c.fromDom(d.startContainer),g=c.fromDom(d.endContainer);return e(b)?a.read(g,d.endOffset,f,d.startOffset):a.read(f,d.startOffset,g,d.endOffset)},g=function(a){return e(a)},h=function(a,b,c,e){return function(f){if(f.extend)f.collapse(a.dom(),b),f.extend(c.dom(),e);else{var g=d.owner(a).dom().createRange();g.setStart(c.dom(),e),g.setEnd(a.dom(),b),f.removeAllRanges(),f.addRange(g)}}},i=function(a,c,d,e){return b.after(a,c,d,e)},j=function(){return{flip:f,isRtl:g}},k=function(){return{flip:h,isRtl:i}};return{read:j,write:k}}),g("62",["5y","70","p","71","k"],function(a,b,c,d,e){var f=function(b,d){var f=h(b,d.start(),d.finish());if(f.collapsed===!0){var g=h(b,d.finish(),d.start());return g.collapsed===!0?c.none():c.some(a.general(e.fromDom(g.endContainer),g.endOffset,e.fromDom(g.startContainer),g.startOffset))}return c.none()},g=function(a,b){var c=h(a,b.start(),b.finish());return c.collapsed===!0?h(a,b.finish(),b.start()):c},h=function(a,b,c){var d=m(a);return b.fold(function(a){d.setStartBefore(a.dom())},function(a,b){d.setStart(a.dom(),b)},function(a){d.setStartAfter(a.dom())}),c.fold(function(a){d.setEndBefore(a.dom())},function(a,b){d.setEnd(a.dom(),b)},function(a){d.setEndAfter(a.dom())}),d},i=function(a,b){return h(a,b.start(),b.finish())},j=function(a,b,c,e,f){var g=d.after(b,c,e,f),h=a.document.createRange();return g?(h.setStart(e.dom(),f),h.setEnd(b.dom(),c)):(h.setStart(b.dom(),c),h.setEnd(e.dom(),f)),h},k=function(a,b){var c=i(a,b);return function(a){a.addRange(c)}},l=function(a,c){var d=f(a,c);return d.fold(function(){return k(a,c)},function(a){return b.write().flip(a.start(),a.soffset(),a.finish(),a.foffset())})},m=function(a){return a.document.createRange()};return{create:m,build:l,toNative:i,forceRange:g,toExactNative:j}}),g("61",["g","62","k","10","2j","2p"],function(a,b,c,d,e,f){var g=function(a,b,c){return a.selectNodeContents(c.dom()),a.compareBoundaryPoints(b.END_TO_START,b)<1&&a.compareBoundaryPoints(b.START_TO_END,b)>-1},h=function(b,c,d,h){var i=b.document.createRange(),j=f.is(c,h)?[c]:[],k=j.concat(e.descendants(c,h));return a.filter(k,function(a){return g(i,d,a)})},i=function(a,e,f){var g=b.forceRange(a,e),i=c.fromDom(g.commonAncestorContainer);return d.isElement(i)?h(a,i,g,f):[]};return{find:i}}),g("72",["g","5y","5z","10"],function(a,b,c,d){var e=function(b,e){var f=d.name(b);return"input"===f?c.after(b):a.contains(["br","img"],f)?0===e?c.before(b):c.after(b):c.on(b,e)},f=function(a){var d=a.start().fold(c.before,e,c.after),f=a.finish().fold(c.before,e,c.after);return b.write(d,f)};return{beforeSpecial:e,preprocess:f}}),g("73",["g","k","1m"],function(a,b,c){var d=function(d,e){var f=e||c,g=f.createDocumentFragment();return a.each(d,function(a){g.appendChild(a.dom())}),b.fromDom(g)};return{fromElements:d}}),g("63",["5y","70","62","72","p","k","73"],function(a,b,c,d,e,f,g){var h=function(a){return function(b,e){var f=d.preprocess(a),g=c.build(b,f);void 0!==e&&null!==e&&(e.removeAllRanges(),g(e))}},i=function(a){return function(b,d){var e=c.create(b);e.selectNodeContents(a.dom()),d.removeAllRanges(),d.addRange(e)}},j=function(a,b){var c=b.getRangeAt(0),d=b.getRangeAt(b.rangeCount-1),e=a.document.createRange();return e.setStart(c.startContainer,c.startOffset),e.setEnd(d.endContainer,d.endOffset),e},k=function(c,d){var e=f.fromDom(d.startContainer),g=f.fromDom(d.endContainer);return b.read().isRtl(c)?b.read().flip(c,d):a.read(e,d.startOffset,g,d.endOffset)},l=function(a,b){return void 0!==b&&null!==b&&b.rangeCount>0?e.from(j(a,b)):e.none()},m=function(a,b){var c=l(a,b);return c.map(function(a){return k(b,a)})},n=function(a){return function(b,c){var d=l(b,c);d.each(function(c){o(b,c,a)})}},o=function(a,b,c){var d=g.fromElements(c,a.document);b.deleteContents(),b.insertNode(d.dom())},p=function(a,b){return function(e,f){var g=d.preprocess(a),h=c.toNative(e,g);o(e,h,b)}},q=function(a,b,d,e){return function(f,g){var h=c.toExactNative(f,a,b,d,e);h.deleteContents()}},r=function(a,b,d,e){return function(g,h){var i=c.toExactNative(g,a,b,d,e),j=i.cloneContents();return f.fromDom(j)}},s=function(a,b,d,f){return function(g,h){var i=c.toExactNative(g,a,b,d,f),j=i.getClientRects(),k=j.length>0?j[0]:i.getBoundingClientRect();return k.width>0||k.height>0?e.some(k):e.none()}},t=function(a){return function(b,d){var f=c.create(b);f.selectNode(a.dom());var g=f.getBoundingClientRect();return g.width>0||g.height>0?e.some(g):e.none()}},u=function(a,b){a.getSelection().removeAllRanges()},v=function(a,b,d,e){return function(f,g){var h=c.toExactNative(f,a,b,d,e);return h.toString()}};return{get:m,set:h,selectElementContents:i,replace:n,replaceRange:p,deleteRange:q,cloneFragment:r,rectangleAt:s,bounds:t,clearSelection:u,stringAt:v}}),g("3l",["5y","5z","60","61","62","63","3y","k"],function(a,b,c,d,e,f,g,h){var i=function(a){return c.run(a,f.get)},j=function(a,b){c.run(a,f.set(b))},k=function(c,d,e,f,g){var h=a.write(b.on(d,e),b.on(f,g));j(c,h)},l=function(a,b){c.run(a,f.selectElementContents(b))},m=function(a,b){c.run(a,f.replace(b))},n=function(a,b,d){c.run(a,f.replaceRange(b,d))},o=function(a,b,d,e,g){c.run(a,f.deleteRange(b,d,e,g))},p=function(a,b,d,e,g){return c.run(a,f.cloneFragment(b,d,e,g))},q=function(a,b,c,d){return g.eq(a,c)&&b===d},r=function(a,b,d,e,g){return c.run(a,f.rectangleAt(b,d,e,g))},s=function(a,b){return c.run(a,f.bounds(b))},t=function(a,b,c){return d.find(a,b,c)},u=function(c,d,e,f,g,h){var i=a.write(b.on(d,e),b.on(f,g));return t(c,i,h)},v=function(b,c){var d=e.forceRange(b,c);return a.general(h.fromDom(d.startContainer),d.startOffset,h.fromDom(d.endContainer),d.endOffset)},w=function(a){c.run(a,f.clearSelection)},x=function(a,b,d,e,g){return c.run(a,f.stringAt(b,d,e,g))};return{get:i,set:j,setExact:k,selectElementContents:l,replace:m,replaceRange:n,deleteRange:o,isCollapsed:q,cloneFragment:p,rectangleAt:r,bounds:s,findWithin:t,findWithinExact:u,deriveExact:v,clearAll:w,stringAt:x}}),g("64",["o","3y"],function(a,b){return function(c,d,e,f){var g=b.eq(c,e)&&d===f;return{startContainer:a.constant(c),startOffset:a.constant(d),endContainer:a.constant(e),endOffset:a.constant(f),collapsed:a.constant(g)}}}),g("3m",["64","k","23","24","3q"],function(a,b,c,d,e){return function(f){var g=b.fromTag("br"),h=function(a,b){a.dom().focus()},i=function(a){var b=e.owner(a);return b.dom().defaultView},j=function(b,d){var e=i(d);e.focus(),c.append(d,g),f.set(e,a(g,0,g,0))},k=function(){d.remove(g)};return{cleanup:k,toOn:h,toOff:j}}}),g("3n",["o"],function(a){return function(){var b=function(a,b){a.dom().focus()},c=function(a,b){b.dom().focus()},d=a.identity;return{toOn:b,toOff:c,cleanup:d}}}),g("74",["g","k","23","2i","24","3q"],function(a,b,c,d,e,f){var g=function(a,b){f.nextSibling(a).filter(b).each(function(b){var c=f.children(b);d.append(a,c),e.remove(b)}),i(a,b)},h=function(a,g){var h=f.children(a),i=b.fromTag("div",f.owner(a).dom());d.append(i,h),c.before(a,i),e.remove(a)},i=function(b,c){var d=f.children(b);a.each(d,function(a){c(a)&&h(a,b)})};return{consolidate:g}}),g("75",["3r"],function(a){var b=a.create("ephox-sloth");return{resolve:b.resolve}}),g("76",["5n"],function(a){var b=function(a,b){return function(d){return"rtl"===c(d)?b:a}},c=function(b){return"rtl"===a.get(b,"direction")?"rtl":"ltr"};return{onDirection:b,getDirection:c}}),g("65",["1y","2l","74","75","j","2g","41","5n","76","k","6n","23","24","26","3q"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var p=d.resolve("bin"),q=p+a.generate(""),r=i.onDirection("-100000px","100000px");return function(a){var d=j.fromTag("div");e.setAll(d,{contenteditable:"true","aria-hidden":"true"}),h.setAll(d,{position:"fixed",top:"0px",width:"100px",height:"100px",overflow:"hidden",opacity:"0"}),g.add(d,[p,q]);var i=function(a){m.empty(d),h.set(d,"left",r(a)),l.append(a,d)},s=function(){var b=n.ancestor(d,"body");b.each(function(b){a.toOff(b,d)})},t=function(a){return f.has(a,q)},u=function(){c.consolidate(d,t);var a=b.immutable("elements","html","container"),e=o.children(d),f=k.get(d);return a(e,f,d)},v=function(){m.remove(d)},w=function(){return d};return{attach:i,focus:s,contents:u,container:w,detach:v}}}),g("3o",["o","35","28","29","36","65","3q"],function(a,b,c,d,e,f,g){return function(h,i){var j=f(h),k=function(){h.cleanup();var a=j.contents();j.detach(),n.trigger.after(a.elements(),a.html(),j.container())},l=b.tap(function(){n.trigger.before(),j.attach(i),j.focus(),e.run(g.owner(i),l,k)}),m=function(){l.instance()},n=d.create({before:c([]),after:c(["elements","html","container"])}),o=a.noop;return{instance:a.constant(m),destroy:o,events:n.registry}}}),g("1x",["31","3l","28","29","3m","3n","3o","10"],function(a,b,c,d,e,f,g,h){var i=a.detect(),j={set:function(a,c){b.setExact(a,c.startContainer(),c.startOffset(),c.endContainer(),c.endOffset())}},k=function(a){var b=i.browser.isIE()&&"body"!==h.name(a)?f:e;return b(j)};return function(a){var b=d.create({after:c(["container"])}),e=k(a),f=g(e,a);f.events.after.bind(function(c){e.toOn(a,c.container()),b.trigger.after(c.container())});var h=function(){f.instance()()};return{run:h,events:b.registry}}}),g("68",["z","k","1m"],function(a,b,c){var d=function(d){if("complete"===c.readyState||"interactive"===c.readyState)d();else var e=a.bind(b.fromDom(c),"DOMContentLoaded",function(){d(),e.unbind()})};return{execute:d}}),g("3p",["31","5r","o","66","p","67","5s","5n","z","k","23","68","24"],function(a,b,c,d,e,f,g,h,i,j,k,l,m){var n=b.install("ephox.keurig.init"),o=e.none(),p=a.detect(),q=p.browser,r=q.isIE()||p.deviceType.isiOS()||p.deviceType.isAndroid(),s=r?c.noop:d.cached(function(a){var b=j.fromTag("div");if(void 0===a)throw"baseUrl was undefined";var c=j.fromTag("iframe");h.setAll(b,{display:"none"});var d=i.bind(c,"load",function(){var g=function(a){var c=q.isSafari()&&p.os.isOSX()&&10===p.os.version.major&&p.os.version.minor<12;o=e.some(a),q.isSpartan()||c||m.remove(b)},h=n.ephemeral(g),i=a+"/wordimport.js";f.write(c,'"),d.unbind()});l.execute(function(){k.append(g.body(),b),k.append(b,c)})}),t=function(a,b){return o.map(function(c){return c(a,b)})},u=function(){return o.isSome()};return{load:s,cleanDocument:t,ready:u,isSupported:c.constant(!r)}}),g("1z",["3p"],function(a){return function(b){return a.ready()||a.load(b),{isSupported:a.isSupported,cleanDocument:a.cleanDocument}}}),g("l",["1u","1v","1w","1x","g","1y","1z","o","p"],function(a,b,c,d,e,f,g,h,i){return function(j,k,l,m){var n=g(m.baseUrl),o=h.curry(c,k),p=d,q=function(){return{clipboardType:f.generate("clipboard-type"),findClipboardTags:i.none}},r=void 0!==m.intraFlag?m.intraFlag:q(),s=e.flatten([void 0!==m.intraFlag?[b.internal(l,p,j,r)]:[],[b.onlyText()],[b.gwt(n,k,m,o)],[b.image(m)]]),t=b.pastiche(k,m,l,p,j,o,r);return a(s,t)}}),g("m",["1u","1v"],function(a,b){return function(){return a([b.text()],b.none())}}),g("r",["j","k","23","24","25","26","1m"],function(a,b,c,d,e,f,g){var h="powerpaste-styles",i="#"+h,j=function(d){if(!e.any(i)){var g="",j=b.fromHtml(g);a.set(j,"type","text/css"),a.set(j,"id",h);var k=f.first("head").getOrDie("Head element could not be found.");c.append(k,j)}},k=function(){if(e.any(i)){var a=f.first("head").getOrDie("Head element could not be found."),b=f.descendant(a,i).getOrDie("The style element could not be removed");d.remove(b)}};return{injectStyles:j,removeStyles:k}}),h("27",tinymce.Env),g("u",["o"],function(a){var b="x-tinymce/html",c="",d=function(a){return c+a},e=function(a){return a.replace(c,"")},f=function(a){return a.indexOf(c)!==-1},g=function(a){return a.replace(/ contenteditable="([^"]+)"/g,' data-mce-contenteditable="$1"')},h=function(a){return a.replace(/ data-mce-contenteditable="([^"]+)"/g,' contenteditable="$1"')};return{mark:d,unmark:e,isMarked:f,retainContentEditable:g,restoreContentEditable:h,internalHtmlMime:a.constant(b)}}),g("s",["27","u"],function(a,b){var c=function(){},d=function(b){return a.iOS===!1&&void 0!==b&&"function"==typeof b.setData},e=function(a,c,e){if(!d(a))return!1;try{return a.clearData(),a.setData("text/html",c),a.setData("text/plain",e),a.setData(b.internalHtmlMime(),c),!0}catch(f){return!1}},f=function(a,b,c,d){e(a.clipboardData,b.html,b.text)?(a.preventDefault(),d()):c(b.html,d)},g=function(a){return function(b,c){var d=a.dom.create("div",{contenteditable:"false"}),e=a.dom.create("div",{contenteditable:"true"},b);a.dom.setStyles(d,{position:"fixed",left:"-3000px",width:"1000px",overflow:"hidden"}),d.appendChild(e),a.dom.add(a.getBody(),d);var f=a.selection.getRng();e.focus();var g=a.dom.createRng();g.selectNodeContents(e),a.selection.setRng(g),setTimeout(function(){d.parentNode.removeChild(d),a.selection.setRng(f),c()},0)}},h=function(a){var c=b.retainContentEditable(a.selection.getContent({contextual:!0}));return{html:b.mark(c),text:a.selection.getContent({format:"text"})}},i=function(a){return function(b){a.selection.isCollapsed()===!1&&f(b,h(a),g(a),function(){setTimeout(function(){a.execCommand("Delete")},0)})}},j=function(a){return function(b){a.selection.isCollapsed()===!1&&f(b,h(a),g(a),c)}},k=function(a){a.on("cut",i(a)),a.on("copy",j(a))};return{register:k}}),g("x",["g","k","j","1m"],function(a,b,c,d){var e=function(a){var b=d.createElement("div");b.appendChild(a.cloneNode(!0));var c=b.innerHTML;return b=a=null,c},f=function(d){a.each(a.map(d.getElementsByTagName("*"),b.fromDom),function(a){c.has(a,"data-mce-style")&&!c.has(a,"style")&&c.set(a,"style",c.get(a,"data-mce-style"))})};return{nodeToString:e,restoreStyleAttrs:f}}),g("v",["28","29","x","j","k","23","24","26"],function(a,b,c,d,e,f,g,h){return function(i){var j=function(){var j,k="",l="",m=[],n=null,o=b.create({close:a([])}),p=function(a){k=a},q=function(a){var b=c.nodeToString(a.dom());l=[{type:"container",html:b}],n=a},r=function(a){var b=[];a.forEach(function(a,c,d){b.push({text:a.text,ariaLabel:a.text,onclick:a.click})}),m=b},s=function(a){o.trigger.close()},t=function(){j.off("close",s),j.close("close")},u=function(){0===m.length&&(m=[{text:"Close",onclick:function(){j.close()}}]);var a={title:k,spacing:10,padding:10,minWidth:300,minHeight:100,layout:"flex",items:l,buttons:m};j=i.windowManager.open(a);var b=e.fromDom(j.getEl()),c=h.descendant(b,"."+d.get(n,"class")).getOrDie("We must find this element or we cannot continue");f.before(c,n),g.remove(c),j.on("close",s)},v=function(){t()},w=function(){t()},x=function(){};return{events:o.registry,setTitle:p,setContent:q,setButtons:r,show:u,hide:v,destroy:w,reflow:x}};return{createDialog:j}}}),g("2b",["2l","p"],function(a,b){var c=a.immutable("url","html"),d=function(a){return/^https?:\/\/[\w\?\-\/+=.&%@~#]+$/i.test(a)},e=function(a){return d(a)&&/.(gif|jpe?g|png)$/.test(a)},f=function(a){var d=/^([^<]+)<\/a>$/.exec(a);return b.from(d).bind(function(d){var e=c(d[1],a);return d[1]===d[2]?b.some(e):b.none()})};return{isAbsoluteUrl:d,isImageUrl:e,parseUrlFromLinkHtml:f}}),g("w",["g","p","2a","2b"],function(a,b,c,d){var e=function(a){return"extra"in a.undoManager},f=function(a,c,d){return e(a)?(a.undoManager.extra(function(){k(a,c)},d),b.some(!0)):b.none()},g=function(a,b){return f(a,b.html(),function(){a.insertContent('')})},h=function(a,b){return f(a,b.html(),function(){a.execCommand("mceInsertLink",!1,b.url())})},i=function(a,c){return d.parseUrlFromLinkHtml(c).bind(function(c){var e=a.selection.isCollapsed()===!1&&d.isAbsoluteUrl(c.url());return e?h(a,c):b.none()})},j=function(a,c){return d.parseUrlFromLinkHtml(c).bind(function(c){return d.isImageUrl(c.url())?g(a,c):b.none()})},k=function(a,c){return a.insertContent(c,{merge:a.settings.paste_merge_formats!==!1,paste:!0}),b.some(!0)},l=function(a,b,d){var e=function(c){return c(a,b)};return c.findMap(d,e)};return{until:l,linkSelection:i,insertImage:j,insertContent:k}}),g("8",["u"],function(a){var b=function(a,b){return a.hasEventListeners(b)},c=function(a,b,c){return a.fire("PastePreProcess",{internal:c,content:b}).content},d=function(a,b,c){var d=a.dom.add(a.getBody(),"div",{style:"display:none"},b),e=a.fire("PastePostProcess",{internal:c,node:d}).node.innerHTML;return a.dom.remove(d),e},e=function(a,d,e){return b(a,"PastePreProcess")?c(a,d,e):d},f=function(a,c,e){return b(a,"PastePostProcess")?d(a,c,e):c},g=function(b,c,d){var g=a.unmark(c);return f(b,e(b,g,d),d)},h=function(a){return a.plugins.powerpaste},i=function(a){var b=a.settings;b.paste_preprocess&&a.on("PastePreProcess",function(c){b.paste_preprocess.call(a,h(a),c)}),b.paste_postprocess&&a.on("PastePostProcess",function(c){b.paste_postprocess.call(a,h(a),c)})};return{process:g,registerEvents:i}}),g("6",["l","m","g","n","o","p","d","q","r","s","t","u","v","w","8","x","y","z","k","10","11","12","2"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w){return function(x,y,z,A,B){var C,D,E,F,G;G=(A?A.jsUrl:z)+"/js",E=(A?A.swfUrl:z)+"/flash/textboxpaste.swf",F=(A?A.imgUrl:z)+"/img/spinner_96.gif";var H=function(a){return a.settings.smart_paste!==!1},I=function(a){return function(b,c){return b.undoManager.transact(function(){n.insertContent(b,c),p.restoreStyleAttrs(b.getBody()),B.prepareImages(a)}),f.some(!0)}},J=function(a,b,c){var d=H(a)?[n.linkSelection,n.insertImage]:[];n.until(a,b,d.concat([I(c)]))},K=function(){D&&x.selection.moveToBookmark(D), +D=null};x.on("init",function(n){i.injectStyles(F);var w={baseUrl:G,swf:E,officeStyles:x.settings.powerpaste_word_import||h.officeStyles,htmlStyles:x.settings.powerpaste_html_import||h.htmlStyles,translations:g.translate,allowLocalImages:x.settings.powerpaste_allow_local_images!==!1,enableFlashImport:x.settings.powerpaste_enable_flash_import!==!1,intraFlag:{clipboardType:l.internalHtmlMime,findClipboardTags:function(a,b){var d=c.filter(a,function(a){return t.isComment(a)&&u.contains(q.get(a),l.internalHtmlMime())});return d.length?f.some(d):f.none()}},preprocessor:function(a){return d.pure(a)}},z=m(x),A=s.fromDom(x.getBody()),H=function(a){a.events.cancel.bind(function(){K()}),a.events.error.bind(function(a){K(),x.notificationManager?x.notificationManager.open({text:g.translate(a.message()),type:"error"}):k.showDialog(x,g.translate(a.message()))}),a.events.insert.bind(function(a){var b=c.map(a.elements(),function(a){return p.nodeToString(a.dom())}).join(""),d=l.restoreContentEditable(b);B.importImages(a.assets()),x.focus(),v(function(){K(),J(x,o.process(x,d,a.isInternal()),a.assets()),B.uploadImages(a.assets())},1)})},I=a(A,z.createDialog,e.noop,w),L=b();c.each([I,L],H),C=r.bind(A,"paste",function(a){D||(D=x.selection.getBookmark());var b=y.isText()?L:I;b.paste(a.raw()),y.reset(),v(function(){x.windowManager.windows[0]&&x.windowManager.windows[0].getEl()&&x.windowManager.windows[0].getEl().focus()},1)}),j.register(x)}),x.on("remove",function(a){1===w.editors.length&&i.removeStyles(),C.unbind()})}}),g("7",["13","14"],function(a,b){var c=function(a){return tinymce.util.VK.metaKeyPressed(a)&&86==a.keyCode&&a.shiftKey};return function(d){var e=b(d.settings.paste_as_text),f=b(!1);d.on("keydown",function(a){c(a)&&(f.set(!0),tinymce.Env.ie&&tinymce.Env.ie<10&&(a.preventDefault(),d.fire("paste",{})))});var g=a(function(){var a=d.translate("Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.");d.notificationManager.open({text:a,type:"info"})}),h=function(){var a=this,b=!e.get();a.active(b),e.set(b),d.fire("PastePlainTextToggle",{state:b}),b===!0&&0!=d.settings.paste_plaintext_inform&&g(),d.focus()},i=function(){f.set(!1)},j=function(){return f.get()||e.get()};return{toggle:h,reset:i,isText:j}}}),g("15",[],function(){var a=0,b=1,c=-1,d=function(a){return parseInt(a,10)},e=function(a){return function(){return a}},f=function(a,b,c){return{major:e(a),minor:e(b),patch:e(c)}},g=function(a){var b=/([0-9]+)\.([0-9]+)\.([0-9]+)(?:(\-.+)?)/.exec(a);return b?f(d(b[1]),d(b[2]),d(b[3])):f(0,0,0)},h=function(d,e){var f=d-e;return 0===f?a:f>0?b:c},i=function(b,c){var d=h(b.major(),c.major());if(d!==a)return d;var e=h(b.minor(),c.minor());if(e!==a)return e;var f=h(b.patch(),c.patch());return f!==a?f:a};return{nu:f,parse:g,compare:i}}),g("9",["15"],function(a){var b=function(a){var b=[a.majorVersion,a.minorVersion].join(".");return b.split(".").slice(0,3).join(".")},c=function(c){return c?a.parse(b(c)):null},d=function(b,d){return a.compare(c(b),a.parse(d))<0};return{getVersion:c,isLessThan:d}}),g("a",["16"],function(a){var b=function(a,b){return function(){var c=a.console;c&&b in c&&c[b].apply(c,arguments)}};return{log:b(a,"log"),error:b(a,"error"),warn:b(a,"warm")}}),g("1",["3","4","5","6","7","8","9","a","2"],function(a,b,c,d,e,f,g,h,i){return function(j){return g.isLessThan(i,"4.0.28")?(h.error('The "powerpaste" plugin requires at least 4.0.28 version of TinyMCE.'),function(){}):function(g,h){var k=e(g),l=function(){var b=a(g);d(g,k,h,j,b),g.settings.powerpaste_block_drop||c(g,h,j,b)},m=function(){b(g,k,j)},n=function(){var a=this;a.active(k.isText()),g.on("PastePlainTextToggle",function(b){a.active(b.state)})};i.Env.ie&&i.Env.ie<10?m():l();var o=function(a){g.dom.bind(a,"drop dragstart dragend dragover dragenter dragleave dragdrop draggesture",function(a){return i.dom.Event.cancel(a)})};g.settings.powerpaste_block_drop&&g.on("init",function(a){o(g.getBody()),o(g.getDoc())}),f.registerEvents(g),g.addButton("pastetext",{icon:"pastetext",tooltip:"Paste as text",onclick:k.toggle,onPostRender:n}),g.addMenuItem("pastetext",{text:"Paste as text",selectable:!0,onclick:k.toggle,onPostRender:n})}}}),g("0",["1","2"],function(a,b){return function(c){b.PluginManager.requireLangPack("powerpaste","ar,ca,cs,da,de,el,es,fa,fi,fr_FR,he_IL,hr,hu_HU,it,ja,kk,ko_KR,nb_NO,nl,pl,pt_BR,pt_PT,ro,ru,sk,sl_SI,sv_SE,th_TH,tr,uk,zh_CN,zh_TW"),b.PluginManager.add("powerpaste",a(c))}}),d("0")()}(); \ No newline at end of file diff --git a/bin/main/static/lib/oss/tinymce/plugins/powerpaste/readme.txt b/bin/main/static/lib/oss/tinymce/plugins/powerpaste/readme.txt new file mode 100644 index 00000000..f1105c75 --- /dev/null +++ b/bin/main/static/lib/oss/tinymce/plugins/powerpaste/readme.txt @@ -0,0 +1,10 @@ +powerpaste - build: 2.2.8-149 + +Documentation +----------------- +For detailed documentation, please see the following location: +https://www.tinymce.com/docs/plugins/ + +Support +----------------- +For further support, please use the Ephox Support website, located here: https://support.ephox.com/home diff --git a/bin/main/static/lib/oss/tinymce/plugins/powerpaste/version.txt b/bin/main/static/lib/oss/tinymce/plugins/powerpaste/version.txt new file mode 100644 index 00000000..b55f8af7 --- /dev/null +++ b/bin/main/static/lib/oss/tinymce/plugins/powerpaste/version.txt @@ -0,0 +1 @@ +2.2.8-149 \ No newline at end of file diff --git a/bin/main/static/lib/oss/tinymce/plugins/preview/plugin.min.js b/bin/main/static/lib/oss/tinymce/plugins/preview/plugin.min.js new file mode 100644 index 00000000..5c28e95c --- /dev/null +++ b/bin/main/static/lib/oss/tinymce/plugins/preview/plugin.min.js @@ -0,0 +1,9 @@ +/** + * Copyright (c) Tiny Technologies, Inc. All rights reserved. + * Licensed under the LGPL or a commercial license. + * For LGPL see License.txt in the project root for license information. + * For commercial licenses see https://www.tiny.cloud/ + * + * Version: 5.3.2 (2020-06-10) + */ +!function(){"use strict";var e=tinymce.util.Tools.resolve("tinymce.PluginManager"),l=tinymce.util.Tools.resolve("tinymce.util.Tools"),m=tinymce.util.Tools.resolve("tinymce.Env"),i=function(e){var t=function(t){var n="",i=t.dom.encode,e=t.getParam("content_style","");n+='',e&&(n+='");var o=t.getParam("content_css_cors",!1,"boolean")?' crossorigin="anonymous"':"";l.each(t.contentCSS,function(e){n+='"});var r=t.settings.body_id||"tinymce";-1!==r.indexOf("=")&&(r=(r=t.getParam("body_id","","hash"))[t.id]||r);var a=t.settings.body_class||"";-1!==a.indexOf("=")&&(a=(a=t.getParam("body_class","","hash"))[t.id]||"");var c='"),d.unbind()});l.execute(function(){k.append(g.body(),b),k.append(b,c)})}),t=function(a,b){return o.map(function(c){return c(a,b)})},u=function(){return o.isSome()};return{load:s,cleanDocument:t,ready:u,isSupported:c.constant(!r)}}),g("1z",["3p"],function(a){return function(b){return a.ready()||a.load(b),{isSupported:a.isSupported,cleanDocument:a.cleanDocument}}}),g("l",["1u","1v","1w","1x","g","1y","1z","o","p"],function(a,b,c,d,e,f,g,h,i){return function(j,k,l,m){var n=g(m.baseUrl),o=h.curry(c,k),p=d,q=function(){return{clipboardType:f.generate("clipboard-type"),findClipboardTags:i.none}},r=void 0!==m.intraFlag?m.intraFlag:q(),s=e.flatten([void 0!==m.intraFlag?[b.internal(l,p,j,r)]:[],[b.onlyText()],[b.gwt(n,k,m,o)],[b.image(m)]]),t=b.pastiche(k,m,l,p,j,o,r);return a(s,t)}}),g("m",["1u","1v"],function(a,b){return function(){return a([b.text()],b.none())}}),g("r",["j","k","23","24","25","26","1m"],function(a,b,c,d,e,f,g){var h="powerpaste-styles",i="#"+h,j=function(d){if(!e.any(i)){var g="",j=b.fromHtml(g);a.set(j,"type","text/css"),a.set(j,"id",h);var k=f.first("head").getOrDie("Head element could not be found.");c.append(k,j)}},k=function(){if(e.any(i)){var a=f.first("head").getOrDie("Head element could not be found."),b=f.descendant(a,i).getOrDie("The style element could not be removed");d.remove(b)}};return{injectStyles:j,removeStyles:k}}),h("27",tinymce.Env),g("u",["o"],function(a){var b="x-tinymce/html",c="",d=function(a){return c+a},e=function(a){return a.replace(c,"")},f=function(a){return a.indexOf(c)!==-1},g=function(a){return a.replace(/ contenteditable="([^"]+)"/g,' data-mce-contenteditable="$1"')},h=function(a){return a.replace(/ data-mce-contenteditable="([^"]+)"/g,' contenteditable="$1"')};return{mark:d,unmark:e,isMarked:f,retainContentEditable:g,restoreContentEditable:h,internalHtmlMime:a.constant(b)}}),g("s",["27","u"],function(a,b){var c=function(){},d=function(b){return a.iOS===!1&&void 0!==b&&"function"==typeof b.setData},e=function(a,c,e){if(!d(a))return!1;try{return a.clearData(),a.setData("text/html",c),a.setData("text/plain",e),a.setData(b.internalHtmlMime(),c),!0}catch(f){return!1}},f=function(a,b,c,d){e(a.clipboardData,b.html,b.text)?(a.preventDefault(),d()):c(b.html,d)},g=function(a){return function(b,c){var d=a.dom.create("div",{contenteditable:"false"}),e=a.dom.create("div",{contenteditable:"true"},b);a.dom.setStyles(d,{position:"fixed",left:"-3000px",width:"1000px",overflow:"hidden"}),d.appendChild(e),a.dom.add(a.getBody(),d);var f=a.selection.getRng();e.focus();var g=a.dom.createRng();g.selectNodeContents(e),a.selection.setRng(g),setTimeout(function(){d.parentNode.removeChild(d),a.selection.setRng(f),c()},0)}},h=function(a){var c=b.retainContentEditable(a.selection.getContent({contextual:!0}));return{html:b.mark(c),text:a.selection.getContent({format:"text"})}},i=function(a){return function(b){a.selection.isCollapsed()===!1&&f(b,h(a),g(a),function(){setTimeout(function(){a.execCommand("Delete")},0)})}},j=function(a){return function(b){a.selection.isCollapsed()===!1&&f(b,h(a),g(a),c)}},k=function(a){a.on("cut",i(a)),a.on("copy",j(a))};return{register:k}}),g("x",["g","k","j","1m"],function(a,b,c,d){var e=function(a){var b=d.createElement("div");b.appendChild(a.cloneNode(!0));var c=b.innerHTML;return b=a=null,c},f=function(d){a.each(a.map(d.getElementsByTagName("*"),b.fromDom),function(a){c.has(a,"data-mce-style")&&!c.has(a,"style")&&c.set(a,"style",c.get(a,"data-mce-style"))})};return{nodeToString:e,restoreStyleAttrs:f}}),g("v",["28","29","x","j","k","23","24","26"],function(a,b,c,d,e,f,g,h){return function(i){var j=function(){var j,k="",l="",m=[],n=null,o=b.create({close:a([])}),p=function(a){k=a},q=function(a){var b=c.nodeToString(a.dom());l=[{type:"container",html:b}],n=a},r=function(a){var b=[];a.forEach(function(a,c,d){b.push({text:a.text,ariaLabel:a.text,onclick:a.click})}),m=b},s=function(a){o.trigger.close()},t=function(){j.off("close",s),j.close("close")},u=function(){0===m.length&&(m=[{text:"Close",onclick:function(){j.close()}}]);var a={title:k,spacing:10,padding:10,minWidth:300,minHeight:100,layout:"flex",items:l,buttons:m};j=i.windowManager.open(a);var b=e.fromDom(j.getEl()),c=h.descendant(b,"."+d.get(n,"class")).getOrDie("We must find this element or we cannot continue");f.before(c,n),g.remove(c),j.on("close",s)},v=function(){t()},w=function(){t()},x=function(){};return{events:o.registry,setTitle:p,setContent:q,setButtons:r,show:u,hide:v,destroy:w,reflow:x}};return{createDialog:j}}}),g("2b",["2l","p"],function(a,b){var c=a.immutable("url","html"),d=function(a){return/^https?:\/\/[\w\?\-\/+=.&%@~#]+$/i.test(a)},e=function(a){return d(a)&&/.(gif|jpe?g|png)$/.test(a)},f=function(a){var d=/^([^<]+)<\/a>$/.exec(a);return b.from(d).bind(function(d){var e=c(d[1],a);return d[1]===d[2]?b.some(e):b.none()})};return{isAbsoluteUrl:d,isImageUrl:e,parseUrlFromLinkHtml:f}}),g("w",["g","p","2a","2b"],function(a,b,c,d){var e=function(a){return"extra"in a.undoManager},f=function(a,c,d){return e(a)?(a.undoManager.extra(function(){k(a,c)},d),b.some(!0)):b.none()},g=function(a,b){return f(a,b.html(),function(){a.insertContent('')})},h=function(a,b){return f(a,b.html(),function(){a.execCommand("mceInsertLink",!1,b.url())})},i=function(a,c){return d.parseUrlFromLinkHtml(c).bind(function(c){var e=a.selection.isCollapsed()===!1&&d.isAbsoluteUrl(c.url());return e?h(a,c):b.none()})},j=function(a,c){return d.parseUrlFromLinkHtml(c).bind(function(c){return d.isImageUrl(c.url())?g(a,c):b.none()})},k=function(a,c){return a.insertContent(c,{merge:a.settings.paste_merge_formats!==!1,paste:!0}),b.some(!0)},l=function(a,b,d){var e=function(c){return c(a,b)};return c.findMap(d,e)};return{until:l,linkSelection:i,insertImage:j,insertContent:k}}),g("8",["u"],function(a){var b=function(a,b){return a.hasEventListeners(b)},c=function(a,b,c){return a.fire("PastePreProcess",{internal:c,content:b}).content},d=function(a,b,c){var d=a.dom.add(a.getBody(),"div",{style:"display:none"},b),e=a.fire("PastePostProcess",{internal:c,node:d}).node.innerHTML;return a.dom.remove(d),e},e=function(a,d,e){return b(a,"PastePreProcess")?c(a,d,e):d},f=function(a,c,e){return b(a,"PastePostProcess")?d(a,c,e):c},g=function(b,c,d){var g=a.unmark(c);return f(b,e(b,g,d),d)},h=function(a){return a.plugins.powerpaste},i=function(a){var b=a.settings;b.paste_preprocess&&a.on("PastePreProcess",function(c){b.paste_preprocess.call(a,h(a),c)}),b.paste_postprocess&&a.on("PastePostProcess",function(c){b.paste_postprocess.call(a,h(a),c)})};return{process:g,registerEvents:i}}),g("6",["l","m","g","n","o","p","d","q","r","s","t","u","v","w","8","x","y","z","k","10","11","12","2"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w){return function(x,y,z,A,B){var C,D,E,F,G;G=(A?A.jsUrl:z)+"/js",E=(A?A.swfUrl:z)+"/flash/textboxpaste.swf",F=(A?A.imgUrl:z)+"/img/spinner_96.gif";var H=function(a){return a.settings.smart_paste!==!1},I=function(a){return function(b,c){return b.undoManager.transact(function(){n.insertContent(b,c),p.restoreStyleAttrs(b.getBody()),B.prepareImages(a)}),f.some(!0)}},J=function(a,b,c){var d=H(a)?[n.linkSelection,n.insertImage]:[];n.until(a,b,d.concat([I(c)]))},K=function(){D&&x.selection.moveToBookmark(D), +D=null};x.on("init",function(n){i.injectStyles(F);var w={baseUrl:G,swf:E,officeStyles:x.settings.powerpaste_word_import||h.officeStyles,htmlStyles:x.settings.powerpaste_html_import||h.htmlStyles,translations:g.translate,allowLocalImages:x.settings.powerpaste_allow_local_images!==!1,enableFlashImport:x.settings.powerpaste_enable_flash_import!==!1,intraFlag:{clipboardType:l.internalHtmlMime,findClipboardTags:function(a,b){var d=c.filter(a,function(a){return t.isComment(a)&&u.contains(q.get(a),l.internalHtmlMime())});return d.length?f.some(d):f.none()}},preprocessor:function(a){return d.pure(a)}},z=m(x),A=s.fromDom(x.getBody()),H=function(a){a.events.cancel.bind(function(){K()}),a.events.error.bind(function(a){K(),x.notificationManager?x.notificationManager.open({text:g.translate(a.message()),type:"error"}):k.showDialog(x,g.translate(a.message()))}),a.events.insert.bind(function(a){var b=c.map(a.elements(),function(a){return p.nodeToString(a.dom())}).join(""),d=l.restoreContentEditable(b);B.importImages(a.assets()),x.focus(),v(function(){K(),J(x,o.process(x,d,a.isInternal()),a.assets()),B.uploadImages(a.assets())},1)})},I=a(A,z.createDialog,e.noop,w),L=b();c.each([I,L],H),C=r.bind(A,"paste",function(a){D||(D=x.selection.getBookmark());var b=y.isText()?L:I;b.paste(a.raw()),y.reset(),v(function(){x.windowManager.windows[0]&&x.windowManager.windows[0].getEl()&&x.windowManager.windows[0].getEl().focus()},1)}),j.register(x)}),x.on("remove",function(a){1===w.editors.length&&i.removeStyles(),C.unbind()})}}),g("7",["13","14"],function(a,b){var c=function(a){return tinymce.util.VK.metaKeyPressed(a)&&86==a.keyCode&&a.shiftKey};return function(d){var e=b(d.settings.paste_as_text),f=b(!1);d.on("keydown",function(a){c(a)&&(f.set(!0),tinymce.Env.ie&&tinymce.Env.ie<10&&(a.preventDefault(),d.fire("paste",{})))});var g=a(function(){var a=d.translate("Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.");d.notificationManager.open({text:a,type:"info"})}),h=function(){var a=this,b=!e.get();a.active(b),e.set(b),d.fire("PastePlainTextToggle",{state:b}),b===!0&&0!=d.settings.paste_plaintext_inform&&g(),d.focus()},i=function(){f.set(!1)},j=function(){return f.get()||e.get()};return{toggle:h,reset:i,isText:j}}}),g("15",[],function(){var a=0,b=1,c=-1,d=function(a){return parseInt(a,10)},e=function(a){return function(){return a}},f=function(a,b,c){return{major:e(a),minor:e(b),patch:e(c)}},g=function(a){var b=/([0-9]+)\.([0-9]+)\.([0-9]+)(?:(\-.+)?)/.exec(a);return b?f(d(b[1]),d(b[2]),d(b[3])):f(0,0,0)},h=function(d,e){var f=d-e;return 0===f?a:f>0?b:c},i=function(b,c){var d=h(b.major(),c.major());if(d!==a)return d;var e=h(b.minor(),c.minor());if(e!==a)return e;var f=h(b.patch(),c.patch());return f!==a?f:a};return{nu:f,parse:g,compare:i}}),g("9",["15"],function(a){var b=function(a){var b=[a.majorVersion,a.minorVersion].join(".");return b.split(".").slice(0,3).join(".")},c=function(c){return c?a.parse(b(c)):null},d=function(b,d){return a.compare(c(b),a.parse(d))<0};return{getVersion:c,isLessThan:d}}),g("a",["16"],function(a){var b=function(a,b){return function(){var c=a.console;c&&b in c&&c[b].apply(c,arguments)}};return{log:b(a,"log"),error:b(a,"error"),warn:b(a,"warm")}}),g("1",["3","4","5","6","7","8","9","a","2"],function(a,b,c,d,e,f,g,h,i){return function(j){return g.isLessThan(i,"4.0.28")?(h.error('The "powerpaste" plugin requires at least 4.0.28 version of TinyMCE.'),function(){}):function(g,h){var k=e(g),l=function(){var b=a(g);d(g,k,h,j,b),g.settings.powerpaste_block_drop||c(g,h,j,b)},m=function(){b(g,k,j)},n=function(){var a=this;a.active(k.isText()),g.on("PastePlainTextToggle",function(b){a.active(b.state)})};i.Env.ie&&i.Env.ie<10?m():l();var o=function(a){g.dom.bind(a,"drop dragstart dragend dragover dragenter dragleave dragdrop draggesture",function(a){return i.dom.Event.cancel(a)})};g.settings.powerpaste_block_drop&&g.on("init",function(a){o(g.getBody()),o(g.getDoc())}),f.registerEvents(g),g.addButton("pastetext",{icon:"pastetext",tooltip:"Paste as text",onclick:k.toggle,onPostRender:n}),g.addMenuItem("pastetext",{text:"Paste as text",selectable:!0,onclick:k.toggle,onPostRender:n})}}}),g("0",["1","2"],function(a,b){return function(c){b.PluginManager.requireLangPack("powerpaste","ar,ca,cs,da,de,el,es,fa,fi,fr_FR,he_IL,hr,hu_HU,it,ja,kk,ko_KR,nb_NO,nl,pl,pt_BR,pt_PT,ro,ru,sk,sl_SI,sv_SE,th_TH,tr,uk,zh_CN,zh_TW"),b.PluginManager.add("powerpaste",a(c))}}),d("0")()}(); \ No newline at end of file diff --git a/src/main/resources/static/lib/oss/tinymce/plugins/powerpaste/plugin.min.js b/src/main/resources/static/lib/oss/tinymce/plugins/powerpaste/plugin.min.js new file mode 100644 index 00000000..7f8f3a46 --- /dev/null +++ b/src/main/resources/static/lib/oss/tinymce/plugins/powerpaste/plugin.min.js @@ -0,0 +1,14 @@ +/* Ephox PowerPaste plugin + * + * Copyright 2010-2016 Ephox Corporation. All rights reserved. + * + * Version: 2.2.8-149 + */ + +!function(){var a={},b=function(b){for(var c=a[b],e=c.deps,f=c.defn,g=e.length,h=new Array(g),i=0;i-1},f=function(a,b){return r(a,b)>-1},g=function(a,b){for(var c=[],d=0;dMore information on paste for Safari':b()},d=function(){return'Safari does not support direct paste of images. More information on image pasting for Safari'},e={"cement.dialog.paste.title":"Paste Formatting Options","cement.dialog.paste.instructions":"Choose to keep or remove formatting in the pasted content.","cement.dialog.paste.merge":"Keep Formatting","cement.dialog.paste.clean":"Remove Formatting","cement.dialog.flash.title":"Additional step needed to paste images","cement.dialog.flash.trigger-paste":"Your browser requires you to take one more action to paste the images in your content. Please press the below keys to complete the image paste:","cement.dialog.flash.missing":'Adobe Flash is required to import images from Microsoft Office. Install the Adobe Flash Player.',"cement.dialog.flash.press-escape":'Press "Close" to paste your content without images.',"loading.wait":"Please wait...","flash.clipboard.no.rtf":c(),"safari.imagepaste":d(),"webview.imagepaste":d(),"error.code.images.not.found":"The images service was not found: (","error.imageupload":"Image failed to upload: (","error.full.stop":").","errors.local.images.disallowed":"Local image paste has been disabled. Local images have been removed from pasted content.","flash.crashed":"Images have not been imported as Adobe Flash appears to have crashed. This may be caused by pasting large documents.","errors.imageimport.failed":"Some images failed to import.","errors.imageimport.unsupported":"Unsupported image type.","errors.imageimport.invalid":"Image is invalid."},f=function(a){return e[a]},g=function(b){return a.translate(f(b))};return{translate:g}}),g("t",[],function(){return{showDialog:function(a,b){var c=function(){win.close()},d=[{text:"Ok",onclick:c}],e={title:"Error",spacing:10,padding:10,items:[{type:"container",html:b}],buttons:d};win=a.windowManager.open(e)}}}),g("1b",["13","d","t"],function(a,b,c){return function(d,e){var f=function(){return b.translate("error.code.images.not.found")+e+b.translate("error.full.stop")},g=function(){return b.translate("error.imageupload")+e+b.translate("error.full.stop")},h=function(a){var b=a.status(),e=0===b||b>=400||b<500,h=e?f:g;c.showDialog(d,h())},i=function(){return a(h)};return{instance:i}}}),g("3r",["g"],function(a){var b=function(b){var e=c(b),f=function(b){var c=b.split(" "),f=a.map(c,function(a){return d(e,a)});return f.join(" ")};return{resolve:f}},c=function(a){return a.replace(/\./g,"-")},d=function(a,b){return a+"-"+b};return{create:b,cssNamespace:c,cssClass:d}}),g("2m",["3r"],function(a){var b=a.create("ephox-salmon");return{resolve:b.resolve}}),g("2f",["o","2m"],function(a,b){var c=b.resolve("upload-image-in-progress"),d="data-"+b.resolve("image-blob");return{uploadInProgress:a.constant(c),blobId:a.constant(d)}}),g("3s",[],function(){return function(a,b,c){var d=c||!1,e=function(){b(),d=!0},f=function(){a(),d=!1},g=function(){var a=d?f:e;a()},h=function(){return d};return{on:e,off:f,toggle:g,isOn:h}}}),g("1h",["17","18"],function(a,b){var c=function(c){if(null===c)return"null";var d=typeof c;return"object"===d&&a.prototype.isPrototypeOf(c)?"array":"object"===d&&b.prototype.isPrototypeOf(c)?"string":d},d=function(a){return function(b){return c(b)===a}};return{isString:d("string"),isObject:d("object"),isArray:d("array"),isNull:d("null"),isBoolean:d("boolean"),isUndefined:d("undefined"),isFunction:d("function"),isNumber:d("number")}}),g("1i",["19"],function(a){var b=function(){var b=a.keys,c=function(a){var b=[];for(var c in a)a.hasOwnProperty(c)&&b.push(c);return b};return void 0===b?c:b}(),c=function(a,c){for(var d=b(a),e=0,f=d.length;e0?b.set(d,e,g.join(" ")):b.remove(d,e)};return{read:c,add:d,remove:e}}),g("3t",["g","69"],function(a,b){var c=function(a){return void 0!==a.dom().classList},d=function(a){return b.read(a,"class")},e=function(a,c){return b.add(a,"class",c)},f=function(a,c){return b.remove(a,"class",c)},g=function(b,c){a.contains(d(b),c)?f(b,c):e(b,c)};return{get:d,add:e,remove:f,toggle:g,supports:c}}),g("2g",["3s","j","3t"],function(a,b,c){var d=function(a,b){c.supports(a)?a.dom().classList.add(b):c.add(a,b)},e=function(a){var d=c.supports(a)?a.dom().classList:c.get(a);0===d.length&&b.remove(a,"class")},f=function(a,b){if(c.supports(a)){var d=a.dom().classList;d.remove(b)}else c.remove(a,b);e(a)},g=function(a,b){return c.supports(a)?a.dom().classList.toggle(b):c.toggle(a,b)},h=function(b,d){var e=c.supports(b),f=b.dom().classList,g=function(){e?f.remove(d):c.remove(b,d)},h=function(){e?f.add(d):c.add(b,d)};return a(g,h,i(b,d))},i=function(a,b){return c.supports(a)&&a.dom().classList.contains(b)};return{add:d,remove:f,toggle:g,toggler:h,has:i}}),h("1m",document),g("k",["o","1k","1l","1m"],function(a,b,c,d){var e=function(a,b){var e=b||d,f=e.createElement("div");if(f.innerHTML=a,!f.hasChildNodes()||f.childNodes.length>1)throw c.error("HTML does not have a single root node",a),"HTML must have a single root node";return h(f.childNodes[0])},f=function(a,b){var c=b||d,e=c.createElement(a);return h(e)},g=function(a,b){var c=b||d,e=c.createTextNode(a);return h(e)},h=function(c){if(null===c||void 0===c)throw new b("Node cannot be null or undefined");return{dom:a.constant(c)}};return{fromHtml:e,fromTag:f,fromText:g,fromDom:h}}),g("3v",["g","1i","o","17"],function(a,b,c,d){var e=function(e,f){var g=function(){for(var b=new d(arguments.length),f=0;f0&&e.unsuppMessage(m);var n={};return a.each(g,function(a){n[a]=c.constant(j[a])}),a.each(h,function(a){n[a]=c.constant(f.prototype.hasOwnProperty.call(j,a)?d.some(j[a]):d.none())}),n}}}),g("2l",["3u","3v","3w"],function(a,b,c){return{immutable:a,immutable2:b,immutableBag:c}}),g("3x",[],function(){var a=function(a,b){var c=[],d=function(a){return c.push(a),b(a)},e=b(a);do e=e.bind(d);while(e.isSome());return c};return{toArray:a}}),g("4t",["o"],function(a){return function(b,c,d){var e=b.isiOS()&&/ipad/i.test(d)===!0,f=b.isiOS()&&!e,g=b.isAndroid()&&3===b.version.major,h=b.isAndroid()&&4===b.version.major,i=e||g||h&&/mobile/i.test(d)===!0,j=b.isiOS()||b.isAndroid(),k=j&&!i,l=c.isSafari()&&b.isiOS()&&/safari/i.test(d)===!1;return{isiPad:a.constant(e),isiPhone:a.constant(f),isTablet:a.constant(i),isPhone:a.constant(k),isTouch:a.constant(j),isAndroid:b.isAndroid,isiOS:b.isiOS,isWebView:a.constant(l)}}}),g("4u",[],function(){var a=function(a,b,c){return{browser:{current:a,version:b},os:{current:c}}};return{create:a}}),g("6b",[],function(){var a=function(a){return function(){return a}},b=function(b,c,d){for(var e=0;e=e?c:b(c,F(d,e-f))}},H=G(function(a,b){return b+a}),I=G(function(a,b){return a+b});return{supplant:c,startsWith:e,startsWithIgnoringCase:f,endsWith:g,endsWithIgnoringCase:h,first:i,last:j,removeLeading:l,removeTrailing:m,ensureLeading:q,ensureTrailing:r,trim:s,lTrim:t,rTrim:u,contains:v,containsIgnoringCase:w,htmlEncodeDoubleQuotes:x,equals:y,equalsIgnoringCase:z,head:A,repead:F,padLeft:H,padRight:I,toe:B,tail:C,torso:D,capitalize:E}}),g("4w",["11"],function(a){var b=a.contains,c=function(a){return function(c){return b(c,a)}},d=function(){try{var a=new ActiveXObject("ChromeTab.ChromeFrame");return!!a}catch(b){return!1}},e=/.*?version\/\ ?([0-9]+)\.([0-9]+).*/,f=function(a){var d=[{name:"Spartan",versionRegexes:[/.*?edge\/ ?([0-9]+)\.([0-9]+)$/],search:function(a){var c=b(a,"edge/")&&b(a,"chrome")&&b(a,"safari")&&b(a,"applewebkit");return c}},{name:"ChromeFrame",versionRegexes:[/.*?chromeframe\/([0-9]+)\.([0-9]+).*/,e],search:function(c){return!!b(c,"chromeframe")&&a()}},{name:"Chrome",versionRegexes:[/.*?chrome\/([0-9]+)\.([0-9]+).*/,e],search:function(a){return b(a,"chrome")&&!b(a,"chromeframe")}},{name:"IE",versionRegexes:[/.*?msie\ ?([0-9]+)\.([0-9]+).*/,/.*?rv:([0-9]+)\.([0-9]+).*/],search:function(c){var d=b(c,"msie")||b(c,"trident"),e=b(c,"chromeframe");return e?d&&!a():d}},{name:"Opera",versionRegexes:[e,/.*?opera\/([0-9]+)\.([0-9]+).*/],search:c("opera")},{name:"Firefox",versionRegexes:[/.*?firefox\/\ ?([0-9]+)\.([0-9]+).*/],search:c("firefox")},{name:"Safari",versionRegexes:[e,/.*?cpu os ([0-9]+)_([0-9]+).*/],search:function(a){return(b(a,"safari")||b(a,"mobile/"))&&b(a,"applewebkit")}},{name:"Envjs",versionRegexes:[/.*?envjs\/\ ?([0-9]+)\.([0-9]+).*/],search:c("envjs")}],f=[{name:"Windows",search:c("win"),versionRegexes:[/.*?windows\ nt\ ?([0-9]+)\.([0-9]+).*/]},{name:"iOS",search:function(a){return b(a,"iphone")||b(a,"ipad")},versionRegexes:[/.*?version\/\ ?([0-9]+)\.([0-9]+).*/,/.*cpu os ([0-9]+)_([0-9]+).*/,/.*cpu iphone os ([0-9]+)_([0-9]+).*/]},{name:"Android",search:c("android"),versionRegexes:[/.*?android\ ?([0-9]+)\.([0-9]+).*/]},{name:"OSX",search:c("os x"),versionRegexes:[/.*?os\ x\ ?([0-9]+)_([0-9]+).*/]},{name:"Linux",search:c("linux")},{name:"Solaris",search:c("sunos")},{name:"FreeBSD",search:c("freebsd")}];return{browsers:d,oses:f}};return{create:f,chromeFrameChecker:d}}),g("4x",[],function(){var a=function(a,b){var c=typeof a;if("boolean"===c)return!!a;if("object"===c){var d=a.minimum;return b.major>d.major||b.major===d.major&&b.minor>=d.minor}throw"invalid spec"};return{meetsSpec:a}}),g("6c",[],function(){var a=function(a,b,c){for(var d=0;d-1?d.some(f):d.none()})},n=function(b,d){for(var e=a.isFunction(d)?d:c.constant(!1),f=b.dom(),g=[];null!==f.parentNode&&void 0!==f.parentNode;){var i=f.parentNode,j=h.fromDom(i);if(g.push(j),e(j)===!0)break;f=i}return g},o=function(a){var c=function(c){return b.filter(c,function(b){return!g.eq(a,b)})};return l(a).map(u).map(c).getOr([])},p=function(a){var b=a.dom();return d.from(b.offsetParent).map(h.fromDom)},q=function(a){var b=a.dom();return d.from(b.previousSibling).map(h.fromDom)},r=function(a){var b=a.dom();return d.from(b.nextSibling).map(h.fromDom)},s=function(a){return b.reverse(f.toArray(a,q))},t=function(a){return f.toArray(a,r)},u=function(a){var c=a.dom();return b.map(c.childNodes,h.fromDom)},v=function(a,b){var c=a.dom().childNodes;return d.from(c[b]).map(h.fromDom)},w=function(a){return v(a,0)},x=function(a){return v(a,a.dom().childNodes.length-1)},y=function(a,b){return a.dom().childNodes.length},z=e.immutable("element","offset"),A=function(a,b){var c=u(a);return c.length>0&&b0},q=function(c){return a.contains(b,c)};return{findById:i,findAll:j,register:k,report:n,inProgress:p,isActive:q,events:g.registry}}}),g("1r",["1h","17"],function(a,b){var c=function(a,b){return b},d=function(b,c){var d=a.isObject(b)&&a.isObject(c);return d?f(b,c):c},e=function(a){return function(){for(var c=new b(arguments.length),d=0;d=c.length&&b(d)}};0===c.length?b([]):a.each(c,function(a,b){a.get(f(b))})})},e=function(b,c){return d(a.map(b,c))},f=function(a,c,d){return b(function(b){var e=!1,f=!1,g=void 0,h=void 0,i=function(){if(e&&f){var a=d(g,h);b(a)}};a.get(function(a){g=a,e=!0,i()}),c.get(function(a){h=a,f=!0,i()})})},g=function(a,b){return function(c){return b(c).bind(a)}};return{nu:b,pure:c,par:d,mapM:e,lift2:f,compose:g}}}),g("n",["20","21","22"],function(a,b,c){var d=function(c){var e=function(b){c(a.bounce(b))};return b(d,e)};return c(d)}),g("32",["40"],function(a){return function(){var b=a.getOrDie("FileReader");return new b}}),g("79",["n","32"],function(a,b){return function(c){return a.nu(function(a){var d=b();d.onload=function(b){var c=b.target;a(c.result)},d.readAsText(c)})}}),g("7a",["40"],function(a){return function(){var b=a.getOrDie("XMLHttpRequest");return new b}}),g("6f",["1h","1i","1r","79","n","7a","p","2n","11","1l"],function(a,b,c,d,e,f,g,h,i,j){var k={"*":"*/*",text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},l=function(l,m,n,o){var p={url:l,contentType:"application/json",processData:!1,type:"GET"},q=c.merge(p,o),r=f();r.open(q.type.toUpperCase(),q.url,!0),"blob"===q.responseType&&(r.responseType=q.responseType),a.isString(q.contentType)&&r.setRequestHeader("Content-Type",q.contentType);var s=q.dataType,t=a.isString(s)&&"*"!==s?k[s]+", "+k["*"]+"; q=0.01":k["*"];r.setRequestHeader("Accept",t),void 0!==q.xhrFields&&q.xhrFields.withCredentials===!0&&(r.withCredentials=!0),a.isObject(q.headers)&&b.each(q.headers,function(b,c){a.isString(c)||a.isString(b)?r.setRequestHeader(c,b):j.error("Request header data was not a string: ",c," -> ",b)});var u=function(a,b,c){m(a)},v=function(){return"blob"===q.responseType?g.from(r.response).map(d).getOr(e.pure("no response content")):e.pure(r.responseText)},w=function(){v().get(function(a){0===r.status?n("Unknown HTTP error (possible cross-domain request)",r.status,a):n('Could not load url "'+l+'": '+r.statusText,r.status,a)})},x=function(){try{return h.value(JSON.parse(r.response))}catch(a){return h.error({status:r.status,statusText:"Response was not JSON",responseText:r.responseText})}},y=function(){var a="json"===s?x(r):h.value(r.response);a.fold(w,function(a){u(a,r.statusText,r)})},z=function(){0===r.status?i.startsWith(q.url,"file:")?y():w():r.status<100||r.status>=400?w():y()};r.onerror=w,r.onload=z,void 0===q.data?r.send():r.send(q.data)};return{ajax:l}}),g("44",["40"],function(a){var b=function(){return a.getOrDie("JSON")},c=function(a){return b().parse(a)},d=function(a,c,d){return b().stringify(a,c,d)};return{parse:c,stringify:d}}),g("43",["1r","6f","44"],function(a,b,c){var d=function(c,d,e,f){b.ajax(c,d,e,a.merge({dataType:"text",type:"GET"},f))},e=function(d,e,f,g,h){b.ajax(d,f,g,a.merge({dataType:"text",data:c.stringify(e),type:"POST"},h))};return{get:d,post:e}}),g("6g",[],function(){var a=function(a){var b="";return""!==a.protocol&&(b+=a.protocol,b+=":"),""!==a.authority&&(b+="//",b+=a.authority),b+=a.path,""!==a.query&&(b+="?",b+=a.query),""!==a.anchor&&(b+="#",b+=a.anchor),b};return{recompose:a}}),g("7b",["1r"],function(a){var b={strictMode:!1,key:["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"],q:{name:"queryKey",parser:/(?:^|&)([^&=]*)=?([^&]*)/g},parser:{strict:/^(?:([^:\/?#]+):)?(?:\/\/((?:(([^:@\/]*)(?::([^:@\/]*))?)?@)?([^:\/?#]*)(?::(\d*))?))?((((?:[^?#\/]*\/)*)([^?#]*))(?:\?([^#]*))?(?:#(.*))?)/,loose:/^(?:(?![^:@\/]+:[^:@\/]*@)([^:\/?#.]+):)?(?:\/\/)?((?:(([^:@\/]*)(?::([^:@\/]*))?)?@)?([^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/}},c=function(a,b){for(var c=b,d=c.parser[c.strictMode?"strict":"loose"].exec(a),e={},f=14;f--;)e[c.key[f]]=d[f]||"";return e[c.q.name]={},e[c.key[12]].replace(c.q.parser,function(a,b,d){b&&(e[c.q.name][b]=d)}),e},d=function(d,e){var f=a.merge(b,e);return c(d,f)};return{parse:d}}),g("7c",["11"],function(a){var b=function(b){return a.removeTrailing(b,d(b))},c=function(a){return a.match(/(^\/?.*?)(\/|$)/)[1]},d=function(a){return a.substring(a.lastIndexOf("/"))},e=function(d){for(var e=d,f="";""!==e;)if(a.startsWith(e,"../"))e=a.removeLeading(e,"../");else if(a.startsWith(e,"./"))e=a.removeLeading(e,"./");else if(a.startsWith(e,"/./"))e="/"+a.removeLeading(e,"/./");else if("/."===e)e="/";else if(a.startsWith(e,"/../"))e="/"+a.removeLeading(e,"/../"),f=b(f);else if("/.."===e)e="/",f=b(f);else if("."===e||".."===e)e="";else{var g=c(e);e=a.removeLeading(e,g),f+=g}return f};return{remove:e}}),g("7d",["11"],function(a){var b=function(b,c,d){if(""!==d&&""===b)return"/"+c;var e=b.substring(b.lastIndexOf("/")+1);return a.removeTrailing(b,e)+c};return{merge:b}}),g("6h",["11","7b","7c","7d"],function(a,b,c,d){var e=function(e,f){var g={strictMode:!0},h=b.parse(e,g),i=b.parse(f,g),j={};return""!==i.protocol?(j.protocol=i.protocol,j.authority=i.authority,j.path=c.remove(i.path),j.query=i.query):(""!==i.authority?(j.authority=i.authority,j.path=c.remove(i.path),j.query=i.query):(""===i.path?(j.path=h.path,""!==i.query?j.query=i.query:j.query=h.query):(a.startsWith(i.path,"/")?j.path=c.remove(i.path):(j.path=d.merge(h.path,i.path,e.authority),j.path=c.remove(j.path)),j.query=i.query),j.authority=h.authority),j.protocol=h.protocol),j.anchor=i.anchor,j};return{transform:e}}),g("45",["6g","6h"],function(a,b){var c=function(c,d){var e=b.transform(c,d);return a.recompose(e)};return{resolve:c}}),g("2s",["1h","1r","43","44","2n","2r","11","45"],function(a,b,c,d,e,f,g,h){return function(i){var j=function(){var a=i.url,b=a.lastIndexOf("/"),c=b>0?a.substr(0,b):a,d=void 0===i.basePath?c:i.basePath;return g.endsWith(d,"/")?d:d+"/"},k=j(),l=function(a,b){var c=a.split(/\s+/),d=1===c.length&&""!==c[0]?c[0]:b;return h.resolve(k,d)},m=function(g,h,j){var k=g.blob(),m=function(a,b,c){j(e.error(f.failureObject(a,b,c)))},n=f.getFilename(k,h),o=i.credentials!==!0?{}:{xhrFields:{withCredentials:!0}},p=b.merge(o,f.buildExtra("image",k,n)),q=function(b){var c;try{var f=d.parse(b);if(!a.isString(f.location))return void m("JSON response did not contain a string location",500,b);c=f.location}catch(g){c=b}var h=l(c,n);j(e.value({location:h}))};c.post(i.url,{},q,m,p)};return{upload:m}}}),h("12",setTimeout),g("2t",["1h","2n","2r","2l","1l","12"],function(a,b,c,d,e,f){var g=d.immutable("id","filename","blob","base64");return function(d){var h=function(h,i,j){var k=function(a){j(b.error(a))},l=function(c){a.isString(c)?j(b.value({location:c})):(e.error("Image upload result was not a string"),k(""))},m=c.getFilename(h.blob(),i),n=g(i,m,h.blob(),h.data().result);f(function(){d(n,l,k)},0)};return{upload:h}}}),g("1g",["2r","2s","2t"],function(a,b,c){var d=function(a){return b(a)},e=function(a){return c(a)},f=function(b,c,d){return a.failureObject(b,c,d)},g=function(b,c){return a.getFilename(b,c)},h=function(b,c,d){return a.buildExtra(b,c,d)};return{direct:d,custom:e,failureObject:f,getFilename:g,buildExtra:h}}),g("b",["g","o","p","c","1b","1c","1d","1e","1f","1g","j","k"],function(a,b,c,d,e,f,g,h,i,j,k,l){var m=function(d,m){var n=g(),o=h(),p=(e(),e(d,m.url)),q=j.direct(m),r=function(){return l.fromDom(d.getBody())},s=function(b,c,e){a.each(c,function(a){k.set(a,"data-mce-src",b.location)}),f.resrcHistory(d,e,b)};o.events.complete.bind(function(a){f.unwrapHistory(d)});var t=function(a,b,c){i.handleUpload(q,o,n,r(),a,b,function(a){a.fold(function(a){c(a)},s)})},u=function(a,b){i.prepareForUpload(o,a.blobInfo().id(),a.image()).each(function(c){t(c,a.blobInfo(),b)})},v=function(b){var c=p.instance(),d=i.registerAssets(n,r(),b);a.each(d,function(a){a.fold(function(a){console.error(a)},function(a){u(a,c)})})},w=function(){var b=p.instance(),d=i.findBlobs(o,n,r());a.each(d,function(a){a.fold(function(a){o.report(a,c.none(),!1)},function(a){u(a,b)})})},x=function(a){w(),v(a)},y=function(a,b,c,d){return c};return{importImages:b.noop,uploadImages:x,prepareImages:b.noop,getLocalURL:y}},n=function(a){var c=d(a);return{importImages:c.importImages,uploadImages:b.noop,prepareImages:c.prepareImages,getLocalURL:c.getLocalURL}};return function(a,b){return b?m(a,b):n(a)}}),g("3",["b","c"],function(a,b){return function(c){var d=!c.uploadImages&&c.settings.images_upload_url?{url:c.settings.images_upload_url,basePath:c.settings.images_upload_base_path,credentials:c.settings.images_upload_credentials}:null;return c.uploadImages?b(c):a(c,d)}}),g("1n",[],function(){var a=function(a,b){return function(){return a.apply(b,arguments)}},b=function(a){return a.ownerDocument.defaultView?a.ownerDocument.defaultView.getComputedStyle(a,null):a.currentStyle||{}},c=function(a){"undefined"!=typeof console&&console.log&&console.log(a)},d=function(a){var b=Array.prototype.slice.call(a).reverse();return function(a){for(var c=a,d=0;d/i),p=null===o?n:o[0];return c(p)}if(!l.get("_mcePaste")){if(f=l.add(m,"div",{id:"_mcePaste","class":"mcePaste"},'\ufeff
'),i=m!=b.getDoc().body?l.getPos(b.selection.getStart(),m).y:m.scrollTop,l.setStyles(f,{position:"absolute",left:-1e4,top:i,width:1,height:1,overflow:"hidden"}),tinymce.isIE)return h=l.doc.body.createTextRange(),h.moveToElementText(f),h.execCommand("Paste"),l.remove(f),"\ufeff"===f.innerHTML?(b.execCommand("mcePasteWord"),void e.preventDefault()):(c(j?f.innerText:f.innerHTML),tinymce.dom.Event.cancel(e));var q=function(a){a.preventDefault()};l.bind(b.getDoc(),"mousedown",q),l.bind(b.getDoc(),"keydown",q),tinymce.isGecko&&(h=b.selection.getRng(!0),h.startContainer==h.endContainer&&3==h.startContainer.nodeType&&(nodes=l.select("p,h1,h2,h3,h4,h5,h6,pre",f),1==nodes.length&&l.remove(nodes.reverse(),!0))),g=b.selection.getRng(),f=f.firstChild,h=b.getDoc().createRange(),h.setStart(f,0),h.setEnd(f,1),k.setRng(h),window.setTimeout(function(){var d="",e=l.select("div.mcePaste");a.each(e,function(b){var c=b.firstChild;c&&"DIV"==c.nodeName&&c.style.marginTop&&c.style.backgroundColor&&l.remove(c,1),a.each(l.select("div.mcePaste",b),function(a){l.remove(a,1)}),a.each(l.select("span.Apple-style-span",b),function(a){l.remove(a,1)}),a.each(l.select("br[_mce_bogus]",b),function(a){l.remove(a)}),d+=b.innerHTML}),a.each(e,function(a){l.remove(a)}),g&&k.setRng(g),c(d),l.unbind(b.getDoc(),"mousedown",q),l.unbind(b.getDoc(),"keydown",q)},0)}}),c=function(a,c,d){return function(e){b(a,c,d,e)}},d=function(a,c,d){return function(e){(tinymce.isOpera||navigator.userAgent.indexOf("Firefox/2")>0)&&((tinymce.isMac?e.metaKey:e.ctrlKey)&&86==e.keyCode||e.shiftKey&&45==e.keyCode)&&b(a,c,d,e)}};return{getOnPasteFunction:c,getOnKeyDownFunction:d}}),g("1o",[],function(){var a=function(a,b){var c,d=b.getDoc(),e="ephoxInsertMarker",f=b.selection,g=b.dom;f.setContent(' '),c=g.get(e);for(var h=d.createDocumentFragment();a.firstChild&&!g.isBlock(a.firstChild);)h.appendChild(a.firstChild);for(var i=d.createDocumentFragment();a.lastChild&&!g.isBlock(a.lastChild);)i.appendChild(a.lastChild);if(c.parentNode.insertBefore(h,c),g.insertAfter(i,c),a.firstChild){if(g.isBlock(a.firstChild)){for(;!g.isBlock(c.parentNode)&&c.parentNode!==g.getRoot();)c=g.split(c.parentNode,c);g.is(c.parentNode,"td,th")||c.parentNode===g.getRoot()||(c=g.split(c.parentNode,c))}g.replace(a,c)}else g.remove(c)};return{insert:a}}),g("q",[],function(){return{officeStyles:"prompt",htmlStyles:"clean"}}),g("1p",["1n"],function(a){var b={strip_class_attributes:"all",retain_style_properties:"none"},c={strip_class_attributes:"none",retain_style_properties:"valid"},d=function(a,d){if(a&&"string"!=typeof a)return a;switch(a){case"clean":return b;case"merge":return c;default:return d}},e=function(b,c,e){var f=d(b,c);return f=a.extend(f,{base_64_images:e})},f=function(a,d,f){var g=e(a,b,f),h=e(d,c,f),i=h,j=function(a){i=a?g:h},k=function(a){return i[a]};return{setWordContent:j,get:k}};return{create:f}}),g("6i",["1n"],function(a){var b=function(a){return a.specified!==!1||"name"===a.nodeName&&""!==a.value},c=function(a,b){return a&&b?function(c,d){return b(c,a(c,d))}:a||b},d=function(d){var e,f,g=0,h=function(){return e},i=function(){return f()};f=function(){return e={},g=0,a.each(d.attributes,function(a){var c=a.nodeName,d=a.value;b(a)&&null!==d&&void 0!==d&&(e[c]=d,g++)}),void 0===e.style&&d.style.cssText&&(e.style=d.style.cssText,g++),f=h,e};var j,k,l=function(){return f(),g},m=function(a){j||(k=f),j=c(j,a),f=function(){return f=k,o(function(a,b){var c=j(a,b);null===c?(d.removeAttribute(a),delete e[a],g--):c!==b&&("class"===a?d.className=c:d.setAttribute(a,c),e[a]=c)}),f=h,e}},n=function(a){return f()[a]},o=function(b){a.each(f(),function(a,c){b(c,a)})};return{get:n,each:o,filter:m,getAttributes:i,getAttributeCount:l}};return{manager:d}}),g("46",["6i","1n"],function(a,b,c){var d="startElement",e="endElement",f="text",g="comment",h=a.manager,i=function(a){return a.replace(/-(.)/g,function(a,b){return b.toUpperCase()})},j=function(a){return a.replace(/([A-Z])/g,function(a,b){return"-"+b.toLowerCase()})},k=!1,l=function(a,c,d){var e,f,g;a.style.length;g=c||a.getAttribute("style"),void 0!==g&&null!==g&&g.split||(g=a.style.cssText),b.each(g.split(";"),function(a){var c=a.indexOf(":");c>0&&(e=b.trim(a.substring(0,c)),e.toUpperCase()===e&&(e=e.toLowerCase()),e=j(e),f=b.trim(a.substring(c+1)),k||(k=0===e.indexOf("mso-")),d(e,f))}),k||(f=a.style["mso-list"],f&&d("mso-list",f))},m=function(a,c,j){var k,m,n,o,p;switch(a.nodeType){case 1:c?k=e:(k=d,o=h(a),p={},l(a,j,function(a,b){p[a]=b})),m="HTML"!==a.scopeName&&a.scopeName&&a.tagName&&a.tagName.indexOf(":")<=0?(a.scopeName+":"+a.tagName).toUpperCase():a.tagName;break;case 3:k=f,n=a.nodeValue;break;case 8:k=g,n=a.nodeValue;break;default:b.log("WARNING: Unsupported node type encountered: "+a.nodeType)}var q=function(){return o&&o.getAttributes(),a},r=function(){return m},s=function(){return k},t=function(){return n},u=function(){return"Type: "+k+", Tag: "+m+" Text: "+n},v=function(a){return o.get(a.toLowerCase())},w=function(a){k===d&&o.filter(a)},x=function(c){if(s()===d){var e="";b.each(p,function(b,d){var f=c(d,b);null===f?(a.style.removeProperty?a.style.removeProperty(i(d)):a.style.removeAttribute(i(d)),delete p[d]):(e+=d+": "+f+"; ",p[d]=f)}),e=e?e:null,w(function(a,b){return"style"===a?e:b}),a.style.cssText=e}},y=function(){return o.getAttributeCount()},z=function(a){o.each(a)},A=function(a){return p[a]},B=function(a){b.each(p,function(b,c){a(c,b)})},C=function(){return b.ephoxGetComputedStyle(a)},D=function(){return k===f&&/^[\s\u00A0]*$/.test(n)};return{getNode:q,tag:r,type:s,text:t,toString:u,getAttribute:v,filterAttributes:w,filterStyles:x,getAttributeCount:y,attributes:z,getStyle:A,styles:B,getComputedStyle:C,isWhitespace:D}},n=function(a,c,d,e){var f=e.createElement(a),g="";return b.each(c,function(a,b){f.setAttribute(b,a)}),b.each(d,function(a,b){g+=b+":"+a+";",f.style[i(b)]=a}),m(f,!1,""!==g?g:null)},o=function(a,b){return m(b.createElement(a),!0)},p=function(a,b){return m(b.createComment(a),!1)},q=function(a,b){return m(b.createTextNode(a))},r=o("HTML",window.document);return{START_ELEMENT_TYPE:d,END_ELEMENT_TYPE:e,TEXT_TYPE:f,COMMENT_TYPE:g,FINISHED:r,token:m,createStartElement:n,createEndElement:o,createComment:p,createText:q}}),g("2u",["46"],function(a){var b=function(b){var c=b.createDocumentFragment(),d=c,e=function(a){g(a),c=a},f=function(){c=c.parentNode},g=function(a){c.appendChild(a)},h=function(c){var d=function(a){var b=a.getNode().cloneNode(!1);e(b)},h=function(a,c){var d=b.createTextNode(a.text());g(d)};switch(c.type()){case a.START_ELEMENT_TYPE:d(c);break;case a.TEXT_TYPE:h(c);break;case a.END_ELEMENT_TYPE:f();break;case a.COMMENT_TYPE:break;default:throw{message:"Unsupported token type: "+c.type()}}};return{dom:d,receive:h}};return{create:b}}),g("2v",["46"],function(a){var b=function(b,c){var d;c=c||window.document,d=c.createElement("div"),c.body.appendChild(d),d.style.position="absolute",d.style.left="-10000px",d.innerHTML=b,nextNode=d.firstChild||a.FINISHED;var e=[];endNode=!1;var f=function(b,c){return b===a.FINISHED?b:b?a.token(b,c):void 0},g=function(){var b=nextNode,g=endNode;return!endNode&&nextNode.firstChild?(e.push(nextNode),nextNode=nextNode.firstChild):endNode||1!==nextNode.nodeType?nextNode.nextSibling?(nextNode=nextNode.nextSibling,endNode=!1):(nextNode=e.pop(),endNode=!0):endNode=!0,b===a.FINISHED||nextNode||(c.body.removeChild(d),nextNode=a.FINISHED),f(b,g)},h=function(){return void 0!==nextNode};return{hasNext:h,next:g}};return{tokenize:b}}),g("47",["46","1n"],function(a,b){var c=function(c,d){var e=function(e,f,g){var h,i,j,k=!1,l=function(){d&&d(w),k=!1,i=[],j=[]},m=function(a){b.each(a,function(a){e.receive(a)})},n=function(a){k?j.push(a):e.receive(a)},o=function(b){d&&i.push(b),c(w,b),b===a.FINISHED&&r()},p=function(){k=!0},q=function(){m(i),l()},r=function(){u(),m(j),l()},s=function(a){h=h||[],h.push(a)},t=function(){return h&&h.length>0},u=function(){b.each(h,function(a){n(a)}),v()},v=function(){h=[]},w={document:g||window.document,settings:f||{},emit:n,receive:o,startTransaction:p,rollback:q,commit:r,defer:s,hasDeferred:t,emitDeferred:u,dropDeferred:v};return l(),w};return e},d=function(a){return c(function(c,d){d.filterAttributes(b.bind(a,c)),c.emit(d)})};return{createFilter:c,createAttributeFilter:d}}),g("2w",["47","46"],function(a,b){var c=/^(P|H[1-6]|T[DH]|LI|DIV|BLOCKQUOTE|PRE|ADDRESS|FIELDSET|DD|DT|CENTER)$/,d=function(a){return c.test(a.tag())},e=function(){return null},f=!1;return a.createFilter(function(a,c){var g=function(){f||(a.emit(b.createStartElement("P",{},{},a.document)),f=!0)};switch(c.type()){case b.TEXT_TYPE:g(),a.emit(c);break;case b.END_ELEMENT_TYPE:f&&(d(c)||c===b.FINISHED)?(a.emit(b.createEndElement("P",a.document)),f=!1):"BR"===c.tag()&&a.emit(c);break;case b.START_ELEMENT_TYPE:"BR"===c.tag()?(c.filterAttributes(e),c.filterStyles(e),a.emit(c)):"IMG"===c.tag()&&c.getAttribute("alt")&&(g(),a.emit(b.createText(c.getAttribute("alt"),a.document)))}c===b.FINISHED&&a.emit(c)})}),g("48",["46"],function(a){var b=function(){if(navigator.userAgent.indexOf("Gecko")>0&&navigator.userAgent.indexOf("WebKit")<0)return!1;var b=document.createElement("div");try{b.innerHTML='

 

'}catch(c){return!1}return"Ignore"===a.token(b.firstChild).getStyle("mso-list")},c=b(),d=function(a){return"A"===a.tag()||"SPAN"===a.tag()},e=function(a){var b=a.getStyle("mso-list");return b&&"skip"!==b},f=function(b,c){return b.type()===a.START_ELEMENT_TYPE?0===b.getAttributeCount()||c&&1===b.getAttributeCount()&&null!==b.getAttribute("style")&&void 0!==b.getAttribute("style"):b.type()===a.END_ELEMENT_TYPE};return{hasNoAttributes:f,supportsCustomStyles:c,spanOrA:d,hasMsoListStyle:e}}),g("4c",["46","1n"],function(a,b){var c=[{regex:/^\(?[dc][\.\)]$/,type:{tag:"OL",type:"lower-alpha"}},{regex:/^\(?[DC][\.\)]$/,type:{tag:"OL",type:"upper-alpha"}},{regex:/^\(?M*(CM|CD|D?C{0,3})(XC|XL|L?X{0,3})(IX|IV|V?I{0,3})[\.\)]$/,type:{tag:"OL",type:"upper-roman"}},{regex:/^\(?m*(cm|cd|d?c{0,3})(xc|xl|l?x{0,3})(ix|iv|v?i{0,3})[\.\)]$/,type:{tag:"OL",type:"lower-roman"}},{regex:/^\(?[0-9]+[\.\)]$/,type:{tag:"OL"}},{regex:/^([0-9]+\.)*[0-9]+\.?$/,type:{tag:"OL",variant:"outline"}},{regex:/^\(?[a-z]+[\.\)]$/,type:{tag:"OL",type:"lower-alpha"}},{regex:/^\(?[A-Z]+[\.\)]$/,type:{tag:"OL",type:"upper-alpha"}}],d={"\u2022":{tag:"UL",type:"disc"},"\xb7":{tag:"UL",type:"disc"},"\xa7":{tag:"UL",type:"square"}},e={o:{tag:"UL",type:"circle"},"-":{tag:"UL",type:"disc"},"\u25cf":{tag:"UL",type:"disc"}},f=function(a,b){var c={tag:a.tag,type:a.type,variant:b};return a.start&&(c.start=a.start),a.type||delete c.type,c},g=function(a,g,i){var j,k,l,m=null;return a&&(j=a.text,k=a.symbolFont),j=b.trim(j),m=e[j],m?m=f(m,j):k?(m=d[j],m=m?f(m,j):{tag:"UL",variant:j}):(b.each(c,function(a){if(a.regex.test(j)){if(g&&h(a.type,g,!0))return m=a.type,m.start=parseInt(j),!1;m||(m=a.type),m.start=parseInt(j)}}),m&&!m.variant&&(l="("===j.charAt(0)?"()":")"===j.charAt(j.length-1)?")":".",m=f(m,l))),m&&"OL"===m.tag&&i&&("P"!==i.tag()||/^MsoHeading/.test(i.getAttribute("class")))&&(m=null),m},h=function(a,b,c){return a===b||a&&b&&a.tag===b.tag&&a.type===b.type&&(c||a.variant===b.variant)},i=function(b,c){return b.type()==a.START_ELEMENT_TYPE&&(font=b.getStyle("font-family"),font?c="Wingdings"===font||"Symbol"===font:/^(P|H[1-6]|DIV)$/.test(b.tag())&&(c=!1)),c};return{guessListType:g,eqListType:h,checkFont:i}}),g("49",["46","4c","1n"],function(a,b,c){var d=function(d,e){var f,g,h,i=!1,j=function(a){var b=a.style.fontFamily;b&&(i="Wingdings"===b||"Symbol"===b)};if(d.type()===a.START_ELEMENT_TYPE&&e.openedTag&&"SPAN"===d.tag()){for(f=e.openedTag.getNode(),j(f),f.childNodes.length>1&&"A"===f.firstChild.tagName&&""===f.firstChild.textContent&&(f=f.childNodes[1]);f.firstChild&&("SPAN"===f.firstChild.tagName||"A"===f.firstChild.tagName);)f=f.firstChild,j(f);if(f=f.firstChild,!f||3!==f.nodeType)return f&&"IMG"===f.tagName;if(g=f.value,c.trim(g)||(f=f.parentNode.nextSibling,g=f?f.value:""),!f||c.trim(f.parentNode.textContent)!=g)return!1;if(h=b.guessListType({text:g,symbolFont:i},null,e.originalToken))return f.nextSibling&&"SPAN"===f.nextSibling.tagName&&/^[\u00A0\s]/.test(f.nextSibling.firstChild.value)&&("P"===e.openedTag.tag()||"UL"===h.tag)}return!1},e=function(a,b){var c,d=0;for(c=a.parentNode;null!==c&&void 0!==c&&c!==b.parentNode;)d+=c.offsetLeft,c=c.offsetParent;return d},f=function(a){var b={};return function(c,d){var e,f=c+","+d;return b.hasOwnProperty(f)?b[f]:(e=a.call(null,c,d),b[f]=e,e)}},g=function(a){var b=a.indexOf(".");if(b>=0&&c.trim(a.substring(b+1))===className)return match=results[2],!1},h=f(function(a,b){var d,e,f,h,i=/([^{]+){([^}]+)}/g;for(i.lastIndex=0;null!==(d=i.exec(a))&&!e;)c.each(d[1].split(","),g(selector));return!!e&&(f=document.createElement("p"),f.setAttribute("style",e),h=c.ephoxGetComputedStyle(f),!!h&&""+h.marginLeft)}),i=function(){var a,b,c=function(c,d,f,g){var i,j,k=1;return g&&/^([0-9]+\.)+[0-9]+\.?$/.test(g.text)?g.text.replace(/([0-9]+|\.$)/g,"").length+1:(i=b||parseInt(h(f,d.getAttribute("class"))),j=e(c.getNode(),d.getNode()),i?a?j+=a:0===j&&(a=i,j+=i):i=48,b=i=Math.min(j,i),k=Math.max(1,Math.floor(j/i))||1)};return{guessIndentLevel:c}},j=function(){var b=!1,c="",d=function(d){return b&&d.type()===a.TEXT_TYPE?(c+=d.text(),!0):d.type()===a.START_ELEMENT_TYPE&&"STYLE"===d.tag()?(b=!0,!0):d.type()===a.END_ELEMENT_TYPE&&"STYLE"===d.tag()&&(b=!1,!0)};return{check:d}};return{isListWithoutCommentsOrStyles:d,indentGuesser:i,styles:j}}),g("4a",["46","4c"],function(a,b){var c=["disc","circle","square"],d=function(a,b){return"UL"===a.tag&&c[b-1]===a.type&&(a={tag:"UL"}),a};return function(c,e){var f,g=[],h=[],i=0,j=function(b,d){var h={},j={};i++,d&&b.type&&(h={"list-style-type":b.type}),b.start&&b.start>1&&(j={start:b.start}),g.push(b),c.emit(a.createStartElement(b.tag,j,h,e)),f=b},k=function(){c.emit(a.createEndElement(g.pop().tag,e)),i--,f=g[g.length-1]},l=function(){for(;i>0;)m(),k();c.commit()},m=function(){var b=h?h.pop():"P";"P"!=b&&c.emit(a.createEndElement(b,e)),c.emit(a.createEndElement("LI",e))},n=function(d,g,i){var l={};if(d){var m=d.getStyle("margin-left");void 0!==m&&(l["margin-left"]=m)}else l["list-style-type"]="none";f&&!b.eqListType(f,g)&&(k(),i&&(c.emit(a.createStartElement("P",{},{},e)),c.emit(a.createText("\xa0",e)),c.emit(a.createEndElement("P",e))),j(g,!0)),c.emit(a.createStartElement("LI",{},l,e)),d&&"P"!=d.tag()?(h.push(d.tag()),d.filterStyles(function(){return null}),c.emit(d)):h.push("P")},o=function(b,f,g,l){if(g){for(i||(i=0);i>b;)m(),k();if(g=d(g,b),i==b)m(),n(f,g,l);else for(b>1&&h.length>0&&"P"!==h[h.length-1]&&(c.emit(a.createEndElement(h[h.length-1],e)), +h[h.length-1]="P");i0;)c.emit(h.spanCount.shift());a&&c.emit(i)}else e.log("Unknown list type: "+h.bulletInfo.text+" Symbol font? "+h.bulletInfo.symbolFont),c.rollback()};i.type()===b.TEXT_TYPE||i.type()===b.START_ELEMENT_TYPE?j(!0):i.type()===b.COMMENT_TYPE?j("[endif]"!==i.text()):i.type()===b.END_ELEMENT_TYPE?a.spanOrA(i)&&h.spanCount.pop():f(c,i)},q=function(a,c,d){d.type()===b.END_ELEMENT_TYPE&&d.tag()===c.originalToken.tag()?(c.nextFilter=h,c.skippedPara=!1):a.emit(d)},r=j;return{initial:r}}),g("2x",["47","48","46","49","4a","4b","4c","1n"],function(a,b,c,d,e,f,g,h){var i={},j=function(a){i.nextFilter=f.initial,i.itemLevel=0,i.originalToken=null,i.commentMode=!1,i.openedTag=null,i.symbolFont=!1,i.listType=null,i.indentGuesser=d.indentGuesser(),i.emitter=e(a,a.document),i.styles=d.styles(),i.spanCount=[],i.skippedPara=!1,i.styleLevelAdjust=0,i.bulletInfo=void 0};j({});var k=function(a){j(a)},l=function(a,b){i.styles.check(b)||(i.symbolFont=g.checkFont(b,i.symbolFont),i.nextFilter(a,i,b))};return a.createFilter(l,k)}),g("2y",["1n"],function(a){var b=function(a){var b=a,c=65279===b.charCodeAt(b.length-1);return c?b.substring(0,b.length-1):a},c=function(a){return/<(h[1-6r]|p|div|address|pre|form|table|tbody|thead|tfoot|th|tr|td|li|ol|ul|caption|blockquote|center|dl|dt|dd|dir|fieldset)/.test(a)?a.replace(/(?:
 [\s\r\n]+|
)*(<\/?(h[1-6r]|p|div|address|pre|form|table|tbody|thead|tfoot|th|tr|td|li|ol|ul|caption|blockquote|center|dl|dt|dd|dir|fieldset)[^>]*>)(?:
 [\s\r\n]+|
)*/g,"$1"):a},d=function(a){return a.replace(/

/g,"

")},e=function(a){return a.replace(/
/g," ")},f=function(a){return a.replace(/

/g,"
")},g=[b],h=tinymce.isIE&&document.documentMode>=9?[f,e,d,c].concat(g):g,i=a.compose(h);return{all:i,textOnly:b}}),g("4d",["47"],function(a){var b=/^(mso-.*|tab-stops|tab-interval|language|text-underline|text-effect|text-line-through|font-color|horiz-align|list-image-[0-9]+|separator-image|table-border-color-(dark|light)|vert-align|vnd\..*)$/,c=function(a){return function(c,d){var e=!1;switch(a){case"all":case"*":e=!0;break;case"valid":e=!b.test(c);break;case void 0:case"none":e="list-style-type"===c;break;default:e=(","+a+",").indexOf(","+c+",")>=0}return e?d:null}};return a.createFilter(function(a,b){var d=a.settings.get("retain_style_properties");b.filterStyles(c(d)),a.emit(b)})}),g("4e",["47","46"],function(a,b){return a.createFilter(function(a,c){a.seenList?a.emit(c):a.inferring?("LI"===c.tag()&&(c.type()===b.START_ELEMENT_TYPE?a.inferring++:(a.inferring--,a.inferring||(a.needsClosing=!0))),a.emit(c)):("OL"===c.tag()||"UL"===c.tag()?a.seenList=!0:"LI"===c.tag()&&(a.inferring=1,a.needsClosing||a.emit(b.createStartElement("UL",{},{},a.document))),!a.needsClosing||a.inferring||c.isWhitespace()||(a.needsClosing=!1,a.emit(b.createEndElement("UL",a.document))),a.emit(c))})}),g("4f",["47"],function(a){return a.createAttributeFilter(function(a,b){return"name"===a||"id"===a?null:b})}),g("4g",["47"],function(a){return a.createAttributeFilter(function(a,b){var c;if("class"===a)switch(c=this.settings.get("strip_class_attributes")){case"mso":return 0===b.indexOf("Mso")?null:b;case"none":return b;default:return null}return b})}),g("4h",["47","48","46"],function(a,b,c){var d=[],e=[],f=!1,g=function(a,b){var e,f,g=1;for(e=b+1;e=0&&b.hasNoAttributes(a,!0))};0===d.length?e.type()===c.START_ELEMENT_TYPE?h(e)?a.emit(e):i(a,e):a.emit(e):(f||(f=h(e)),i(a,e))})}),g("4i",["47"],function(a){return a.createAttributeFilter(function(a,b){return"style"===a&&""===b?null:b})}),g("4j",["47"],function(a){return a.createAttributeFilter(function(a,b){return"lang"===a?null:b})}),g("4k",["47","46"],function(a,b){return a.createFilter(function(a,c){if("IMG"===c.tag()){if(c.type()===b.END_ELEMENT_TYPE&&a.skipEnd)return void(a.skipEnd=!1);if(c.type()===b.START_ELEMENT_TYPE){if(/^file:/.test(c.getAttribute("src")))return void(a.skipEnd=!0);if(a.settings.get("base_64_images")&&/^data:image\/.*;base64/.test(c.getAttribute("src")))return void(a.skipEnd=!0)}}a.emit(c)})}),g("4l",["47"],function(a){return a.createFilter(function(a,b){"META"!==b.tag()&&"LINK"!==b.tag()&&a.emit(b)})}),g("4m",["47","48","46"],function(a,b,c){var d=function(a){return!b.hasNoAttributes(a)&&!/^OLE_LINK/.test(a.getAttribute("name"))},e=[];return a.createFilter(function(a,b){var f;b.type()===c.START_ELEMENT_TYPE&&"A"===b.tag()?(e.push(b),d(b)&&a.defer(b)):b.type()===c.END_ELEMENT_TYPE&&"A"===b.tag()?(f=e.pop(),d(f)&&a.defer(b),0===e.length&&a.emitDeferred()):a.hasDeferred()?a.defer(b):a.emit(b)})}),g("4n",["47","46"],function(a,b){var c=!1;return a.createFilter(function(a,d){"SCRIPT"===d.tag()?c=d.type()===b.START_ELEMENT_TYPE:c||(d.filterAttributes(function(a,b){return/^on/.test(a)||"language"===a?null:b}),a.emit(d))})}),g("2z",["4d","4e","4f","4g","4h","4i","4j","4k","4l","4m","4n"],function(a,b,c,d,e,f,g,h,i,j,k){return[k,c,h,a,g,f,d,j,e,i,b]}),g("4o",["47"],function(a){return a.createFilter(function(a,b){b.filterAttributes(function(a,c){return"align"===a?null:"UL"!==b.tag()&&"OL"!==b.tag()||"type"!==a?c:null}),a.emit(b)})}),g("4p",["47"],function(a){return a.createAttributeFilter(function(a,b){return/^xmlns(:|$)/.test(a)?null:b})}),g("4q",["47"],function(a){return a.createFilter(function(a,b){b.tag&&/^([OVWXP]|U[0-9]+|ST[0-9]+):/.test(b.tag())||a.emit(b)})}),g("4r",["47"],function(a){return a.createAttributeFilter(function(a,b){return"href"===a&&(b.indexOf("#_Toc")>=0||b.indexOf("#_mso")>=0)?null:b})}),g("4s",["47"],function(a){return a.createAttributeFilter(function(a,b){return/^v:/.test(a)?null:b})}),g("30",["4o","4p","4q","4r","4s","2x"],function(a,b,c,d,e,f){return[c,f,d,e,b,a]}),g("1q",["2u","2v","2w","2x","2y","2z","30"],function(a,b,c,d,e,f,g){var h=function(a,b,c,d){var e,f=b;for(e=a.length-1;e>=0;e--)f=a[e](f,c,d);return f},i=function(c,d,e,f){var g=a.create(e),i=b.tokenize(c,e);for(pipeline=h(f,g,d,e);i.hasNext();)pipeline.receive(i.next());return g.dom},j=function(a,b,c){var d=e.all(a),h=l(d);b.setWordContent(h);var j=f;return h&&(j=g.concat(f)),i(d,b,c,j)},k=function(a,b,d){var f=e.textOnly(a);return i(f,b,d,[c])},l=function(a){return a.indexOf("")>=0||a.indexOf("p.MsoNormal, li.MsoNormal, div.MsoNormal")>=0||a.indexOf("MsoListParagraphCxSpFirst")>=0||a.indexOf("")>=0};return{filter:j,filterPlainText:k,isWordContent:l}}),g("f",["1o","q","1p","1q","12"],function(a,b,c,d,e){return function(f,g){var h=function(h){var i=f.settings.powerpaste_word_import||b.officeStyles,j=f.settings.powerpaste_html_import||b.htmlStyles,k=d.isWordContent(h)?i:j,l=function(b){var e={content:h};f.fire("PastePreProcess",{content:e,internal:!1});var g=c.create(b,b,!0),i=d.filter(e.content,g,f.getDoc());f.fire("PastePostProcess",{node:i,internal:!1}),f.undoManager.transact(function(){a.insert(i,f)})},m=function(a){return"clean"===a||"merge"===a},n=function(){var a,b=g("cement.dialog.paste.clean"),c=g("cement.dialog.paste.merge"),d=function(){a.close(),l("clean")},h=function(){a.close(),l("merge")},i=[{text:b,ariaLabel:b,onclick:d},{text:c,ariaLabel:c,onclick:h}],j={title:g("cement.dialog.paste.title"),spacing:10,padding:10,items:[{type:"container",html:g("cement.dialog.paste.instructions")}],buttons:i};a=f.windowManager.open(j),e(function(){a&&a.getEl().focus()},1)};m(k)?l(k):n()};return{showDialog:h}}}),g("4",["d","e","f"],function(a,b,c){return function(d,e,f){var g,h,i=this,j=c(d,a.translate),k=function(a){return function(b){a(b)}};g=b.getOnPasteFunction(d,j.showDialog,e),d.on("paste",k(g)),h=b.getOnKeyDownFunction(d,j.showDialog,e),d.on("keydown",k(h)),d.addCommand("mceInsertClipboardContent",function(a,b){j.showDialog(b.content||b)}),d.settings.paste_preprocess&&d.on("PastePreProcess",function(a){d.settings.paste_preprocess.call(i,i,a)})}}),g("1y",[],function(){var a=0,b=function(b){var c=new Date,d=c.getTime(),e=Math.floor(1e9*Math.random());return a++,b+"_"+e+a+String(d)};return{generate:b}}),g("1t",["g","1y","31","h","n","32","2k","j"],function(a,b,c,d,e,f,g,h){var i=c.detect(),j=function(a){var b=g.createObjectURL(a);return k(a,b)},k=function(a,c){return e.nu(function(e){var g=f();g.onload=function(f){var g=b.generate("image"),h=f.target,i=d.blob(g,a,c,h);e(i)},g.readAsDataURL(a)})},l=function(a){return 0===a.length?e.pure([]):e.mapM(a,j)},m=function(a){return a.raw().target.files||a.raw().dataTransfer.files},n=function(b){return 1===b.length&&a.contains(b,"Files")},o=function(b){return!a.contains(b,"text/_moz_htmlcontext")},p=function(b){return a.contains(b,"Files")},q=function(a){return!0},r=function(){return i.browser.isChrome()||i.browser.isSafari()||i.browser.isOpera()?p:i.browser.isFirefox()?o:i.browser.isIE()?n:q},s=r(),t=function(c){var f=a.map(c,function(a){var c=b.generate("image");return d.url(c,h.get(a,"src"),a)});return e.pure(f)};return{multiple:l,toFiles:m,isFiles:s,fromImages:t,single:j,singleWithUrl:k}}),g("i",["1t"],function(a){var b=function(b){return a.multiple(b)},c=function(b){return a.single(b)},d=function(b,c){return a.singleWithUrl(b,c)};return{multiple:b,single:c,singleWithUrl:d}}),g("5",["g","h","i","j","k","d","f","2"],function(a,b,c,d,e,f,g,h){return function(i,j,k,l){var m,n=/^image\/(jpe?g|png|gif|bmp)$/i;i.on("dragstart dragend",function(a){m="dragstart"===a.type}),i.on("dragover dragend dragleave",function(a){m||a.preventDefault()});var o=function(a){var b={};if(a){if(a.getData){var c=a.getData("Text");c&&c.length>0&&(b["text/plain"]=c)}if(a.types)for(var d=0;d0},q=function(a){return!r(a)&&(p(a,"text/html")||p(a,"text/plain"))},r=function(a){var b=a["text/plain"];return!!b&&0===b.indexOf("file://")},s=function(b){var c=b.target.files||b.dataTransfer.files;return a.filter(c,function(a){return n.test(a.type)})},t=function(c){return a.map(c,function(a){var c=e.fromTag("img"),f=b.cata(a,l.getLocalURL,function(a,b,c){return b});return d.set(c,"src",f),c.dom().outerHTML}).join("")},u=function(a){c.multiple(a).get(function(a){var b=t(a);i.insertContent(b,{merge:i.settings.paste_merge_formats!==!1}),l.uploadImages(a)})};i.on("drop",function(a){if(!m){if(h.dom.RangeUtils&&h.dom.RangeUtils.getCaretRangeFromPoint){var b=h.dom.RangeUtils.getCaretRangeFromPoint(a.clientX,a.clientY,i.getDoc());b&&i.selection.setRng(b)}var c=s(a);if(c.length>0)return u(c),void a.preventDefault();var d=o(a.dataTransfer);if(q(d)){var e=g(i,f.translate);e.showDialog(d["text/html"]||d["text/plain"]),a.preventDefault()}}})}}),g("51",["g","2l","1l"],function(a,b,c){var d=["officeStyles","htmlStyles","isWord","proxyBin","isInternal","backgroundAssets"],e=function(b,c){var e={};return a.each(d,function(a){var d=c[a]().or(b[a]());d.each(function(b){e[a]=b})}),f(e)},f=b.immutableBag([],d);return{nu:f,merge:e}}),g("34",["p","1s"],function(a,b){var c=b.generate([{error:["message"]},{paste:["elements","assets","correlated"]},{cancel:[]},{incomplete:["elements","assets","correlated","message"]}]),d=function(a,b,c,d,e){return a.fold(b,c,d,e)},e=function(b,e){return d(b,a.none,a.none,a.none,function(b,f,g,h){return d(e,a.none,function(b,d,e){return a.some(c.incomplete(b,d,e,h))},a.none,a.none)}).getOr(e)};return{error:c.error,paste:c.paste,cancel:c.cancel,incomplete:c.incomplete,cata:d,carry:e}}),g("50",["51","34","21","2l"],function(a,b,c,d){var e=d.immutableBag(["response","bundle"],[]),f=function(a){return l(function(b){var c=e(a);b(c)})},g=function(a,b){a(e(b))},h=function(a){return f({response:a.response(),bundle:a.bundle()})},i=function(c){return f({response:b.error(c),bundle:a.nu({})})},j=function(){return f({response:b.cancel(),bundle:a.nu({})})},k=function(){return f({response:b.paste([],[],[]),bundle:a.nu({})})},l=function(a){var b=function(b){a(b)};return c(l,b)};return{call:g,sync:l,pure:f,pass:h,done:e,error:i,initial:k,cancel:j}}),g("2a",["p"],function(a){var b=function(a){for(var b=[],c=function(a){b.push(a)},d=0;d0){var j=c.mapM(h,function(a){var c=d.createObjectURL(a);return i.apply(g,[a,"specified",c]),b.singleWithUrl(a,c)});return e.some(j)}return e.none()};return{convert:g}}),g("38",["54","n","o","p"],function(a,b,c,d){var e=function(){var c=d.none(),e=function(b){c=a.convert(b)},f=function(a){return c.fold(function(){return b.nu(function(a){a([])})},function(a){return a}).get(a)},g=function(){c=d.none()};return{convert:e,listen:f,clear:g}},f=function(){return{convert:d.none,listen:function(a){a([])},clear:c.noop}};return{background:e,ignore:f}}),h("55",RegExp),g("39",["p","2a","55"],function(a,b,c){var d=function(a){return void 0!==a&&void 0!==a.types&&null!==a.types},e=function(a,c){return b.findMap(a,function(a){return f(c,a)})},f=function(d,e){var f=new c(e,"i");return b.findMap(d,function(b){return null!==b.match(f)?a.some({type:b,flavor:e}):a.none()})};return{isValidData:d,getPreferredFlavor:e,getFlavor:f}}),g("57",["1r","1s"],function(a,b){var c=b.generate([{none:[]},{error:["message "]},{blob:["blob"]}]),d=function(a,b,c,d){return a.fold(b,c,d)};return a.merge(c,{cata:d})}),g("7e",["40"],function(a){return function(b,c){var d=a.getOrDie("Blob");return new d(b,c)}}),g("7f",["40"],function(a){return function(b){var c=a.getOrDie("Uint8Array");return new c(b)}}),g("7g",["40"],function(a){var b=function(b){var c=a.getOrDie("requestAnimationFrame");c(b)},c=function(b){var c=a.getOrDie("atob");return c(b)};return{atob:c,requestAnimationFrame:b}}),g("6j",["57","7e","7f","7g","p","2n","11","17","3f"],function(a,b,c,d,e,f,g,h,i){var j=function(a,e){for(var f=1024,g=d.atob(a),j=g.length,k=i.ceil(j/f),l=new h(k),m=0;m"data:image/".length},l=function(b){if(!k(b))return a.none();var c=b.indexOf(";"),d=b.substr("data:".length,c-"data:".length),e=b.substr(c+";base64,".length);try{var f=a.blob(j(e,d));return f}catch(g){return a.error(g)}};return{convert:l}}),g("56",["6j"],function(a){var b=function(b){return a.convert(b)};return{toBlob:b}}),g("58",["34","g","h","o","2l","j","k","10","2j","1l"],function(a,b,c,d,e,f,g,h,i,j){var k=e.immutable("asset","image"),l=function(a,e){var g=[];return b.each(a,function(a,b){c.cata(a,function(c,d,h,i){var j=e[b];f.set(j,"src",h),g.push(k(a,j))},d.noop)}),g},m=function(a,e){var g=[],j=b.bind(a,function(a){return"img"===h.name(a)?[a]:i.descendants(a,"img")});return b.each(e,function(a){c.cata(a,function(c,d,e,h){b.each(j,function(b){f.get(b,"src")===e&&g.push(k(a,b))})},d.noop)}),g},n=function(d){var e=[],h=[],i=[];return b.each(d,function(a){return c.cata(a,function(b,c,d,j){var l=g.fromTag("img");f.set(l,"src",d),e.push(l),h.push(a),i.push(k(a,l))},function(a,b,c){j.error("Internal error: Paste operation produced an image URL instead of a Data URI: ",b)})}),a.paste(e,h,i)};return{createImages:n,findImages:m,updateSources:l}}),g("24",["g","2i","3q"],function(a,b,c){var d=function(b){b.dom().textContent="",a.each(c.children(b),function(a){e(a)})},e=function(a){var b=a.dom();null!==b.parentNode&&b.parentNode.removeChild(b)},f=function(a){var d=c.children(a);d.length>0&&b.before(a,d),e(a)};return{empty:d,remove:e,unwrap:f}}),g("3a",["56","57","50","58","34","g","i","p","2l","j","k","10","24","2i","2j"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var p=i.immutable("blob","image"),q=function(c,d){var e=a.toBlob(d);return b.cata(e,h.none,h.none,function(a){return h.some(p(a,c))})},r=function(a){var b=k.fromTag("div");return n.append(b,a),o.descendants(b,"img[src]")},s=function(a){return 0===a.indexOf("data:")&&a.indexOf("base64")>-1},t=function(a){return 0===a.indexOf("blob:")},u=function(a){return s(a)||t(a)},v=function(a){var b=j.get(a,"src");return u(b)},w=function(a){return f.bind(r(a),function(a){var b=j.get(a,"src");return u(b)?q(a,b).toArray():[]})},x=function(a){var b=f.filter(a,function(a){return"img"!==l.name(a)||!v(a)});return e.incomplete(b,[],[],"errors.local.images.disallowed")};return function(a){return function(b,h){return c.sync(function(b){var i=function(){c.call(b,{response:h.response(),bundle:h.bundle()})},j=function(a){var i=w(a),j=f.map(i,function(a){return a.blob()});g.multiple(j).get(function(g){var j=f.map(i,function(a){return a.image()}),k=d.updateSources(g,j);c.call(b,{response:e.paste(a,g,k),bundle:h.bundle()})})},k=function(a){var d=f.filter(r(a),v);f.each(d,m.remove),c.call(b,{response:d.length>0?x(a):h.response(),bundle:h.bundle()})},l=function(b,c,d,e){a.allowLocalImages===!1?k(b):0===c.length?j(b):i()};e.cata(h.response(),i,l,i,l)})}}}),g("59",["50","51","34","n","1l"],function(a,b,c,d,e){var f=function(d){var f=function(f,g){return d.proxyBin().fold(function(){return e.error(f),a.pure({response:c.cancel(),bundle:b.nu({})})},g)};return{handle:f}},g=function(a){return d.nu(function(b){a.backgroundAssets().fold(function(){b([])},function(a){a.listen(b)})})},h=function(a){var b=k(a);return b&&i(a)||!b&&j(a)},i=function(a){return a.officeStyles().getOr(!0)},j=function(a){return a.htmlStyles().getOr(!1)},k=function(a){return a.isWord().getOr(!1)},l=function(a){return a.isInternal().getOr(!1)};return{proxyBin:f,backgroundAssets:g,merging:h,mergeOffice:i,mergeNormal:j,isWord:k,isInternal:l}}),g("5m",["3r"],function(a){var b=a.create("ephox-cement");return{resolve:b.resolve}}),g("5a",["5m","1r","o","p","2g","k","2h","23","2i"],function(a,b,c,d,e,f,g,h,i){return function(j,k){var l=k.translations,m=function(a,c,e){e(d.some(b.merge(c,{officeStyles:a,htmlStyles:a})))},n=function(b,c){var k=function(){t(),m(!1,b,c)},n=function(){t(),m(!0,b,c)},o=f.fromTag("div");e.add(o,a.resolve("styles-dialog-content"));var p=f.fromTag("p"),q=g.fromHtml(l("cement.dialog.paste.instructions"));i.append(p,q),h.append(o,p);var r={text:l("cement.dialog.paste.clean"),tabindex:0,className:a.resolve("clean-styles"),click:k},s={text:l("cement.dialog.paste.merge"),tabindex:1,className:a.resolve("merge-styles"),click:n},t=function(){v.destroy()},u=function(){c(d.none()),t()},v=j(!0);v.setTitle(l("cement.dialog.paste.title")),v.setContent(o),v.setButtons([r,s]),v.show(),v.events.close.bind(u)},o=function(a,b){var c=a?"officeStyles":"htmlStyles",d=k[c];"clean"===d?m(!1,k,b):"merge"===d?m(!0,k,b):n(k,b)};return{get:o,destroy:c.noop}}}),g("3b",["50","51","59","5a","34"],function(a,b,c,d,e){var f=function(f,g){var h=d(f,g);return function(d,f){var g=f.bundle(),i=f.response();return a.sync(function(d){h.get(c.isWord(g),function(c){var g=c.fold(function(){return{response:e.cancel(),bundle:f.bundle()}},function(a){return{response:i,bundle:b.nu({officeStyles:a.officeStyles,htmlStyles:a.htmlStyles})}});a.call(d,g)})})}},g=function(d,e){return function(g,h){return c.isInternal(h.bundle())?a.pure({response:h.response(),bundle:b.nu({officeStyles:!0,htmlStyles:!0})}):f(d,e)(g,h)}},h=function(c,d){return function(e,f){return a.pure({response:f.response(),bundle:b.nu({officeStyles:c,htmlStyles:d})})}};return{fixed:h,fromConfig:f,fromConfigIfExternal:g}}),g("7w",["31","o","k","1m"],function(a,b,c,d){var e=function(a){for(var b=[];null!==a.nextNode();)b.push(c.fromDom(a.currentNode));return b},f=function(a){try{return e(a)}catch(b){return[]}},g=a.detect().browser,h=g.isIE()||g.isSpartan()?f:e,i=b.constant(b.constant(!0)),j=function(a,b){var c=b.fold(i,function(a){return function(b){return a(b.nodeValue)}});c.acceptNode=c;var e=d.createTreeWalker(a.dom(),NodeFilter.SHOW_COMMENT,c,!1);return h(e)};return{find:j}}),g("7h",["p","7w","11","1m"],function(a,b,c,d){var e=function(d){return b.find(d,a.some(function(a){return c.startsWith(a,"[if gte vml 1]")}))};return{find:e}}),g("6w",[],function(){var a=function(a){return void 0!==a.style};return{isSupported:a}}),h("16",window),g("5n",["1h","g","1i","p","j","5s","k","10","6w","11","1k","1l","16"],function(a,b,c,d,e,f,g,h,i,j,k,l,m){var n=function(b,c,d){if(!a.isString(d))throw l.error("Invalid call to CSS.set. Property ",c,":: Value ",d,":: Element ",b),new k("CSS value must be a string: "+d);i.isSupported(b)&&b.style.setProperty(c,d)},o=function(a,b){i.isSupported(a)&&a.style.removeProperty(b)},p=function(a,b,c){var d=a.dom();n(d,b,c)},q=function(a,b){var d=a.dom();c.each(b,function(a,b){n(d,b,a)})},r=function(a,b){var d=a.dom();c.each(b,function(a,b){a.fold(function(){o(d,b)},function(a){n(d,b,a)})})},s=function(a,b){var c=a.dom(),d=m.getComputedStyle(c),e=d.getPropertyValue(b),g=""!==e||f.inBody(a)?e:t(c,b);return null===g?void 0:g},t=function(a,b){return i.isSupported(a)?a.style.getPropertyValue(b):""},u=function(a,b){var c=a.dom(),e=t(c,b);return d.from(e).filter(function(a){return a.length>0})},v=function(a,b,c){var d=g.fromTag(a);p(d,b,c);var e=u(d,b);return e.isSome()},w=function(a,b){var c=a.dom();o(c,b),e.has(a,"style")&&""===j.trim(e.get(a,"style"))&&e.remove(a,"style")},x=function(a,b){var c=e.get(a,"style"),d=b(a),f=void 0===c?e.remove:e.set;return f(a,"style",c),d},y=function(a,b){var c=a.dom(),d=b.dom();i.isSupported(c)&&i.isSupported(d)&&(d.style.cssText=c.style.cssText)},z=function(a){return a.dom().offsetWidth},A=function(a,b,c){u(a,c).each(function(a){u(b,c).isNone()&&p(b,c,a)})},B=function(a,c,d){h.isElement(a)&&h.isElement(c)&&b.each(d,function(b){A(a,c,b)})};return{copy:y,set:p,preserve:x,setAll:q,setOptions:r,remove:w,get:s,getRaw:u,isValidValue:v,reflow:z,transfer:B}}),g("6x",["1h","g","o","p","5s","3y","k","2q"],function(a,b,c,d,e,f,g,h){var i=function(a){return n(e.body(),a)},j=function(b,e,f){for(var h=b.dom(),i=a.isFunction(f)?f:c.constant(!1);h.parentNode;){h=h.parentNode;var j=g.fromDom(h);if(e(j))return d.some(j);if(i(j))break}return d.none()},k=function(a,b,c){var d=function(a){return b(a)};return h(d,j,a,b,c)},l=function(a,b){var c=a.dom();return c.parentNode?m(g.fromDom(c.parentNode),function(c){return!f.eq(a,c)&&b(c)}):d.none()},m=function(a,e){var f=b.find(a.dom().childNodes,c.compose(e,g.fromDom));return d.from(f).map(g.fromDom)},n=function(a,b){var c=function(a){for(var e=0;e");return d.dom().innerHTML=c.substr(h+"]>".length),g.descendant(d,function(a){return f.name(a)===b})},l=function(b){return f.isComment(b)?k(b,"v:shape"):a.none()},m=function(a){return l(a).map(function(a){var f=b.get(a,"o:spid"),g=void 0===f?b.get(a,"id"):f,h=e.fromTag("img");return c.add(h,"rtf-data-image"),b.set(h,"data-image-id",g.substr("_x0000_".length)),b.set(h,"data-image-type","code"),d.setAll(h,{width:d.get(a,"width"),height:d.get(a,"height")}),h})},n=function(d){if("img"===f.name(d)){var e=b.get(d,"src");if(void 0!==e&&null!==e&&j.startsWith(e,"file://")){var g=h.shallow(d),i=e.split(/[\/\\]/),k=i[i.length-1];return b.set(g,"data-image-id",k),b.remove(g,"src"),b.set(g,"data-image-type","local"),c.add(g,"rtf-data-image"),a.some(g)}return a.none()}return a.none()},o=function(a){return p(a).length>0},p=function(a){return i.descendants(a,".rtf-data-image")};return{local:n,vshape:m,find:p,exists:o,scour:l}}),g("6k",["7h","g","5k","p","2a","2l","j","2h","2j","1l"],function(a,b,c,d,e,f,g,h,i,j){var k=f.immutable("img","vshape"),l=function(a){var b=n(a);return b._rawElement=a.dom(),b},m=function(a){var b=n(a);return b._rawElement=a.dom(),b},n=function(a){return g.clone(a)},o=function(d){var f=h.fromHtml(d),g=b.bind(f,function(a){return i.descendants(a,"img")}),j=b.bind(f,a.find),k=e.cat(b.map(j,c.scour)),l=b.map(g,function(a){return p(a,k)});return e.cat(l)},p=function(a,c){var e=g.get(a,"v:shapes"),f=d.from(b.find(c,function(a){ +return g.get(a,"id")===e}));return f.isNone()&&j.log("WARNING: unable to find data for image",a.dom()),f.map(function(b){return q(a,b)})},q=function(a,b){return k(l(a),m(b))};return{extract:o}}),g("7i",["1h","g","o","p","j","2g"],function(a,b,c,d,e,f){var g=function(b,c){var d=c.style;if(e.has(b,"width")&&e.has(b,"height")&&a.isString(d)){var f=d.match(/rotation:([^;]*)/);null===f||"90"!==f[1]&&"-90"!==f[1]||e.setAll(b,{width:e.get(b,"height"),height:e.get(b,"width")})}},h=function(a,b){var c=b["o:spid"],d=void 0===c?b.id:c;g(a,b),f.add(a,"rtf-data-image"),e.set(a,"data-image-id",d.substr("_x0000_".length)),e.set(a,"data-image-type","code")},i=function(a,b,c){return c.img()[a]===b},j=function(a,f,g){var h=e.get(f,g),j=c.curry(i,g,h),k=b.find(a,j);return d.from(k).map(function(a){return e.remove(f,g),a})},k=function(a,c,d){b.each(c,function(b){j(a,b,d).each(function(a){h(b,a.vshape())})})};return{rotateImage:g,insertRtfCorrelation:k}}),g("2c",["31","p","1k"],function(a,b,c){return function(d,e){var f=function(a){if(!d(a))throw new c("Can only get "+e+" value of a "+e+" node");return j(a).getOr("")},g=function(a){try{return h(a)}catch(c){return b.none()}},h=function(a){return d(a)?b.from(a.dom().nodeValue):b.none()},i=a.detect().browser,j=i.isIE()&&10===i.version.major?g:h,k=function(a,b){if(!d(a))throw new c("Can only set raw "+e+" value of a "+e+" node");a.dom().nodeValue=b};return{get:f,getOption:j,set:k}}}),g("y",["10","2c"],function(a,b){var c=b(a.isComment,"comment"),d=function(a){return c.get(a)},e=function(a){return c.getOption(a)},f=function(a,b){c.set(a,b)};return{get:d,getOption:e,set:f}}),g("8w",["23"],function(a){var b=function(b,c,d){b.dom().styleSheet?b.dom().styleSheet.cssText=c:a.append(b,d)};return{setCss:b}}),g("9c",[],function(){var a=function(a){return a.replace(/[-[\]{}()*+?.,\\^$|#\s]/g,"\\$&")};return{escape:a}}),g("8x",["1i","9c","55"],function(a,b,c){var d=function(a,d,e){var f=new c("url\\(\\s*['\"]?"+b.escape(d)+"(.*?)['\"]?\\s*\\)","g");return a.replace(f,'url("'+e+'$1")')},e=function(b,c){var e=b;return a.each(c,function(a,b){e=d(e,b,a)}),e};return{replace:d,replaceMany:e}}),g("8g",["j","k","23","26","8w","8x","17"],function(a,b,c,d,e,f,g){var h=function(c){var d=b.fromTag("style",c.dom());return a.set(d,"type","text/css"),d},i=function(a,c,d){e.setCss(a,c,b.fromText(c,d.dom()))},j=function(a,b,e){var g=h(e),j=void 0===b?a:f.replaceMany(a,b);i(g,j,e);var k=d.descendant(e,"head").getOrDie();c.append(k,g)},k=function(a){var b=a.dom().styleSheets;return g.prototype.slice.call(b)};return{stylesheets:k,inject:j}}),h("8y",CSSRule),g("8h",["g","2l","8y"],function(a,b,c){var d=b.immutable("selector","style","raw"),e=function(a){var b=a.selectorText,c=a.style.cssText;if(void 0===c)throw"WARNING: Browser does not support cssText property";return d(b,c,a.style)},f=function(b){var d=b.cssRules;return a.bind(d,function(a){return a.type===c.IMPORT_RULE?f(a.styleSheet):a.type===c.STYLE_RULE?[e(a)]:[]})},g=function(b){return a.bind(b,f)};return{extract:f,extractAll:g}}),function(a,b,c){a("8i",[],function(){var a=function(){var a,b,c;return a=function(a){var c,d,e,f,g=[];for(c=a.split(","),e=0,f=c.length;e0&&g.push(b(d));return g},b=function(a){var b,c=a,d={a:0,b:0,c:0},e=[],f=/(\[[^\]]+\])/g,g=/(#[^\s\+>~\.\[:]+)/g,h=/(\.[^\s\+>~\.\[:]+)/g,i=/(::[^\s\+>~\.\[:]+|:first-line|:first-letter|:before|:after)/gi,j=/(:[\w-]+\([^\)]*\))/gi,k=/(:[^\s\+>~\.\[:]+)/g,l=/([^\s\+>~\.\[:]+)/g;return b=function(b,f){var g,h,i,j,k,l;if(b.test(c))for(g=c.match(b),h=0,i=g.length;h~]/g," "),c=c.replace(/[#\.]/g," "),b(l,"c"),e.sort(function(a,b){return a.index-b.index}),{selector:a,specificity:"0,"+d.a.toString()+","+d.b.toString()+","+d.c.toString(),specificityArray:[0,d.a,d.b,d.c],parts:e}},c=function(a,c){var d,e,f;if("string"==typeof a){if(a.indexOf(",")!==-1)throw"Invalid CSS selector";d=b(a).specificityArray}else{if(!Array.isArray(a))throw"Invalid CSS selector or specificity array";if(4!==a.filter(function(a){return"number"==typeof a}).length)throw"Invalid specificity array";d=a}if("string"==typeof c){if(c.indexOf(",")!==-1)throw"Invalid CSS selector";e=b(c).specificityArray}else{if(!Array.isArray(c))throw"Invalid CSS selector or specificity array";if(4!==c.filter(function(a){return"number"==typeof a}).length)throw"Invalid specificity array";e=c}for(f=0;f<4;f+=1){if(d[f]e[f])return 1}return 0},{calculate:a,compare:c}}();return"undefined"!=typeof exports&&(exports.calculate=a.calculate,exports.compare=a.compare),a})}(f.bolt.module.api.define,f.bolt.module.api.require,f.bolt.module.api.demand),g("7x",["g","2l","j","5n","2j","11","8g","8h","8i"],function(a,b,c,d,e,f,g,h,i){var j=b.immutable("selector","raw"),k=function(b,c){var d={};return a.each(b,function(e){if(void 0!==b[e]){var f=c.dom().style;a.contains(f,e)||(d[e]=b[e])}}),d},l=function(b,f){var g=a.bind(f,function(c){var f=e.descendants(b,c.selector());return a.each(f,function(a){var b=k(c.raw(),a);d.setAll(a,b)}),f});a.each(g,function(a){c.remove(a,"class")})},m=function(b,c){var d=function(a){return a.selector().indexOf(",")!==-1},e=function(a){return!d(a)},f=function(b){var c=b.selector().split(",");return a.map(c,function(a){var c=a.trim();return j(c,b.raw())})},g=a.bind(a.filter(b,d),f),h=a.filter(b,e),k=h.concat(g);k.sort(function(a,b){return i.compare(a.selector(),b.selector())}).reverse(),l(c,k)},n=function(a,b,c){var d=g.stylesheets(a),e=h.extractAll(d).map(function(a){var b=a.selector(),d=c.hasOwnProperty(b)?c[b]:b;return j(d,a.raw())});m(e,b)},o=function(b,c,d){var e=g.stylesheets(b),i=h.extractAll(e),j=function(a){return f.startsWith(a.selector(),d)},k=a.filter(i,j);m(k,c)};return{inlineStyles:n,inlinePrefixedStyles:o}}),g("7j",["7x"],function(a){var b=function(b,c,d){a.inlineStyles(b,c,d)},c=function(b,c,d){a.inlinePrefixedStyles(b,c,d)};return{inlineStyles:b,inlinePrefixedStyles:c}}),g("6l",["7i","g","o","j","y","5n","24","2j","3q","7j"],function(a,b,c,d,e,f,g,h,i,j){var k={p:"p, li[data-converted-paragraph]"},l=function(b,c,d,e,f){var g=h.descendants(c,"img");o(c),a.insertRtfCorrelation(d,g,e);var i=f.mergeInline()?j.inlineStyles:m;i(b,c,k),n(c)},m=c.noop,n=function(a){var c=h.descendants(a,"li[data-converted-paragraph]");b.each(c,function(a){d.remove(a,"data-converted-paragraph")});var e=h.descendants(a,"li");b.each(e,function(a){f.remove(a,"margin-left"),f.remove(a,"margin-right"),f.remove(a,"text-indent")})},o=function(a){var c=i.children(a);b.each(c,function(a){e.getOption(a).each(function(b){"StartFragment"!==b&&"EndFragment"!==b||g.remove(a)})})};return{process:l}}),g("77",["p","k"],function(a,b){var c=function(c){var d=c.dom();try{var e=d.contentWindow?d.contentWindow.document:d.contentDocument;return void 0!==e&&null!==e?a.some(b.fromDom(e)):a.none()}catch(f){return console.log("Error reading iframe: ",d),console.log("Error was: "+f),a.none()}},d=function(a){var b=c(a);return b.fold(function(){return a},function(a){return a})};return{doc:d}}),g("67",["77","5s"],function(a,b){var c=function(c,d){if(!b.inBody(c))throw"Internal error: attempted to write to an iframe that is not in the DOM";var e=a.doc(c),f=e.dom();f.open("text/html","replace"),f.writeln(d),f.close()};return{write:c}}),g("2d",["o","k"],function(a,b){var c=function(b,c,d,e,f,g,h){return{target:a.constant(b),x:a.constant(c),y:a.constant(d),stop:e,prevent:f,kill:g,raw:a.constant(h)}},d=function(d,e){return function(f){if(d(f)){var g=b.fromDom(f.target),h=function(){f.stopPropagation()},i=function(){f.preventDefault()},j=a.compose(i,h),k=c(g,f.clientX,f.clientY,h,i,j,f);e(k)}}},e=function(b,c,e,f,g){var i=d(e,f);return b.dom().addEventListener(c,i,g),{unbind:a.curry(h,b,c,i,g)}},f=function(a,b,c,d){return e(a,b,c,d,!1)},g=function(a,b,c,d){return e(a,b,c,d,!0)},h=function(a,b,c,d){a.dom().removeEventListener(b,c,d)};return{bind:f,capture:g}}),g("z",["o","2d"],function(a,b){var c=a.constant(!0),d=function(a,d,e){return b.bind(a,d,c,e)},e=function(a,d,e){return b.capture(a,d,c,e)};return{bind:d,capture:e}}),g("6m",["o","67","5n","z","k","23","24","12"],function(a,b,c,d,e,f,g,h){return function(i){var j=function(j,k,l){var m=e.fromTag("div"),n=e.fromTag("iframe");c.setAll(m,{display:"none"});var o=d.bind(n,"load",function(){o.unbind(),b.write(n,j);var c=n.dom().contentWindow.document;if(void 0===c)throw"sandbox iframe load event did not fire correctly";var d=e.fromDom(c),f=c.body;if(void 0===f)throw"sandbox iframe does not have a body";var i=e.fromDom(f),p=k(d,i);g.remove(m),h(a.curry(l,p),0)});f.append(m,n),f.append(i,m)};return{play:j}}}),g("6n",["k","2h","23","2i","24","3q"],function(a,b,c,d,e,f){var g=function(a){return a.dom().innerHTML},h=function(g,h){var i=f.owner(g),j=i.dom(),k=a.fromDom(j.createDocumentFragment()),l=b.fromHtml(h,j);d.append(k,l),e.empty(g),c.append(g,k)},i=function(b){var d=a.fromTag("div"),e=a.fromDom(b.dom().cloneNode(!0));return c.append(d,e),g(d)};return{get:g,set:h,getOuter:i}}),g("5b",["50","51","6k","6l","34","o","6m","k","2h","6n","1m"],function(a,b,c,d,e,f,g,h,i,j,k){var l="data-textbox-image",m=function(a){return void 0===a||null===a||0===a.length},n=function(a){var b=1;return a.replace(/(]*)src=".*?"/g,function(a,c,d){return c+l+'="'+b++ +'"'})},o=function(a,b){var c=g(h.fromDom(k.body));return function(e,g){c.play(e,function(c,e){return d.process(c,e,a,l,{mergeInline:f.constant(b)}),j.get(e)},g)}},p=function(d,f,g){return a.sync(function(h){var j=c.extract(d),k=o(j,f);k(g,function(c){var d=i.fromHtml(c);a.call(h,{response:e.paste(d,[],[]),bundle:b.nu({})})})})},q=function(){return a.pure({response:e.paste([],[],[]),bundle:b.nu({})})},r=function(a){var b=a.indexOf("");return b>-1&&c>-1?a.substr(b,c+"".length):a},s=function(c,d,f){var g=r(c.data()),h=n(g);return f.cleanDocument(h,d).fold(function(){return a.pure({response:e.error("errors.paste.word.notready"),bundle:b.nu({})})},function(a){return m(a)?q():p(h,d,a)})};return{handle:s}}),g("5c",["50","51","58","g","i"],function(a,b,c,d,e){var f=function(f){var g=d.filter(f,function(a){return"file"===a.kind&&/image/.test(a.type)}),h=d.map(g,function(a){return a.getAsFile()});return a.sync(function(d){e.multiple(h).get(function(e){var f=c.createImages(e);a.call(d,{response:f,bundle:b.nu({})})})})};return{handle:f}}),g("7y",[],function(){return{validStyles:function(){return/^(mso-.*|tab-stops|tab-interval|language|text-underline|text-effect|text-line-through|font-color|horiz-align|list-image-[0-9]+|separator-image|table-border-color-(dark|light)|vert-align|vnd\..*)$/},specialInline:function(){return/^(font|em|strong|samp|acronym|cite|code|dfn|kbd|tt|b|i|u|s|sub|sup|ins|del|var|span)$/}}}),g("85",[],function(){var a=function(a){return g(function(b,c,d,e,f,g){return b(a)})},b=function(a){return g(function(b,c,d,e,f,g){return c(a)})},c=function(a){return g(function(b,c,d,e,f,g){return d(a)})},d=function(a){return g(function(b,c,d,e,f,g){return e(a)})},e=function(){return g(function(a,b,c,d,e,f){return e()})},f=function(a){return g(function(b,c,d,e,f,g){return g(a)})},g=function(a){var b=function(b){return a(function(a){return 0===b.toLowerCase().indexOf(a.toLowerCase())},function(a){return a.test(b.toLowerCase())},function(a){return b.toLowerCase().indexOf(a.toLowerCase())>=0},function(a){return b.toLowerCase()===a.toLowerCase()},function(){return!0},function(a){return!a.matches(b)})};return{fold:a,matches:b}},h=function(a,b,c,d,e,f,g){return a.fold(b,c,d,e,f,g)};return{starts:a,pattern:b,contains:c,exact:d,all:e,not:f,cata:h}}),g("7z",["o","10","85"],function(a,b,c){var d=function(b,d,e,f){var g=f.name,h=void 0!==f.condition?f.condition:a.constant(!0),i=void 0!==f.value?f.value:c.all();return g.matches(e)&&i.matches(d)&&h(b)},e=function(c,d){var e=b.name(c),f=d.name,g=void 0!==d.condition?d.condition:a.constant(!0);return f.matches(e)&&g(c)};return{keyval:d,name:e}}),g("8j",["g","1i","o","j"],function(a,b,c,d){var e=function(b,c){var d={};return a.each(b.dom().attributes,function(a){c(a.value,a.name)||(d[a.name]=a.value)}),d},f=function(c,e,f){a.each(e,function(a){d.remove(c,a)}),b.each(f,function(a,b){d.set(c,b,a)})},g=function(c,d,e){var g=a.map(c.dom().attributes,function(a){return a.name});b.size(d)!==g.length&&f(c,g,d)};return{filter:e,clobber:g,scan:c.constant({})}}),g("8k",["g","1i","j","5n","11"],function(a,b,c,d,e){var f=function(b){var c={},d=void 0!==b&&null!==b?b.split(";"):[];return a.each(d,function(a){var b=a.split(":");2===b.length&&(c[e.trim(b[0])]=e.trim(b[1]))}),c},g=function(a,b){return a.dom().style.getPropertyValue(b)},h=function(b,c){var d=b.dom().style,e=void 0===d?[]:d,f={};return a.each(e,function(a){var d=g(b,a);c(d,a)||(f[a]=d)}),f},i=function(a,b,c){d.set(a,b,c)},j=function(b,c,d){var e=b.dom().getAttribute("style"),g=f(e),h={};return a.each(c,function(a){var b=g[a];void 0===b||d(b,a)||(h[a]=b)}),h},k=function(c){var d=b.keys(c);return a.map(d,function(a){return a+": "+c[a]}).join("; ")},l=function(a,d,e){c.set(a,"style","");var f=b.size(d),g=b.size(e);if(0===f&&0===g)c.remove(a,"style");else if(0===f)c.set(a,"style",k(e));else{b.each(d,function(b,c){i(a,c,b)});var h=c.get(a,"style"),j=g>0?k(e)+"; ":"";c.set(a,"style",j+h)}};return{filter:h,clobber:l,scan:j}}),g("80",["8j","8k","o","k"],function(a,b,c,d){var e=["mso-list"],f=function(a,c){var d=b.scan(a,e,c),f=b.filter(a,c);b.clobber(a,f,d)},g=function(b,c){var d=a.filter(b,c);a.clobber(b,d,{})},h=function(a){var d=b.filter(a,c.constant(!1));b.clobber(a,d,{})},i=function(a,b){f(d.fromDom(a),b)},j=function(a,b){g(d.fromDom(a),b)};return{style:f,attribute:g,styleDom:i,attributeDom:j,validateStyles:h}}),g("7l",["g","1r","7z","80","o","j","2g","41","24","2j"],function(a,b,c,d,e,f,g,h,i,j){var k=function(b,d,e){b(e,function(b,f){return a.exists(d,function(a){return c.keyval(e,b,f,a)})})},l=function(l,m){var n=b.merge({styles:[],attributes:[],classes:[],tags:[]},m),o=j.descendants(l,"*");a.each(o,function(b){k(d.style,n.styles,b),k(d.attribute,n.attributes,b),a.each(n.classes,function(c){var d=f.has(b,"class")?h.get(b):[];a.each(d,function(a){c.name.matches(a)&&g.remove(b,a)})})});var p=j.descendants(l,"*");a.each(p,function(b){var d=a.exists(n.tags,e.curry(c.name,b));d&&i.remove(b)})},m=function(d,f){var g=b.merge({tags:[]},f),h=j.descendants(d,"*");a.each(h,function(b){var d=a.exists(g.tags,e.curry(c.name,b));d&&i.unwrap(b)})},n=function(d,f){var g=b.merge({tags:[]},f),h=j.descendants(d,"*");a.each(h,function(b){var d=a.find(g.tags,e.curry(c.name,b));void 0!==d&&null!==d&&d.mutate(b)})},o=function(b){var c=j.descendants(b,"*");a.each(c,function(a){d.validateStyles(a)})};return{remover:l,unwrapper:m,transformer:n,validator:o}}),g("7p",["1i","5n","k"],function(a,b,c){var d="startElement",e="endElement",f="text",g="comment",h=function(a,h,i){var j,k,l,m=c.fromDom(a);switch(a.nodeType){case 1:h?j=e:(j=d,b.setAll(m,i||{})),k="HTML"!==a.scopeName&&a.scopeName&&a.tagName&&a.tagName.indexOf(":")<=0?(a.scopeName+":"+a.tagName).toUpperCase():a.tagName;break;case 3:j=f,l=a.nodeValue;break;case 8:j=g,l=a.nodeValue;break;default:console.log("WARNING: Unsupported node type encountered: "+a.nodeType)}var n=function(){return a},o=function(){return k},p=function(){return j},q=function(){return l};return{getNode:n,tag:o,type:p,text:q}},i=function(b,c,d,e){var f=e.createElement(b);return a.each(c,function(a,b){f.setAttribute(b,a)}),h(f,!1,d)},j=function(a,b){return h(b.createElement(a),!0)},k=function(a,b){return h(b.createComment(a),!1)},l=function(a,b){return h(b.createTextNode(a))},m=j("HTML",window.document);return{START_ELEMENT_TYPE:d,END_ELEMENT_TYPE:e,TEXT_TYPE:f,COMMENT_TYPE:g,FINISHED:m,token:h,createStartElement:i,createEndElement:j,createComment:k,createText:l}}),g("81",["7p"],function(a){var b=function(b){var c=b.createDocumentFragment(),d=c,e=function(a){g(a),c=a},f=function(){c=c.parentNode,null===c&&(c=d)},g=function(a){c.appendChild(a)},h=function(c){var d=function(a){var b=a.getNode().cloneNode(!1);e(b)},h=function(a,c){var d=b.createTextNode(a.text());g(d)};switch(c.type()){case a.START_ELEMENT_TYPE:d(c);break;case a.TEXT_TYPE:h(c);break;case a.END_ELEMENT_TYPE:f();break;case a.COMMENT_TYPE:break;default:throw{message:"Unsupported token type: "+c.type()}}};return{dom:d,receive:h,label:"SERIALISER"}};return{create:b}}),g("82",["7p"],function(a){var b=function(b,c){var d;c=c||window.document,d=c.createElement("div"),c.body.appendChild(d),d.style.position="absolute",d.style.left="-10000px",d.innerHTML=b,nextNode=d.firstChild||a.FINISHED;var e=[];endNode=!1;var f=function(b,c){return b===a.FINISHED?b:b?a.token(b,c):void 0},g=function(){var b=nextNode,g=endNode;return!endNode&&nextNode.firstChild?(e.push(nextNode),nextNode=nextNode.firstChild):endNode||1!==nextNode.nodeType?nextNode.nextSibling?(nextNode=nextNode.nextSibling,endNode=!1):(nextNode=e.pop(),endNode=!0):endNode=!0,b===a.FINISHED||nextNode||(c.body.removeChild(d),nextNode=a.FINISHED),f(b,g)},h=function(){return void 0!==nextNode};return{hasNext:h,next:g}};return{tokenise:b}}),g("7m",["81","82"],function(a,b){var c=function(a,b,c){var d,e=c;for(d=b.length-1;d>=0;d--)e=b[d](e,{},a);return e},d=function(d,e,f){for(var g=a.create(d),h=b.tokenise(e,d),i=c(d,f,g);h.hasNext();){var j=h.next();i.receive(j)}return g.dom};return{build:c,run:d}}),g("6s",["g","7l","7m","k","6n","24","3q"],function(a,b,c,d,e,f,g){var h=function(a){return function(c){b.remover(c,a)}},i=function(a){return function(c){b.unwrapper(c,a)}},j=function(a){return function(c){b.transformer(c,a)}},k=function(){return function(a){b.validator(a)}},l=function(a){return function(b){var d=e.get(b),h=g.owner(b),i=c.run(h.dom(),d,a);f.empty(b),b.dom().appendChild(i)}},m=function(b,c,f){var g=d.fromTag("div",b.dom());return g.dom().innerHTML=c,a.each(f,function(a){a(g)}),e.get(g)},n=function(a,b){return a.indexOf("")>=0||b.browser.isSpartan()&&a.indexOf('v:shapes="')>=0||b.browser.isSpartan()&&a.indexOf("mso-")>=0||a.indexOf("mso-list")>=0||a.indexOf("p.MsoNormal, li.MsoNormal, div.MsoNormal")>=0||a.indexOf("MsoListParagraphCxSpFirst")>=0||a.indexOf("")>=0};return{removal:h,unwrapper:i,transformer:j,validate:k,pipeline:l,isWordContent:n,go:m}}),g("7o",["g","7p"],function(a,b){return function(c,d,e){return function(e,f,g){var h=function(b){a.each(b,i)},i=function(a){e.receive(a)},j=function(a){c(l,a,k)},k=function(a,c,d){return d=void 0!==d?d:a.type()===b.END_ELEMENT_TYPE,b.token(c,d,{})},l={emit:i,emitTokens:h,receive:j,document:window.document};return d(l),l}}}),g("90",["8k","7p","o","j","5n","k"],function(a,b,c,d,e,f){var g=function(a,b){var c=f.fromDom(a.getNode());return d.get(c,b)},h=function(a,b){var c=f.fromDom(a.getNode());return e.get(c,b)},i=function(a){return a.type()===b.TEXT_TYPE&&/^[\s\u00A0]*$/.test(a.text())},j=function(b){var d=f.fromDom(b.getNode()),e=a.scan(d,["mso-list"],c.constant(!1));return e["mso-list"]};return{getAttribute:g,getStyle:h,isWhitespace:i,getMsoList:j}}),g("9d",["g","p"],function(a,b){var c=function(c,e){var f=a.find(c,function(a){return"UL"===a.tag||e&&d(a,e,!0)});return void 0!==f?b.some(f):c.length>0?b.some(c[0]):b.none()},d=function(a,b,c){return a===b||a&&b&&a.tag===b.tag&&a.type===b.type&&(c||a.variant===b.variant)};return{guessFrom:c,eqListType:d}}),g("8o",[],function(){var a=function(a,b){if(void 0===a||void 0===b)throw console.trace(),"brick";a.nextFilter.set(b)},b=function(b){return function(c,d,e){a(d,b)}},c=function(a,b,c){var d=b.nextFilter.get();d(a,b,c)},d=function(b){return function(d,e,f){a(e,b),c(d,e,f)}},e=function(a,b){return a.nextFilter.get()===b};return{next:a,go:c,jump:d,isNext:e,setNext:b}}),g("8z",["g","90","9d","8o","o","2l","j","k"],function(a,b,c,d,e,f,g,h){var i=function(a,b){return g.has(h.fromDom(b.getNode()),"data-list-level")},j=function(a){var b=parseInt(g.get(a,"data-list-level"),10),c=g.get(a,"data-list-emblems"),d=JSON.parse(c);return g.remove(a,"data-list-level"),g.remove(a,"data-list-emblems"),{level:e.constant(b),emblems:e.constant(d)}},k=f.immutable("level","token","type"),l=function(c){return!a.contains(["P"],c.tag())||/^MsoHeading/.test(b.getAttribute(c,"class"))},m=function(a,b,d,e){var f=d.getCurrentListType(),g=d.getCurrentLevel(),h=g==e.level()?f:null;return c.guessFrom(e.emblems(),h).filter(function(a){return!("OL"===a.tag&&l(b))})},n=function(a,b,c){var d=m(c.listType.get(),a,c.emitter,b);return d.each(c.listType.set),k(b.level(),c.originalToken.get(),c.listType.get())},o=function(a){return function(b,c,e){var f=j(h.fromDom(e.getNode()));f.level();c.originalToken.set(e);var g=n(e,f,c);c.emitter.openItem(g.level(),g.token(),g.type()),d.next(c,a.inside())}};return{predicate:i,action:o}}),g("91",["o"],function(a){return function(b,c,d){return{pred:b,action:c,label:a.constant(d)}}}),g("92",["g","o","p"],function(a,b,c){var d=function(a,b){return function(a,c,d){return b(a,c,d)}};return function(e,f,g){var h=d(e+" :: FALLBACK --- ",g),i=function(g,i,j){var k=c.from(a.find(f,function(a){return a.pred(i,j)})),l=k.fold(b.constant(h),function(a){var b=a.label();return void 0===b?a.action:d(e+" :: "+b,a.action)});l(g,i,j)};return i.toString=function(){return"Handlers for "+e},i}}),g("8l",["8z","7p","90","91","92","8o"],function(a,b,c,d,e,f){var g=function(a){var c=function(b,c,d){f.next(c,a.outside())},g=function(a,c){return c.type()===b.END_ELEMENT_TYPE&&a.originalToken.get()&&c.tag()===a.originalToken.get().tag()};return e("Inside.List.Item",[d(g,c,"Closing open tag")],function(a,b,c){a.emit(c)})},h=function(g){var h=function(a,b,c){b.emitter.closeAllLists(),a.emit(c),f.next(b,g.outside())},i=function(a,d){return d.type()===b.TEXT_TYPE&&c.isWhitespace(d)};return e("Outside.List.Item",[d(a.predicate,a.action(g),"Data List ****"),d(i,function(a,b,c){a.emit(c)},"Whitespace")],h)};return{inside:g,outside:h}}),g("9e",["2l"],function(a){var b=a.immutable("state","result"),c=a.immutable("state","value"),d=a.immutable("level","type","types","items");return{state:d,value:c,result:b}}),g("9q",["9e","p"],function(a,b){var c=function(c){var d=c.items().slice(0);if(d.length>0&&"P"!==d[d.length-1]){var e=d[d.length-1];d[d.length-1]="P";var f=a.state(c.level(),c.type(),c.types(),d);return a.value(f,b.some(e))}return a.value(c,b.none())},d=function(c,d){var e=c.items().slice(0),f=void 0!==d&&"P"!==d?b.some(d):b.none();f.fold(function(){e.push("P")},function(a){e.push(a)});var g=a.state(c.level(),c.type(),c.types(),e);return a.value(g,f)};return{start:d,finish:c}}),g("9r",["9e"],function(a){var b=function(b,c,d){for(var e=[],f=b;c(f);){var g=d(f);f=g.state(),e=e.concat(g.result())}return a.result(f,e)},c=function(a,c,d){var e=function(a){return a.level()c};return b(a,e,d)};return{moveRight:c,moveLeft:d,moveUntil:b}}),g("a2",["90"],function(a){var b=function(b){var c=a.getStyle(b,"margin-left");return void 0!==c&&"0px"!==c?{"margin-left":c}:{}},c=function(a){var c={"list-style-type":"none"};return a?b(a):c};return{from:c}}),g("9s",["80","7p","9d","9e","9q","a2","o"],function(a,b,c,d,e,f,g){var h=function(a,c,e){var f=c.start&&c.start>1?{start:c.start}:{},h=a.level()+1,i=c,j=a.types().concat([c]),k=[g.curry(b.createStartElement,c.tag,f,e)],l=d.state(h,i,j,a.items());return d.result(l,k)},i=function(a){var c=a.types().slice(0),e=[g.curry(b.createEndElement,c.pop().tag)],f=a.level()-1,h=c[c.length-1],i=d.state(f,h,c,a.items());return d.result(i,e)},j=function(a,b){var c=i(a),e=h(c.state(),b,b.type?{"list-style-type":b.type}:{});return d.result(e.state(),c.result().concat(e.result()))},k=function(h,i,k){var l={},m=f.from(i),n=h.type()&&!c.eqListType(h.type(),k)?j(h,k):d.result(h,[]),o=[g.curry(b.createStartElement,"LI",l,m)],p=e.start(n.state(),i&&i.tag()),q=p.value().map(function(b){return a.styleDom(i.getNode(),g.constant(!0)),[g.constant(i)]}).getOr([]);return d.result(p.state(),n.result().concat(o).concat(q))},l=function(a){var c=g.curry(b.createEndElement,"LI"),f=e.finish(a),h=f.value().fold(function(){return[c]},function(a){return[g.curry(b.createEndElement,a),c]});return d.result(f.state(),h)};return{open:h,openItem:k,close:i,closeItem:l}}),g("9f",["g","7p","9e","9q","9r","9s","o","p"],function(a,b,c,d,e,f,g,h){var i=function(b){if(0===b.length)throw"Compose must have at least one element in the list";var d=b[b.length-1],e=a.bind(b,function(a){return a.result()});return c.result(d.state(),e)},j=function(a){var b=f.closeItem(a),c=f.close(b.state());return i([b,c])},k=function(a,b,c,d){var e=a.level()===c-1&&b.type?{"list-style-type":b.type}:{},g=f.open(a,b,e),h=f.openItem(g.state(),g.state().level()==c?d:void 0,b);return i([g,h])},l=function(a,b,d){var e=a.level()>0?f.closeItem(a):c.result(a,[]),g=f.openItem(e.state(),d,b);return i([e,g])},m=function(a,b,c,d){return e.moveRight(a,c,function(a){return k(a,b,c,d)})},n=function(a,b){return e.moveLeft(a,b,j)},o=function(a,e,f,i){var j=f>1?d.finish(a):c.value(a,h.none()),k=j.value().map(function(a){return[g.curry(b.createEndElement,a)]}).getOr([]),l=(f-j.state().level(),m(j.state(),e,f,i));return c.result(l.state(),k.concat(l.result()))},p=function(a,b,d,e){var f=a.level()>b?n(a,b):c.result(a,[]),g=f.state().level()===b?l(f.state(),e,d):o(f.state(),e,b,d);return i([f,g])},q=n;return{openItem:p,closeAllLists:q}}),g("93",["g","9e","9f"],function(a,b,c){var d=["disc","circle","square"],e=function(a,b){return"UL"===a.tag&&d[b-1]===a.type&&(a={tag:"UL"}),a};return function(d,f){var g=b.state(0,void 0,[],[]),h=function(b){a.each(b.result(),function(a){var b=a(f);d.emit(b)})},i=function(){var a=c.closeAllLists(g,0);g=a.state(),h(a)},j=function(a,b,d){if(d){var f=e(d,a),i=c.openItem(g,a,b,f);g=i.state(),h(i)}},k=function(){return g.level()},l=function(){return g.type()};return{closeAllLists:i,openItem:j,getCurrentListType:l,getCurrentLevel:k}}}),g("14",[],function(){var a=function(b){var c=b,d=function(){return c},e=function(a){c=a},f=function(){return a(d())};return{get:d,set:e,clone:f}};return a}),g("8m",["93","o","14"],function(a,b,c){var d={getCurrentListType:function(){return e().getCurrentListType()},getCurrentLevel:function(){return e().getCurrentLevel()},closeAllLists:function(){return e().closeAllLists.apply(void 0,arguments)},openItem:function(){return e().openItem.apply(void 0,arguments)}},e=function(){return{getCurrentListType:b.constant({}),getCurrentLevel:b.constant(1),closeAllLists:b.identity,openItem:b.identity}};return function(f){var g=c(f),h=c(null),i=c(null),j=function(c){g.set(f),h.set(null),i.set(null),_emitter=a(c,c.document),e=b.constant(_emitter)};return{reset:j,nextFilter:g,originalToken:h,listType:i,emitter:d}}}),g("8n",["7p"],function(a){return function(){var b=!1,c="",d=function(d){return b&&d.type()===a.TEXT_TYPE?(c+=d.text(),!0):d.type()===a.START_ELEMENT_TYPE&&"STYLE"===d.tag()?(b=!0,!0):d.type()===a.END_ELEMENT_TYPE&&"STYLE"===d.tag()&&(b=!1,!0)};return{check:d}}}),g("83",["7o","8l","8m","8n","8o","1m"],function(a,b,c,d,e,f){var g={inside:function(){return i},outside:function(){return j}},h=d(),i=b.inside(g),j=b.outside(g),k=c(j);return a(function(a,b,c){h.check(b)||e.go(a,k,b)},k.reset,"list.filters")}),h("8r",parseInt),g("94",["g","1r","3h","8r"],function(a,b,c,d){var e=[{regex:/^\(?[dc][\.\)]$/,type:{tag:"OL",type:"lower-alpha"}},{regex:/^\(?[DC][\.\)]$/,type:{tag:"OL",type:"upper-alpha"}},{regex:/^\(?M*(CM|CD|D?C{0,3})(XC|XL|L?X{0,3})(IX|IV|V?I{0,3})[\.\)]$/,type:{tag:"OL",type:"upper-roman"}},{regex:/^\(?m*(cm|cd|d?c{0,3})(xc|xl|l?x{0,3})(ix|iv|v?i{0,3})[\.\)]$/,type:{tag:"OL",type:"lower-roman"}},{regex:/^\(?[0-9]+[\.\)]$/,type:{tag:"OL"}},{regex:/^([0-9]+\.)*[0-9]+\.?$/,type:{tag:"OL",variant:"outline"}},{regex:/^\(?[a-z]+[\.\)]$/,type:{tag:"OL",type:"lower-alpha"}},{regex:/^\(?[A-Z]+[\.\)]$/,type:{tag:"OL",type:"upper-alpha"}}],f={"\u2022":{tag:"UL",type:"disc"},"\xb7":{tag:"UL",type:"disc"},"\xa7":{tag:"UL",type:"square"}},g={o:{tag:"UL",type:"circle"},"-":{tag:"UL",type:"disc"},"\u25cf":{tag:"UL",type:"disc"},"\ufffd":{tag:"UL",type:"circle"}},h=function(a,b){return void 0!==a.variant?a.variant:"("===b.charAt(0)?"()":")"===b.charAt(b.length-1)?")":"."},i=function(a){var b=a.split("."),e=function(){if(0===b.length)return a;var c=b[b.length-1];return 0===c.length&&b.length>1?b[b.length-2]:c}(),f=d(e,10);return c(f)?{}:{start:f}},j=function(c,d){var j=g[c]?[g[c]]:[],k=d&&f[c]?[f[c]]:d?[{tag:"UL",variant:c}]:[],l=a.bind(e,function(a){return a.regex.test(c)?[b.merge(a.type,i(c),{variant:h(a.type,c)})]:[]}),m=j.concat(k).concat(l);return a.map(m,function(a){return void 0!==a.variant?a:b.merge(a,{variant:c})})};return{extract:j}}),g("7t",[],function(){var a=function(a){return a.dom().textContent},b=function(a,b){a.dom().textContent=b};return{get:a,set:b}}),g("8p",["g","94","8k","o","p","5n","6n","10","6x","7t","3q","3f","3h","8r"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var o=18,p=function(a){var b=c.scan(a,["mso-list"],d.constant(!1));return b["mso-list"]},q=function(a){var b=p(a),c=/ level([0-9]+)/.exec(b);return c&&c[1]?e.some(n(c[1],10)):e.none()},r=function(a,c){var d=j.get(a).trim(),f=b.extract(d,c);return f.length>0?e.some(f):e.none()},s=function(a){return i.child(a,v)},t=function(a){return i.child(a,h.isComment).bind(k.nextSibling).filter(function(a){return"span"===h.name(a)})},u=function(a){return i.descendant(a,function(a){var b=h.isElement(a)?c.scan(a,["mso-list"],d.constant(!1)):[];return!!b["mso-list"]})},v=function(b){return h.isElement(b)&&f.getRaw(b,"font-family").exists(function(b){return a.contains(["wingdings","symbol"],b.toLowerCase())})},w=function(a){return f.getRaw(a,"margin-left").bind(function(a){var b=n(a,10);return m(b)?e.none():e.some(l.max(1,l.ceil(b/o)))})};return{getMsoList:p,extractLevel:q,extractEmblem:r,extractSymSpan:s,extractMsoIgnore:u,extractCommentSpan:t,isSymbol:v,deduceLevel:w}}),h("8q",JSON),g("84",["g","8p","p","j","7w","10","24","3q","8q","8r"],function(a,b,c,d,e,f,g,h,i,j){var k=function(a,b,c){d.set(a,"data-list-level",b);var e=i.stringify(c);d.set(a,"data-list-emblems",e)},l=function(b){var d=e.find(b,c.none());a.each(d,g.remove)},m=function(b,c,e,f){k(b,c,e),l(b),a.each(f,g.remove),d.remove(b,"style"),d.remove(b,"class")},n=function(a){return b.extractLevel(a).bind(function(c){return b.extractSymSpan(a).bind(function(d){return b.extractEmblem(d,!0).map(function(b){var e=function(){m(a,c,b,[d])};return{mutate:e}})})})},o=function(a){return b.extractLevel(a).bind(function(c){return b.extractCommentSpan(a).bind(function(d){return b.extractEmblem(d,b.isSymbol(d)).map(function(b){var e=function(){m(a,c,b,[d])};return{mutate:e}})})})},p=function(a){return b.extractLevel(a).bind(function(c){return b.extractCommentSpan(a).bind(function(d){return b.extractEmblem(d,b.isSymbol(d)).map(function(b){var e=function(){m(a,c,b,[d])};return{mutate:e}})})})},q=function(a){return"p"!==f.name(a)?c.none():b.extractLevel(a).bind(function(c){return b.extractMsoIgnore(a).bind(function(d){return b.extractEmblem(d,!1).map(function(b){var e=function(){m(a,c,b,[h.parent(d).getOr(d)])};return{mutate:e}})})})},r=function(a){return"p"!==f.name(a)?c.none():b.extractMsoIgnore(a).bind(function(c){var d=h.parent(c).getOr(c),e=b.isSymbol(d);return b.extractEmblem(c,e).bind(function(c){return b.deduceLevel(a).map(function(b){var e=function(){m(a,b,c,[d])};return{mutate:e}})})})},s=function(a){return n(a).orThunk(function(){ +return o(a)}).orThunk(function(){return p(a)}).orThunk(function(){return q(a)}).orThunk(function(){return r(a)})};return{find:s}}),g("7n",["6s","83","84","85"],function(a,b,c,d){var e=a.transformer({tags:[{name:d.pattern(/^(p|h\d+)$/),mutate:function(a){c.find(a).each(function(a){a.mutate()})}}]});return{filter:b,preprocess:e}}),g("6t",["6x"],function(a){var b=function(b){return a.first(b).isSome()},c=function(b,c,d){return a.ancestor(b,c,d).isSome()},d=function(b,c,d){return a.closest(b,c,d).isSome()},e=function(b,c){return a.sibling(b,c).isSome()},f=function(b,c){return a.child(b,c).isSome()},g=function(b,c){return a.descendant(b,c).isSome()};return{any:b,ancestor:c,closest:d,sibling:e,child:f,descendant:g}}),g("86",["g","j","6n","10","6t"],function(a,b,c,d,e){var f=function(a){return"img"!==d.name(a)},g=function(a){var b=a.dom().attributes,c=void 0!==b&&null!==b&&b.length>0;return"span"!==d.name(a)||c},h=function(b){return!k(b)||g(b)&&e.descendant(b,function(b){var c=!k(b),e=!a.contains(["font","em","strong","samp","acronym","cite","code","dfn","kbd","tt","b","i","u","s","sub","sup","ins","del","var","span"],d.name(b));return d.isText(b)||c||e})},i=function(a){return"ol"===d.name(a)||"ul"===d.name(a)},j=function(a){var c=b.get(a,"src");return/^file:/.test(c)},k=function(a){return void 0===a.dom().attributes||null===a.dom().attributes||(0===a.dom().attributes.length||1===a.dom().attributes.length&&"style"===a.dom().attributes[0].name)},l=function(a){return 0===c.get(a).length};return{isNotImage:f,hasContent:h,isList:i,isLocal:j,hasNoAttributes:k,isEmpty:l}}),g("8s",["10","2c"],function(a,b){var c=b(a.isText,"text"),d=function(a){return c.get(a)},e=function(a){return c.getOption(a)},f=function(a,b){c.set(a,b)};return{get:d,getOption:e,set:f}}),g("87",["g","1i","p","j","5n","k","6n","23","2i","10","24","8s","3q"],function(a,b,c,d,e,f,g,h,i,j,k,l,m){var n=function(b,c){var d=f.fromTag(b);h.before(c,d);var e=c.dom().attributes;a.each(e,function(a){d.dom().setAttribute(a.name,a.value)});var g=m.children(c);return i.append(d,g),k.remove(c),d},o=function(a){0===g.get(a).length&&h.append(a,f.fromTag("br"))},p=function(a){return m.prevSibling(a).bind(function(a){return j.isText(a)&&0===l.get(a).trim().length?p(a):"li"===j.name(a)?c.some(a):c.none()})},q=function(b){m.parent(b).each(function(c){var d=j.name(c);a.contains(["ol","ul"],d)&&p(b).fold(function(){var a=f.fromTag("li");e.set(a,"list-style-type","none"),h.wrap(b,a)},function(a){h.append(a,b)})})},r=function(a){var c=n("span",a),f={face:"font-family",size:"font-size",color:"color"},g={"font-size":{1:"8pt",2:"10pt",3:"12pt",4:"14pt",5:"18pt",6:"24pt",7:"36pt"}};b.each(f,function(a,b){if(d.has(c,b)){var f=d.get(c,b),h=void 0!==g[a]&&void 0!==g[a][f]?g[a][f]:f;e.set(c,a,h),d.remove(c,b)}})};return{changeTag:n,addBrTag:o,properlyNest:q,fontToSpan:r}}),g("7k",["7y","6s","7n","86","87","o","2g","5n","3q","10","j","85"],function(a,b,c,d,e,f,g,h,i,j,k,l){var m=b.unwrapper({tags:[{name:l.pattern(/^([OVWXP]|U[0-9]+|ST[0-9]+):/i)}]}),n=[b.pipeline([c.filter])],o=b.removal({attributes:[{name:l.pattern(/^v:/)},{name:l.exact("href"),value:l.contains("#_toc")},{name:l.exact("href"),value:l.contains("#_mso")},{name:l.pattern(/^xmlns(:|$)/)},{name:l.exact("type"),condition:d.isList}]}),p=b.removal({attributes:[{name:l.exact("id")},{name:l.exact("name")}]}),q=b.removal({tags:[{name:l.exact("script")},{name:l.exact("meta")},{name:l.exact("link")},{name:l.exact("style"),condition:d.isEmpty}],attributes:[{name:l.starts("on")},{name:l.exact('"')},{name:l.exact("lang")},{name:l.exact("language")}],styles:[{name:l.all(),value:l.pattern(/OLE_LINK/i)}]}),r=function(a){return!g.has(a,"ephox-limbo-transform")},s=function(a){return function(b){return i.parent(b).exists(function(b){return j.name(b)===a&&1===i.children(b).length})}},t=b.removal({styles:[{name:l.not(l.pattern(/width|height|list-style-type/)),condition:r},{name:l.pattern(/width|height/),condition:d.isNotImage}]}),u=b.removal({classes:[{name:l.not(l.exact("rtf-data-image"))}]}),v=b.removal({styles:[{name:l.pattern(a.validStyles())}]}),w=b.removal({classes:[{name:l.pattern(/mso/i)}]}),x=b.unwrapper({tags:[{name:l.exact("img"),condition:d.isLocal},{name:l.exact("a"),condition:d.hasNoAttributes}]}),y=b.unwrapper({tags:[{name:l.exact("a"),condition:d.hasNoAttributes}]}),z=b.removal({attributes:[{name:l.exact("style"),value:l.exact(""),debug:!0}]}),A=b.removal({attributes:[{name:l.exact("class"),value:l.exact(""),debug:!0}]}),B=b.unwrapper({tags:[{name:l.pattern(a.specialInline()),condition:f.not(d.hasContent)}]}),C=b.unwrapper({tags:[{name:l.exact("p"),condition:s("li")}]}),D=b.transformer({tags:[{name:l.exact("p"),mutate:e.addBrTag}]}),E=function(a){var b=e.changeTag("span",a);g.add(b,"ephox-limbo-transform"),h.set(b,"text-decoration","underline")},F=b.transformer({tags:[{name:l.pattern(/ol|ul/),mutate:e.properlyNest}]}),G=b.transformer({tags:[{name:l.exact("b"),mutate:f.curry(e.changeTag,"strong")},{name:l.exact("i"),mutate:f.curry(e.changeTag,"em")},{name:l.exact("u"),mutate:E},{name:l.exact("s"),mutate:f.curry(e.changeTag,"strike")},{name:l.exact("font"),mutate:e.fontToSpan,debug:!0}]}),H=b.removal({classes:[{name:l.exact("ephox-limbo-transform")}]}),I=function(){var a=/^file:\/\/\/[^#]+(#[^#]+)$/,c=function(b){var c=k.get(b,"href");return!!c&&a.test(c)},d=function(b){var c=k.get(b,"href");k.set(b,"href",c.replace(a,"$1"))};return b.transformer({tags:[{name:l.exact("a"),condition:c,mutate:d}]})}(),J=b.removal({attributes:[{name:l.exact("href"),value:l.starts("file:///"),debug:!0}]});return{unwrapWordTags:m,removeWordAttributes:o,parseLists:n,removeExcess:q,cleanStyles:t,cleanClasses:u,mergeStyles:v,mergeClasses:w,removeLocalImages:x,removeVacantLinks:y,removeEmptyStyle:z,removeEmptyClass:A,pruneInlineTags:B,unwrapSingleParagraphsInlists:C,addPlaceholders:D,nestedListFixes:F,inlineTagFixes:G,cleanupFlags:H,distillAnchorsFromLocalLinks:I,removeLocalLinks:J,removeAnchors:p,none:f.noop}}),g("6q",["g","5k","7k","6s","7n","7o","7p","o","k"],function(a,b,c,d,e,f,g,h,i){var j=function(a){return a.browser.isIE()&&a.browser.version.major>=11},k=function(a,b,c){var d=i.fromDom(a.getNode());return b(d).fold(function(){return[a]},function(b){var d=a.type()===g.END_ELEMENT_TYPE,e=[g.token(b.dom(),d)];return!d&&c&&e.push(g.token(b.dom(),!0)),e})},l=function(b,c){return f(function(d,e){var f=k(e,b,c);a.each(f,d.emit)},h.noop,"image filters")},m=function(a,e,f){var g=f.browser.isFirefox()||f.browser.isSpartan(),h=g?b.local:b.vshape,i=!g,k=j(f)?c.none:d.pipeline([l(h,i)]),m=g?c.none:c.removeLocalImages,n=a?k:c.none;return{annotate:[n],local:[m]}},n=function(a,b){var d=j(b)&&a;return d?[c.unwrapSingleParagraphsInlists]:[]},o=function(a,b,d){var e=[c.mergeStyles,c.mergeClasses],f=[c.cleanStyles,c.cleanClasses];return b?e:f},p=function(a,b,c){return j(c)||!a?[]:[e.preprocess]},q=function(a,b,d){if(!a)return[c.none];var e=[c.unwrapWordTags],f=j(d)?[]:c.parseLists;return e.concat(f).concat([c.removeWordAttributes])},r=function(b,d,e){var f=m(b,d,e);return a.flatten([p(b,d,e),f.annotate,[c.inlineTagFixes],q(b,d,e),[c.nestedListFixes],[c.removeExcess],f.local,o(b,d,e),[c.distillAnchorsFromLocalLinks,c.removeLocalLinks,c.removeVacantLinks],[c.removeEmptyStyle],[c.removeEmptyClass],[c.pruneInlineTags],[c.addPlaceholders],n(b,e),[c.cleanupFlags]])};return{derive:r}}),g("8t",[],function(){return["body","p","div","article","aside","figcaption","figure","footer","header","nav","section","ol","ul","li","table","thead","tbody","tfoot","caption","tr","td","th","h1","h2","h3","h4","h5","h6","blockquote","pre","address"]}),g("88",["8t","g","o","j","3y","5n","k","23","2i","10","3z","6x","24","2j","26","8s","3q"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q){return function(){var r=function(a){return g.fromDom(a.dom().cloneNode(!1))},s=function(c){return!!j.isElement(c)&&("body"===j.name(c)||b.contains(a,j.name(c)))},t=function(a){return!!j.isElement(a)&&b.contains(["br","img","hr","input"],j.name(a))},u=function(a,b){return a.dom().compareDocumentPosition(b.dom())},v=function(a,b){var c=d.clone(a);d.setAll(b,c)};return{up:c.constant({selector:o.ancestor,closest:o.closest,predicate:l.ancestor,all:q.parents}),down:c.constant({selector:n.descendants,predicate:k.descendants}),styles:c.constant({get:f.get,getRaw:f.getRaw,set:f.set,remove:f.remove}),attrs:c.constant({get:d.get,set:d.set,remove:d.remove,copyTo:v}),insert:c.constant({before:h.before,after:h.after,afterAll:i.after,append:h.append,appendAll:i.append,prepend:h.prepend,wrap:h.wrap}),remove:c.constant({unwrap:m.unwrap,remove:m.remove}),create:c.constant({nu:g.fromTag,clone:r,text:g.fromText}),query:c.constant({comparePosition:u,prevSibling:q.prevSibling,nextSibling:q.nextSibling}),property:c.constant({children:q.children,name:j.name,parent:q.parent,isText:j.isText,isComment:j.isComment,isElement:j.isElement,getText:p.get,setText:p.set,isBoundary:s,isEmptyTag:t}),eq:e.eq,is:e.is}}}),g("95",["2l"],function(a){return a.immutable("word","pattern")}),g("96",["2l"],function(a){var b=a.immutable("element","offset"),c=a.immutable("element","deltaOffset"),d=a.immutable("element","start","finish"),e=a.immutable("begin","end"),f=a.immutable("element","text");return{point:b,delta:c,range:d,points:e,text:f}}),g("9u",["o","p"],function(a,b){var c=a.constant(!1),d=a.constant(!0),e=function(a,b){return h(function(c,d,e){return c(a,b)})},f=function(a,b){return h(function(c,d,e){return d(a,b)})},g=function(a,b){return h(function(c,d,e){return e(a,b)})},h=function(e){var f=function(){return e(d,c,c)},g=function(){return e(b.none,b.none,function(a,c){return b.some(a)})},h=function(a){return e(c,c,function(b,c){return c.eq(b,a)})},i=function(){return e(a.constant(0),a.constant(1),function(a,b){return b.property().getText(a).length})};return{isBoundary:f,fold:e,toText:g,is:h,len:i}},i=function(a,b,c,d){return a.fold(b,c,d)};return{text:g,boundary:e,empty:f,cata:i}}),g("9v",["g","o"],function(a,b){var c=function(c,d,e,f){var g=a.findIndex(c,b.curry(f,d)),h=g>-1?g:0,i=a.findIndex(c,b.curry(f,e)),j=i>-1?i+1:c.length;return c.slice(h,j)};return{boundAt:c}}),g("9w",["g"],function(a){var b=function(b,c){var d=a.findIndex(b,c);return b.slice(0,d)};return{sliceby:b}}),g("9y",["1s"],function(a){var b=a.generate([{include:["item"]},{excludeWith:["item"]},{excludeWithout:["item"]}]),c=function(a,b,c,d){return a.fold(b,c,d)};return{include:b.include,excludeWith:b.excludeWith,excludeWithout:b.excludeWithout,cata:c}}),g("9x",["g","9y"],function(a,b){var c=function(a,c){return d(a,function(a){return c(a)?b.excludeWithout(a):b.include(a)})},d=function(c,d){var e=[],f=[];return a.each(c,function(a){var c=d(a);b.cata(c,function(){f.push(a)},function(){f.length>0&&e.push(f),e.push([a]),f=[]},function(){f.length>0&&e.push(f),f=[]})}),f.length>0&&e.push(f),e};return{splitby:c,splitbyAdv:d}}),g("9i",["9v","9w","9x"],function(a,b,c){var d=function(b,c,d,e){return a.boundAt(b,c,d,e)},e=function(a,b){return c.splitby(a,b)},f=function(a,b){return c.splitbyAdv(a,b)},g=function(a,c){return b.sliceby(a,c)};return{splitby:e,splitbyAdv:f,sliceby:g,boundAt:d}}),g("98",["g","o","p","96","9i"],function(a,b,c,d,e){var f=function(b){return a.foldr(b,function(a,b){return b.len()+a},0)},g=function(a,b){return e.sliceby(a,function(a){return a.is(b)})},h=function(a,b){return a.fold(c.none,function(a){return c.some(d.range(a,b,b+1))},function(e){return c.some(d.range(e,b,b+a.len()))})},i=function(c){return a.bind(c,function(a){return a.fold(b.constant([]),b.constant([]),function(a){return[a]})})};return{count:f,dropUntil:g,gen:h,justText:i}}),g("a3",["g","96","9u","98"],function(a,b,c,d){var e=function(b,d,f){if(b.property().isText(d))return[c.text(d,b)];if(b.property().isEmptyTag(d))return[c.empty(d,b)];if(b.property().isElement(d)){var g=b.property().children(d),h=b.property().isBoundary(d)?[c.boundary(d,b)]:[],i=void 0!==f&&f(d)?[]:a.bind(g,function(a){return e(b,a,f)});return h.concat(i).concat(h)}return[]},f=function(b,c,d){var f=e(b,c,d),g=function(a,b){return a};return a.map(f,function(a){return a.fold(g,g,g)})},g=function(a,c,f,g,h){var i=e(a,g,h),j=d.dropUntil(i,c),k=d.count(j);return b.point(g,k+f)},h=function(a,c,d,e){return a.property().parent(c).fold(function(){return b.point(c,d)},function(b){return g(a,c,d,b,e)})},i=function(a,c,d,e,f){return a.up().predicate(c,e).fold(function(){return b.point(c,d)},function(b){return g(a,c,d,b,f)})};return{typed:e,items:f,extractTo:i,extract:h}}),g("a4",["g","o","a3"],function(a,b,c){var d="\n",e=" ",f=function(a,b){return"img"===b.property().name(a)?e:d},g=function(e,g,h){var i=c.typed(e,g,h);return a.map(i,function(a){return a.fold(b.constant(d),f,e.property().getText)}).join("")};return{from:g}}),g("9k",["g","o"],function(a,b){var c=function(c,d,e){var f={len:void 0!==e?e:0,list:[]},g=a.foldl(c,function(a,c){var e=d(c,a.len);return e.fold(b.constant(a),function(b){return{len:b.finish(),list:a.list.concat([b])}})},f);return g.list};return{make:c}}),g("9l",["g","p"],function(a,b){var c=function(a,b){return b>=a.start()&&b<=a.finish()},d=function(d,e){var f=a.find(d,function(a){return c(a,e)});return b.from(f)},e=function(b,c){return a.findIndex(b,function(a){return a.start()===c})},f=function(a,b){var c=a[a.length-1]&&a[a.length-1].finish()===b;return c?a.length+1:-1},g=function(a,b,c){var d=e(a,b),g=e(a,c),h=g>-1?g:f(a,c);return d>-1&&h>-1?a.slice(d,h):[]},h=function(c,d){return b.from(a.find(c,d))};return{get:d,find:h,inUnit:c,sublist:g}}),g("9n",["g","1r","o"],function(a,b,c){var d=function(d,e){return a.map(d,function(a){return b.merge(a,{start:c.constant(a.start()+e),finish:c.constant(a.finish()+e)})})};return{translate:d}}),g("9m",["g","9l","9n"],function(a,b,c){var d=function(a,b,d){var e=d(a,b);return c.translate(e,a.start())},e=function(c,e,f){return 0===e.length?c:a.bind(c,function(c){var g=a.bind(e,function(a){return b.inUnit(c,a)?[a-c.start()]:[]});return g.length>0?d(c,g,f):[c]})};return{splits:e}}),g("9a",["9k","9l","9m","9n"],function(a,b,c,d){var e=function(b,c,d){return a.make(b,c,d)},f=function(a,c){return b.get(a,c)},g=function(a,c){return b.find(a,c)},h=function(a,b,d){return c.splits(a,b,d)},i=function(a,b){return d.translate(a,b)},j=function(a,c,d){return b.sublist(a,c,d)};return{generate:e,get:f,find:g,splits:h,translate:i,sublist:j}}),g("a5",["96","a3","98","9a"],function(a,b,c,d){var e=function(e,f,g,h){var i=b.typed(e,f,h),j=d.generate(i,c.gen),k=d.get(j,g);return k.map(function(b){return a.point(b.element(),g-b.start())})};return{find:e}}),g("9t",["a3","a4","a5"],function(a,b,c){var d=function(b,c,d){return a.typed(b,c,d)},e=function(b,c,d){return a.items(b,c,d)},f=function(b,c,d,e){return a.extract(b,c,d,e)},g=function(b,c,d,e,f){return a.extractTo(b,c,d,e,f)},h=function(a,b,d,e){return c.find(a,b,d,e)},i=function(a,c,d){return b.from(a,c,d)};return{extract:f,extractTo:g,all:e,from:d,find:h,toText:i}}),g("9g",["g","9t","9u","9i","9y"],function(a,b,c,d,e){var f=function(f,g,h){var i=a.bind(g,function(a){return b.from(f,a,h)}),j=d.splitbyAdv(i,function(a){return c.cata(a,function(){return e.excludeWithout(a)},function(){return e.excludeWith(a)},function(){return e.include(a)})});return a.filter(j,function(a){return a.length>0})};return{group:f}}),g("9z",["g","p"],function(a,b){var c=function(c,d,e){var f=[d].concat(c.up().all(d)),g=[e].concat(c.up().all(e)),h=a.find(f,function(b){return a.exists(g,function(a){return c.eq(a,b)})});return b.from(h)};return{common:c}}),g("a0",["g"],function(a){var b=["table","tbody","thead","tfoot","tr","ul","ol"];return function(c){var d=c.property(),e=function(b,c){return d.parent(b).map(d.name).map(function(b){return!a.contains(c,b)}).getOr(!1)},f=function(a){return d.isText(a)&&e(a,b)};return{validateText:f}}}),g("9h",["g","o","9t","9z","a0"],function(a,b,c,d,e){var f=function(c,d,e){return a.findIndex(d,b.curry(c.eq,e))},g=function(a,b,c,d,e){return b-1&&o>-1?g(m,n,j,o,l):[],q=e(h);return a.filter(p,q.validateText)})};return{range:h}}),g("97",["9g","9h"],function(a,b){var c=function(a,c,d,e,f){return b.range(a,c,d,e,f)},d=function(b,c,d){return a.group(b,c,d)};return{range:c,group:d}}),g("a6",[],function(){var a=function(a){var b=/^[a-zA-Z]/.test(a)?"":"e",c=a.replace(/[^\w]/gi,"-");return b+c};return{css:a}}),g("a7",["g"],function(a){var b=function(b,c){if(0===c.length)return[b];var d=a.foldl(c,function(a,c){if(0===c)return a;var d=b.substring(a.prev,c);return{prev:c,values:a.values.concat([d])}},{prev:0,values:[]}),e=c[c.length-1];return e0});if(j.length<=1)return[c.range(g,0,i.length)];f.property().setText(g,j[0]);var k=d.generate(j.slice(1),function(a,d){var e=f.create().text(a),g=c.range(e,d,d+a.length);return b.some(g)},j[0].length),l=a.map(k,function(a){return a.element()});return f.insert().afterAll(g,l),[c.range(g,0,j[0].length)].concat(k)};return{subdivide:f}}),g("99",["g","o","9j","9a"],function(a,b,c,d){var e=function(e,f,g){var h=a.bind(g,function(a){return[a.start(),a.finish()]}),i=function(a,b){return c.subdivide(e,a.element(),b)},j=d.splits(f,h,i),k=function(c){var f=d.sublist(j,c.start(),c.finish()),g=a.map(f,function(a){return a.element()}),h=a.map(g,e.property().getText).join("");return{elements:b.constant(g),word:c.word,exact:b.constant(h)}};return a.map(g,k)};return{separate:e}}),g("8v",[],function(){var a=function(){return"\ufeff"};return{zeroWidth:a}}),g("8a",["8v","o"],function(a,b){var c="\\w'\\-\\u0100-\\u017F\\u00C0-\\u00FF"+a.zeroWidth()+"\\u2018\\u2019",d="[^"+c+"]",e="["+c+"]";return{chars:b.constant(c),wordbreak:b.constant(d),wordchar:b.constant(e)}}),g("8b",["55"],function(a){return function(b,c,d,e){var f=function(){return new a(b,e.getOr("g"))};return{term:f,prefix:c,suffix:d}}}),g("8d",["o","p","8a","8b"],function(a,b,c,d){var e=function(c){return d(c,a.constant(0),a.constant(0),b.none())},f=function(a){var e="((?:^'?)|(?:"+c.wordbreak()+"+'?))"+a+"((?:'?$)|(?:'?"+c.wordbreak()+"+))",f=function(a){return a.length>1?a[1].length:0},g=function(a){return a.length>2?a[2].length:0};return d(e,f,g,b.none())};return{token:e,word:f}}),g("8c",["8d"],function(a){var b=function(a){return a.replace(/[-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},c=function(c){var d=b(c);return a.word(d)},d=function(c){var d=b(c);return a.token(d)};return{sanitise:b,word:c,token:d}}),g("7r",["8a","8b","8c","8d"],function(a,b,c,d){var e=function(a){return c.word(a)},f=function(a){return c.token(a)},g=function(a,c,d,e){return b(a,c,d,e)},h=function(a){return d.word(a)},i=function(a){return d.token(a)},j=function(a){return c.sanitise(a)},k=function(){return a.chars()},l=function(){return a.wordbreak()},m=function(){return a.wordchar()};return{safeword:e,safetoken:f,custom:g,unsafeword:h,unsafetoken:i,sanitise:j,chars:k,wordbreak:l,wordchar:m}}),g("9o",["o"],function(a){var b=function(b,c){for(var d=c.term(),e=[],f=d.exec(b);f;){var g=f.index+c.prefix(f),h=f[0].length-c.prefix(f)-c.suffix(f);e.push({start:a.constant(g),finish:a.constant(g+h)}),d.lastIndex=g+h,f=d.exec(b)}return e};return{all:b}}),g("9p",["g","1r","9o","17"],function(a,b,c,d){var e=function(a){var b=d.prototype.slice.call(a,0);return b.sort(function(a,b){return a.start()=q&&b<=r},x=function(b){a.each(b,function(a){l.isElement(a)&&h.getRaw(a,"position").isSome()&&h.remove(a,"position")})},y=function(b){var c=a.filter(b,function(a){return"li"===l.name(a)});if(c.length>0){var d=o.prevSiblings(c[0]),e=i.fromTag("ul");if(j.before(b[0],e),d.length>0){var f=i.fromTag("li");j.append(e,f),k.append(f,d)}k.append(e,c)}};return{links:v,position:x,list:y}}),g("5f",["g","6q","6r","6s","6n","3q"],function(a,b,c,d,e,f){var g=function(b){var d=f.children(b);a.each([c.links,c.position,c.list],function(a){a(d)})},h=function(a,c,f,h,i){g(f);var j=e.get(f),k=b.derive(i,h,c);return d.go(a,j,k)};return{go:h,preprocess:g}}),g("6o",["50","51","58","34","31","5f","2n","2h","1l"],function(a,b,c,d,e,f,g,h,i){var j=e.detect(),k=function(a,b,c,d){try{var e=f.go(a,j,b,c,d),k=void 0!==e&&null!==e&&e.length>0,l=k?h.fromHtml(e):[];return g.value(l)}catch(m){return i.error(m),g.error("errors.paste.process.failure")}},l=function(e,f,g,h,i){var j=k(e,f,h,g);return j.fold(function(b){return a.error(b)},function(e){return a.sync(function(f){i.get(function(g){var h=c.findImages(e,g);a.call(f,{response:d.paste(e,g,h),bundle:b.nu({})})})})})};return{transfer:l}}),g("5d",["6o","g","n","p","24","3q"],function(a,b,c,d,e,f){var g=function(b,c,d,e,f){return a.transfer(b,c,e,d,f)},h=function(g,h,i){var j=!1,k=!0,l=function(a,b){return void 0===h||b?d.none():h.findClipboardTags(f.children(a))},m=l(i,j).getOr([]);b.each(m,e.remove);var n=c.nu(function(a){a([])});return a.transfer(g,i,j,k,n)};return{internal:h,external:g}}),g("6p",["g","k","6n","7t"],function(a,b,c,d){var e=function(a){var e=b.fromTag("div");return d.set(e,a),c.get(e)},f=function(b){var c=b.trim().split(/\n{2,}|(?:\r\n){2,}/),d=a.map(c,function(a){return a.split(/\n|\r\n/).join("
")});return 1===d.length?d[0]:a.map(d,function(a){return"

"+a+"

"}).join("")};return{encode:e,convert:f}}),g("5e",["50","6p","51","39","34","p","2a","2h","16"],function(a,b,c,d,e,f,g,h,i){var j=function(a){return a.length>0},k=function(a){return d.isValidData(a)?g.findMap(a.types,function(b){return"text/plain"===b?f.some(a.getData(b)):f.none()}):f.none()},l=function(){var a=i.clipboardData;return void 0!==a?f.some(a.getData("text")):f.none()},m=function(a){var c=b.encode(a),d=b.convert(c),f=h.fromHtml(d);return e.paste(f,[],[])},n=function(b){return a.sync(function(f){var g=d.isValidData(b)?k:l,h=g(b).filter(j).fold(e.cancel,m);a.call(f,{response:h,bundle:c.nu({})})})};return{handle:n}}),g("3c",["50","51","59","5b","5c","5d","5e","34","31","5f","o","k","2i","3q","1l"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var p=i.detect(),q=function(a,b,c){return g.handle(a)},r=function(b,c){var d=function(b,d,e){var f=l.fromTag("div");m.append(f,b),j.preprocess(f);var g=n.children(f);return a.pure({response:h.paste(g,d,e),bundle:c.bundle()})},e=k.curry(a.pass,c);return h.cata(c.response(),e,d,e,d)},s=function(a,b){return function(d,e){var g=e.bundle();return c.proxyBin(g).handle("There was no proxy bin setup. Ensure you have run proxyStep first.",function(c){var d=n.owner(a);return f.internal(d,b,c)})}},t=function(a,b){return function(d,e){var g=e.bundle();return c.proxyBin(g).handle("There was no proxy bin setup. Ensure you have run proxyStep first.",function(d){var e=c.merging(g),h=c.isWord(g),i=c.isInternal(g),j=c.backgroundAssets(g),k=n.owner(a);return i?f.internal(k,b,d):f.external(k,d,e,h,j)})}},u=function(){return function(b,c){return a.error("errors.local.images.disallowed")}},v=function(){return function(b,c){if(p.browser.isSafari()){var d=p.deviceType.isWebView()?"webview.imagepaste":"safari.imagepaste";return a.error(d)}return e.handle(b)}},w=function(a){return function(b,e){var f=c.mergeOffice(e.bundle());return d.handle(b,f,a)}},x=function(b,c){return a.cancel()},y=function(c){return function(d,e){var f=b.merge(e.bundle(),b.nu(c));return a.pure({response:e.response(),bundle:f})}};return{plain:q,autolink:r,noImages:u,images:v,internal:s,external:t,gwt:w,setBundle:y,none:x}}),g("5g",["5m","o"],function(a,b){var c=a.resolve("smartpaste-eph-bin");return{binStyle:b.constant(c)}}),g("5h",["6s","j","6n","6t"],function(a,b,c,d){var e=function(a,c){return d.descendant(a,function(a){return!!b.has(a,"style")&&b.get(a,"style").indexOf("mso-")>-1})},f=function(b,d){var e=c.get(b);return a.isWordContent(e,d)},g=function(a,b){var c=a.browser,d=c.isIE()&&c.version.major>=11?e:f;return d(b,a)};return{isWord:g}}),g("3d",["50","51","5g","31","5h","2g","3q"],function(a,b,c,d,e,f,g){var h=d.detect();return function(d,i,j,k,l){return function(m,n){var o=l(),p=n.response();return a.sync(function(l){var n=d(j);n.events.after.bind(function(d){var j=d.container();i(j),f.add(j,c.binStyle());var m=e.isWord(h,j),n=g.children(j),q=k.findClipboardTags(n,m).isSome();a.call(l,{response:p,bundle:b.nu({isWord:m,isInternal:q,proxyBin:j,backgroundAssets:o})})}),o.convert(m.data()),n.run()})}}}),g("8e",["7e","7f","17","3f","18","8r"],function(a,b,c,d,e,f){var g=function(a){for(var b=new c(a.length/2),e=0;ec&&c!==-1?(b=c+1,++e):(c>d||c<0)&&d!==-1&&(b=d+1,--e),b>f||d===-1)return-1;while(e>0);return b},k=function(a,b,c,e){var f=i(a,c,e),g=/[^a-fA-F0-9]([a-fA-F0-9]+)\}$/;return h(c,e,f,g,d)},l=function(a,b,c,d){var e=i(a,c,d),g=/([a-fA-F0-9]{64,})(?:\}.*)/;return h(c,d,e,g,f)},m=function(d,f){var h=g(c,d,f),i=j(d,h),m=g(e,d,f),n=j(d,m),o=a.curry(l,d,f,m,n),p=a.curry(k,d,f,h,i);return h===-1&&m===-1?b.none():h===-1?o():m===-1?p():mi?p():hn?o():h=0?e.value("image/png"):a.indexOf("\\jpegblip")>=0?e.value("image/jpeg"):e.error("errors.imageimport.unsupported")},h=function(a){return a.replace(/\r/g,"").replace(/\n/g,"")},i=function(a,b){var c=a.match(b);return c&&c[1]&&c[1].length%2===0?e.value(c[1]):e.error("errors.imageimport.invalid")},j=function(a){var b=a.match(/\\shplid(\d+)/);return null!==b?d.some(b[1]):d.none()},k=function(c){var d=c.bower(),e=c.regex();return j(d).map(function(f){var h=c.idRef()+f;return g(d).fold(function(a){return b.unsupported(h,a)},function(c){return i(d,e).fold(function(a){return b.unsupported(h,a)},function(d){return b.supported(h,c,a.convert(d,c))})})})},l=function(a){for(var b=[],c=function(){return a.length},d=function(a){var c=k(a);return b=b.concat(c.toArray()),a.end()},e=0;e0?(f.each(b,m.remove),t(e.incomplete(d,c,o,"errors.local.images.disallowed"))):t(e.paste(d,c,o))}})};e.cata(c.response(),j,o,j,o)})}}}),g("1v",["37","38","39","3a","3b","3c","3d","3e","31","o","p","2l","11","16"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n){var o=l.immutable("data","rtf"),p=i.detect(),q="^image/",r="file",s=[q,r],t="html",u="rtf",v=function(a){return m.contains(a,"0?k.some(c):k.none()}):k.none()},D=function(a,b,c,d){return{label:j.constant(a),getAvailable:b,steps:j.constant(c),capture:j.constant(d)}},E=function(c,d,h,i){var k=j.curry(z,i);return D("Within Textbox.io (tables) pasting",k,[a.normal(g(d,c,h,i,b.ignore)),a.normal(e.fixed(!0,!0)),a.normal(f.internal(h,i))],!1)},F=function(c,i,j,k,l,m,n){return D("Outside of Textbox.io pasting (could be internal but another browser)",x,[a.normal(g(k,j,l,n,b.background)),a.normal(e.fromConfigIfExternal(c,i)),a.normal(f.external(l,n)),a.blocking(h(m,i)),a.normal(d(i))],!1)},G=function(b,c,d,g){return D("GWT pasting",j.curry(w,b),[a.normal(f.setBundle({isWord:!0})),a.normal(e.fromConfig(c,d)),a.normal(f.gwt(b)),a.blocking(h(g,d))],!0)},H=function(b){return D("Image pasting",y,[a.normal(b.allowLocalImages===!1?f.noImages(j.noop):f.images())],!0)},I=function(){return D("Only plain text is available to paste",B,[a.normal(f.plain),a.normal(f.autolink)],!0)},J=function(){return D("Plain text pasting",A,[a.normal(f.plain),a.normal(f.autolink)],!0)},K=function(){return D("There is no valid way to paste",k.some,[a.normal(f.none)],!1)};return{internal:E,pastiche:F,gwt:G,image:H,text:J,onlyText:I,none:K}}),g("5l",["5m","31","j","2g","k","6n","2i"],function(a,b,c,d,e,f,g){var h=function(){var a=b.detect(),c=a.os.isOSX();return c?["\u2318"]:["Ctrl"]},i=function(a){return e.fromHtml("

"+a("cement.dialog.flash.press-escape")+"

")},j=function(b){var c=e.fromTag("div");d.add(c,a.resolve("flashbin-helpcopy"));var f=h(),j=e.fromHtml("

"+b("cement.dialog.flash.trigger-paste")+"

"),k=e.fromHtml('
'+f+' + V
');return d.add(k,a.resolve("flashbin-helpcopy-kbd")),g.append(c,[j,k,i(b)]),c},k=function(b){var c=e.fromTag("div");d.add(c,a.resolve("flashbin-helpcopy"));var f=e.fromHtml("

"+b("cement.dialog.flash.missing")+"

");return g.append(c,[f,i(b)]),c},l=function(b){var h=e.fromTag("div");d.add(h,a.resolve("flashbin-loading"));var i=e.fromTag("div");d.add(i,a.resolve("flashbin-loading-spinner"));var j=e.fromTag("p"),k=b("loading.wait");return f.set(j,k),c.set(j,"aria-label",k),g.append(h,[i,j]),h};return{paste:j,noflash:k,indicator:l}}),h("5o",navigator),g("3j",["5l","5m","31","o","2g","5n","k","23","2i","5o"],function(a,b,c,d,e,f,g,h,i,j){var k=c.detect(),l=function(){return new ActiveXObject("ShockwaveFlash.ShockwaveFlash")},m=function(){try{var a=k.browser.isIE()?l():j.plugins["Shockwave Flash"];return void 0!==a}catch(b){return!1}},n=function(b,c,e,f){var g=a.noflash(f);return h.append(b,g),{reset:d.noop}},o=function(b,c,d,e){var g=a.paste(e),h=a.indicator(e);i.append(b,[h,g,c.element()]);var j=function(){f.setAll(h,{height:"0",padding:"0"})},k=function(){f.set(g,"display","block"),f.set(h,"display","none"),d()},l=function(){f.set(g,"display","none"),f.set(h,"display","block"),f.remove(h,"height"),f.remove(h,"padding"),d()};return c.events.spin.bind(l),c.events.reset.bind(k),c.events.hide.bind(j),{reset:k}};return function(a,c,f){var h=g.fromTag("div"),i="flashbin-wrapper-"+(k.os.isOSX()?"cmd":"ctrl");e.add(h,b.resolve(i));var j=m()?o:n,l=j(h,a,c,f.translations);return{element:d.constant(h),reset:l.reset}}}),h("5u",clearInterval),h("5w",setInterval),g("5p",["p","28","29","14","5u","5w"],function(a,b,c,d,e,f){var g=function(){var g=d(a.none()),h=c.create({crashed:b([]),timeout:b([])}),i=function(b,c,d,i){var j=c,k=f(function(){d()?e(k):j<=0?(h.trigger.timeout(),e(k)):i()&&(e(k),h.trigger.crashed()),j--},b);g.set(a.some(k))},j=function(){g.get().each(function(a){e(a)})};return{start:i,stop:j,events:h.registry}};return{responsive:g}}),g("5q",["1h","g","5u","5w"],function(a,b,c,d){return function(e,f,g){var h=function(c){return b.forall(f,function(b){return a.isFunction(c[b])})},i=function(){var b=e.dom();a.isFunction(b.PercentLoaded)&&100===b.PercentLoaded()&&h(b)&&(l(),g())},j=!0,k=d(i,500),l=function(){j&&(c(k),j=!1)};return{stop:l}}}),g("6z",["78"],function(a){var b=function(a,b){return void 0!==a[b]&&null!==a[b]||(a[b]={}),a[b]},c=function(c,d){for(var e=d||a,f=c.split("."),g=0;g ';if(A.browser.isIE()&&10===A.browser.version.major){var d=f.generate("flash-bin");return p.fromHtml(''+c+"")}return p.fromHtml(''+c+"")},L=K(),M=function(){o.setAll(L,{width:"2px",height:"2px"})};M();var N=b(L,e.keys(J),D);r.append(s,L);var O=function(){return s},P=function(){A.browser.isFirefox()&&y.getSelection().removeAllRanges(),q.focus(L)},Q=null,R=function(){n.add(s,c.resolve("flash-activate")),o.remove(L,"height"),o.remove(L,"width"),h.trigger.hide()},S=function(){t(Q),n.remove(s,c.resolve("flash-activate")),M()},T=function(){Q=w(R,3e3),h.trigger.spin(),o.set(s,"display","block"),P()},U=function(){o.set(s,"display","none"),B.each(function(a){d.each(a,function(a){a.unbind()})})},V=function(){U(),d.each(e.values(J),function(a){z.unregister(a)}),z.unregister(E),N.stop()};return{focus:P,element:O,activate:T,deactivate:U,destroy:V,events:h.registry}}}),g("1w",["3j","3k","28","29","z","k","16"],function(a,b,c,d,e,f,g){return function(h,i){var j=i.translations,k=d.create({response:c(["rtf","hide"]),cancel:c([]),error:c(["message"]),failed:c(["message"])}),l=function(){var c=b(i.swf);c.deactivate();var d=f.fromDom(g),l=e.bind(d,"mouseup",c.focus),m=function(){q()},n=function(){m(),k.trigger.cancel()};c.events.cancel.bind(n),c.events.response.bind(function(a){k.trigger.response(a.rtf(),m)}),c.events.error.bind(function(a){m(),k.trigger.error(a.message())}),c.events.failed.bind(function(a){m(),k.trigger.failed(a.message())});var o=h();o.setTitle(j("cement.dialog.flash.title"));var p=a(c,o.reflow,i);p.reset(),o.setContent(p.element()),o.events.close.bind(n),o.show(),c.activate();var q=function(){l.unbind(),c.destroy(),o.destroy()}};return{open:l,events:k.registry}}}),g("5z",[],function(){var a=function(a,b){return d(function(c,d,e){return d(a,b)})},b=function(a){return d(function(b,c,d){return b(a)})},c=function(a){return d(function(b,c,d){return d(a)})},d=function(a){return{fold:a}};return{on:a,before:b,after:c}}),g("5y",["5z","2l","k"],function(a,b,c){var d=b.immutable("start","soffset","finish","foffset"),e=b.immutable("start","soffset","finish","foffset"),f=b.immutable("start","finish"),g=function(b){var d=c.fromDom(b.startContainer),e=c.fromDom(b.endContainer);return f(a.on(d,b.startOffset),a.on(e,b.endOffset))};return{read:d,general:e,write:f,writeFromNative:g}}),g("60",[],function(){var a=function(a,b){if(a.getSelection)return b(a,a.getSelection());throw"No selection model supported."};return{run:a}}),g("71",["3y","k","3q"],function(a,b,c){var d=function(a,b,d,e){var f=c.owner(a),g=f.dom().createRange();return g.setStart(a.dom(),b),g.setEnd(d.dom(),e),g},e=function(a,c,e,f){var g=d(a,c,e,f);return b.fromDom(g.commonAncestorContainer)},f=function(b,c,e,f){var g=d(b,c,e,f),h=a.eq(b,e)&&c===f;return g.collapsed&&!h};return{after:f,commonAncestorContainer:e}}),g("70",["5y","71","k","3q"],function(a,b,c,d){var e=function(a){return b.after(c.fromDom(a.anchorNode),a.anchorOffset,c.fromDom(a.focusNode),a.focusOffset)},f=function(b,d){var f=c.fromDom(d.startContainer),g=c.fromDom(d.endContainer);return e(b)?a.read(g,d.endOffset,f,d.startOffset):a.read(f,d.startOffset,g,d.endOffset)},g=function(a){return e(a)},h=function(a,b,c,e){return function(f){if(f.extend)f.collapse(a.dom(),b),f.extend(c.dom(),e);else{var g=d.owner(a).dom().createRange();g.setStart(c.dom(),e),g.setEnd(a.dom(),b),f.removeAllRanges(),f.addRange(g)}}},i=function(a,c,d,e){return b.after(a,c,d,e)},j=function(){return{flip:f,isRtl:g}},k=function(){return{flip:h,isRtl:i}};return{read:j,write:k}}),g("62",["5y","70","p","71","k"],function(a,b,c,d,e){var f=function(b,d){var f=h(b,d.start(),d.finish());if(f.collapsed===!0){var g=h(b,d.finish(),d.start());return g.collapsed===!0?c.none():c.some(a.general(e.fromDom(g.endContainer),g.endOffset,e.fromDom(g.startContainer),g.startOffset))}return c.none()},g=function(a,b){var c=h(a,b.start(),b.finish());return c.collapsed===!0?h(a,b.finish(),b.start()):c},h=function(a,b,c){var d=m(a);return b.fold(function(a){d.setStartBefore(a.dom())},function(a,b){d.setStart(a.dom(),b)},function(a){d.setStartAfter(a.dom())}),c.fold(function(a){d.setEndBefore(a.dom())},function(a,b){d.setEnd(a.dom(),b)},function(a){d.setEndAfter(a.dom())}),d},i=function(a,b){return h(a,b.start(),b.finish())},j=function(a,b,c,e,f){var g=d.after(b,c,e,f),h=a.document.createRange();return g?(h.setStart(e.dom(),f),h.setEnd(b.dom(),c)):(h.setStart(b.dom(),c),h.setEnd(e.dom(),f)),h},k=function(a,b){var c=i(a,b);return function(a){a.addRange(c)}},l=function(a,c){var d=f(a,c);return d.fold(function(){return k(a,c)},function(a){return b.write().flip(a.start(),a.soffset(),a.finish(),a.foffset())})},m=function(a){return a.document.createRange()};return{create:m,build:l,toNative:i,forceRange:g,toExactNative:j}}),g("61",["g","62","k","10","2j","2p"],function(a,b,c,d,e,f){var g=function(a,b,c){return a.selectNodeContents(c.dom()),a.compareBoundaryPoints(b.END_TO_START,b)<1&&a.compareBoundaryPoints(b.START_TO_END,b)>-1},h=function(b,c,d,h){var i=b.document.createRange(),j=f.is(c,h)?[c]:[],k=j.concat(e.descendants(c,h));return a.filter(k,function(a){return g(i,d,a)})},i=function(a,e,f){var g=b.forceRange(a,e),i=c.fromDom(g.commonAncestorContainer);return d.isElement(i)?h(a,i,g,f):[]};return{find:i}}),g("72",["g","5y","5z","10"],function(a,b,c,d){var e=function(b,e){var f=d.name(b);return"input"===f?c.after(b):a.contains(["br","img"],f)?0===e?c.before(b):c.after(b):c.on(b,e)},f=function(a){var d=a.start().fold(c.before,e,c.after),f=a.finish().fold(c.before,e,c.after);return b.write(d,f)};return{beforeSpecial:e,preprocess:f}}),g("73",["g","k","1m"],function(a,b,c){var d=function(d,e){var f=e||c,g=f.createDocumentFragment();return a.each(d,function(a){g.appendChild(a.dom())}),b.fromDom(g)};return{fromElements:d}}),g("63",["5y","70","62","72","p","k","73"],function(a,b,c,d,e,f,g){var h=function(a){return function(b,e){var f=d.preprocess(a),g=c.build(b,f);void 0!==e&&null!==e&&(e.removeAllRanges(),g(e))}},i=function(a){return function(b,d){var e=c.create(b);e.selectNodeContents(a.dom()),d.removeAllRanges(),d.addRange(e)}},j=function(a,b){var c=b.getRangeAt(0),d=b.getRangeAt(b.rangeCount-1),e=a.document.createRange();return e.setStart(c.startContainer,c.startOffset),e.setEnd(d.endContainer,d.endOffset),e},k=function(c,d){var e=f.fromDom(d.startContainer),g=f.fromDom(d.endContainer);return b.read().isRtl(c)?b.read().flip(c,d):a.read(e,d.startOffset,g,d.endOffset)},l=function(a,b){return void 0!==b&&null!==b&&b.rangeCount>0?e.from(j(a,b)):e.none()},m=function(a,b){var c=l(a,b);return c.map(function(a){return k(b,a)})},n=function(a){return function(b,c){var d=l(b,c);d.each(function(c){o(b,c,a)})}},o=function(a,b,c){var d=g.fromElements(c,a.document);b.deleteContents(),b.insertNode(d.dom())},p=function(a,b){return function(e,f){var g=d.preprocess(a),h=c.toNative(e,g);o(e,h,b)}},q=function(a,b,d,e){return function(f,g){var h=c.toExactNative(f,a,b,d,e);h.deleteContents()}},r=function(a,b,d,e){return function(g,h){var i=c.toExactNative(g,a,b,d,e),j=i.cloneContents();return f.fromDom(j)}},s=function(a,b,d,f){return function(g,h){var i=c.toExactNative(g,a,b,d,f),j=i.getClientRects(),k=j.length>0?j[0]:i.getBoundingClientRect();return k.width>0||k.height>0?e.some(k):e.none()}},t=function(a){return function(b,d){var f=c.create(b);f.selectNode(a.dom());var g=f.getBoundingClientRect();return g.width>0||g.height>0?e.some(g):e.none()}},u=function(a,b){a.getSelection().removeAllRanges()},v=function(a,b,d,e){return function(f,g){var h=c.toExactNative(f,a,b,d,e);return h.toString()}};return{get:m,set:h,selectElementContents:i,replace:n,replaceRange:p,deleteRange:q,cloneFragment:r,rectangleAt:s,bounds:t,clearSelection:u,stringAt:v}}),g("3l",["5y","5z","60","61","62","63","3y","k"],function(a,b,c,d,e,f,g,h){var i=function(a){return c.run(a,f.get)},j=function(a,b){c.run(a,f.set(b))},k=function(c,d,e,f,g){var h=a.write(b.on(d,e),b.on(f,g));j(c,h)},l=function(a,b){c.run(a,f.selectElementContents(b))},m=function(a,b){c.run(a,f.replace(b))},n=function(a,b,d){c.run(a,f.replaceRange(b,d))},o=function(a,b,d,e,g){c.run(a,f.deleteRange(b,d,e,g))},p=function(a,b,d,e,g){return c.run(a,f.cloneFragment(b,d,e,g))},q=function(a,b,c,d){return g.eq(a,c)&&b===d},r=function(a,b,d,e,g){return c.run(a,f.rectangleAt(b,d,e,g))},s=function(a,b){return c.run(a,f.bounds(b))},t=function(a,b,c){return d.find(a,b,c)},u=function(c,d,e,f,g,h){var i=a.write(b.on(d,e),b.on(f,g));return t(c,i,h)},v=function(b,c){var d=e.forceRange(b,c);return a.general(h.fromDom(d.startContainer),d.startOffset,h.fromDom(d.endContainer),d.endOffset)},w=function(a){c.run(a,f.clearSelection)},x=function(a,b,d,e,g){return c.run(a,f.stringAt(b,d,e,g))};return{get:i,set:j,setExact:k,selectElementContents:l,replace:m,replaceRange:n,deleteRange:o,isCollapsed:q,cloneFragment:p,rectangleAt:r,bounds:s,findWithin:t,findWithinExact:u,deriveExact:v,clearAll:w,stringAt:x}}),g("64",["o","3y"],function(a,b){return function(c,d,e,f){var g=b.eq(c,e)&&d===f;return{startContainer:a.constant(c),startOffset:a.constant(d),endContainer:a.constant(e),endOffset:a.constant(f),collapsed:a.constant(g)}}}),g("3m",["64","k","23","24","3q"],function(a,b,c,d,e){return function(f){var g=b.fromTag("br"),h=function(a,b){a.dom().focus()},i=function(a){var b=e.owner(a);return b.dom().defaultView},j=function(b,d){var e=i(d);e.focus(),c.append(d,g),f.set(e,a(g,0,g,0))},k=function(){d.remove(g)};return{cleanup:k,toOn:h,toOff:j}}}),g("3n",["o"],function(a){return function(){var b=function(a,b){a.dom().focus()},c=function(a,b){b.dom().focus()},d=a.identity;return{toOn:b,toOff:c,cleanup:d}}}),g("74",["g","k","23","2i","24","3q"],function(a,b,c,d,e,f){var g=function(a,b){f.nextSibling(a).filter(b).each(function(b){var c=f.children(b);d.append(a,c),e.remove(b)}),i(a,b)},h=function(a,g){var h=f.children(a),i=b.fromTag("div",f.owner(a).dom());d.append(i,h),c.before(a,i),e.remove(a)},i=function(b,c){var d=f.children(b);a.each(d,function(a){c(a)&&h(a,b)})};return{consolidate:g}}),g("75",["3r"],function(a){var b=a.create("ephox-sloth");return{resolve:b.resolve}}),g("76",["5n"],function(a){var b=function(a,b){return function(d){return"rtl"===c(d)?b:a}},c=function(b){return"rtl"===a.get(b,"direction")?"rtl":"ltr"};return{onDirection:b,getDirection:c}}),g("65",["1y","2l","74","75","j","2g","41","5n","76","k","6n","23","24","26","3q"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o){var p=d.resolve("bin"),q=p+a.generate(""),r=i.onDirection("-100000px","100000px");return function(a){var d=j.fromTag("div");e.setAll(d,{contenteditable:"true","aria-hidden":"true"}),h.setAll(d,{position:"fixed",top:"0px",width:"100px",height:"100px",overflow:"hidden",opacity:"0"}),g.add(d,[p,q]);var i=function(a){m.empty(d),h.set(d,"left",r(a)),l.append(a,d)},s=function(){var b=n.ancestor(d,"body");b.each(function(b){a.toOff(b,d)})},t=function(a){return f.has(a,q)},u=function(){c.consolidate(d,t);var a=b.immutable("elements","html","container"),e=o.children(d),f=k.get(d);return a(e,f,d)},v=function(){m.remove(d)},w=function(){return d};return{attach:i,focus:s,contents:u,container:w,detach:v}}}),g("3o",["o","35","28","29","36","65","3q"],function(a,b,c,d,e,f,g){return function(h,i){var j=f(h),k=function(){h.cleanup();var a=j.contents();j.detach(),n.trigger.after(a.elements(),a.html(),j.container())},l=b.tap(function(){n.trigger.before(),j.attach(i),j.focus(),e.run(g.owner(i),l,k)}),m=function(){l.instance()},n=d.create({before:c([]),after:c(["elements","html","container"])}),o=a.noop;return{instance:a.constant(m),destroy:o,events:n.registry}}}),g("1x",["31","3l","28","29","3m","3n","3o","10"],function(a,b,c,d,e,f,g,h){var i=a.detect(),j={set:function(a,c){b.setExact(a,c.startContainer(),c.startOffset(),c.endContainer(),c.endOffset())}},k=function(a){var b=i.browser.isIE()&&"body"!==h.name(a)?f:e;return b(j)};return function(a){var b=d.create({after:c(["container"])}),e=k(a),f=g(e,a);f.events.after.bind(function(c){e.toOn(a,c.container()),b.trigger.after(c.container())});var h=function(){f.instance()()};return{run:h,events:b.registry}}}),g("68",["z","k","1m"],function(a,b,c){var d=function(d){if("complete"===c.readyState||"interactive"===c.readyState)d();else var e=a.bind(b.fromDom(c),"DOMContentLoaded",function(){d(),e.unbind()})};return{execute:d}}),g("3p",["31","5r","o","66","p","67","5s","5n","z","k","23","68","24"],function(a,b,c,d,e,f,g,h,i,j,k,l,m){var n=b.install("ephox.keurig.init"),o=e.none(),p=a.detect(),q=p.browser,r=q.isIE()||p.deviceType.isiOS()||p.deviceType.isAndroid(),s=r?c.noop:d.cached(function(a){var b=j.fromTag("div");if(void 0===a)throw"baseUrl was undefined";var c=j.fromTag("iframe");h.setAll(b,{display:"none"});var d=i.bind(c,"load",function(){var g=function(a){var c=q.isSafari()&&p.os.isOSX()&&10===p.os.version.major&&p.os.version.minor<12;o=e.some(a),q.isSpartan()||c||m.remove(b)},h=n.ephemeral(g),i=a+"/wordimport.js";f.write(c,'"),d.unbind()});l.execute(function(){k.append(g.body(),b),k.append(b,c)})}),t=function(a,b){return o.map(function(c){return c(a,b)})},u=function(){return o.isSome()};return{load:s,cleanDocument:t,ready:u,isSupported:c.constant(!r)}}),g("1z",["3p"],function(a){return function(b){return a.ready()||a.load(b),{isSupported:a.isSupported,cleanDocument:a.cleanDocument}}}),g("l",["1u","1v","1w","1x","g","1y","1z","o","p"],function(a,b,c,d,e,f,g,h,i){return function(j,k,l,m){var n=g(m.baseUrl),o=h.curry(c,k),p=d,q=function(){return{clipboardType:f.generate("clipboard-type"),findClipboardTags:i.none}},r=void 0!==m.intraFlag?m.intraFlag:q(),s=e.flatten([void 0!==m.intraFlag?[b.internal(l,p,j,r)]:[],[b.onlyText()],[b.gwt(n,k,m,o)],[b.image(m)]]),t=b.pastiche(k,m,l,p,j,o,r);return a(s,t)}}),g("m",["1u","1v"],function(a,b){return function(){return a([b.text()],b.none())}}),g("r",["j","k","23","24","25","26","1m"],function(a,b,c,d,e,f,g){var h="powerpaste-styles",i="#"+h,j=function(d){if(!e.any(i)){var g="",j=b.fromHtml(g);a.set(j,"type","text/css"),a.set(j,"id",h);var k=f.first("head").getOrDie("Head element could not be found.");c.append(k,j)}},k=function(){if(e.any(i)){var a=f.first("head").getOrDie("Head element could not be found."),b=f.descendant(a,i).getOrDie("The style element could not be removed");d.remove(b)}};return{injectStyles:j,removeStyles:k}}),h("27",tinymce.Env),g("u",["o"],function(a){var b="x-tinymce/html",c="",d=function(a){return c+a},e=function(a){return a.replace(c,"")},f=function(a){return a.indexOf(c)!==-1},g=function(a){return a.replace(/ contenteditable="([^"]+)"/g,' data-mce-contenteditable="$1"')},h=function(a){return a.replace(/ data-mce-contenteditable="([^"]+)"/g,' contenteditable="$1"')};return{mark:d,unmark:e,isMarked:f,retainContentEditable:g,restoreContentEditable:h,internalHtmlMime:a.constant(b)}}),g("s",["27","u"],function(a,b){var c=function(){},d=function(b){return a.iOS===!1&&void 0!==b&&"function"==typeof b.setData},e=function(a,c,e){if(!d(a))return!1;try{return a.clearData(),a.setData("text/html",c),a.setData("text/plain",e),a.setData(b.internalHtmlMime(),c),!0}catch(f){return!1}},f=function(a,b,c,d){e(a.clipboardData,b.html,b.text)?(a.preventDefault(),d()):c(b.html,d)},g=function(a){return function(b,c){var d=a.dom.create("div",{contenteditable:"false"}),e=a.dom.create("div",{contenteditable:"true"},b);a.dom.setStyles(d,{position:"fixed",left:"-3000px",width:"1000px",overflow:"hidden"}),d.appendChild(e),a.dom.add(a.getBody(),d);var f=a.selection.getRng();e.focus();var g=a.dom.createRng();g.selectNodeContents(e),a.selection.setRng(g),setTimeout(function(){d.parentNode.removeChild(d),a.selection.setRng(f),c()},0)}},h=function(a){var c=b.retainContentEditable(a.selection.getContent({contextual:!0}));return{html:b.mark(c),text:a.selection.getContent({format:"text"})}},i=function(a){return function(b){a.selection.isCollapsed()===!1&&f(b,h(a),g(a),function(){setTimeout(function(){a.execCommand("Delete")},0)})}},j=function(a){return function(b){a.selection.isCollapsed()===!1&&f(b,h(a),g(a),c)}},k=function(a){a.on("cut",i(a)),a.on("copy",j(a))};return{register:k}}),g("x",["g","k","j","1m"],function(a,b,c,d){var e=function(a){var b=d.createElement("div");b.appendChild(a.cloneNode(!0));var c=b.innerHTML;return b=a=null,c},f=function(d){a.each(a.map(d.getElementsByTagName("*"),b.fromDom),function(a){c.has(a,"data-mce-style")&&!c.has(a,"style")&&c.set(a,"style",c.get(a,"data-mce-style"))})};return{nodeToString:e,restoreStyleAttrs:f}}),g("v",["28","29","x","j","k","23","24","26"],function(a,b,c,d,e,f,g,h){return function(i){var j=function(){var j,k="",l="",m=[],n=null,o=b.create({close:a([])}),p=function(a){k=a},q=function(a){var b=c.nodeToString(a.dom());l=[{type:"container",html:b}],n=a},r=function(a){var b=[];a.forEach(function(a,c,d){b.push({text:a.text,ariaLabel:a.text,onclick:a.click})}),m=b},s=function(a){o.trigger.close()},t=function(){j.off("close",s),j.close("close")},u=function(){0===m.length&&(m=[{text:"Close",onclick:function(){j.close()}}]);var a={title:k,spacing:10,padding:10,minWidth:300,minHeight:100,layout:"flex",items:l,buttons:m};j=i.windowManager.open(a);var b=e.fromDom(j.getEl()),c=h.descendant(b,"."+d.get(n,"class")).getOrDie("We must find this element or we cannot continue");f.before(c,n),g.remove(c),j.on("close",s)},v=function(){t()},w=function(){t()},x=function(){};return{events:o.registry,setTitle:p,setContent:q,setButtons:r,show:u,hide:v,destroy:w,reflow:x}};return{createDialog:j}}}),g("2b",["2l","p"],function(a,b){var c=a.immutable("url","html"),d=function(a){return/^https?:\/\/[\w\?\-\/+=.&%@~#]+$/i.test(a)},e=function(a){return d(a)&&/.(gif|jpe?g|png)$/.test(a)},f=function(a){var d=/^([^<]+)<\/a>$/.exec(a);return b.from(d).bind(function(d){var e=c(d[1],a);return d[1]===d[2]?b.some(e):b.none()})};return{isAbsoluteUrl:d,isImageUrl:e,parseUrlFromLinkHtml:f}}),g("w",["g","p","2a","2b"],function(a,b,c,d){var e=function(a){return"extra"in a.undoManager},f=function(a,c,d){return e(a)?(a.undoManager.extra(function(){k(a,c)},d),b.some(!0)):b.none()},g=function(a,b){return f(a,b.html(),function(){a.insertContent('')})},h=function(a,b){return f(a,b.html(),function(){a.execCommand("mceInsertLink",!1,b.url())})},i=function(a,c){return d.parseUrlFromLinkHtml(c).bind(function(c){var e=a.selection.isCollapsed()===!1&&d.isAbsoluteUrl(c.url());return e?h(a,c):b.none()})},j=function(a,c){return d.parseUrlFromLinkHtml(c).bind(function(c){return d.isImageUrl(c.url())?g(a,c):b.none()})},k=function(a,c){return a.insertContent(c,{merge:a.settings.paste_merge_formats!==!1,paste:!0}),b.some(!0)},l=function(a,b,d){var e=function(c){return c(a,b)};return c.findMap(d,e)};return{until:l,linkSelection:i,insertImage:j,insertContent:k}}),g("8",["u"],function(a){var b=function(a,b){return a.hasEventListeners(b)},c=function(a,b,c){return a.fire("PastePreProcess",{internal:c,content:b}).content},d=function(a,b,c){var d=a.dom.add(a.getBody(),"div",{style:"display:none"},b),e=a.fire("PastePostProcess",{internal:c,node:d}).node.innerHTML;return a.dom.remove(d),e},e=function(a,d,e){return b(a,"PastePreProcess")?c(a,d,e):d},f=function(a,c,e){return b(a,"PastePostProcess")?d(a,c,e):c},g=function(b,c,d){var g=a.unmark(c);return f(b,e(b,g,d),d)},h=function(a){return a.plugins.powerpaste},i=function(a){var b=a.settings;b.paste_preprocess&&a.on("PastePreProcess",function(c){b.paste_preprocess.call(a,h(a),c)}),b.paste_postprocess&&a.on("PastePostProcess",function(c){b.paste_postprocess.call(a,h(a),c)})};return{process:g,registerEvents:i}}),g("6",["l","m","g","n","o","p","d","q","r","s","t","u","v","w","8","x","y","z","k","10","11","12","2"],function(a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w){return function(x,y,z,A,B){var C,D,E,F,G;G=(A?A.jsUrl:z)+"/js",E=(A?A.swfUrl:z)+"/flash/textboxpaste.swf",F=(A?A.imgUrl:z)+"/img/spinner_96.gif";var H=function(a){return a.settings.smart_paste!==!1},I=function(a){return function(b,c){return b.undoManager.transact(function(){n.insertContent(b,c),p.restoreStyleAttrs(b.getBody()),B.prepareImages(a)}),f.some(!0)}},J=function(a,b,c){var d=H(a)?[n.linkSelection,n.insertImage]:[];n.until(a,b,d.concat([I(c)]))},K=function(){D&&x.selection.moveToBookmark(D), +D=null};x.on("init",function(n){i.injectStyles(F);var w={baseUrl:G,swf:E,officeStyles:x.settings.powerpaste_word_import||h.officeStyles,htmlStyles:x.settings.powerpaste_html_import||h.htmlStyles,translations:g.translate,allowLocalImages:x.settings.powerpaste_allow_local_images!==!1,enableFlashImport:x.settings.powerpaste_enable_flash_import!==!1,intraFlag:{clipboardType:l.internalHtmlMime,findClipboardTags:function(a,b){var d=c.filter(a,function(a){return t.isComment(a)&&u.contains(q.get(a),l.internalHtmlMime())});return d.length?f.some(d):f.none()}},preprocessor:function(a){return d.pure(a)}},z=m(x),A=s.fromDom(x.getBody()),H=function(a){a.events.cancel.bind(function(){K()}),a.events.error.bind(function(a){K(),x.notificationManager?x.notificationManager.open({text:g.translate(a.message()),type:"error"}):k.showDialog(x,g.translate(a.message()))}),a.events.insert.bind(function(a){var b=c.map(a.elements(),function(a){return p.nodeToString(a.dom())}).join(""),d=l.restoreContentEditable(b);B.importImages(a.assets()),x.focus(),v(function(){K(),J(x,o.process(x,d,a.isInternal()),a.assets()),B.uploadImages(a.assets())},1)})},I=a(A,z.createDialog,e.noop,w),L=b();c.each([I,L],H),C=r.bind(A,"paste",function(a){D||(D=x.selection.getBookmark());var b=y.isText()?L:I;b.paste(a.raw()),y.reset(),v(function(){x.windowManager.windows[0]&&x.windowManager.windows[0].getEl()&&x.windowManager.windows[0].getEl().focus()},1)}),j.register(x)}),x.on("remove",function(a){1===w.editors.length&&i.removeStyles(),C.unbind()})}}),g("7",["13","14"],function(a,b){var c=function(a){return tinymce.util.VK.metaKeyPressed(a)&&86==a.keyCode&&a.shiftKey};return function(d){var e=b(d.settings.paste_as_text),f=b(!1);d.on("keydown",function(a){c(a)&&(f.set(!0),tinymce.Env.ie&&tinymce.Env.ie<10&&(a.preventDefault(),d.fire("paste",{})))});var g=a(function(){var a=d.translate("Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.");d.notificationManager.open({text:a,type:"info"})}),h=function(){var a=this,b=!e.get();a.active(b),e.set(b),d.fire("PastePlainTextToggle",{state:b}),b===!0&&0!=d.settings.paste_plaintext_inform&&g(),d.focus()},i=function(){f.set(!1)},j=function(){return f.get()||e.get()};return{toggle:h,reset:i,isText:j}}}),g("15",[],function(){var a=0,b=1,c=-1,d=function(a){return parseInt(a,10)},e=function(a){return function(){return a}},f=function(a,b,c){return{major:e(a),minor:e(b),patch:e(c)}},g=function(a){var b=/([0-9]+)\.([0-9]+)\.([0-9]+)(?:(\-.+)?)/.exec(a);return b?f(d(b[1]),d(b[2]),d(b[3])):f(0,0,0)},h=function(d,e){var f=d-e;return 0===f?a:f>0?b:c},i=function(b,c){var d=h(b.major(),c.major());if(d!==a)return d;var e=h(b.minor(),c.minor());if(e!==a)return e;var f=h(b.patch(),c.patch());return f!==a?f:a};return{nu:f,parse:g,compare:i}}),g("9",["15"],function(a){var b=function(a){var b=[a.majorVersion,a.minorVersion].join(".");return b.split(".").slice(0,3).join(".")},c=function(c){return c?a.parse(b(c)):null},d=function(b,d){return a.compare(c(b),a.parse(d))<0};return{getVersion:c,isLessThan:d}}),g("a",["16"],function(a){var b=function(a,b){return function(){var c=a.console;c&&b in c&&c[b].apply(c,arguments)}};return{log:b(a,"log"),error:b(a,"error"),warn:b(a,"warm")}}),g("1",["3","4","5","6","7","8","9","a","2"],function(a,b,c,d,e,f,g,h,i){return function(j){return g.isLessThan(i,"4.0.28")?(h.error('The "powerpaste" plugin requires at least 4.0.28 version of TinyMCE.'),function(){}):function(g,h){var k=e(g),l=function(){var b=a(g);d(g,k,h,j,b),g.settings.powerpaste_block_drop||c(g,h,j,b)},m=function(){b(g,k,j)},n=function(){var a=this;a.active(k.isText()),g.on("PastePlainTextToggle",function(b){a.active(b.state)})};i.Env.ie&&i.Env.ie<10?m():l();var o=function(a){g.dom.bind(a,"drop dragstart dragend dragover dragenter dragleave dragdrop draggesture",function(a){return i.dom.Event.cancel(a)})};g.settings.powerpaste_block_drop&&g.on("init",function(a){o(g.getBody()),o(g.getDoc())}),f.registerEvents(g),g.addButton("pastetext",{icon:"pastetext",tooltip:"Paste as text",onclick:k.toggle,onPostRender:n}),g.addMenuItem("pastetext",{text:"Paste as text",selectable:!0,onclick:k.toggle,onPostRender:n})}}}),g("0",["1","2"],function(a,b){return function(c){b.PluginManager.requireLangPack("powerpaste","ar,ca,cs,da,de,el,es,fa,fi,fr_FR,he_IL,hr,hu_HU,it,ja,kk,ko_KR,nb_NO,nl,pl,pt_BR,pt_PT,ro,ru,sk,sl_SI,sv_SE,th_TH,tr,uk,zh_CN,zh_TW"),b.PluginManager.add("powerpaste",a(c))}}),d("0")()}(); \ No newline at end of file diff --git a/src/main/resources/static/lib/oss/tinymce/plugins/powerpaste/readme.txt b/src/main/resources/static/lib/oss/tinymce/plugins/powerpaste/readme.txt new file mode 100644 index 00000000..f1105c75 --- /dev/null +++ b/src/main/resources/static/lib/oss/tinymce/plugins/powerpaste/readme.txt @@ -0,0 +1,10 @@ +powerpaste - build: 2.2.8-149 + +Documentation +----------------- +For detailed documentation, please see the following location: +https://www.tinymce.com/docs/plugins/ + +Support +----------------- +For further support, please use the Ephox Support website, located here: https://support.ephox.com/home diff --git a/src/main/resources/static/lib/oss/tinymce/plugins/powerpaste/version.txt b/src/main/resources/static/lib/oss/tinymce/plugins/powerpaste/version.txt new file mode 100644 index 00000000..b55f8af7 --- /dev/null +++ b/src/main/resources/static/lib/oss/tinymce/plugins/powerpaste/version.txt @@ -0,0 +1 @@ +2.2.8-149 \ No newline at end of file diff --git a/src/main/resources/static/lib/oss/tinymce/plugins/preview/plugin.min.js b/src/main/resources/static/lib/oss/tinymce/plugins/preview/plugin.min.js new file mode 100644 index 00000000..5c28e95c --- /dev/null +++ b/src/main/resources/static/lib/oss/tinymce/plugins/preview/plugin.min.js @@ -0,0 +1,9 @@ +/** + * Copyright (c) Tiny Technologies, Inc. All rights reserved. + * Licensed under the LGPL or a commercial license. + * For LGPL see License.txt in the project root for license information. + * For commercial licenses see https://www.tiny.cloud/ + * + * Version: 5.3.2 (2020-06-10) + */ +!function(){"use strict";var e=tinymce.util.Tools.resolve("tinymce.PluginManager"),l=tinymce.util.Tools.resolve("tinymce.util.Tools"),m=tinymce.util.Tools.resolve("tinymce.Env"),i=function(e){var t=function(t){var n="",i=t.dom.encode,e=t.getParam("content_style","");n+='',e&&(n+='");var o=t.getParam("content_css_cors",!1,"boolean")?' crossorigin="anonymous"':"";l.each(t.contentCSS,function(e){n+='"});var r=t.settings.body_id||"tinymce";-1!==r.indexOf("=")&&(r=(r=t.getParam("body_id","","hash"))[t.id]||r);var a=t.settings.body_class||"";-1!==a.indexOf("=")&&(a=(a=t.getParam("body_class","","hash"))[t.id]||"");var c=' + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/blank.jsp b/src/main/webapp/WEB-INF/jsp/blank.jsp new file mode 100644 index 00000000..4263fd9b --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/blank.jsp @@ -0,0 +1 @@ +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/bodyTest.jsp b/src/main/webapp/WEB-INF/jsp/bodyTest.jsp new file mode 100644 index 00000000..afe3ab29 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/bodyTest.jsp @@ -0,0 +1,6 @@ +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %> + + + +여기는 body test jsp \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/bbs/BoardMstrList.jsp b/src/main/webapp/WEB-INF/jsp/itms/bbs/BoardMstrList.jsp new file mode 100644 index 00000000..b901ddd8 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/bbs/BoardMstrList.jsp @@ -0,0 +1,246 @@ + + +<% +/** + * @ Class Name : BoardMstrList.jsp + * @ Description : 게시판 생성관리 목록화면 + * @ Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2025.01.20 나혁제 최초 생성 + * + * @ author urp 인프라본부 나혁제 + * @ since 2025.01.20 + * @ version 1.0 + * @ see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + + +게시판생성관리 + +" rel="stylesheet" type="text/css"> + + + + + + + +
+ + + + + +
+ <%-- 2025.01.16 나혁제 신화면적용(삭제처리) +
+ + + +

게시판생성관리

+ --%> + + + + +
+
+ + + + + + + + + + +
+ + + + + +
+ +
+ + +
+
+ + + <%-- 2025.01.20 나혁제 신화면적용 + +
+
+
+ + + + +
+
+
+ + --%> + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <%-- --%> + + + + + + + + + +
사용자목록관리
번호게시판명게시판유형게시판속성생성일사용여부
" onclick="fn_egov_inqire_brdMstr(''); return false;"> + + + + + + + +
+ +
+ + + <%-- 2025.01.20 나혁제 신화면적용 + +
+ +
+ + +
+ +
+ +
+ + --%> + + + + + + + +
+
+ + +
+
+ + + + <%-- 2025.01.20 나혁제 신화면적용 + + --%> + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/bbs/BoardMstrListPop.jsp b/src/main/webapp/WEB-INF/jsp/itms/bbs/BoardMstrListPop.jsp new file mode 100644 index 00000000..d91fb20f --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/bbs/BoardMstrListPop.jsp @@ -0,0 +1,232 @@ + + +<% +/** + * @ Class Name : BoardMstrListPop.jsp + * @ Description : 게시판 생성관리 목록 팝업 + * @ Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2025.01.21 나혁제 최초 생성 + * + * @ author urp 인프라본부 나혁제 + * @ since 2025.01.21 + * @ version 1.0 + * @ see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + + +게시판생성관리 목록 + + + + + + + +
+ + + + + + + + <%-- 2025.01.21 나혁제 신디자인 적용 +
+ --%> + +
+

게시판 정보

+
+ + +
+ + + + + + + + + + + +
+ + + + + +
+ +
+ + +
+
+ + + <%-- 2025.01.21 나혁제 신디자인 적용 + +
+
+
+ + + +
+
+
+ + --%> + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
게시판정보
번호게시판명게시판유형게시판속성생성일사용여부선택
+ +
+ + + + + + + + + + + ','');return false;" + /> + + <%-- + + --%> +
+
+ + + + + + + <%-- 2025.01.21 나혁제 신디자인 적용 +
+ + --%> + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/bbs/BoardMstrRegist.jsp b/src/main/webapp/WEB-INF/jsp/itms/bbs/BoardMstrRegist.jsp new file mode 100644 index 00000000..5695d2ce --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/bbs/BoardMstrRegist.jsp @@ -0,0 +1,392 @@ + + +<% +/** + * @ Class Name : BoardMstrRegist.jsp + * @ Description : 게시판 생성관리 등록 화면 + * @ Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.20 나혁제 최초 생성 + * + * @ author urp 인프라본부 나혁제 + * @ since 2025.01.20 + * @ version 1.0 + * @ see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator"%> + + +게시판생성관리 등록 + + + + + + + + + + + + + + + +
+ <%-- 2025.01.20 나혁제 신디자인 적용 +
+ + + +

게시판생성관리 등록

+ --%> + + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
* +
+
+
* +
+
+
* + + + + + +
+
+
* + + + + +
+
+
* + + + + + + <%-- 2025.01.20 나혁제 신디자인 적용 + + + + --%> + * + + + + + + + <%-- 2025.01.20 나혁제 신디자인 적용 + + + + --%> +
+
+
+ + + 1개 + 2개 + 3개 + +
+
+
+ + + +
+
+
+ +
+
+ + + + + +
+
+ + + +
+ +
+ + <% if(request.getHeader("REFERER").indexOf("blogId") < 0){ %> + + <% }else{ %> + + <% } %> +
+ + +
+ +
+
+ + + + <%-- 2025.01.20 나혁제 신디자인 적용 + +
+ +
+ <% if(request.getHeader("REFERER").indexOf("blogId") < 0){ %> +
+ + +
+
+ +
+ + --%> + + <%-- 2025.01.20 나혁제 신디자인 적용 +
+ --%> +
+ \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/bbs/BoardMstrUpdt.jsp b/src/main/webapp/WEB-INF/jsp/itms/bbs/BoardMstrUpdt.jsp new file mode 100644 index 00000000..7761ec7c --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/bbs/BoardMstrUpdt.jsp @@ -0,0 +1,375 @@ + + +<% +/** + * @ Class Name : BoardMstrUpdt.jsp + * @ Description : 게시판 생성관리 수정화면 + * @ Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.20 나혁제 최초 생성 + * + * @ author urp 인프라본부 나혁제 + * @ since 2025.01.20 + * @ version 1.0 + * @ see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + +게시판생성관리 수정 + + + + + + + + + + + + + + + + + + + +
+ + <%-- 2025.01.20 나혁제 신화면적용 +
+ + + +

게시판생성관리 상세조회

+ --%> + + +
+ +

게시판생성관리 상세조회

+ + +
+
+
+ +
+
+
+ + +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
* + +
+ +
* + + + +
* + + * + +
* + + + + + + + + + * + + + +
+ +
+ +
* + " maxlength="20" readonly="readonly"> + + <%-- --%> +
+ +
+ +
+
+ ※ 추가 선택사항은 수정 불가 (미설정된 기존 게시판의 경우 처음 설정은 가능함) +
+
+ + + +
+ +
+ <% if(request.getHeader("REFERER").indexOf("blogId") < 0){ %> + + <% } else { %> + + <% } %> + + +
+ + +
+ + + + + + +
+
+ + + <%-- 2025.01.20 나혁제 신디자인적용 + +
+ +
+ + <% if(request.getHeader("REFERER").indexOf("blogId") < 0){ %> +
+ + +
+
+ +
+ + --%> + + <%-- 2025.01.20 나혁제 신디자인적용 +
+ --%> +
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/bbs/BoardUseInfInqire.jsp b/src/main/webapp/WEB-INF/jsp/itms/bbs/BoardUseInfInqire.jsp new file mode 100644 index 00000000..8dab73e2 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/bbs/BoardUseInfInqire.jsp @@ -0,0 +1,231 @@ + + +<% +/** + * @ Class Name : BoardUseInfInqire.jsp + * @ Description : 게시판 사용정보 조회화면 + * @ Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2025.01.20 나혁제 최초 생성 + * + * @ author urp 인프라본부 나혁제 + * @ since 2025.01.20 + * @ version 1.0 + * @ see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + +게시판사용관리 수정 + + + + + + + + +
+ + + + + +
+ + <%-- 2025.01.20 나혁제 신디자인 적용 +
+ + + +

게시판 사용정보 수정

+ --%> + + +
+ +

게시판 사용정보 수정

+ + +
+
+
+ +
+
+
+ + +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + <%-- --%> + + + + + + + + +
게시판명 + +
커뮤니티 / 동호회명 + + + + + + + + + + + (시스템 활용) + +
* + + + + + + + + +
+ + <%-- 2025.01.20 나혁제 신디자인 적용 + + + +
+ --%> + +
제공 URL + " class="lnk"> + + +
+
+ + + +
+ + +
+ +
+ + + +
+ + +
+ +
+ + + <%-- 2025.01.20 나혁제 신디자인적용 + +
+ +
+
+ + +
+
+ +
+ + --%> + + <%-- 2025.01.20 나혁제 신디자인 적용 +
+ --%> +
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/bbs/BoardUseInfList.jsp b/src/main/webapp/WEB-INF/jsp/itms/bbs/BoardUseInfList.jsp new file mode 100644 index 00000000..2ac4907a --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/bbs/BoardUseInfList.jsp @@ -0,0 +1,254 @@ + + +<% +/** + * @ Class Name : BoardUseInfList.jsp + * @ Description : 게시판 사용정보 목록화면 + * @ Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2025.01.20 나혁제 최초 생성 + * + * @ author urp 인프라본부 나혁제 + * @ since 2025.01.20 + * @ version 1.0 + * @ see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + + +게시판사용관리 + +" rel="stylesheet" type="text/css"> + + + + + + +
+ + + + + +
+ + <%-- 2025.01.20 신디자인적용 +
+ + + +

게시판사용관리

+ --%> + + + + +
+ + + + + + + + + + + +
+ + + + + +
+ +
+ + +
+
+ + + <%-- 2025.01.21 나혁제 + +
+
+
+ + + + +
+
+
+ + --%> + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
사용자목록관리
번호게시판명사용 커뮤니티 명사용 동호회 명등록일시사용여부
+ +
+ + + "> + "> + + + + <%-- " onclick='location.href="?bbsId=&trgetId="'> --%> + + + + + + + + +
+ +
+ + + + + + + +
+
+ + +
+
+ + + <%-- 2025.01.21 나혁제 신디자인 적용 + +
+ +
+ + +
+ +
+ +
+ + --%> + + <%-- 2025.01.20 나혁제 신디자인적용 +
+ --%> +
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/bbs/BoardUseInfRegist.jsp b/src/main/webapp/WEB-INF/jsp/itms/bbs/BoardUseInfRegist.jsp new file mode 100644 index 00000000..f04fa57e --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/bbs/BoardUseInfRegist.jsp @@ -0,0 +1,269 @@ + + +<% +/** + * @ Class Name : BoardUseInfRegist.jsp + * @ Description : 게시판 사용정보 등록화면 + * @ Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.21 나혁제 최초 생성 + * + * @ author urp 인프라본부 나혁제 + * @ since 2025.01.21 + * @ version 1.0 + * @ see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + +게시판사용관리 등록 + + + + + + + + + + + + + + + +
+ + <%-- 2025.01.21 나혁제 신디자인 적용 +
+ + + +

게시판사용관리 등록

+ --%> + + + + +
+ + + + + + + + + + + + + + + + + + + +
* + + + + + +
+ +
* + + + +
+ +
+
+ + + +
+ +
+ +
+ + +
+ +
+
+ + + <%-- 2025.01.21 나혁제 신디자인 적용 + +
+ +
+
+ + +
+
+ +
+ + --%> + + <%-- 2025.01.21 나혁제 신디자인 적용 +
+ --%> +
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/bbs/admin/NoticeInqire.jsp b/src/main/webapp/WEB-INF/jsp/itms/bbs/admin/NoticeInqire.jsp new file mode 100644 index 00000000..79f9e8dc --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/bbs/admin/NoticeInqire.jsp @@ -0,0 +1,436 @@ + + +<% +/** + * @ Class Name : NoticeInqire.jsp + * @ Description : 게시물 조회 화면 + * @ Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.20 나혁제 최초 생성 + * + * @ author urp 인프라본부 나혁제 + * @ since 2025.01.20 + * @ version 1.0 + * @ see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + + +<c:out value="${brdMstrVO.bbsNm}" />관리 + +" rel="stylesheet" type="text/css"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + +
+ <%-- 2025.01.20 나혁제 신디자인 적용 +
+ + + +

관리

+ + --%> + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
작성자 + + + ****** + + + + + + + + + + + 작성일 + + 조회수 + +
+ +
첨부이미지 + + + + +
첨부파일 + + + +
+ +
+
+ + + +
+ +
+ + +
+ + +
+ + + + + + + + <%-- 2025.04.01 나혁제 댓글형태 변경 + + + + + --%> +
+
+ + + <%-- 2025.01.20 나혁제 신디자인적용 + +
+ +
+
+ + +
+ +
+ +
+ + --%> + + <%-- 2025.01.20 나혁제 신디자인 적용 +
+ --%> + +
+ + + + +
+

댓글  [총 ${fn:length(resultCnList)} 개의 글]

+ + + + + + + + + + + + + + + + + + + + + + + + +
댓글이 없습니다.
+ ${listCn.wrterNm} + ${listCn.frstRegisterPnttm} +
+ + + + + +
+
+ +
+ +
+ +
+ +
+
+ + +
+ +
+
+
+ + +
+ +
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/bbs/admin/NoticeList.jsp b/src/main/webapp/WEB-INF/jsp/itms/bbs/admin/NoticeList.jsp new file mode 100644 index 00000000..0eade970 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/bbs/admin/NoticeList.jsp @@ -0,0 +1,347 @@ + + +<% +/** + * @ Class Name : NoticeList.jsp + * @ Description : 게시물 목록화면 + * @ Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.20 나혁제 최초 생성 + * + * @ author urp 인프라본부 나혁제 + * @ since 2025.01.20 + * @ version 1.0 + * @ see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%-- <%@ page import="egovframework.com.cmm.service.EgovProperties" %> --%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + + + +<c:out value="${brdMstrVO.bbsNm}" />관리 + + +" rel="stylesheet" type="text/css"> + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + +
+ + <%-- 2025.01.20 나혁제 신화면 적용 +
+ + + +

관리

+ --%> + + + + +
+ + + + + + + + + + + +
+ + + + +
+ +
+ + +
+
+ + + + <%-- 2025.01.20 나혁제 신화면적용 + +
+
+
+ + + + + +
+
+
+ + --%> + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
게시물 목록
번호제목게시시작일게시종료일작성자작성일조회수
+ <%-- --%> + + +   + + + reply arrow + + + + + + + + + <%-- + + " /> + + + + + --%> + + ', ''); return false;"> + + + +
+ +
+ + + + + + + +
+ +
+ + + +
+ + +
+ + +
+
+ + + + <%-- 2025.01.20 나혁제 신디자인 적용 + +
+ +
+ + + +
+ + +
+ +
+ +
+ + --%> + + <%-- 2025.01.20 나혁제 신화면적용 +
+ --%> +
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/bbs/admin/NoticeRegist.jsp b/src/main/webapp/WEB-INF/jsp/itms/bbs/admin/NoticeRegist.jsp new file mode 100644 index 00000000..a3c6aa98 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/bbs/admin/NoticeRegist.jsp @@ -0,0 +1,334 @@ + + +<% +/** + * @ Class Name : NoticeRegist.jsp + * @ Description : 게시물 생성 화면 + * @ Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.20 나혁제 최초 생성 + * + * + * @ author urp 인프라본부 나혁제 + * @ since 2025.01.20 + * @ version 1.0 + * @ see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + +<c:out value="${brdMstrVO.bbsNm}" />관리 + + +" rel="stylesheet" type="text/css"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + <%-- 2025.01.20 나혁제 신디자인 적용 +
+ + + + +

관리

+ --%> + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
* + +
+ +
* + + +
* + + ~ + +
+
+ +
+ +
+ +
+
+ + +
+ +
+ + + +
+ +
+ + <% if(request.getHeader("REFERER").indexOf("blogId") < 0){ %> + + <% }else{ %> + + <% } %> +
+ + +
+ +
+
+ + + + <%-- 2025.01.20 나혁제 신디자인 적용 + +
+ +
+ <% if(request.getHeader("REFERER").indexOf("blogId") < 0){ %> +
+ + +
+ +
+ +
+ + --%> + + <%-- 2025.01.20 나혁제 신디자인 적용 +
+ --%> +
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/bbs/admin/NoticeReply.jsp b/src/main/webapp/WEB-INF/jsp/itms/bbs/admin/NoticeReply.jsp new file mode 100644 index 00000000..07451105 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/bbs/admin/NoticeReply.jsp @@ -0,0 +1,320 @@ + + +<% +/** + * @Class Name : NoticeReply.jsp + * @Description : 게시물 답글 생성 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.20 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.20 + * @version 1.0 + * @see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + +<c:out value="${brdMstrVO.bbsNm}" />관리 + +" rel="stylesheet" type="text/css"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ <%-- 2025.01.20 나혁제 신디자인 적용 + +
+ + +

관리

+ --%> + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <%-- --%> + + + + + + + + +
* +
+ +
* + + +
* + <%-- + + + --%> + + ~ + <%-- + + + --%> + + + +
+ +
+ +
+ +
+ +
+
+ + +
+
+ +
+
+ +
+ + + +
+
+ + + +
+ +
+ + +
+ + +
+ + + + + + +
+
+ + + <%-- 2025.01.21 나혁제 신디자인 적용 + +
+ +
+
+ + +
+ +
+ +
+ + --%> + + <%-- 2025.01.20 나혁제 신디자인 적용 +
+ --%> + +
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/bbs/admin/NoticeUpdt.jsp b/src/main/webapp/WEB-INF/jsp/itms/bbs/admin/NoticeUpdt.jsp new file mode 100644 index 00000000..5e2a2a20 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/bbs/admin/NoticeUpdt.jsp @@ -0,0 +1,423 @@ + + +<% +/** + * @ Class Name : NoticeUpdt.jsp + * @ Description : 게시물 수정 화면 + * @ Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.21 나혁제 최초 생성 + * + * @ author urp 인프라본부 나혁제 + * @ since 2025.01.21 + * @ version 1.0 + * @ see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + + +<c:out value="${brdMstrVO.bbsNm}" />관리 + +" rel="stylesheet" type="text/css"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + <%-- 2025.01.21 나혁제 신디자인 적용 +
+ + + +

관리

+ --%> + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <%-- diaryManageModify.jsp 파일관련 내용 참조로 인한 주석처리 + + --%> + + + + + + + + + + + + + + +
* + " type="text" value='' maxlength="60"> +
+ +
* + + +
* + <%-- + + --%> + + ~ + <%-- + + --%> + +
+
+ +
+ + + + +
+ + + + + +
+
+ " multiple/> +
+
+ + + + + + +
+ + + +
+ +
+ + +
+ + +
+ + + + + + + + +
+
+ + + <%-- 2025.01.21 나혁제 신디자인 적용 + +
+ +
+
+ + +
+ + +
+ +
+ + --%> + + <%-- 2025.01.21 나혁제 신디자인 적용 +
+ --%> + +
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/cmm/EgovModal.jsp b/src/main/webapp/WEB-INF/jsp/itms/cmm/EgovModal.jsp new file mode 100644 index 00000000..05d95c99 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/cmm/EgovModal.jsp @@ -0,0 +1,68 @@ +<% + /** + * @Class Name : EgovModal.jsp + * @Description : 모달 JSP + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.16 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.16 + * @version 1.0 + * @see + * + */ +%> +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ page import="com.urpsys.basefront.common.egov.util.EgovWebUtil" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> + +<% + String sScriptYn = request.getParameter("scriptYn") == null ? "" : (String)request.getParameter("scriptYn"); + String sModelName = request.getParameter("modalName") == null ? "" : (String)request.getParameter("modalName"); +%> + + +<% +if(sScriptYn.equals("Y")) +{ +%> + + +<% +} +%> + + + diff --git a/src/main/webapp/WEB-INF/jsp/itms/cmm/FileList.jsp b/src/main/webapp/WEB-INF/jsp/itms/cmm/FileList.jsp new file mode 100644 index 00000000..36d4e5a7 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/cmm/FileList.jsp @@ -0,0 +1,160 @@ +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<% + +/** + * @Class Name : FileList.jsp + * @Description : 파일 목록화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- ----------- --------------------------- + * @ 2025.01.20 나혁제 섭최초 생성 + * + * + * @author 정보기술연구소 나혁제 + * @since 2025.01.20 + * @version 1.0 + * @see + * + */ +%> + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +  [ byte] + ','','egov_file_view_table_tr_${status.count}');" alt=""> + + + ','')"> +  [ byte] + + + + +
+ + +
+ +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/cmm/ItsmFileList.jsp b/src/main/webapp/WEB-INF/jsp/itms/cmm/ItsmFileList.jsp new file mode 100644 index 00000000..f76d510c --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/cmm/ItsmFileList.jsp @@ -0,0 +1,149 @@ +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<% + +/** + * @Class Name : ItsmFileList.jsp + * @Description : Itsm 파일 목록화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- ----------- --------------------------- + * @ 2025.02.05 나혁제 섭최초 생성 + * + * + * @author 정보기술연구소 나혁제 + * @since 2025.02.05 + * @version 1.0 + * @see + * + */ +%> + + + + + + + + + + + + + + + + + + + + + + + + +
+ + ','')"> +  [ byte] + + ','','egov_file_view_table_tr_${status.count}');" alt=""> + +
+ +
+ + + diff --git a/src/main/webapp/WEB-INF/jsp/itms/cmm/UserListPopupMulti.jsp b/src/main/webapp/WEB-INF/jsp/itms/cmm/UserListPopupMulti.jsp new file mode 100644 index 00000000..b71d4516 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/cmm/UserListPopupMulti.jsp @@ -0,0 +1,251 @@ + + +<% +/** + * @ Class Name : UserListPopupMulti.jsp + * @ Description : 사용자 목록 팝업 페이지 + * @ Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2025.02.06 나혁제 최초 생성 + * + * @ author urp 인프라본부 나혁제 + * @ since 2025.02.06 + * @ version 1.0 + * @ see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + + +<spring:message code="comCopSmtMrm.reportrList.title"/> + +<%-- " rel="stylesheet" type="text/css"> --%> +" rel="stylesheet" type="text/css"> + + + + + +
+ + + + +
+

사용자 선택

+
+ + +
+ + + + + + + + + + + +
+ + +
+ + + " /> + +
+
+
+ + + + + + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + 그룹명
+ +
+
+ + + + + + +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/cmm/UserListPopupOne.jsp b/src/main/webapp/WEB-INF/jsp/itms/cmm/UserListPopupOne.jsp new file mode 100644 index 00000000..ced60ca1 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/cmm/UserListPopupOne.jsp @@ -0,0 +1,239 @@ + + +<% +/** + * @ Class Name : ReportrListPopup.jsp + * @ Description : 사용자 목록 팝업 페이지 + * @ Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2025.02.06 나혁제 최초 생성 + * + * @ author urp 인프라본부 나혁제 + * @ since 2025.02.06 + * @ version 1.0 + * @ see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + + +<spring:message code="comCopSmtMrm.reportrList.title"/> + +<%-- " rel="stylesheet" type="text/css"> --%> +" rel="stylesheet" type="text/css"> + + + + + +
+ + + + + + +
+

+
+ + +
+ + + + + + + + + + + +
+ + +
+ + + " /> + +
+
+
+ +
+
+ + + <%-- + +
+
+
+ + + + " /> +
+
+
+ + --%> + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
그룹명
+ ', '', '', ''); return false;" + /> + + <%-- + " + onclick="javascript:fn_egov_inqire_reportr('', '', '', ''); return false;"> + --%> +
+
+ + + + + + +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/cmm/validator.jsp b/src/main/webapp/WEB-INF/jsp/itms/cmm/validator.jsp new file mode 100644 index 00000000..4dc8b938 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/cmm/validator.jsp @@ -0,0 +1,6 @@ +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + +<%@ page language="java" contentType="application/javascript" pageEncoding="UTF-8"%> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/error/error403.jsp b/src/main/webapp/WEB-INF/jsp/itms/error/error403.jsp new file mode 100644 index 00000000..fd2a7efd --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/error/error403.jsp @@ -0,0 +1,71 @@ +<%-- + Class Name : error404.jsp + Description : 존재하지 않은 페이지 처리 + Modification Information + + 수정일 수정자 수정내용 + ------- -------- --------------------------- + 2025.01.24 나혁제 최초생성 + + author : urp 인프라본부 나혁제 + since : 2025.01.24 +--%> +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + + +<%-- 2025.01.24 오류 스타일시트 적용 --%> + + + + + +
+ +
+ +
+
+
    +
  • + + 시스템 오류 안내 +
  • +
  • +

    + 요청하신 페이지를 찾을 수 없습니다. + + 서비스 이용에 불편을 드려 죄송합니다.
    + 페이지 주소가 잘못 입력되었거나 변경되어 페이지를 찾을 수 없습니다.
    + 주소를 다시 확인해주시기 바랍니다. +
    +

    +
  • +
+
+ +
+
+
+ +
+ +
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/error/error404.jsp b/src/main/webapp/WEB-INF/jsp/itms/error/error404.jsp new file mode 100644 index 00000000..82084d05 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/error/error404.jsp @@ -0,0 +1,71 @@ +<%-- + Class Name : error404.jsp + Description : 존재하지 않은 페이지 처리 + Modification Information + + 수정일 수정자 수정내용 + ------- -------- --------------------------- + 2025.01.24 나혁제 최초생성 + + author : 정보기술연구소 나혁제 + since : 2025.01.24 +--%> +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + + +<%-- 2025.01.24 오류 스타일시트 적용 --%> + + + + + +
+ +
+ +
+
+
    +
  • + + 시스템 오류 안내 +
  • +
  • +

    + 요청하신 페이지를 찾을 수 없습니다. + + 서비스 이용에 불편을 드려 죄송합니다.
    + 페이지 주소가 잘못 입력되었거나 변경되어 페이지를 찾을 수 없습니다.
    + 주소를 다시 확인해주시기 바랍니다. +
    +

    +
  • +
+
+ +
+
+
+ +
+ +
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/error/error500.jsp b/src/main/webapp/WEB-INF/jsp/itms/error/error500.jsp new file mode 100644 index 00000000..d6556cb9 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/error/error500.jsp @@ -0,0 +1,78 @@ +<%-- + Class Name : error500.jsp + Description : 시스템오류 페이지 처리 + Modification Information + + 수정일 수정자 수정내용 + ------- -------- --------------------------- + 2025.01.24 나혁제 최초생성 + + author : urp 인프라본부 나혁제 + since : 2025.01.24 +--%> +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + + +<%-- + +--%> + +<%-- 2025.01.24 오류 스타일시트 적용 --%> + + + + + + + + +
+ +
+ +
+
+
    +
  • + + 시스템 오류 안내 +
  • +
  • +

    + 시스템 내부 오류가 발생하였습니다. + + 서비스 이용에 불편을 드려 죄송합니다.
    + 시스템 내부 오류가 발생하였습니다.
    + 시스템 관리자에게 연락하시기 바랍니다. +
    +

    +
  • +
+
+ +
+
+
+ +
+ +
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/error/error501.jsp b/src/main/webapp/WEB-INF/jsp/itms/error/error501.jsp new file mode 100644 index 00000000..646e0712 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/error/error501.jsp @@ -0,0 +1,74 @@ +<%-- + Class Name : error501.jsp + Description : 시스템 오류 페이지 처리 + Modification Information + + 수정일 수정자 수정내용 + ------- -------- --------------------------- + 2025.01.24 나혁제 최초생성 + + author : urp 인프라본부 나혁제 + since : 2025.01.24 +--%> +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + + +<%-- 2025.01.24 오류 스타일시트 적용 --%> + + + + + + + + +
+ +
+ +
+
+
    +
  • + + 시스템 오류 안내 +
  • +
  • +

    + 시스템 내부 오류가 발생하였습니다. + + 서비스 이용에 불편을 드려 죄송합니다.
    + 시스템 내부 오류가 발생하였습니다.
    + 시스템 관리자에게 연락하시기 바랍니다. +
    +

    +
  • +
+
+ +
+
+
+ +
+ +
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/pot/InfPortlet.jsp b/src/main/webapp/WEB-INF/jsp/itms/pot/InfPortlet.jsp new file mode 100644 index 00000000..c9a953dd --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/pot/InfPortlet.jsp @@ -0,0 +1,60 @@ + +<% + /** + * @Class Name : AddressBookList.jsp + * @Description : 공지사항 포틀릿 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.03.10 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.03.10 + * @version 1.0 + * @see + * + */ +%> +<%@ page contentType="text/html; charset=utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + + + + +
+

공지사항더보기 +
+ + +
+

+ +
+
+ \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/pot/MyIncidentsPortlet.jsp b/src/main/webapp/WEB-INF/jsp/itms/pot/MyIncidentsPortlet.jsp new file mode 100644 index 00000000..ba3f3a5e --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/pot/MyIncidentsPortlet.jsp @@ -0,0 +1,60 @@ + +<% + /** + * @Class Name : MyIncidentsPortlet.jsp + * @Description : 서비스데스크 포틀릿 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.03.10 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.03.10 + * @version 1.0 + * @see + * + */ +%> +<%@ page contentType="text/html; charset=utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + + + + +
+

서비스데스크 등록현황더보기 +
+ + +
+

+
    + +
  • + + + + ${result.vcRegUser}${result.dtReqDatetime} +
  • + +
    +
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/pot/MyReportsPortlet.jsp b/src/main/webapp/WEB-INF/jsp/itms/pot/MyReportsPortlet.jsp new file mode 100644 index 00000000..d5d27779 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/pot/MyReportsPortlet.jsp @@ -0,0 +1,80 @@ + +<% + /** + * @Class Name : MyReportsPortlet.jsp + * @Description : 보고서 포틀릿 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.03.10 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.03.10 + * @version 1.0 + * @see + * + */ +%> +<%@ page contentType="text/html; charset=utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + + + +
+

보고서 현황더보기 +
+ + +
+

+
    + +
  • + + + + + ${result.vcTask} + ${result.dtStartDatetime} + +
  • + +
    +
+
+ + + + diff --git a/src/main/webapp/WEB-INF/jsp/itms/pot/MyTodoPortlet.jsp b/src/main/webapp/WEB-INF/jsp/itms/pot/MyTodoPortlet.jsp new file mode 100644 index 00000000..b5f7fb31 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/pot/MyTodoPortlet.jsp @@ -0,0 +1,87 @@ + +<% + /** + * @Class Name : MyTodoPortlet.jsp + * @Description : TO_DO 포틀릿 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.03.10 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.03.10 + * @version 1.0 + * @see + * + */ +%> +<%@ page contentType="text/html; charset=utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + + + +
+

TO-DO 현황더보기 +
+ + +
+

+
    + +
  • + + + + + ${result.vcType} + ${result.dtRegDatetime} + +
  • + +
    +
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/pot/TaskPortlet.jsp b/src/main/webapp/WEB-INF/jsp/itms/pot/TaskPortlet.jsp new file mode 100644 index 00000000..954c22d0 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/pot/TaskPortlet.jsp @@ -0,0 +1,48 @@ + +<% + /** + * @Class Name : TaskPortlet.jsp + * @Description : 업무게시판 포틀릿 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2022.12.16 김성재 최초 생성 + * + * @author 정보기술연구소 김성재 + * @since 2022.12.16 + * @version 1.0 + * @see + * + */ +%> +<%@ page contentType="text/html; charset=utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + + + +
+

업무게시판 더보기 +
+ + +
+

+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/pot/infPortlet2.jsp b/src/main/webapp/WEB-INF/jsp/itms/pot/infPortlet2.jsp new file mode 100644 index 00000000..4f4eab64 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/pot/infPortlet2.jsp @@ -0,0 +1,48 @@ + +<% + /** + * @Class Name : AddressBookList.jsp + * @Description : 공지사항 포틀릿 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2022.12.16 김성재 최초 생성 + * + * @author 정보기술연구소 김성재 + * @since 2022.12.16 + * @version 1.0 + * @see + * + */ +%> +<%@ page contentType="text/html; charset=utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + +
+

공지사항더보기 +

+ +
+
+ \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/pot/taskPortlet2.jsp b/src/main/webapp/WEB-INF/jsp/itms/pot/taskPortlet2.jsp new file mode 100644 index 00000000..27f83455 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/pot/taskPortlet2.jsp @@ -0,0 +1,40 @@ + +<% + /** + * @Class Name : AddressBookList.jsp + * @Description : 업무게시판 포틀릿 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2022.12.16 김성재 최초 생성 + * + * @author 정보기술연구소 김성재 + * @since 2022.12.16 + * @version 1.0 + * @see + * + */ +%> +<%@ page contentType="text/html; charset=utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + +
+

업무게시판 더보기 +

+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/rem/AdminCategoryList.jsp b/src/main/webapp/WEB-INF/jsp/itms/rem/AdminCategoryList.jsp new file mode 100644 index 00000000..5a497855 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/rem/AdminCategoryList.jsp @@ -0,0 +1,454 @@ + + +<% + /** + * @Class Name : AdminCategoryList.jsp + * @Description : 자산분류 목록 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.03.05 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.03.05 + * @version 1.0 + * @see + * + */ +%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + +자산분류관리 + + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + + +
+
+ + + + +
+
+
+ +
+
+ + + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
자산관리
번호대분류중분류소분류수정
+ + + +
+ +
+ + + + +
+
+
+
+ + +
+ + + + + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/rem/AdminServiceDetail.jsp b/src/main/webapp/WEB-INF/jsp/itms/rem/AdminServiceDetail.jsp new file mode 100644 index 00000000..e22df015 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/rem/AdminServiceDetail.jsp @@ -0,0 +1,464 @@ + + +<% +/** + * @Class Name : AdminServiceDetail.jsp + * @Description : 서비스 템플릿 상세조회 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.07 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.07 + * @version 1.0 + * @see + * + * Copyright (C) 2009 by MOPAS All right reserved. + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + 서비스 등록 + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +

서비스 상세조회

+ + +
+
+
+ +
+
+
+ +
+ + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + +
서비스정보 상세조회
서비스명 조치예정자 + + + + 조치예정자 검색 + + + + +
서비스 설명
서비스 결재 라인 +
+ + + + + +
+ +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + + + +
+
+ + +
+ + + + + + + + + + + + + + + + + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/rem/AdminServiceInsert.jsp b/src/main/webapp/WEB-INF/jsp/itms/rem/AdminServiceInsert.jsp new file mode 100644 index 00000000..25666d5e --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/rem/AdminServiceInsert.jsp @@ -0,0 +1,324 @@ + + +<% +/** + * @Class Name : AdminServiceInsert.jsp + * @Description : 서비스 템플릿 등록화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.06 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.06 + * @version 1.0 + * @see + * + * Copyright (C) 2009 by MOPAS All right reserved. + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + 서비스 등록 + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +

서비스등록

+ + +
+
+
+ +
+
+
+ +
+ + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + +
서비스 등록
서비스명 조치예정자 + + + + 조치예정자 검색 + + + + +
서비스 설명
서비스 결재 라인 +
+ + + + + +
+ +
+ + + +
+ + +
+ +
+ + +
+ + +
+ +
+
+ + +
+ + + + + + + + + + + + + + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/rem/AdminServiceList.jsp b/src/main/webapp/WEB-INF/jsp/itms/rem/AdminServiceList.jsp new file mode 100644 index 00000000..99ee65de --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/rem/AdminServiceList.jsp @@ -0,0 +1,191 @@ + + +<% + /** + * @Class Name : AdminServiceList.java + * @Description : 서비스 템플릿 목록 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.05 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.05 + * @version 1.0 + * @see + * + */ +%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + +서비스정보관리 + + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + + +
+
+ +
+
+
+ +
+
+ + + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <%-- + + --%> + + + + + +
자산관리
번호서비스 양식명현장대리인설명
+ + ${service.vcServiceName}
+ +
+ + + + + + + + + +
+
+
+
+ + +
+ + + + + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/rem/PopCategoryRegist.jsp b/src/main/webapp/WEB-INF/jsp/itms/rem/PopCategoryRegist.jsp new file mode 100644 index 00000000..bb849879 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/rem/PopCategoryRegist.jsp @@ -0,0 +1,168 @@ + + +<%-- + /** + * @Class Name : PopCategoryRegist.jsp + * @Description : 자산분류 등록 팝업 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2025.03.06 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.03.06 + * @version 1.0 + * @see + * + */ +--%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + + + + + + + + + +
+

자산분류 등록

+
+ + +
+ + + "> + + + + + + + + + + + + + + + + + + + + +
승인요청
대분류 + + 중분류 + +
소분류
+
+ +
+ +         + +
+ +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/rem/PopCategoryUpdate.jsp b/src/main/webapp/WEB-INF/jsp/itms/rem/PopCategoryUpdate.jsp new file mode 100644 index 00000000..ba9b629b --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/rem/PopCategoryUpdate.jsp @@ -0,0 +1,122 @@ + + +<%-- + /** + * @Class Name : PopCategoryUpdate.jsp + * @Description : 자산분류 수정 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2025.03.06 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.03.06 + * @version 1.0 + * @see + * + */ +--%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + + + + + + + + + +
+

자산분류 수정

+
+ + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
승인요청
대분류 중분류
소분류
+
+ +
+ + +         + +
+ +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/rem/ReportDetail.jsp b/src/main/webapp/WEB-INF/jsp/itms/rem/ReportDetail.jsp new file mode 100644 index 00000000..a3a14872 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/rem/ReportDetail.jsp @@ -0,0 +1,429 @@ + + +<% +/** + * @Class Name : ReportDetail.jsp + * @Description : 보고서 양식 상세조회 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.08 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.08 + * @version 1.0 + * @see + * + * Copyright (C) 2009 by MOPAS All right reserved. + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + 서비스 등록 + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +

보고서양식 상세조회

+ + +
+
+
+ +
+
+
+ +
+ + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + +
서비스 등록
보고서 유형 + +
보고서명 작업자 + + + + 조치예정자 검색 + + + + +
보고서 설명
+ + + + + +
+ + +
+ +
+ + +
+ + +
+ + + + + +
+
+ + +
+ + + + + + + + + + + + + + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/rem/ReportInsert.jsp b/src/main/webapp/WEB-INF/jsp/itms/rem/ReportInsert.jsp new file mode 100644 index 00000000..663c21da --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/rem/ReportInsert.jsp @@ -0,0 +1,402 @@ + + +<% +/** + * @Class Name : ReportInsert.jsp + * @Description : 보고서 양식 등록화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.08 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.08 + * @version 1.0 + * @see + * + * Copyright (C) 2009 by MOPAS All right reserved. + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + 보고서 양식 등록 + + + + + + + + + + + + + +<%-- + + +--%> + + + + + + + + + + + + + +
+ + +
+ +

보고서양식 등록

+ + +
+
+
+ +
+
+
+ +
+ + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + +
서비스 등록
보고서 유형 + +
보고서명 작업자 + + + + 조치예정자 검색 + + + + +
보고서 설명
+ + + + + +
+ + +
+ + +
+ +
+ + +
+ + +
+ +
+
+ + +
+ + + + + + + + + + + + + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/rem/ReportList.jsp b/src/main/webapp/WEB-INF/jsp/itms/rem/ReportList.jsp new file mode 100644 index 00000000..6771ad80 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/rem/ReportList.jsp @@ -0,0 +1,197 @@ + + +<% + /** + * @Class Name : ReportList.java + * @Description : 보고서 양식 목록 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.08 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.08 + * @version 1.0 + * @see + * + */ +%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + +자산관리 + + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + +
+
+ + + + " > + +
+
+
+ +
+
+ + + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
보고서 양식 관리
번호보고서 유형보고서 양식명작업자명설명
+ + ${report.vcFormName}
+ +
+ + + + + + + + + +
+
+
+
+ + +
+ + + + + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/rem/ResourceCodeSet.jsp b/src/main/webapp/WEB-INF/jsp/itms/rem/ResourceCodeSet.jsp new file mode 100644 index 00000000..d54e4ff8 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/rem/ResourceCodeSet.jsp @@ -0,0 +1,267 @@ + + +<% +/** + * @ Class Name : ReportrListPopup.jsp + * @ Description : 사용자 목록 팝업 페이지 + * @ Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2025.02.06 나혁제 최초 생성 + * + * @ author urp 인프라본부 나혁제 + * @ since 2025.02.06 + * @ version 1.0 + * @ see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + + +<spring:message code="comCopSmtMrm.reportrList.title"/> + +<%-- " rel="stylesheet" type="text/css"> --%> +" rel="stylesheet" type="text/css"> + + + + + +
+ + + + +
+

자산분류

+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
대분류코드대분류명중분류코드중분류명소분류코드소분류명
${result.inCate1} ${result.vcCate1} ${result.inCate2} ${result.vcCate2} ${result.inCate3} ${result.vcCate3}
+
+ + + +
+

자산상태

+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
코드코드명
${result.code} ${result.codeNm}
+
+ + + +
+

유지보수점검주기

+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
코드코드명
매월 매월
격월 격월
분기 분기
반기 반기
요청/장애 시 요청/장애 시
퍼콜 퍼콜
기타 기타
+
+ + + +
+

유지보수여부

+
+ + +
+ + + + + + + + + + + + + + + + + + + + + +
코드코드명
0 N
1 Y
+
+ + + + + +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/rem/ResourceDetail.jsp b/src/main/webapp/WEB-INF/jsp/itms/rem/ResourceDetail.jsp new file mode 100644 index 00000000..a9c66cbe --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/rem/ResourceDetail.jsp @@ -0,0 +1,663 @@ + + +<% +/** + * @Class Name : ResourceDetail.jsp + * @Description : 자산상세조회 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.04 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.04 + * @version 1.0 + * @see + * + * Copyright (C) 2009 by MOPAS All right reserved. + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + +자산등록 + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +

자산 상세조회

+ + +
+
+
+ +
+
+
+ +
+ + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <%-- + + + --%> + + + + + + + + + + + + + + + + + + + + + + + +
자산 등록
자산번호도입일자 + + 분류 + + + + + +
자산명제조사제품명
도입금액자산상태 + + 유지보수여부 + +
유지보수요율 %유지보수점검주기 + + 유지보수기간 + + ~ +
버전시리얼
호스트명EOS일 + +
용도 + +
비고 + +
+ + + +
첨부파일 + + + + +
+ +
+ +
+
+ + +
연결보고서 + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
연결보고서
문서번호상태 구분작성자수정일시제목
${reports.vcReportId} +
+
+ +
+ +
+ + +
+ +
+ + + + + +
+ + +
+ + + + + + +
+
+ + + +
+ + + + + + + + + + + + + + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/rem/ResourceFileUpload.jsp b/src/main/webapp/WEB-INF/jsp/itms/rem/ResourceFileUpload.jsp new file mode 100644 index 00000000..ce05806e --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/rem/ResourceFileUpload.jsp @@ -0,0 +1,363 @@ + + +<% + /** + * @Class Name : ResourceList.java + * @Description : 자산관리 목록 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.31 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.31 + * @version 1.0 + * @see + * + */ +%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + +자산관리 + + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + +         +         +         + + + + +
+ + + + + + + + +
+
+ +
+
+ + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <%-- + + --%> + + + + + + + + + + +
자산관리
대분류중분류소분류자산번호자산명상태호스트명제조사모델유지보수대상
${resource.vcAssetId}
+ +
+ + + + + + + + + +
+
+
+
+ + + + +
+ + + + + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/rem/ResourceHistListPopup.jsp b/src/main/webapp/WEB-INF/jsp/itms/rem/ResourceHistListPopup.jsp new file mode 100644 index 00000000..3d7959e2 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/rem/ResourceHistListPopup.jsp @@ -0,0 +1,332 @@ + + +<% + /** + * @Class Name : ResourceHistListPopup.jsp + * @Description : 자산이력 목록 화면(팝업)) + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.03.31 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.03.31 + * @version 1.0 + * @see + * + */ +%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + +자산관리 + + + + + + + + + + + + + + +
+

자산 이력조회

+
+ + +
+ + + "> + + + <%-- 대분류 --%> + <%-- 중분류 --%> + <%-- 소분류 --%> + <%-- 자산번호 --%> + <%-- 도입일자 --%> + <%-- 자산명 --%> + <%-- 도입금액 --%> + <%-- 자산상태 --%> + <%-- 유지보수비율 --%> + <%-- 호스트명 --%> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
자산관리
대분류중분류소분류자산번호도입일자자산명도입금액자산상태유지보수비율호스트명
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/rem/ResourceInsert.jsp b/src/main/webapp/WEB-INF/jsp/itms/rem/ResourceInsert.jsp new file mode 100644 index 00000000..0fd234be --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/rem/ResourceInsert.jsp @@ -0,0 +1,478 @@ + + +<% +/** + * @Class Name : ResourceInsert.jsp + * @Description : 자산등록화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.03 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.03 + * @version 1.0 + * @see + * + * Copyright (C) 2009 by MOPAS All right reserved. + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + +자산등록 + + + + + + + + + + + + + + + + +
+ + +
+ +

자산등록

+ + +
+
+
+ +
+
+
+ +
+ + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
자산 등록
자산번호도입일자 + + 분류 + + + + + +
자산명제조사제품명
도입금액자산상태 + + 유지보수여부 + +
유지보수요율 %유지보수점검주기 + + 유지보수기간 + + ~ +
버전시리얼
호스트명EOS일 + +
용도 + +
비고 + +
+ +
+ +
+
+ + +
+ +
+ + +
+ +
+ + +
+ + +
+ +
+
+ + +
+ + + + + + + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/rem/ResourceList.jsp b/src/main/webapp/WEB-INF/jsp/itms/rem/ResourceList.jsp new file mode 100644 index 00000000..8fa24115 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/rem/ResourceList.jsp @@ -0,0 +1,401 @@ + + +<% + /** + * @Class Name : ResourceList.java + * @Description : 자산관리 목록 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.31 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.31 + * @version 1.0 + * @see + * + */ +%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + +자산관리 + + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + +         +         +         + + + + +
+ + + + + + + + +
+
+ +
+
+ + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <%-- + + --%> + + + + + + + + + + +
자산관리
대분류중분류소분류자산번호자산명상태호스트명제조사모델유지보수대상
${resource.vcAssetId}
+ +
+ + + + + + + + + +
+
+
+
+ + + + +
+ + + + + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/rem/ResourceListPopup.jsp b/src/main/webapp/WEB-INF/jsp/itms/rem/ResourceListPopup.jsp new file mode 100644 index 00000000..cfd55772 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/rem/ResourceListPopup.jsp @@ -0,0 +1,264 @@ + + +<% + /** + * @Class Name : ResourceListPopup.jsp + * @Description : 자산관리 목록 화면(팝업)) + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.17 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.17 + * @version 1.0 + * @see + * + */ +%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + +자산관리 + + + + + + + + + + + + + + +
+

자산 선택

+
+ + + +
+ + + + + + + + + + + +
+ + + +
+ +
+ + + +
+
+ + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
자산관리
+ + 대분류중분류소분류자산번호자산명호스트명
+ +
+ +
+ + + + + + + + + + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/rem/ResourceMultiList.jsp b/src/main/webapp/WEB-INF/jsp/itms/rem/ResourceMultiList.jsp new file mode 100644 index 00000000..9512bd60 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/rem/ResourceMultiList.jsp @@ -0,0 +1,714 @@ + + +<% + /** + * @Class Name : ResourceMultiList.java + * @Description : 자산관리 대용량 처리 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.26 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.26 + * @version 1.0 + * @see + * + */ +%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + + + + +자산관리 + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + + + + + + + +
+ + + + +
+ + + + + +
+
+ +
+ +
+ + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
자산관리
대분류중분류소분류자산번호자산명호스트명제조사처리결과처리결과메세지
자산파일을 업로드 해주세요.
+ +
+ + + +
+
+
+
+ + + + +
+ + + + + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/search/SearchOne.jsp b/src/main/webapp/WEB-INF/jsp/itms/search/SearchOne.jsp new file mode 100644 index 00000000..c67e3f0a --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/search/SearchOne.jsp @@ -0,0 +1,216 @@ + + +<% + /** + * @Class Name : SearchOne.jsp + * @Description : 개별 검색 처리 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.04.25 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.04.25 + * @version 1.0 + * @see + * + */ +%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + + +자산분류관리 + + + + + + + + + +
+ + +
+ +
+ +
+ +
+
+
+ + + + + + + +
+
+
+ + +
+ +
+
+ '${searchVO.searchKeyword}'에 대한 통합검색 결과 총${resultCnt}건입니다. +
+
+ + +
+ +
+ + 인스던트 + 보고서 + 게시판 + + '${searchVO.searchKeyword}' 관련 정보 총${resultCnt} +
+ + +
+
    + + +
  • 검색된 내용이 없습니다.
  • +
    + + +
  • + +
    + + + + +
    + ${result.source.user} + ${result.source.last_date} +
    + +
    + + +
      +
    • + ${result.source.text} +
    • +
    + +
  • +
    +
+
+ +
+ +
+ + + + + +
+ +
+ +
+ + + + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/search/SearchTotal.jsp b/src/main/webapp/WEB-INF/jsp/itms/search/SearchTotal.jsp new file mode 100644 index 00000000..7a808098 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/search/SearchTotal.jsp @@ -0,0 +1,327 @@ + + +<% + /** + * @Class Name : SearchTotal.jsp + * @Description : 통합 검색 처리 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.04.25 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.04.25 + * @version 1.0 + * @see + * + */ +%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + + +자산분류관리 + + + + + + + + + +
+ + +
+ +
+ +
+ +
+
+
+ + + + + + + +
+
+
+ + +
+ +
+
+ '${searchVO.searchKeyword}'에 대한 통합검색 결과 총${iIncidentCnt+iReportCnt+iBbsInfoCnt}건입니다. +
+
+ + +
+ +
+ 인스던트 + '${searchVO.searchKeyword}' 관련 정보 총${iIncidentCnt} +
+ + +
+
    + + +
  • 검색된 내용이 없습니다.
  • +
    + + +
  • + +
    + + + + +
    + ${result.source.user} + ${result.source.last_date} +
    + +
    + + +
      +
    • + ${result.source.text} +
    • +
    + +
  • +
    +
+
+ + + +
+ +
+
+ +
+ + + +
+ +
+ 보고서 + '${searchVO.searchKeyword}' 관련 정보 총${iReportCnt} +
+ + +
+
    + +
  • 검색된 내용이 없습니다.
  • +
    + + +
  • + +
    + + + + +
    + ${result.source.user} + ${result.source.last_date} +
    + +
    + + +
      +
    • + ${result.source.text} +
    • +
    + +
  • +
    +
+
+ + + +
+ +
+
+ +
+ + + +
+ +
+ 게시판 + '${searchVO.searchKeyword}' 관련 정보 총${iBbsInfoCnt} +
+ + +
+
    + +
  • 검색된 내용이 없습니다.
  • +
    + + +
  • + +
    + + + + +
    + ${result.source.user} + ${result.source.last_date} +
    + +
    + + +
      +
    • + ${result.source.text} +
    • +
    + +
  • +
    +
+
+ + + +
+ +
+
+ +
+ +
+ +
+ +
+ +
+ + + + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/PopApprovalReject.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/PopApprovalReject.jsp new file mode 100644 index 00000000..2c122bf5 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/PopApprovalReject.jsp @@ -0,0 +1,79 @@ + + +<%-- + /** + * @Class Name : PopApprovalReject.jsp + * @Description : 승인/반려 팝엄 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2025.02.19 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.19 + * @version 1.0 + * @see + * + */ +--%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + + + + + + + + + +
+

승인/반려

+
+ + +
+ + + "> + + + + + + + +
승인요청
+ +
+
+ +
+ + + +
+ +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/PopCompleted.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/PopCompleted.jsp new file mode 100644 index 00000000..cf302136 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/PopCompleted.jsp @@ -0,0 +1,145 @@ + + +<%-- + /** + * @Class Name : PopCompleted.jsp + * @Description : 처리완료 팝엄 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2025.02.15 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.15 + * @version 1.0 + * @see + * + */ +--%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + +${pageTitle} <spring:message code="title.list" /> + + + + + + + + + + + + + + + +
+

처리완료

+
+ + +
+ + + "> + + + + + + + + + + + + +
처리완료
+ 완료일시 : +
+ +
+
+ +
+ + +
+ + + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/PopReportChoice.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/PopReportChoice.jsp new file mode 100644 index 00000000..4af56e6d --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/PopReportChoice.jsp @@ -0,0 +1,132 @@ + + +<%-- + /** + * @Class Name : PopReportChoice.jsp + * @Description : 보고서유형 선택 팝엄 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2025.02.19 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.19 + * @version 1.0 + * @see + * + */ +--%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + +${pageTitle} <spring:message code="title.list" /> + + + + + + + + + + + + + + + +
+

보고서 선택

+
+ + +
+ + + "> + + + + + + + + + + + +
처리완료
보고서 + + +         +         + + + +         +         + + + +
+ +
+ +
+ + +
+ + + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/PopReqApproval.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/PopReqApproval.jsp new file mode 100644 index 00000000..ea610616 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/PopReqApproval.jsp @@ -0,0 +1,82 @@ + + +<%-- + /** + * @Class Name : ReqApprovalPop.jsp + * @Description : 승인요청 팝엄 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2025.02.14 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.14 + * @version 1.0 + * @see + * + */ +--%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + +${pageTitle} <spring:message code="title.list" /> + + + + + + + + + + + +
+

승인요청

+
+ + +
+ + + "> + + + + + + + +
승인요청
+ +
+
+ +
+ + +
+ +
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/ReportCheckDetail.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportCheckDetail.jsp new file mode 100644 index 00000000..35e828d7 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportCheckDetail.jsp @@ -0,0 +1,661 @@ + + +<% +/** + * @Class Name : ReportCheckDetail.jsp + * @Description : 점검보고서 상세조회 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.18 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.18 + * @version 1.0 + * @see + * + * Copyright (C) 2009 by MOPAS All right reserved. + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + 점검보고서 상세조회 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +

점검보고서 상세조회

+ + +
+
+
+ +
+
+
+ +
+ + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
점검보고서 등록
보고서ID ${resultReport.vcReportId} 서비스 + ${resultReport.vcServiceName} + 작성자 + ${resultReport.vcRegUser} +
인스던트 접수번호 + ${incidentId} + 작업분류 + ${resultReport.vcTask} + 작업자 + ${resultReport.vcTaskUser} +
서비스다운 + ${resultReport.dtDownstartDatetime}~${resultReport.dtDownfinishDatetime} + 시작일시 + ${resultReport.dtStartDatetime} + 종료일시 + ${resultReport.dtFinishDatetime} +
제목 + ${resultReport.vcReportTitle} +
서비스 결재 라인 +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
결재라인
결재자상태Comment결재시간
${resultReport.vcReqApprovalUser }승인요청${resultReport.txReqApprovalComment }${resultReport.dtReqApprovalDatetime }
+
+ +
+ + + +
자산 + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
연결자산정보
소분류자산명비고
+
+ +
+ + + + +
+ + +
+ +
+ + +
+ + + +
+ + + + + + + + + + + + + + + + +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/ReportCheckInsert.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportCheckInsert.jsp new file mode 100644 index 00000000..f3a2c651 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportCheckInsert.jsp @@ -0,0 +1,885 @@ + + +<% +/** + * @Class Name : ReportCheckInsert.jsp + * @Description : 점검보고서 등록화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.17 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.17 + * @version 1.0 + * @see + * + * Copyright (C) 2009 by MOPAS All right reserved. + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + 점검보고서 등록 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +

점검보고서 등록

+ + +
+
+
+ +
+
+
+ +
+ + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
점검보고서 등록
보고서ID 서비스 + + 작성자 + + + +
인스던트 접수번호 ${resultIncident.vcIncidentNum} 작업분류 + + + + 작업자 + + + + 작업자 검색 + + + + +
서비스다운 + + ~ + 시작일시 + + + 종료일시 + + +
제목 + + 보고서양식 + +
서비스 결재 라인 + +
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + <%-- + + + + + + + + + + + + + + + + + + + --%> + + +
결재라인
결재자상태Comment
+ + 결재자1결재자2결재자3
+ + 결재자1결재자2결재자3
+
+ +
+ +
+ +
+
+ + +
자산 + +
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + +
연결자산정보
소분류자산명비고
+
+ +
+ + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/ReportCheckList.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportCheckList.jsp new file mode 100644 index 00000000..5fcb227e --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportCheckList.jsp @@ -0,0 +1,250 @@ + + +<% + /** + * @Class Name : ReportCheckList.java + * @Description : 점검보고서 목록 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.17 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.17 + * @version 1.0 + * @see + * + */ +%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + +점검보고서 정보 + + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + + + + + + + + +
+ + + + +
+ + " > +         + + " > +         + + " > +         + + " > +
+
+ +
+
+ + + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
점검 보고서 관리
문서번호요청번호서비스승인상태제목작성자등록일시
${reportList.vcReportId} +
+ +
+ + + + + + + + + +
+
+
+
+ + +
+ + + + + + + + + + + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/ReportCheckPrintPop.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportCheckPrintPop.jsp new file mode 100644 index 00000000..c038b42e --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportCheckPrintPop.jsp @@ -0,0 +1,312 @@ + + +<% +/** + * @Class Name : ReportCheckPrint.jsp + * @Description : 점검보고서 인쇄 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.24 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.24 + * @version 1.0 + * @see + * + * Copyright (C) 2009 by MOPAS All right reserved. + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + 점검보고서 인쇄 + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
점검보고서 등록
보고서ID ${resultReport.vcReportId} 서비스 + ${resultReport.vcServiceName} + 작성자 + ${resultReport.vcRegUser} +
인스던트 접수번호 + ${incidentId} + 작업분류 + ${resultReport.vcTask} + 작업자 + ${resultReport.vcTaskUser} +
자산 + ${fn:length(resultAssets) } + 서비스다운 + ${resultReport.dtDownstartDatetime}~${resultReport.dtDownfinishDatetime} +
제목 + ${resultReport.vcReportTitle} +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
연결자산정보
소분류자산명비고
+
+ + + + + +
+ + + + + + + + + + + + + + + + + +
연결자산정보
첨부파일
+ + + +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
결재라인
결재자상태Comment결재시간
${resultReport.vcReqApprovalUser }승인요청${resultReport.txReqApprovalComment }${resultReport.dtReqApprovalDatetime }
+
+ + +
+ + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/ReportCheckUpdate.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportCheckUpdate.jsp new file mode 100644 index 00000000..242edd56 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportCheckUpdate.jsp @@ -0,0 +1,901 @@ + + +<% +/** + * @Class Name : ReportCheckUpdate.jsp + * @Description : 점검보고서 수정화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.18 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.18 + * @version 1.0 + * @see + * + * Copyright (C) 2009 by MOPAS All right reserved. + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + 점검보고서 수정 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +

점검보고서 수정

+ + +
+
+
+ +
+
+
+ +
+ + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
점검보고서 등록
보고서ID ${resultReport.vcReportId} 서비스 + + 작성자 + + + +
인스던트 접수번호 ${incidentId} 작업분류 + + + + 작업자 + + + + 작업자 검색 + + + + +
서비스다운 + + ~ + 시작일시 + + + 종료일시 + + +
제목 + + 보고서양식 + +
서비스 결재 라인 + +
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
결재라인
결재자상태Comment
+ +
+
+ +
+ +
+ +
+
+ + +
+ + + + +
자산 + +
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + <%-- 2025.05.12 나혁제 오류 수정 + + --%> + + + + + + + +
연결자산정보
소분류자산명비고
+ + + +
+
+ +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + + + + + +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/ReportErrorDetail.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportErrorDetail.jsp new file mode 100644 index 00000000..e9540a08 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportErrorDetail.jsp @@ -0,0 +1,660 @@ + + +<% +/** + * @Class Name : ReportErrorDetail.jsp + * @Description : 장애보고서 상세조회 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.26 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.26 + * @version 1.0 + * @see + * + * Copyright (C) 2009 by MOPAS All right reserved. + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + 장애보고서 상세조회 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +

장애보고서 상세조회

+ + +
+
+
+ +
+
+
+ +
+ + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
장애보고서 등록
보고서ID ${resultReport.vcReportId} 서비스 + ${resultReport.vcServiceName} + 작성자 + ${resultReport.vcRegUser} +
인스던트 접수번호 + ${incidentId} + 작업분류 + ${resultReport.vcTask} + 작업자 + ${resultReport.vcTaskUser} +
서비스다운 + ${resultReport.dtDownstartDatetime}~${resultReport.dtDownfinishDatetime} + 시작일시 + ${resultReport.dtStartDatetime} + 종료일시 + ${resultReport.dtFinishDatetime} +
제목 + ${resultReport.vcReportTitle} +
서비스 결재 라인 +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
결재라인
결재자상태Comment결재시간
${resultReport.vcReqApprovalUser }승인요청${resultReport.txReqApprovalComment }${resultReport.dtReqApprovalDatetime }
+
+ +
+ + + +
자산 + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
연결자산정보
소분류자산명비고
+
+ +
+ + + + +
+ + +
+ +
+ + +
+ + + +
+ + + + + + + + + + + + + + + + +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/ReportErrorInsert.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportErrorInsert.jsp new file mode 100644 index 00000000..310a9ba2 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportErrorInsert.jsp @@ -0,0 +1,859 @@ + + +<% +/** + * @Class Name : ReportErrorInsert.jsp + * @Description : 장애보고서 등록화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.25 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.25 + * @version 1.0 + * @see + * + * Copyright (C) 2009 by MOPAS All right reserved. + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + 장에보고서 등록 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +

장애보고서 등록

+ + +
+
+
+ +
+
+
+ +
+ + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
장애보고서 등록
보고서ID 서비스 + + 작성자 + + + +
인스던트 접수번호 ${resultIncident.vcIncidentNum} 작업분류 + + + + 작업자 + + + + 작업자 검색 + + + + +
서비스다운 + + ~ + 시작일시 + + + 종료일시 + + +
제목 + + 보고서양식 + +
서비스 결재 라인 + +
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
결재라인
결재자상태Comment
+
+ +
+ +
+ +
+
+ + +
자산 + +
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + +
연결자산정보
소분류자산명비고
+
+ +
+ + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/ReportErrorList.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportErrorList.jsp new file mode 100644 index 00000000..4df79d37 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportErrorList.jsp @@ -0,0 +1,270 @@ + + +<% + /** + * @Class Name : ReportErrorList.java + * @Description : 장애보고서 목록 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.25 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.25 + * @version 1.0 + * @see + * + */ +%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + +점검보고서 정보 + + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + + + + + + + + +
+ + + + +
+ + " > +         + + " > +         + + " > +         + + " > +
+
+ +
+
+ + + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
점검 보고서 관리
문서번호요청번호서비스승인상태제목작성자등록일시
${reportList.vcReportId} +
+ +
+ + + + + + + + + +
+
+
+
+ + +
+ + + + + + + + + + + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/ReportErrorPrintPop.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportErrorPrintPop.jsp new file mode 100644 index 00000000..79c240d8 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportErrorPrintPop.jsp @@ -0,0 +1,310 @@ + + +<% +/** + * @Class Name : ReportErrorPrint.jsp + * @Description : 장애보고서 인쇄 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.26 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.26 + * @version 1.0 + * @see + * + * Copyright (C) 2009 by MOPAS All right reserved. + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + 장애보고서 인쇄 + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
장애보고서 등록
보고서ID ${resultReport.vcReportId} 서비스 + ${resultReport.vcServiceName} + 작성자 + ${resultReport.vcRegUser} +
인스던트 접수번호 + ${incidentId} + 작업분류 + ${resultReport.vcTask} + 작업자 + ${resultReport.vcTaskUser} +
자산 + ${fn:length(resultAssets) } + 서비스다운 + ${resultReport.dtDownstartDatetime}~${resultReport.dtDownfinishDatetime} +
제목 + ${resultReport.vcReportTitle} +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
연결자산정보
소분류자산명비고
+
+ + + + + +
+ + + + + + + + + + + + + + + + + +
연결자산정보
첨부파일
+ + + +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
결재라인
결재자상태Comment결재시간
${resultReport.vcReqApprovalUser }승인요청${resultReport.txReqApprovalComment }${resultReport.dtReqApprovalDatetime }
+
+ +
+ +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/ReportErrorUpdate.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportErrorUpdate.jsp new file mode 100644 index 00000000..fbf037e4 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportErrorUpdate.jsp @@ -0,0 +1,891 @@ + + +<% +/** + * @Class Name : ReportErrorUpdate.jsp + * @Description : 장애보고서 수정화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.26 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.26 + * @version 1.0 + * @see + * + * Copyright (C) 2009 by MOPAS All right reserved. + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + 장애보고서 수정 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +

장애보고서 수정

+ + +
+
+
+ +
+
+
+ +
+ + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
장애보고서 등록
보고서ID ${resultReport.vcReportId} 서비스 + + 작성자 + + + +
인스던트 접수번호 ${incidentId} 작업분류 + + + + 작업자 + + + + 작업자 검색 + + + + +
서비스다운 + + ~ + 시작일시 + + + 종료일시 + + +
제목 + + 보고서양식 + +
서비스 결재 라인 + +
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
결재라인
결재자상태Comment
+ +
+
+ +
+ +
+ +
+
+ + +
+ + + + +
자산 + +
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + <%-- 2025.05.12 나혁제 오류수정 + + --%> + + + + + + + +
연결자산정보
소분류자산명비고
+ + + +
+
+ +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + + + + + +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/ReportIssueDetail.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportIssueDetail.jsp new file mode 100644 index 00000000..affb5fa3 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportIssueDetail.jsp @@ -0,0 +1,656 @@ + + +<% +/** + * @Class Name : ReportIssueDetail.jsp + * @Description : 이슈보고서 상세조회 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.26 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.26 + * @version 1.0 + * @see + * + * Copyright (C) 2009 by MOPAS All right reserved. + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + 이슈보고서 상세조회 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +

이슈보고서 상세조회

+ + +
+
+
+ +
+
+
+ +
+ + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
이슈보고서 등록
보고서ID ${resultReport.vcReportId} 서비스 + ${resultReport.vcServiceName} + 작성자 + ${resultReport.vcRegUser} +
인스던트 접수번호 + ${incidentId} + 작업분류 + ${resultReport.vcTask} + 작업자 + ${resultReport.vcTaskUser} +
서비스다운 + ${resultReport.dtDownstartDatetime}~${resultReport.dtDownfinishDatetime} + 시작일시 + ${resultReport.dtStartDatetime} + 종료일시 + ${resultReport.dtFinishDatetime} +
제목 + ${resultReport.vcReportTitle} +
서비스 결재 라인 +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
결재라인
결재자상태Comment결재시간
${resultReport.vcReqApprovalUser }승인요청${resultReport.txReqApprovalComment }${resultReport.dtReqApprovalDatetime }
+
+ +
+ + + +
자산 + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
연결자산정보
소분류자산명비고
+
+ +
+ + + + +
+ + +
+ +
+ + +
+ + + +
+ + + + + + + + + + + + + + + + +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/ReportIssueInsert.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportIssueInsert.jsp new file mode 100644 index 00000000..05a3bb05 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportIssueInsert.jsp @@ -0,0 +1,861 @@ + + +<% +/** + * @Class Name : ReportIssueInsert.jsp + * @Description : 이슈보고서 등록화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.26 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.26 + * @version 1.0 + * @see + * + * Copyright (C) 2009 by MOPAS All right reserved. + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + 이슈보고서 등록 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +

이슈보고서 등록

+ + +
+
+
+ +
+
+
+ +
+ + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
이슈보고서 등록
보고서ID 서비스 + + 작성자 + + + +
인스던트 접수번호 ${resultIncident.vcIncidentNum} 작업분류 + + + + 작업자 + + + + 작업자 검색 + + + + +
서비스다운 + + ~ + 시작일시 + + + 종료일시 + + +
제목 + + 보고서양식 + +
서비스 결재 라인 + +
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
결재라인
결재자상태Comment
+
+ +
+ +
+ +
+
+ + +
자산 + +
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + +
연결자산정보
소분류자산명비고
+
+ +
+ + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/ReportIssueList.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportIssueList.jsp new file mode 100644 index 00000000..0d9a11bf --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportIssueList.jsp @@ -0,0 +1,266 @@ + + +<% + /** + * @Class Name : ReportIssueList.java + * @Description : 이슈보고서 목록 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2026.02.26 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2026.02.26 + * @version 1.0 + * @see + * + */ +%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + +이슈보고서 정보 + + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + + + + + + + + +
+ + + + +
+ + " > +         + + " > +         + + " > +         + + " > +
+
+ +
+
+ + + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
이슈 보고서 관리
문서번호요청번호서비스승인상태제목작성자등록일시
${reportList.vcReportId} +
+ +
+ + + + + + + + + +
+
+
+
+ + +
+ + + + + + + + + + + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/ReportIssuePrintPop.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportIssuePrintPop.jsp new file mode 100644 index 00000000..55a4e587 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportIssuePrintPop.jsp @@ -0,0 +1,310 @@ + + +<% +/** + * @Class Name : ReportIssuePrint.jsp + * @Description : 이슈보고서 인쇄 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.26 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.26 + * @version 1.0 + * @see + * + * Copyright (C) 2009 by MOPAS All right reserved. + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + 이슈보고서 인쇄 + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
이슈보고서 등록
보고서ID ${resultReport.vcReportId} 서비스 + ${resultReport.vcServiceName} + 작성자 + ${resultReport.vcRegUser} +
인스던트 접수번호 + ${incidentId} + 작업분류 + ${resultReport.vcTask} + 작업자 + ${resultReport.vcTaskUser} +
자산 + ${fn:length(resultAssets) } + 서비스다운 + ${resultReport.dtDownstartDatetime}~${resultReport.dtDownfinishDatetime} +
제목 + ${resultReport.vcReportTitle} +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
연결자산정보
소분류자산명비고
+
+ + + + + +
+ + + + + + + + + + + + + + + + + +
연결자산정보
첨부파일
+ + + +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
결재라인
결재자상태Comment결재시간
${resultReport.vcReqApprovalUser }승인요청${resultReport.txReqApprovalComment }${resultReport.dtReqApprovalDatetime }
+
+ +
+ +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/ReportIssueUpdate.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportIssueUpdate.jsp new file mode 100644 index 00000000..1185fdf8 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/ReportIssueUpdate.jsp @@ -0,0 +1,888 @@ + + +<% +/** + * @Class Name : ReportIssueUpdate.jsp + * @Description : 이슈보고서 수정화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.26 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.26 + * @version 1.0 + * @see + * + * Copyright (C) 2009 by MOPAS All right reserved. + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + 이슈보고서 수정 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +

이슈보고서 수정

+ + +
+
+
+ +
+
+
+ +
+ + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
이슈보고서 등록
보고서ID ${resultReport.vcReportId} 서비스 + + 작성자 + + + +
인스던트 접수번호 ${incidentId} 작업분류 + + + + 작업자 + + + + 작업자 검색 + + + + +
서비스다운 + + ~ + 시작일시 + + + 종료일시 + + +
제목 + + 보고서양식 + +
서비스 결재 라인 + +
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
결재라인
결재자상태Comment
+ +
+
+ +
+ +
+ +
+
+ + +
+ + + + +
자산 + +
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + <%-- 2025.05.12 나혁제 오류수정 + + --%> + + + + + + + +
연결자산정보
소분류자산명비고
+ + + +
+
+ +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + + + + + +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/SvcDeskDetail.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/SvcDeskDetail.jsp new file mode 100644 index 00000000..94a5e03a --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/SvcDeskDetail.jsp @@ -0,0 +1,945 @@ + + +<% +/** + * @Class Name : SvcDeskDetail.jsp + * @Description : 서비스데스크 인스턴스 접수 상세조회 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.12 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.12 + * @version 1.0 + * @see + * + * Copyright (C) 2009 by MOPAS All right reserved. + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + 인스던트 상세조회 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +

인스던트 상세조회

+ + +
+
+
+ +
+
+
+ +
+ + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
서비스 등록
접수번호 ${resultIncident.vcIncidentNum} 접수자 + ${resultIncident.vcRegUser} + 접수일시 + ${resultIncident.dtReceiptDatetime} +
서비스 + ${resultIncident.vcServiceName} + 조치예정자 + ${resultIncident.vcChargeUser} + 완료요청일시 + ${resultIncident.dtReqDatetime} +
진행사항 + ${resultIncident.vcIncidentStatus} + 조치자 + ${resultIncident.vcDevUser} + + +
제목 + ${resultIncident.vcIncidentTitle} +
서비스 결재 라인 + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
결재라인
결재자상태Comment결재시간
${resultIncident.vcReqApprovalUser }승인요청${resultIncident.txReqApprovalComment }${resultIncident.dtReqApprovalDatetime }
+
+ +
+ + + +
연결보고서 + +
+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
연결보고서
문서번호보고서유형 상태제목작성인
${reports.vcReportId} +
+
+ +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+
+

댓글  [총 ${fn:length(resultCnList)} 개의 글]

+ + + + + + + + + + + + + + + + + + + + + + + + +
댓글이 없습니다.
+ ${listCn.wrterNm} + ${listCn.frstRegisterPnttm} +
+ + + + + + +
+
+ ${listCn.commentCn} +
+ +
+ + +
+ +
+
+ + +
+ +
+
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/SvcDeskInsert.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/SvcDeskInsert.jsp new file mode 100644 index 00000000..1d963e32 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/SvcDeskInsert.jsp @@ -0,0 +1,672 @@ + + +<% +/** + * @Class Name : SvcDeskInsert.jsp + * @Description : 서비스데스크 인스턴스 접수 등록화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.12 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.12 + * @version 1.0 + * @see + * + * Copyright (C) 2009 by MOPAS All right reserved. + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + 인스던트 등록 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +

서비스접수

+ + +
+
+
+ +
+
+
+ +
+ + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
인스던트 등록
접수번호 접수자 + + + + 조치예정자 검색 + + + + + 접수일시 + + +
서비스 + + 조치예정자 + + + + 조치예정자 검색 + + + + + 완료요청일시 + +
진행사항 + 조치자 + +
제목 + +
서비스 결재 라인 + +
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
결재라인
결재자상태Comment
+
+ +
+ +
+ +
+
+ + +
+ + + +
+ + +
+ +
+ + +
+ + +
+ + +
+
+ + +
+ + + + + + + + + + + + + + + + + + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/SvcDeskList.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/SvcDeskList.jsp new file mode 100644 index 00000000..d65dce2e --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/SvcDeskList.jsp @@ -0,0 +1,269 @@ + + +<% + /** + * @Class Name : SvcDeskList.java + * @Description : 서비스데스크 목록 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.12 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.12 + * @version 1.0 + * @see + * + */ +%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + +서비스데스크정보 + + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + +
+ + " > +         + + " > +         + + " > +
+
+ +
+
+ + + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
서비스데스크 인스던트 관리
접수번호서비스조치담당자접수일시접수자처리상태완료일시승인상태제목
${incidentList.vcIncidentNum} +
+ +
+ + + + + + + + + +
+
+
+
+ + +
+ + + + + + + + + + + + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/SvcDeskPrintPop.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/SvcDeskPrintPop.jsp new file mode 100644 index 00000000..67de6e0a --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/SvcDeskPrintPop.jsp @@ -0,0 +1,276 @@ + + +<% +/** + * @Class Name : SvcDeskPrintPop.jsp + * @Description : 서비스데스크 인스턴스 인쇄 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.15 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.15 + * @version 1.0 + * @see + * + * Copyright (C) 2009 by MOPAS All right reserved. + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + + + + + + + + + + + + + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
서비스 등록
접수번호 ${resultIncident.vcIncidentNum} 접수자 + ${resultIncident.vcRegUser} + 접수일시 + ${resultIncident.dtReceiptDatetime} +
서비스 + ${resultIncident.vcServiceName} + 조치예정자 + ${resultIncident.vcChargeUser} + 완료요청일시 + ${resultIncident.dtReqDatetime} +
진행사항 + ${resultIncident.vcIncidentStatus} + 조치자 + ${resultIncident.vcDevUser} + +
제목 + ${resultIncident.vcIncidentTitle} +
+
+ + + + +
+ + "> + + + + + + + + + + + + + + + + +
서비스 등록
서비스 결재 라인 + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
결재라인
결재자상태Comment결재시간
${resultIncident.vcReqApprovalUser }승인요청${resultIncident.txReqApprovalComment }${resultIncident.dtReqApprovalDatetime }
+
+ +
+ + + +
+
+ + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/srm/SvcDeskUpdate.jsp b/src/main/webapp/WEB-INF/jsp/itms/srm/SvcDeskUpdate.jsp new file mode 100644 index 00000000..06e8c2f0 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/srm/SvcDeskUpdate.jsp @@ -0,0 +1,705 @@ + + +<% +/** + * @Class Name : SvcDeskUpdate.jsp + * @Description : 서비스데스크 인스턴스 수정 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.02.14 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.02.14 + * @version 1.0 + * @see + * + * Copyright (C) 2009 by MOPAS All right reserved. + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + 인스던트 수정 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +

인스던트 수정

+ + +
+
+
+ +
+
+
+ +
+ + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
서비스 등록
접수번호 ${resultIncident.vcIncidentNum} 접수자 + + + + 조치예정자 검색 + + + + + 접수일시 + + +
서비스 + + 조치예정자 + + + + 조치예정자 검색 + + + + + 완료요청일시 + +
진행사항 ${resultIncident.vcIncidentStatus} 조치자 ${resultIncident.vcDevUser} +
제목 + +
서비스 결재 라인 + +
+ + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
결재라인
결재자상태Comment
+ +
+
+ +
+ +
+ +
+
+ + +
+ + + + +
+ + + + +
+ + +
+ +
+ + +
+ + +
+ + + + +
+
+ + +
+ + + + + + + + + + + + + + + + + + + + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/AuthorGroupManage.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/AuthorGroupManage.jsp new file mode 100644 index 00000000..429ba66b --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/AuthorGroupManage.jsp @@ -0,0 +1,429 @@ + + +<% + /** + * @Class Name : AuthorGroupManage.jsp + * @Description : 권한그룹관리 List 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.06 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.06 + * @version 1.0 + * @see + * + */ +%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + +${pageTitle} <spring:message code="title.list" /> + + + + + + + + + + + +
+ + <%-- 2025.01.23 나혁제 신디자인 적용 + +
+ + + +

${pageTitle}

+ + --%> + + + + +
+ + + + + + + + + +
+
+ + + + + " > + + +
+ +
+ +
+
+ +
+ +
+ +
+ + + <%-- 2025.01.23 나혁제 신디자인 적용 + +
+
+
+ + + + + + " value='' maxlength="155" > + + + + + +
+
+ + --%> + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
+ +
+ + ">
+ +
+ + + + + + + + +
+
+ + + + +
+
+ + + <%-- 2025.01.23 나혁제 신디자인 적용 + +
+ +
+
+ + +
+
+
+ + --%> + + <%-- 2025.01.23 나혁제 신디자인 적용 +
+ + --%> + +
+ + + + + + + + +
+ + + + + diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/AuthorInsert.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/AuthorInsert.jsp new file mode 100644 index 00000000..b34ca3ed --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/AuthorInsert.jsp @@ -0,0 +1,214 @@ + + +<% +/** + * @Class Name : EgovAuthorInsert jsp + * @Description : 권한등록화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.06 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.06 + * @version 1.0 + * @see + * + */ + %> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + +${pageTitle} <spring:message code="title.create" /> + + + + + + + + + + + + + +
+ + +
+ +

${pageTitle}

+ + +
+
+
+ +
+
+
+ +
+ + + <%-- 2025.01.21 나혁제 신디자인 적용 + +
+ + + +

${pageTitle}

+ --%> + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
${title} * + +
+
${title} * + +
+
${title} + +
+
+ +
+ + + +
+ +
+ + +
+ + +
+ + +
+
+ + + <%-- 2025.01.21 나혁제 신디자인 적용 + +
+ +
+ +
+ + +
+ +
+ +
+ + --%> + + <%-- 2025.01.21 나혁제 신디자인 적용 +
+ + --%> +
+ + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/AuthorManage.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/AuthorManage.jsp new file mode 100644 index 00000000..b87b6cf7 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/AuthorManage.jsp @@ -0,0 +1,306 @@ + + +<% + /** + * @Class Name : AuthorManage.java + * @Description : 권한관리 목록 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.06 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.06 + * @version 1.0 + * @see + * + */ +%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + +${pageTitle} <spring:message code="title.list" /> + + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + + +
+
+ " value='' maxlength="155" > +
+
+
+ +
+
+ + + + +
+ + + "> + + + + + + + + <%-- 2025.02.10 나혁제 롤정보 처리 안함 + + --%> + + + + + + + + + <%-- 2025.02.10 나혁제 롤정보 처리 안함 + + --%> + + + + + + + + + + + + + + + + <%-- 2025.02.10 나혁제 롤정보 처리 안함 + + --%> + + + +
${pageTitle}
+ +
+ + ')">" onclick="javascript:fncSelectAuthorRole('')">롤 정보
+ +
+ + + + + + + + + +
+
+
+
+ + + + +
+ + + + + + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/AuthorRoleManage.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/AuthorRoleManage.jsp new file mode 100644 index 00000000..7cfdcb34 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/AuthorRoleManage.jsp @@ -0,0 +1,360 @@ + + +<% +/** + * @Class Name : EgovAuthorRoleManage.java + * @Description : 권한별 롤 관리 목록 확면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ --------- -------- --------------------------- + * @ 2025.01.06 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.06 + * @version 1.0 + * @see + * + */ +%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + +${pageTitle} <spring:message code="title.list" /> + + + + + + + + + + +
+ <%-- 2025.01.21 나혁제 신디자인 적용 + +
+ + + +

${pageTitle}

+ + --%> + + +
+ + + + + + + + + + + +
+
+ " value='' maxlength="155" > +
+
+
+ +
+
+ + + <%-- 2025.01.21 나혁제 신디자인 적용 + +
+
+
+ + " value='' maxlength="155" > + +
+
+ + --%> + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
+ +
+ + + + + +
+ +
+ + + + + + + + + +
+ +
+ + +
+ + +
+ + + +
+
+ + + <%-- 2025.01.21 나혁제 신디자인 적용 + +
+ +
+ +
+ + +
+
+
+ + --%> + + + + + + + "/> + + + <%-- 2025.01.21 나혁제 신디자인 적용 +
+ + --%> + +
+ + + + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/AuthorUpdate.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/AuthorUpdate.jsp new file mode 100644 index 00000000..8b3f44a2 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/AuthorUpdate.jsp @@ -0,0 +1,210 @@ + + +<% +/** + * @Class Name : AuthorUpdate.jsp + * @Description : 권한 상세화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.06 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.06 + * @version 1.0 + * @see + * + */ + %> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + +${pageTitle} <spring:message code="title.update" /> + + + + + + + + + + + + + + + +
+ <%-- 2025.01.17 나혁제 신화면적용 + +
+ + + +

${pageTitle}

+ --%> + + +
+ +

${pageTitle}

+ + +
+
+
+ +
+
+
+ +
+ + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
${title} * + +
+
${title} * + +
+
${title} + +
+
+ +
+ + + +
+ +
+ + +
+ + +
+ + + +
+
+ + + + <%-- 2025.01.17 나혁제 신화면적용 + +
+ +
+ +
+ + +
+ +
+ +
+ + --%> + + <%-- 2025.01.17 나혁제 신화면적용 +
+ + --%> + +
+ + + + + + + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnClCodeDetail.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnClCodeDetail.jsp new file mode 100644 index 00000000..262a8dc8 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnClCodeDetail.jsp @@ -0,0 +1,199 @@ + + +<% + /** + * @Class Name : CcmCmmnClCodeDetail.jsp + * @Description : 공통분류코드 상세조회 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.22 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.22 + * @version 1.0 + * @see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + +<%pageContext.setAttribute("crlf", "\r\n"); %> + + + +${pageTitle} <spring:message code="title.detail" /> + + + + + +
+ + +
+ + +
+ +

${pageTitle}

+ + +
+
+
+ +
+
+
+ +
+ + + <%-- 2025.01.22 나혁제 신디자인 적용 + +
+ + + +

${pageTitle}

+ --%> + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
+ +
+ +
+ + + +
+ +
+ + +
+ + +
+ + + + + + +
+
+ + + <%-- 2025.01.22 나혁제 신디자인 적용 + +
+ +
+ + +
+ + +
+ + + + +
+ +
+ + --%> + + <%-- 2025.01.22 나혁제 신디자인 적용 +
+ + --%> + +
+ + + + + "> +
+ + + diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnClCodeList.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnClCodeList.jsp new file mode 100644 index 00000000..f690415d --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnClCodeList.jsp @@ -0,0 +1,238 @@ + + +<% + /** + * @Class Name : CcmCmmnClCodeList.jsp + * @Description : 공통분류코드 목록 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.22 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.22 + * @version 1.0 + * @see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> + + + +${pageTitle} <spring:message code="title.list" /> + + + + + + +
+ + +
+ + <%-- 2025.01.22 나혁제 신디자인 적용 + +
+ + + +

${pageTitle}

+ + --%> + + + + +
+ + + + + + + + + +
+
+ + + + + " + value='' maxlength="155" > +
+
+ +
+ +
+ +
+ + + <%-- 2025.01.22 나혁제 신디자인 적용 + +
+
+
+ + + + + " value='' maxlength="155" > + + + +
+
+ + --%> + + +
+ + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
');return false;">
+
+ + + + + + +
+
+ + +
+
+ + + + <%-- 2025.01.22 나혁제 신디자인 적용 + +
+ +
+
+ + +
+
+
+ + --%> + + <%-- 2025.01.22 나혁제 신디자인 적용 +
+ + --%> +
+ + + + + + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnClCodeRegist.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnClCodeRegist.jsp new file mode 100644 index 00000000..ba668a58 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnClCodeRegist.jsp @@ -0,0 +1,243 @@ + + +<% + /** + * @Class Name : CcmCmmnClCodeRegist.jsp + * @Description : 공통분류코드 등록 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.22 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.22 + * @version 1.0 + * @see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + +${pageTitle} <spring:message code="title.create" /> + + + + + + + + + + + +
+ + +
+ +

${pageTitle}

+ + +
+
+
+ +
+
+
+ +
+ + + <%-- 2025.01.22 나혁제 신디자인 적용 + +
+ + + +

${pageTitle}

+ + --%> + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle }
+ +
+
+ +
+
+ +
+
${title } * + + + + +
+
+ +
+ + + +
+ +
+ + +
+ + +
+ +
+
+ + + <%-- 2025.01.22 나혁제 신디자인 적용 + +
+ +
+ + +
+ + +
+ + +
+ +
+ + --%> + + <%-- 2025.01.22 나혁제 신디자인 적용 +
+ + --%> +
+ + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnClCodeUpdt.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnClCodeUpdt.jsp new file mode 100644 index 00000000..7568cd39 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnClCodeUpdt.jsp @@ -0,0 +1,226 @@ + + +<% + /** + * @Class Name : CcmCmmnClCodeUpdt.jsp + * @Description : 공통분류코드 수정하는 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.22 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.22 + * @version 1.0 + * @see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + +${pageTitle } <spring:message code="title.update" /> + + + + + + + + + + + + + + +
+ + +
+ +

${pageTitle}

+ + +
+
+
+ +
+
+
+ +
+ + + <%-- 2025.01.22 나혁제 신디자인 적용 + +
+ + + +

${pageTitle}

+ --%> + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
+ +
+
+ +
+
+ +
+
+ + + + +
+
+ +
+ + + +
+ +
+ + +
+ + +
+ + + +
+
+ + + <%-- 2025.01.22 나혁제 신디자인 적용 + +
+ +
+ + +
+ + +
+ + +
+ +
+ + --%> + + <%-- 2025.01.22 나혁제 신디자인 적용 +
+ + --%> +
+ + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnCodeDetail.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnCodeDetail.jsp new file mode 100644 index 00000000..287ebaad --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnCodeDetail.jsp @@ -0,0 +1,202 @@ + + +<% + /** + * @Class Name : CcmCmmnCodeDetail.jsp + * @Description : 공통코드 상세조회 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.23 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2023.01.23 + * @version 1.0 + * @see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + +<%pageContext.setAttribute("crlf", "\r\n"); %> + + + +${pageTitle} <spring:message code="title.detail" /> + + + + + + +
+ + +
+ + +
+ +

${pageTitle}

+ + +
+
+
+ +
+
+
+ +
+ + + <%-- 2025.01.23 나혁제 신디자인 적용 + +
+ + + +

${pageTitle}

+ --%> + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
+ +
+ +
+ + + +
+ +
+ + +
+ + +
+ + + + + + +
+
+ + + <%-- 2025.01.23 나혁제 신디자인 적용 + +
+ +
+ + +
+ + +
+ + + + +
+ +
+ + --%> + + <%-- 2025.01.23 나혁제 신디자인 적용 +
+ + --%> + +
+ + + "> + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnCodeList.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnCodeList.jsp new file mode 100644 index 00000000..a621f886 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnCodeList.jsp @@ -0,0 +1,248 @@ + + +<% + /** + * @Class Name : CcmCmmnCodeList.jsp + * @Description : 공통코드 목록 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.22 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.22 + * @version 1.0 + * @see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> + + + +${pageTitle} <spring:message code="title.list" /> + + + + + +
+ + +
+ + <%-- 2025.01.22 나혁제 신디자인 적용 + +
+ + + +

${pageTitle}

+ + --%> + + + + +
+ + + + + + + + + +
+
+ + + + + " value='' maxlength="155" > + + +
+
+ +
+ +
+ +
+ + + <%-- 2025.01.22 나혁제 신디자인 적용 + +
+
+
+ + + + + " value='' maxlength="155" > + + + +
+
+ + --%> + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
');return false;">');return false;">
+ +
+ + + + + + +
+
+ + +
+
+ + + + <%-- 2025.01.23 나혁제 신디자인 적용 + +
+ +
+
+ + +
+ +
+
+ + --%> + + <%-- 2025.01.22 나혁제 신디자인 적용 +
+ + --%> + +
+ + + + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnCodeRegist.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnCodeRegist.jsp new file mode 100644 index 00000000..74790b89 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnCodeRegist.jsp @@ -0,0 +1,257 @@ + + +<% + /** + * @Class Name : CcmCmmnCodeRegist.jsp + * @Description : 공통코드 등록 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.23 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.23 + * @version 1.0 + * @see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + +${pageTitle} <spring:message code="title.create" /> + + + + + + + + + + + + +
+ + +
+ +

${pageTitle}

+ + +
+
+
+ +
+
+
+ +
+ + + <%-- 2025.01.23 나혁제 신디자인 적용 + +
+ + + +

${pageTitle}

+ + --%> + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle }
+ + + + +
+
+ +
+
+ +
+
+ +
+
${title } * + + + + +
+
+ +
+ + + +
+ +
+ + +
+ + +
+ +
+
+ + + <%-- 2025.01.23 나혁제 신디자인 적용 + +
+ +
+ + +
+ + +
+ + +
+ +
+ + --%> + + <%-- 2025.01.23 나혁제 신디자인 적용 +
+ + --%> + +
+ + + + + + +
+ + + + diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnCodeUpdt.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnCodeUpdt.jsp new file mode 100644 index 00000000..37b52d87 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnCodeUpdt.jsp @@ -0,0 +1,243 @@ + + +<% + /** + * @Class Name : CcmCmmnCodeUpdt.jsp + * @Description : 공통코드 수정하는 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.22 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.22 + * @version 1.0 + * @see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + +${pageTitle } <spring:message code="title.update" /> + + + + + + + + + + + + + +
+ + +
+ +

${pageTitle}

+ + +
+
+
+ +
+
+
+ +
+ + + <%-- 2025.01.22 나혁제 신디자인 적용 + +
+ + + +

${pageTitle}

+ --%> + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
+ + +
+
+ +
+
+ +
+
+ +
+
+ + + + +
+
+ +
+ + + +
+ +
+ + +
+ + +
+ + + +
+
+ + + <%-- 2025.01.22 나혁제 신디자인 적용 + +
+ +
+ + +
+ + +
+ + +
+ +
+ + --%> + + <%-- 2025.01.22 나혁제 신디자인 적용 +
+ + --%> +
+ + + +
+ + diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnDetailCodeDetail.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnDetailCodeDetail.jsp new file mode 100644 index 00000000..89b80f5f --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnDetailCodeDetail.jsp @@ -0,0 +1,204 @@ + +<% + /** + * @Class Name : CcmCmmnDetailCodeDetail.jsp + * @Description : 공통상세코드 상세조회 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.23 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.23 + * @version 1.0 + * @see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + +<%pageContext.setAttribute("crlf", "\r\n"); %> + + + +${pageTitle} <spring:message code="title.detail" /> + + + + + +
+ + +
+ + +
+ +

${pageTitle}

+ + +
+
+
+ +
+
+
+ +
+ + + <%-- 2025.01.23 나혁제 신디자인 적용 + +
+ + + +

${pageTitle}

+ --%> + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
+ +
+ +
+ + + +
+ +
+ + +
+ + +
+ + + + + + +
+
+ + + <%-- 2025.01.23 나혁제 신디자인 적용 + +
+ +
+ + +
+ + +
+ + + + +
+ +
+ + --%> + + <%-- 2025.01.23 나혁제 신디자인 적용 +
+ + --%> +
+ + + "> + "> +
+ + + + diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnDetailCodeList.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnDetailCodeList.jsp new file mode 100644 index 00000000..be667aad --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnDetailCodeList.jsp @@ -0,0 +1,259 @@ + + +<% + /** + * @Class Name : CcmCmmnDetailCodeList.jsp + * @Description : 공통상세코드 목록 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.22 나혀제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.22 + * @version 1.0 + * @see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> + + + +${pageTitle} <spring:message code="title.list" /> + + + + + + +
+ + +
+ + <%-- 2025.01.22 나혁제 신디자인 적용 + +
+ + + +

${pageTitle}

+ + --%> + + + + +
+ + + + + + + + + +
+
+ + + + + " value='' maxlength="155" > + +
+
+ +
+ +
+ +
+ + + <%-- 2025.01.22 나혁제 신디자인 적용 + +
+
+
+ + + + + " value='' maxlength="155" > + + + +
+
+ + --%> + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
','');return false;">
+ +
+ + + + + + +
+
+ + +
+
+ + + + <%-- 2025.01.22 나혁제 신디자인 적용 + +
+ +
+
+ + +
+ +
+
+ + --%> + + <%-- 2025.01.22 나혁제 신디자인 적용 +
+ + --%> + +
+ + + + + + + +
+ + + + + + diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnDetailCodeRegist.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnDetailCodeRegist.jsp new file mode 100644 index 00000000..7053a082 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnDetailCodeRegist.jsp @@ -0,0 +1,272 @@ + + +<% + /** + * @Class Name : CcmCmmnDetailCodeRegist.jsp + * @Description : 공통상세코드 등록 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.22 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.22 + * @version 1.0 + * @see + * + */ +%> +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + +${pageTitle} <spring:message code="title.create" /> + + + + + + + + + + + + + + +
+ + +
+ +

${pageTitle}

+ + +
+
+
+ +
+
+
+ +
+ + + <%-- 2025.01.22 나혁제 신디자인 적용 + +
+ + + +

${pageTitle}

+ + --%> + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle }
+ + + + +

+ + + + +
+ +
+ +
+
+ +
+
+ +
+
${title } * + + + + +
+
+ +
+ + + +
+ +
+ + +
+ + +
+ +
+
+ + + + <%-- 2025.01.22 나혁제 신디자인 적용 + +
+ +
+ + +
+ + +
+ + +
+ +
+ + --%> + + <%-- 2025.01.22 나혁제 신디자인 적용 +
+ + --%> +
+ + + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnDetailCodeUpdt.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnDetailCodeUpdt.jsp new file mode 100644 index 00000000..65b3ae94 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/CcmCmmnDetailCodeUpdt.jsp @@ -0,0 +1,244 @@ + + +<% + /** + * @Class Name : CcmCmmnDetailCodeUpdt.jsp + * @Description : 공통상세코드 수정하는 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.23 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.23 + * @version 1.0 + * @see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + +${pageTitle} <spring:message code="title.update" /> + + + + + + + + + + + + + + +
+ + +
+ +

${pageTitle}

+ + +
+
+
+ +
+
+
+ +
+ + + <%-- 2025.01.23 나혁제 신디자인 적용 + +
+ + + +

${pageTitle}

+ --%> + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
+ +
+ +
+ +
+
+ +
+
+ +
+
+ + + + +
+
+ +
+ + + +
+ +
+ + +
+ + +
+ + + +
+
+ + + <%-- 2025.01.23 나혁제 신디자인 적용 + +
+ +
+ + +
+ + +
+ + +
+ +
+ + --%> + + <%-- 2025.01.23 나혁제 신디자인 적용 +
+ + --%> +
+ + + +
+ + + + diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/DeptAuthorManage.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/DeptAuthorManage.jsp new file mode 100644 index 00000000..4e533cb5 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/DeptAuthorManage.jsp @@ -0,0 +1,441 @@ + + +<% + /** + * @Class Name : DeptAuthorManage.jsp + * @Description : 부서권한 리스트 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- --------- --------------------------- + * @ 2025.01.16 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.16 + * @version 1.0 + * @see + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + + + + + + +${pageTitle} <spring:message code="title.list" /> + + + + + + + + + + + + + + + + +
+ <%-- 2025.01.16 나혁제 신화면적용(삭제처리) + +
+ + +

${pageTitle}

+ + + --%> + + + + +
+ + + + + + + + + + + +
+
+ " onkeypress="press();" readonly="readonly" /> + " onkeypress="press();" readonly="readonly" /> +
+ +
+
+ +
+ +
+ +
+ +
+ + + + + <%-- 2025.01.16 나혁제 신디자인적용 + +
+
+
+ + " onkeypress="press();" readonly="readonly" /> + + " onkeypress="press();" readonly="readonly" /> + + + + + +
+
+ + --%> + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
+ +
+ + + + ">
+ +
+ + + + + + + + +
+
+ + + + +
+
+ + + <%-- 2025.01.21 나혁제 신디자인 적용 + +
+ +
+
+ + +
+
+
+ + --%> + + <%-- 2025.01.16 나혁제 신화면적용(삭제처리) +
+ + --%> +
+ + + + + + + + + + + + +
+ + diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/DeptManageInsert.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/DeptManageInsert.jsp new file mode 100644 index 00000000..0b218c88 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/DeptManageInsert.jsp @@ -0,0 +1,206 @@ + + +<% +/** + * @Class Name : DeptManageInsert.jsp + * @Description : 부서등록화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.16 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.16 + * @version 1.0 + * @see + * + * Copyright (C) 2009 by MOPAS All right reserved. + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + + +${pageTitle} <spring:message code="title.create" /> + + + + + + + + + + + + + + +
+ + <%-- 2025.01.16 신화면적용(삭제처리) + +
+ + + +

${pageTitle}

+ --%> + + +
+ +

${pageTitle}

+ + +
+
+
+ +
+
+
+ +
+ + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
* + +
+
* + +
+
+ +
+ + +
+ +
+ + +
+ + +
+ +
+
+ + + + <%-- 2025.01.16 나혁제 신화면적용(삭제처리) + +
+ +
+ +
+ + +
+ +
+ +
+ + --%> + + <%-- 2025.01.16 신화면적용(삭제처리) +
+ + --%> +
+ + + + + + + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/DeptManageList.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/DeptManageList.jsp new file mode 100644 index 00000000..5ba8f627 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/DeptManageList.jsp @@ -0,0 +1,222 @@ + + +<% +/** + * @Class Name : EgovDeptManageList.java + * @Description : 부서관리 목록 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ --------- -------- --------------------------- + * @ 2025.01.16 나혁제 최초 생성 + * + * @author 정보기술연구소 나혁제 + * @since 2025.01.16 + * @version 1.0 + * @see + * + * Copyright (C) 2009 by MOPAS All right reserved. + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> + + + +${pageTitle} <spring:message code="title.list" /> + + + + + + + +
+ + +
+ <%-- 2025.01.16 나혁제 신화면적용(삭제처리) + +
+ + + +

${pageTitle}

+ + --%> + + + + +
+ + + + + + + + + + + +
+
+ " value='' maxlength="155" > +
+
+ +
+ +
+ +
+ + + <%-- 2025.01.16 나혁제 신화면적용 + +
+
+
+ + " value='' maxlength="155" > + +
+
+ + --%> + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
+ + +
+ +
+ + + + + + + + +
+
+
+
+ + + <%-- 2025.01.16 나혁제 신화면적용 + +
+ +
+
+ + +
+
+
+ --%> + + <%-- 2025.01.16 나혁제 신화면적용(삭제처리) +
+ + --%> + +
+ + + + + + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/DeptManageUpdt.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/DeptManageUpdt.jsp new file mode 100644 index 00000000..fbfa684b --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/DeptManageUpdt.jsp @@ -0,0 +1,240 @@ + + +<% +/** + * @Class Name : DeptManageUpdt.jsp + * @Description : 부서 상세조회, 수정 및 삭제 처리 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.16 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.16 + * @version 1.0 + * @see + * + * Copyright (C) 2009 by MOPAS All right reserved. + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + + +${pageTitle} <spring:message code="title.create" /> + + + + + + + + + + + + + + +
+ + <%-- 2025.01.16 나혁제 신화면적용(삭제처리) + +
+ + + +

${pageTitle}

+ --%> + + +
+ +

${pageTitle}

+ + +
+
+
+ +
+
+
+ +
+ + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
* + +
+
* + +
+
* + +
+
+ +
+ + + +
+ +
+ + +
+ + +
+ + + + + + +
+
+ + + + <%-- 2025.01.16 나혁제 신화면적용 + +
+ +
+ +
+ + +
+ + +
+ +
+ + --%> + + <%-- 2025.01.16 나혁제 신화면적용(삭제처리) +
+ + --%> +
+ + + + + + + + + + +
+ + diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/DeptSearch.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/DeptSearch.jsp new file mode 100644 index 00000000..93e511ba --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/DeptSearch.jsp @@ -0,0 +1,267 @@ + + +<% + /** + * @Class Name : DeptSearch.jsp + * @Description : 부서조회 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2025.01.16 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.16 + * @version 1.0 + * @see + * + */ +%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + +${pageTitle} <spring:message code="title.list" /> + + + + + + + + + + + <%-- 2025.01.16 나혁제 신화면적용 +
+ +

${pageTitle}

+ --%> + + +
+

${pageTitle}

+
+ + +
+ + + + + + + + + + + +
+ + +
+ " + value='' maxlength="100" > +
+
+
+ + +
+
+ + + + <%-- 2025.01.16 나혁제 신화면 적용 + +
+
+
+ + : + " + value='' maxlength="155" > + + + + + +
+
+
+ + --%> + + +
+ + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
+ + ', '')">
+
+ + + + + + + + <%-- 2025.01.16 나혁제 신화면적용 +
+ --%> + + + + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/FileNmSearchNew.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/FileNmSearchNew.jsp new file mode 100644 index 00000000..73fea3ee --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/FileNmSearchNew.jsp @@ -0,0 +1,159 @@ + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<% + /** + * @Class Name : FileNmSearch.jsp + * @Description : 프로그램파일명 검색 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.08 나혁제 최초 생성 + + * @author urp 인프라본부 나혁제 + * @since 2025.01.08 + * @version 1.0 + * @see + * + */ +%> + +<spring:message code="comSymPrm.fileNmSearch.title"/> + + + + + +
+ + + + +
+

+
+ + <%-- +

+ --%> + + +
+ + + + + + + + + + + +
+ + +
+ " + value='' maxlength="100" > +
+
+
+ +
+
+ + + <%-- + +
+
+
+ : + + +
+
+
+ + --%> + + +
+ + + + + + + + + + + + + + + + + + + + + +
+ '); return false;"> +
+ +
+ + +
+
    + +
+
+ + +
+ + + diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/GroupInsert.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/GroupInsert.jsp new file mode 100644 index 00000000..84d80f5a --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/GroupInsert.jsp @@ -0,0 +1,182 @@ + + +<% +/** + * @Class Name : GroupInsert.jsp + * @Description : 그룹등록 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.21 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.21 + * @version 1.0 + * @see + * + */ + %> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + +${pageTitle} <spring:message code="title.create" /> + + + + + + + + + + +
+ + +
+ +

${pageTitle}

+ + +
+
+
+ +
+
+
+ +
+ + + <%-- 2025.01.21 나혁제 신디자인적용 + +
+ + + +

${pageTitle}

+ --%> + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
${title} * + +
+
${title} + +
+
+
+ + + +
+ +
+ + +
+ + +
+ + +
+
+ + + <%-- 2025.01.21 나혁제 신디자인 적용 + +
+ +
+ +
+ + +
+ +
+ +
+ + --%> + + <%-- 2025.01.21 나혁제 신디자인 적용 +
+ + --%> +
+ + +
+ + + + diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/GroupManage.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/GroupManage.jsp new file mode 100644 index 00000000..de61d66a --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/GroupManage.jsp @@ -0,0 +1,295 @@ + + +<% + /** + * @Class Name : GroupManage.jsp + * @Description : 그룹관리 List 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2025.01.21 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.21 + * @version 1.0 + * @see + * + */ +%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + +${pageTitle} <spring:message code="title.list" /> + + + + + + + + + + + +
+ + + + +
+ + + + + + + + + + + +
+ + +
+ " + value='' maxlength="155" > +
+
+
+ + +
+
+ + + +
+ + + "> + + + + + + + + <%-- 2025.02.10 나혁제 중복코딩 + + --%> + + + + + + + + + <%-- 2025.02.10 나혁제 중복코딩 + + --%> + + + + + + + + + + + + + + + + <%-- 2025.02.10 나혁제 중복코딩 + + --%> + + + +
${pageTitle}
+ +
+ + ')">')"><spring:message code=" title="">
+ +
+ + + + + + + + +
+
+ + + + + +
+
+ + +
+ + + + + + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/GroupSearch.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/GroupSearch.jsp new file mode 100644 index 00000000..27011eca --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/GroupSearch.jsp @@ -0,0 +1,266 @@ + + +<% + /** + * @Class Name : GroupSearch.jsp + * @Description : 그룹조회 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2025.01.23 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.23 + * @version 1.0 + * @see + * + */ +%> +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + +${pageTitle} <spring:message code="title.list" /> + + + + + + + + + + + + + <%-- 2025.01.23 나혁제 신디자인 적용 +
+ +

${pageTitle}

+ --%> + + +
+

${pageTitle}

+
+ + +
+ + + + + + + + + + + +
+ + +
+ " + value='' maxlength="100" > +
+
+
+ + +
+
+ + + <%-- 2025.01.23 나혁제 신디자인 적용 + +
+
+
+ + : + " value='' maxlength="155" > + + + + + +
+
+
+ + --%> + + +
+ + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
+ + ')">
+
+ + + + + + + + + <%-- 2025.01.23 나혁제 신디자인 적용 +
+ --%> + + + + + +
+ + diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/GroupUpdate.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/GroupUpdate.jsp new file mode 100644 index 00000000..12b1b42a --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/GroupUpdate.jsp @@ -0,0 +1,217 @@ + + +<% +/** + * @Class Name : GroupUpdate.jsp + * @Description : 그룹 상세조회 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.21 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.21 + * @version 1.0 + * @see + * + */ + %> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + +${pageTitle} <spring:message code="title.update" /> + + + + + + + + + + +
+ + +
+ +

${pageTitle}

+ + +
+
+
+ +
+
+
+ +
+ + + <%-- 2025.01.21 나혁제 신디자인 적용 + +
+ + + +

${pageTitle}

+ --%> + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
${title} + ${groupManage.groupId} +
${title} * + +
+
${title} + +
+
+ +
+ + + +
+ +
+ + +
+ + +
+ + + + +
+
+ + + <%-- 2025.01.21 나혁제 신디자인 적용 + +
+ +
+ +
+ + +
+ + +
+ +
+ + --%> + + <%-- 2025.01.21 나혁제 신디자인 적용 +
+ + + + + + + + + +
+ + + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/MenuCreat.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/MenuCreat.jsp new file mode 100644 index 00000000..e84c3fe1 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/MenuCreat.jsp @@ -0,0 +1,322 @@ + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + +<% + /** + * @Class Name : MenuCreat.jsp + * @Description : 메뉴생성 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2025.01.09 나혁제 최초 생성 + * + * @author urp 정보기술연구소 나혁제 + * @since 2025.01.09 + * @version 1.0 + * @see + * + */ +%> + + + +<spring:message code="comSymMnuMpm.MenuCreat.title" /> + +" rel="stylesheet" type="text/css"> +" rel="stylesheet" type="text/css"> + + + + + + + + + + + + +
+ + + + + +
+ + <%-- itsm 디자인적용 --%> + <%-- + +
+ --%> + + +
+

+ + +
+
+
+ +
+
+
+ +
+ + + <%-- itsm 디자인적용 --%> + <%-- + +
+ +
+ + + +
+

시스템관리

+
+ + + +

+ + --%> + + +
+ + + + + + + + + + + +
+ + +
+ " + value="" readonly="readonly" maxlength="155" > +
+
+
+ + + + <%-- 2025.01.10 나혁제 사용하지 않음 + + --%> + +
+
+ + + <%-- itsm 디자인적용 --%> + <%-- + +
+
+
+ + + " readonly="readonly" style="width:250px" /> + + + + +
+
+
+ + --%> + + + + + +
+ +
+ + <%-- itsm 디자인적용 --%> + <%-- +
+ + --%> + +
+ + + +
+ + + + + diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/MenuCreatManage.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/MenuCreatManage.jsp new file mode 100644 index 00000000..309438b3 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/MenuCreatManage.jsp @@ -0,0 +1,231 @@ +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<% + /** + * @Class Name : EgovMenuCreatManage.jsp + * @Description : 메뉴생성관리 조회 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2025.01.09 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.09 + * @version 1.0 + * @see + * + */ + + /* Image Path 설정 */ + String imagePath_icon = "/images/egovframework/com/sym/mnu/mcm/icon/"; + String imagePath_button = "/images/egovframework/com/sym/mnu/mcm/button/"; +%> + + + +<spring:message code="comSymMnuMpm.menuCreatManage.title" /> + + + + + + + + +
+ +
+ + + + + <%-- itms 디자인 적용 + +
+ --%> + + + + + <%-- itms 디자인 적용 --%> + <%-- + +
+ +
+ + + +
+

시스템관리

+
+ + + +

+ + --%> + + +
+ + + + + + + + + + + +
+ + +
+ " + value='' maxlength="155" > +
+
+
+ +
+
+ + + <%-- itms 디자인 적용 + +
+
+
+ + + + + + +
+
+
+ + --%> + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Y + N + + '); return false;" + /> + + <%-- 2025.05.14 버튼 수정 + '" onclick="selectMenuCreat(''); return false;">메뉴생성 + --%> +
+ +
+ + + + +
+
    + +
+
+ + + <%-- itms 디자인 적용 +
+ + --%> + + +
+ +
+ + + diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/MenuCreatSiteMap.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/MenuCreatSiteMap.jsp new file mode 100644 index 00000000..efedd478 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/MenuCreatSiteMap.jsp @@ -0,0 +1,155 @@ + + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + +<% + /** + * @Class Name : EgovMenuCreatSiteMap.jsp + * @Description : 메뉴사이트맵 생성 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2009.03.10 이용 최초 생성 + * @ 2011.07.29 서준식 사이트맵 저장경로 수정 + * 2018.09.10 신용호 표준프레임워크 v3.8 개선 + * 2019.12.11 신용호 KISA 보안약점 조치 (크로스사이트 스크립트) + * + * @author 공통서비스 개발팀 이용 + * @since 2009.03.10 + * @version 1.0 + * @see + * + */ + + /* Image Path 설정 */ + String imagePath_icon = "/images/egovframework/com/sym/mnu/mcm/icon/"; + String imagePath_button = "/images/egovframework/com/sym/mnu/mcm/button/"; +%> + +<spring:message code="comSymMnuMpm.MenuCreatSiteMap.title" /> + +" rel="stylesheet" type="text/css"> +" rel="stylesheet" type="text/css"> + + + + + + + + + +
+
" title=""> +
+ + + + + + + + +
+

+ + +
+
+
+ : + " readonly="readonly" style="width: 100px;" /> + " readonly="readonly" style="width: 150px;" /> + + + +
+
+
+ + + + + + +
+ +
+ +
+ +
+ + + diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/MenuDetailSelectUpdt.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/MenuDetailSelectUpdt.jsp new file mode 100644 index 00000000..2c50c8f6 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/MenuDetailSelectUpdt.jsp @@ -0,0 +1,352 @@ + + +<%@ page contentType="text/html; charset=utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + +<%-- + /** + * @Class Name : MenuDetailSelectUpdt.jsp + * @Description : 메뉴정보 상세조회및 수정 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2025.01.08 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.08 + * @version 1.0 + * @see + * + */ + /* Image Path 설정 */ +--%> + + + + + + +<spring:message code="comSymMnuMpm.menuDetailSelectUpdt.title"/> + + + + + + + + + + + + + +
+ + +
+ +

+ + +
+
+
+ +
+
+
+ +
+ + + <%-- + +
+ +
+ + + + +
+

시스템관리

+
+ + + +

+ +

+ + --%> + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
* + + + + * + + +
* + + + * + + + ">() +
* + + + ">() +
* + + + * + + +
* + + +
+
+ + + + +
+ +
+ +
+ + +
+ + + + +
+
+ + + <%-- + +
+ +
+ +
+ + + +
+ + +
+ +
+ + --%> + +
+ + + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/MenuManage.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/MenuManage.jsp new file mode 100644 index 00000000..865bb9e7 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/MenuManage.jsp @@ -0,0 +1,324 @@ + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<% + /** + * @Class Name : EgovMenuManage.jsp + * @Description : 메뉴관리 조회 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ----------- -------- --------------------------- + * @ 2025.01.08 나혁제 최초 생성 + + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.08 + * @version 1.0 + * @see + * + */ + +%> + + + +<spring:message code="comSymMnuMpm.menuManage.title"/> + + + + + + +
+ + + + +
+ + + + + +
+ + + + + + + + + + + +
+ + +
+ " + value='' maxlength="155" > +
+
+
+ +
+
+ + + + <%-- + +
+
+
+ + + " /> + + + +
+
+
+ + --%> + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + '); return false;"> +
+ +
+ + + + +
+
    + +
+
+ + +
+
+
+
+ + + + <%-- + +
+ +
+ +
+ + +
+ + +
+
+ --%> + + +
+
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/MenuMvmnNew.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/MenuMvmnNew.jsp new file mode 100644 index 00000000..418b4cc6 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/MenuMvmnNew.jsp @@ -0,0 +1,137 @@ + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<% + /** + * @Class Name : MenuMvmn.jsp + * @Description : 메뉴이동 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2025.01.24 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.24 + * @version 1.0 + * @see + * + */ + /* Image Path 설정 */ + String imagePath_icon = "/images/egovframework/com/sym/mnu/mpm/icon/"; + String imagePath_button = "/images/egovframework/com/sym/mnu/mpm/button/"; + +%> + + + + + <spring:message code="comSymMnuMpm.menuMvmn.title"/> + + " rel="stylesheet" type="text/css"> + " rel="stylesheet" type="text/css"> + + + + + + + + + +
+ +
+ + + + + + +
+ +

+ + +
+
+ +
+ + + + + +
 
+ + + + + +
+
+ +
+
+
+
+ + + diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/MenuRegist.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/MenuRegist.jsp new file mode 100644 index 00000000..0dca5512 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/MenuRegist.jsp @@ -0,0 +1,355 @@ + +<%-- + /** + * @Class Name : MenuRegist.jsp + * @Description : 메뉴정보 등록 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2025.01.20 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.20 + * @version 1.0 + * @see + * + */ + /* Image Path 설정 */ +--%> + +<%@ page contentType="text/html; charset=utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + + + +<spring:message code="comSymMnuMpm.menuRegist.title"/> + + + + + + + + + + + + +
+ + +
+ +

+ + +
+
+
+ +
+
+
+ +
+ + + <%-- 2025.01.20 나혁제 신디자인 적용 + +
+ + +
+ +
+ + + +
+

시스템관리

+
+ + + +

+ + + + +

+ --%> + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
* + + + * + + +
* + + + * + + + ">() +
* + + + "> + () +
* + + + * + + +
* + + +
+ +
+ + +
+ +
+ + +
+ + +
+ +
+
+ + + <%-- 2025.01.20 나혁제 신디자인 적용 + +
+ +
+ +
+ + +
+ +
+ +
+ + --%> + + +
+ + + + + + + + + + + diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/ProgramListDetailSelectUpdt.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/ProgramListDetailSelectUpdt.jsp new file mode 100644 index 00000000..ac532503 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/ProgramListDetailSelectUpdt.jsp @@ -0,0 +1,215 @@ + +<%-- + /** + * @Class Name : ProgramListDetailSelectUpdt.jsp + * @Description : 프로그램목록 상세조회및 수정 화면 + * @Modification Ination + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2025.01.06 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.06 + * @version 1.0 + * @see + * + */ + /* Image Path 설정 */ + //String imagePath_icon = "/images/egovframework/com/sym/prm/icon/"; + //String imagePath_button = "/images/egovframework/com/sym/prm/button/"; +--%> + + +<%@ page contentType="text/html; charset=utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + +<spring:message code="comSymPrm.programListDetailSelectUpdt.title"/> + + + + + + + + + + + + + + + + + + + + + + +
+ + + + +
+

+ + +
+
+
+ +
+
+
+ + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
* + + +
* + + +
* + + +
* + + +
* + + +
+
+ + +
+ +
+ +
+ + +
+ + + + +
+
+ + + + <%-- + +
+ +
+ +
+ + +
+ + +
+ +
+ + --%> +
+ + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/ProgramListManage.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/ProgramListManage.jsp new file mode 100644 index 00000000..d8c1d269 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/ProgramListManage.jsp @@ -0,0 +1,330 @@ + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + +<%-- + Class Name : ProgramListManage.jsp + Description : 프로그램목록 조회 화면 + author : urp 인프라본부 나혁제 + since : 2025.01.06 + + Modification Information + + 수정일 수정자 수정내용 + ------- -------- --------------------------- + 2025.01.06 나혁제 최종생성 +--%> + + + +<spring:message code="comSymPrm.programListManage.title" /> + + + + + +
+ + + + +
+ + + + + +
+ + + + + + + + + + + +
+ + +
+ " + value='' maxlength="155" > +
+
+
+ +
+
+ + + <%-- + +
+
+
+ + + " /> + + +
+
+
+ + --%> + + +
+ + + + + + + + + + + + + + + + + + + + + + + <%-- 데이터를 없을때 화면에 메세지를 출력해준다 --%> + + + + + + + + + + + + + + + + +
+ + URL
+ +
+ + + + " onclick="selectUpdtProgramListDetail(''); return false;"> + + + ... + + + + + + + + + ... + + + + + + + ... + + + + + +
+
+ + + +
+
    + +
+
+ + +
+
+
+
+ + + + +
+ +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/ProgramListRegist.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/ProgramListRegist.jsp new file mode 100644 index 00000000..a1806b44 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/ProgramListRegist.jsp @@ -0,0 +1,226 @@ + +<%-- + /** + * @Class Name : ProgramListRegist.jsp + * @Description : 프로그램목록 등록 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2025.01.20 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.20 + * @version 1.0 + * @see + * + */ + +--%> +<%@ page contentType="text/html; charset=utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + +<spring:message code="comSymPrm.programListRegist.title" /> + + + + + + + + + + + + + + +
+ + + <%-- 2025.01.20 나혁제 신디자인적용 +
+ + +
+ +
+ + + +
+

시스템관리

+
+ + + +

+ + --%> + + +
+ +

+ + +
+
+
+ +
+
+
+ +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
* + + +
* + + +
* + + +
* + + +
+ + +
+ +
+ + +
+ +
+ + +
+ + +
+ +
+
+ + + <%-- 2025.01.20 나혁제 신디자인 적용 + +
+ +
+
+ + +
+ + +
+ +
+ + +
+ --%> + + <%-- 2025.01.20 나혁제 신디자인 적용 +
+ --%> + + +
+ +
+ + diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/PrsnlPortletCreateManage2.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/PrsnlPortletCreateManage2.jsp new file mode 100644 index 00000000..75e5b71b --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/PrsnlPortletCreateManage2.jsp @@ -0,0 +1,417 @@ + + +<% +/** + * @ Class Name : PrsnlPortletCreateManage2.jsp + * @ Description : 사용자포틀릿관리 목록2 조회 + * @ Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2025.03.10 나혁제 최초 생성 + * + * @ author urp 인프라본부 나혁제 + * @ since 2025.03.10 + * @ version 1.0 + * @ see + * + */ +%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + +" rel="stylesheet" type="text/css"> + + + + + + + + + + +사용자포틀릿관리2 + +<%-- 2025.03.10 나혁제 로컬에서 사용 + + +--%> + + + + + + + + + + + + + + <%-- 2025.03.10 나혁제 신디자인 적용 +
+ --%> +
+ +
+ +
+ +

사용자 포틀릿관리

+ + +
+
+
+ +
+
+
+ +
+ + + ※포틀릿을 하나도 지정하지 않는 경우 업무게시판, 공지사항 포틀릿은 기본으로 보여집니다. +

+
+ +
+ +

${result2.prsnlKoreanNm}

+
+
+
+
+
+ + +
+
+ + + + + +
+
+
+
+
+
+ + +
+
+ + + + + +
+
+
+
+
+ +
+ + +
+
+
+
+ + + <%-- 2025.03.10 나혁제 신디자인 적용 + +
+ +
+
+ + +
+ +
+ +
+ + --%> +
+
+
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/PrsnlPortletManageDetail.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/PrsnlPortletManageDetail.jsp new file mode 100644 index 00000000..cff02113 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/PrsnlPortletManageDetail.jsp @@ -0,0 +1,387 @@ + + +<% +/** + * @ Class Name : PrsnlPortletManageDetail.jsp + * @ Description : 포틀릿관리 상세보기 페이지 + * @ Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ --------- -------- --------------------------- + * @ 2025.03.10 나혁제 최초 생성 + * + * @ author urp 인프라본부 나혁제 + * @ since 2025.03.10 + * @ version 1.0 + * @ see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + +포틀릿관리 상세조회/수정 + +<%-- " rel="stylesheet" type="text/css"> --%> +" rel="stylesheet" type="text/css"> + + + + +<%-- + --%> + + + + + + + + + + + + + + + +
+ + <%-- 2025.03.10 나혁제 신디자인 적용 +
+ + + + +

포틀릿관리 상세조회/수정

+ --%> + + +
+ +

포틀릿관리 상세조회/수정

+ + +
+
+
+ +
+
+
+ +
+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
포틀릿명 * + +
포틀릿 상세내용 * + +
포틀릿 URL * + +
포틀릿 크기(px) * +
+ 가로 : , + 세로 : + +
+ +

* 가로, 세로의 최소 길이는 200px, 가로의 최대 길이는 665px

+
+

+
실제 보여지는 포트릿의 크기
+
+
포틀릿 이미지 * +
+ + + + + + +
+
+ <spring:message code='comUssOlpQtm.title.image'/><spring:message code='button.preview'/> +
+
+
+ + + +
+ +
+ + +
+ + +
+ + + + +
+
+ + + <%-- 2025.03.10 나혁제 신디자인 적용 + +
+ +
+
+ + +
+
+ +
+ + --%> + + <%-- 2025.03.10 나혁제 신디자인 적용 +
+ --%> + +
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/PrsnlPortletManageList.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/PrsnlPortletManageList.jsp new file mode 100644 index 00000000..7100b24a --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/PrsnlPortletManageList.jsp @@ -0,0 +1,332 @@ + + +<% +/** + * @ Class Name : PrsnlPortletManageList.jsp + * @ Description : 포틀릿관리 목록 조회 + * @ Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ---------- -------- --------------------------- + * @ 2025.03.10 나혁제 최초 생성 + * + * @ author urp 인프라본부 나혁제 + * @ since 2025.03.10 + * @ version 1.0 + * @ see + * + */ +%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> + + + +" rel="stylesheet" type="text/css"> + +포틀릿관리 + + + + + +
+ + + + +
+ + + + + +
+ + + + + + + + + + + +
+
+ " + value='' maxlength="155" > +
+
+
+ +
+
+ + + <%-- 2025.03.10 나혁제 신디자인 적용 + +
+
+
+ + + " title=" " maxlength="35" onkeypress="press(event);" /> +
+
+
+ + --%> + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + 포틀릿명포틀릿 상세내용포틀릿 URL실제 포틀릿 크기(px)포틀릿 미리보기
+ + + + " onclick="javascript:fn_inqire_prsnlportlet(''); return false;"> + 가로 : , 세로 : +
+ <spring:message code='comUssOlpQtm.title.image'/><spring:message code='button.preview'/> +
+
+ +
+ + + + + + +
+
+
+
+ + + <%-- 2025.03.10 나혁제 신디자인적용 + +
+ +
+
+ + +
+ + +
+ +
+ + --%> + + + +
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/PrsnlPortletManageRegist.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/PrsnlPortletManageRegist.jsp new file mode 100644 index 00000000..bab34479 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/PrsnlPortletManageRegist.jsp @@ -0,0 +1,390 @@ + + +<% +/** + * @ Class Name : PrsnlPortletManageRegist.jsp + * @ Description : 포틀릿관리 등록 페이지 + * @ Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ --------- -------- --------------------------- + * @ 2025.03.10 나혁제 최초 생성 + * + * @ author urp 인프라본부 나혁제 + * @ since 2025.03.10 + * @ version 1.0 + * @ see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + +포틀릿관리 등록 + +" rel="stylesheet" type="text/css"> + + + + +<%-- + + + --%> + + + + + + + + + + + + + + + +
+ + +
+ +

포틀릿 등록

+ + +
+
+
+ +
+
+
+ +
+ + + <%-- 2025.03.10 나혁제 신디자인 적용 +
+ + + + +

포틀릿관리 등록

+ --%> + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <%-- + + --%> + + + + + + + + +
포틀릿명 * + +
포틀릿 상세내용 * + +
포틀릿 URL * + +
실제 포틀릿 크기(px) * +
+ 가로 : , + 세로 : + +
+ +

* 가로, 세로의 최소 길이는 200px, 가로의 최대 길이는 665px

+
+

+
실제 보여지는 포트릿의 크기
+
+
+ 가로 : , + 세로 : +
포틀릿 이미지 * +
+ + + + * 이미지 크기는 150x150 px로 고정 +
+ +
+
+ + + +
+ +
+ + +
+ + +
+ + +
+
+ + + <%-- 2025.03.10 나혁제 신디자인 적용 + +
+ +
+
+ + +
+
+ +
+ + --%> + + <%-- 2025.03.10 나혁제 신디자인 적용 +
+ --%> +
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/RoleInsert.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/RoleInsert.jsp new file mode 100644 index 00000000..94a2ab35 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/RoleInsert.jsp @@ -0,0 +1,228 @@ + + +<% +/** + * @Class Name : RoleInsert.jsp + * @Description : 롤 등록 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.21 나혁제 최초작성 + * + * @author urp 인프라본부 + * @since 2025.01.21 + * @version 1.0 + * @see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + +${pageTitle} <spring:message code="title.create" /> + + + + + + + + + + + + +
+ + +
+ +

${pageTitle}

+ + +
+
+
+ +
+
+
+ +
+ + + <%-- 2025.01.21 나혁제 신디자인 적용 + +
+ + + +

${pageTitle}

+ --%> + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
${title} * + +
+
${title} * + +
+
${title} * + +
+
${title} * + + + +
+
${title} * + +
+
+ +
+ + +
+ +
+ + +
+ + +
+ + +
+
+ + + <%-- 2025.01.21 나혁제 신디자인 적용 + +
+ +
+ +
+ + +
+ +
+ +
+ + --%> + + <%-- 2025.01.21 나혁제 신디자인 적용 +
+ + --%> +
+ + + +
+ + + + diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/RoleManage.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/RoleManage.jsp new file mode 100644 index 00000000..344d86c1 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/RoleManage.jsp @@ -0,0 +1,357 @@ + + +<% +/** + * @Class Name : EgovRoleManage.java + * @Description : 롤관리 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ --------- -------- --------------------------- + * @ 2025.01.21 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.21 + * @version 1.0 + * @see + * + */ +%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + + +${pageTitle} <spring:message code="title.list" /> + + + + + + + + + + +
+ + <%-- 2025.01.21 신디자인 적용 + +
+ + + +

${pageTitle}

+ + --%> + + + + +
+ + + + + + + + + + + +
+
+ " + value='' maxlength="155" > +
+
+
+ +
+
+ + + <%-- 2025.01.21 나혁제 신디자인 적용 + +
+
+
+ + " value='' maxlength="155" > + +
+
+ + --%> + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
+ +
+ + ');return false;">');return false;s"><spring:message code=" title="">
+ +
+ + + + + + + + + +
+
+
+
+ + + <%-- 2025.01.21 나혁제 신디자인 적용 + +
+ +
+
+ + +
+
+
+ --%> + + <%-- 2025.01.21 나혁제 신디자인 적용 +
+ + --%> +
+ + + + + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/RoleUpdate.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/RoleUpdate.jsp new file mode 100644 index 00000000..715bffbd --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/RoleUpdate.jsp @@ -0,0 +1,254 @@ + +<% +/** + * @Class Name : RoleUpdate.java + * @Description : 롤 상세조회및 수정 화면 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.21 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.21 + * @version 1.0 + * @see + * + */ +%> +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + +${pageTitle} <spring:message code="title.update" /> + + + + + + + + + + + +
+ + +
+ +

${pageTitle}

+ + +
+
+
+ +
+
+
+ +
+ + + <%-- 2025.01.21 나혁제 신디자인 적용 + +
+ + + +

${pageTitle}

+ --%> + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
${title} * + ${roleManage.roleCode} +
${title} * + +
+
${title} * + +
+
${title} * + +
+
${title} * + + + +
+
${title} * + +
+
+
+ + + +
+ +
+ + +
+ + +
+ + + + +
+
+ + + <%-- 2025.01.21 나혁제 신디자인 적용 + +
+ +
+ +
+ + +
+ + +
+ +
+ + --%> + + <%-- 2025.01.21 나혁제 신디자인 적용 +
+ + --%> + +
+ + + + + + +
+ +
+ + + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/UserInsert.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/UserInsert.jsp new file mode 100644 index 00000000..6783b9e5 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/UserInsert.jsp @@ -0,0 +1,628 @@ + + +<% + /** + * @Class Name : EgovUserInsert.jsp + * @Description : 사용자등록View JSP + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.16 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.16 + * @version 1.0 + * @see + * + */ +%> + +<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + +${pageTitle} <spring:message code="title.create" /> + + + + + + + + + + + + + + + +
+ + + <%-- 2025.01.06 나혁제 신 화면적용 (삭제처리) +
+ + + + --%> + + +
+ +

${pageTitle}

+ + +
+
+
+ +
+
+
+ +
+ + + <%-- 2025.01.06 나혁제 신 화면적용 (삭제처리) + +

${pageTitle}

+ --%> + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 메신저/메일 알림여부 + + + + + +
${pageTitle}
* + + +
+
* + +
+
* +
+ +
+
+
+
+
+
+
+
* + +
* + + + + +
+
* + +
+
+ + + + +
+
+ + + + +
+
+ +
+
+ +
+
+ + + + +
+
+ +
+
* + + - + - +
+
+
+
+ +
+
+ +
+
* + + +
+ +
* + +
+
* + + + +
+
* + +
+
+ +
+
* + + + + +
+
* + + + + +
+
* + + +          + + + + +          + + +
+ +
+ + + +
+ +
+ +
+ + +
+ + +
+
+ + + + <%-- 2025.01.16 나혁제 신화면적용(삭제처리) + +
+ +
+ +
+ + +
+ + +
+ +
+ + --%> + + <%-- 2025.01.16 나혁제 신화면 적용 (삭제처리) +
+ + --%> +
+ + + + + + + + + + + +
+ + + + + + + + diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/UserManage.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/UserManage.jsp new file mode 100644 index 00000000..0e0aae0e --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/UserManage.jsp @@ -0,0 +1,307 @@ + + +<% + /** + * @Class Name : EgovUserManage.jsp + * @Description : 사용자관리(조회,삭제) JSP + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.16 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.16 + * @version 1.0 + * @see + * + */ +%> + +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> + + + + +${pageTitle} <spring:message code="title.list" /> + + + + + + + + + + +
+ + +
+ + + +
+ + + + + + + + + + + + +
+ +
+ + + + + + + + " value='' maxlength="255" > + +
+ +
+
+ +
+
+ + + + +
+ + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
+ + 전화번호
+ + + " onclick="javascript:fnSelectUser(':'); return false;"> + + + +
+
+ + + + + + + +
+
+
+
+ + + + + + +
+ + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/UserPasswordUpdt.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/UserPasswordUpdt.jsp new file mode 100644 index 00000000..df66e24d --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/UserPasswordUpdt.jsp @@ -0,0 +1,227 @@ + + +<% + /** + * @Class Name : PasswordUpdt.jsp + * @Description : 암호수정 JSP + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.16 나혁제 최초 생성 + * + * @author urp 인프라본부 나혁제 + * @since 2025.01.16 + * @version 1.0 + * @see + * + */ +%> +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + +${pageTitle} <spring:message code="title.create" /> + + + + + + + + + +
" onsubmit="fnUpdate(document.passwordChgVO); return false;"> + + + + + + + + + + + + +
+ + <%-- 2025.01.16 나혁제 신화면적용(삭제처리) + +
+ + + +

${pageTitle}

+ --%> + + +
+ +

${pageTitle}

+ + +
+
+
+ +
+
+
+ +
+ + + + +
+ + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
${pageTitle}
${title} + + + +
${title}* + +
${title}* +
+ +
+
+
+
+
+
+
${title}* + +
+ +
+ + + +
+ +
+ + + + +
+ + +
+ + + + + + +
+
+ + + <%-- 2026.01.16 나혁제 신화면적용(삭제처리) + +
+ +
+ +
+ + +
+ + + + +
+ +
+ + --%> + + <%-- 2025.01.16 나혁제 신화면적용(삭제처리) +
+ + --%> +
+ + + + +
diff --git a/src/main/webapp/WEB-INF/jsp/itms/sys/UserSelectUpdt.jsp b/src/main/webapp/WEB-INF/jsp/itms/sys/UserSelectUpdt.jsp new file mode 100644 index 00000000..9f0fa291 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/itms/sys/UserSelectUpdt.jsp @@ -0,0 +1,585 @@ + + +<% + /** + * @Class Name : UserSelectUpdt.jsp + * @Description : 사용자상세조회, 수정 JSP + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2025.01.16 나혁제 최초 생성 + * + * @author 정보기술연구소 나혁제 + * @since 2025.01.16 + * @version 1.0 + * @see + * + */ +%> +<%@ page language="java" contentType="text/html; charset=UTF-8" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %> + + + + +${pageTitle} <spring:message code="title.update" /> + + + + + + + + + + + + + +
+ + <%-- 2025.01.16 나혁제 신화면적용 (삭제처리 + +
+ + + +

${pageTitle}

+ --%> + + +
+ +

${pageTitle}

+ + +
+
+
+ +
+
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+ + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + none ;"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + none ;"> + + + + + + + + none ;"> + + + + + + + + none ;"> + + + + + + + 메신저/메일 알림여부 + + + + + + + + + + +
${pageTitle}
* + + + +
* + +
+
* + + + + +
+
* + +
+
+ + + + +
+
+ + + + +
+
+ +
+
+ +
+
+ + + + +
+ +
+
* + + - + - +
+
+
+
+ +
+
+ +
+
* + +
+
* + +
+ +
* + + + +
+
* + +
+
+ +
+
* + + + + +
+
* + + + + +
+
+ + 아니오 +
* + + +          + + + + +          + + + +
+ +
+ + + +
+ +
+ + + + + +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + <%-- 2025.01.16 나혁제 신화면적용(삭제처리) + +
+ +
+ +
+ + +
+ + + + + + + + + + +
+ +
+ + --%> + + <%-- 2025.01.16 나혁제 신화면적용 (삭제처리) +
+ + --%> +
+ + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/main/LoginUsr.jsp b/src/main/webapp/WEB-INF/jsp/main/LoginUsr.jsp new file mode 100644 index 00000000..eeda935b --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/main/LoginUsr.jsp @@ -0,0 +1,214 @@ +<%-- + Class Name : LoginUsr.jsp + Description : 로그인화면 + Modification Information + + 수정일 수정자 수정내용 + ------- -------- --------------------------- + 2025.01.03 나혁제 최초생성 + + author : 인프라본부 나혁제 + since : 2025.01.02 +--%> +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + + + + + + + urITSM + + + + + + + + + + + + + + + + + + + + + +
+

uWorks Portal logo

+

urITSM 에 오신것을 환영합니다.

+ + + +
+ + + + diff --git a/src/main/webapp/WEB-INF/jsp/main/MainView.jsp b/src/main/webapp/WEB-INF/jsp/main/MainView.jsp new file mode 100644 index 00000000..31df6ff3 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/main/MainView.jsp @@ -0,0 +1,358 @@ +<%-- + Class Name : LoginUsr.jsp + Description : 로그인화면 + Modification Information + + 수정일 수정자 수정내용 + ------- -------- --------------------------- + 2025.01.03 나혁제 최초생성 + + author : urp 인프라본부 나혁제 + since : 2025.01.03 +--%> + +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+

ur ITSM v2.0

+

ur ITSM 업무에 대한 전반적인 정보를 지원합니다.

+
+ + + +
+
+ + +
+
+ + + + + + + +
+
+
+
+ +
+
+ + +
+
+
+
+ + +
+ + +
+
+ + + + + + + +
+
+
+
+ +
+
+ + +
+
+
+
+ + <%-- + +
+
+

+ 오늘의 할일 + 더보기 +

+ + +
+
+ + + +
+
+

+ 최신 업무 공지 + 더보기 +

+ + +
+
+ + --%> + +
+ + + <%-- + +
+
+

+ 테스트 div + 더보기 +

+ + +
+
+ + --%> + + + +
+ +
+ +
diff --git a/src/main/webapp/WEB-INF/jsp/main/MainView.jsp.20250310 b/src/main/webapp/WEB-INF/jsp/main/MainView.jsp.20250310 new file mode 100644 index 00000000..7ae46f5b --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/main/MainView.jsp.20250310 @@ -0,0 +1,239 @@ +<%-- + Class Name : LoginUsr.jsp + Description : 로그인화면 + Modification Information + + 수정일 수정자 수정내용 + ------- -------- --------------------------- + 2025.01.03 나혁제 최초생성 + + author : urp 인프라본부 나혁제 + since : 2025.01.03 +--%> + +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> + + + +
+ +
+ +
+

ur ITSM v2.0

+

ur ITSM 업무에 대한 전반적인 정보를 지원합니다.

+
+ + + +
+ +
+
+

+ 오늘의 할일 + 더보기 +

+ + <%-- + + "> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
자산관리
대분류중분류소분류자산번호자산명상태호스트명제조사모델유지보수대상
대분류중분류소분류자산번호자산명상태호스트명제조사모델유지보수대상
+ --%> + + +
+
+ + + +
+
+

+ 최신 업무 공지 + 더보기 +

+ + +
+
+ + + <%-- + +
+
+

+ 오늘의 할일11 + 더보기 +

+ + +
+
+ + --%> + +
+ + + <%-- + +
+
+

+ 테스트 div + 더보기 +

+ + +
+
+ + --%> + + + +
+ +
+ diff --git a/src/main/webapp/WEB-INF/jsp/main/inc/IncFooter.jsp b/src/main/webapp/WEB-INF/jsp/main/inc/IncFooter.jsp new file mode 100644 index 00000000..d29103f9 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/main/inc/IncFooter.jsp @@ -0,0 +1,33 @@ +<%-- + Class Name : IncFooter.jsp + Description : 화면하단 Footer(include) + Modification Information + + 수정일 수정자 수정내용 + ------- -------- --------------------------- + 2025.01.03 나혁제 최초생성 + + author : urp 인프라본부 나혁제 + since : 2025.01.24 +--%> +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + + + + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/main/inc/IncHeader.jsp b/src/main/webapp/WEB-INF/jsp/main/inc/IncHeader.jsp new file mode 100644 index 00000000..845d6487 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/main/inc/IncHeader.jsp @@ -0,0 +1,332 @@ +<%-- + Class Name : IncHeader.jsp + Description : 화면상단 Header (include) + Modification Information + + 수정일 수정자 수정내용 + ------- -------- --------------------------- + 2025.01.03 나혁제 최초생성 + + author : urp 인프라본부 나혁제 + since : 2025.01.03 +--%> +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ page import ="com.urpsys.basefront.domain.TokenInfo" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> + + + + +
+ +
+
+

uWorks Portal

+ + <% + TokenInfo tokenInfo = (TokenInfo)session.getAttribute("tokenInfo"); + if(tokenInfo == null) + { + %> +
+ 로그인정보 없음   + 로그인후 사용하십시오 + 로그인 +
+ <% + } + else + { + %> +
+ +
    + + +
  • + + + +
  • +
    + +
  • <%= tokenInfo.getUserName()%>님 의 최종접속 정보는 <%= tokenInfo.getStrLastConnectTime()%> 입니다.
  • +
  • 로그아웃
  • +
+
+ <% + } + + %> +
+
+ + + +
+ + + + + + + + +
+ + " /> + " /> + +
+ + + + + +
+
+ +<%-- 2025.08.11 나혁제 뒤로가기 할수 있도록 변경 --%> + +
+ + " /> + " /> + + +
+ +
+
+ + diff --git a/src/main/webapp/WEB-INF/jsp/main/inc/IncLeftmenu.jsp b/src/main/webapp/WEB-INF/jsp/main/inc/IncLeftmenu.jsp new file mode 100644 index 00000000..4282b4b4 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/main/inc/IncLeftmenu.jsp @@ -0,0 +1,221 @@ +<%-- + Class Name : IncLeftmenu.jsp + Description : 좌메뉴화면(include) + Modification Information + + 수정일 수정자 수정내용 + ------- -------- --------------------------- + 2025.01.06 나혁제 나혁제 + + author : urp 인프라본부 나혁제 + since : 2025.01.06 +--%> +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + +
+ + + +
+ diff --git a/src/main/webapp/WEB-INF/jsp/tilesLayout/base-main.jsp b/src/main/webapp/WEB-INF/jsp/tilesLayout/base-main.jsp new file mode 100644 index 00000000..9bf0af59 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/tilesLayout/base-main.jsp @@ -0,0 +1,38 @@ +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@ taglib uri="http://tiles.apache.org/tags-tiles" prefix="tiles" %> + +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> + + +<% +response.setHeader("Cache-Control","no-store"); +response.setHeader("Pragma","no-cache"); +response.setDateHeader("Expires",0); +if (request.getProtocol().equals("HTTP/1.1")) response.setHeader("Cache-Control", "no-cache"); +%> + + + + + + + + 이미지 편집 시스템 + + + + + +
+ 여기는 base-main.jsp + + + + +
+ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/tilesLayout/footer.jsp b/src/main/webapp/WEB-INF/jsp/tilesLayout/footer.jsp new file mode 100644 index 00000000..c2357b3e --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/tilesLayout/footer.jsp @@ -0,0 +1,10 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" + pageEncoding="UTF-8"%> + +
+
+ 여기는 footer +
+
+ + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/tilesLayout/header.jsp b/src/main/webapp/WEB-INF/jsp/tilesLayout/header.jsp new file mode 100644 index 00000000..c070bd0a --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/tilesLayout/header.jsp @@ -0,0 +1,32 @@ +<%@ page language="java" contentType="text/html; charset=UTF-8" + pageEncoding="UTF-8"%> + + + + + + + + + GDSC 이미지 저장 시스템 + + + + + + + + + + +
+
+
+ 여기는 header jsp +
+
+
+ + + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/tilesLayout/uritms-base-main1.jsp b/src/main/webapp/WEB-INF/jsp/tilesLayout/uritms-base-main1.jsp new file mode 100644 index 00000000..81ebed5b --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/tilesLayout/uritms-base-main1.jsp @@ -0,0 +1,72 @@ +<%-- + Class Name : uritms-base-main1.jsp + Description : Tiles 기본 Base 화면 + Modification Information + + 수정일 수정자 수정내용 + ------- -------- --------------------------- + 2025.01.03 나혁제 최초 생성 + + author : urp 인프라본부 나혁제 + since : 2025.01.03 +--%> +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + + + + + + + + urITSM + + + + + + + + + + + + + + + + + + + + + + + + + <%-- + + --%> + + + + + + + + + +
+ + + +
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/tilesLayout/uritms-base-main2.jsp b/src/main/webapp/WEB-INF/jsp/tilesLayout/uritms-base-main2.jsp new file mode 100644 index 00000000..08198388 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/tilesLayout/uritms-base-main2.jsp @@ -0,0 +1,70 @@ +<%-- + Class Name : portal-base-main1.jsp + Description : Tiles 기본 Base 화면 + Modification Information + + 수정일 수정자 수정내용 + ------- -------- --------------------------- + 2025.01.06 나혁제 최초 생성 + + author : urp 인프라본부 나혁제 + since : 2025.01.06 +--%> +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ + +
+ + + +
+ +
+ + + + +
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/tilesLayout/uritms-popup1.jsp b/src/main/webapp/WEB-INF/jsp/tilesLayout/uritms-popup1.jsp new file mode 100644 index 00000000..2b447ad9 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/tilesLayout/uritms-popup1.jsp @@ -0,0 +1,63 @@ +<%-- + Class Name : portal-popup1.jsp + Description : Tiles 팝업 화면 + Modification Information + + 수정일 수정자 수정내용 + ------- -------- --------------------------- + 2025.01.08 나혁제 최초 생성 + + author : urp 인프라본부 나혁제 + since : 2025.01.08 +--%> +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> + +<%@ taglib prefix="tiles" uri="http://tiles.apache.org/tags-tiles" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ +
+ +
+ +
+ + +
+ + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/tiles/tiles.xml b/src/main/webapp/WEB-INF/tiles/tiles.xml new file mode 100644 index 00000000..a9603788 --- /dev/null +++ b/src/main/webapp/WEB-INF/tiles/tiles.xml @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file