git-svn-id: http://xe-core.googlecode.com/svn/trunk@1768 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-26 07:09:44 +00:00
parent ecd3e7920b
commit fe64f71ee7
52 changed files with 48 additions and 78 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<module version="0.1">
<title xml:lang="ko">한국 우편번호 검색</title>
<title xml:lang="ko">한국 우편번호</title>
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
<name xml:lang="ko">제로</name>
<description xml:lang="ko">

View file

@ -6,6 +6,7 @@
**/
// 일반 단어들
$lang->krzip = "한국 우편번호";
$lang->krzip_server_hostname = "우편번호 검사 서버의 이름";
$lang->krzip_server_port = "우편번호 검사 서버 포트";
$lang->krzip_server_query = "우편번호 검사 서버 경로";
@ -18,6 +19,4 @@
// 에러 메세지들
$lang->msg_not_exists_addr = "검색하려는 대상이 없습니다";
$lang->msg_fail_to_socket_open = "우편번호 검색 대상 서버 접속이 실패하였습니다";
$lang->admin_module_title = "한국 우편번호 검색";
?>

View file

@ -1,6 +1,6 @@
<!--%import("filter/insert_config.xml")-->
<h3>{$lang->admin_module_title} <span class="gray">{$lang->cmd_management}</span></h3>
<h3>{$lang->krzip} <span class="gray">{$lang->cmd_management}</span></h3>
<form action="./" method="get" onsubmit="return procFilter(this, insert_config)">
<table cellspacing="0" class="tableType4">