|
@@ -51,7 +51,8 @@ function emCall(t){
|
|
|
</head>
|
|
|
<body>
|
|
|
<div id="main">
|
|
|
- <div class="locale-box">
|
|
|
+ <c:if test="${centerCode eq '1'}">
|
|
|
+ <div class="locale-box">
|
|
|
<select id="localeSelectBox">
|
|
|
<option value="ko" <c:if test="${data._LOCALE_CODE eq 'ko'}">selected</c:if>>🇰🇷 한국어</option>
|
|
|
<option value="en" <c:if test="${data._LOCALE_CODE eq 'en'}">selected</c:if>>🇺🇸 English</option><!-- 영어 -->
|
|
@@ -61,7 +62,9 @@ function emCall(t){
|
|
|
<option value="fr" <c:if test="${data._LOCALE_CODE eq 'fr'}">selected</c:if>>🇫🇷 français</option><!-- 프랑스어어 -->
|
|
|
<option value="th" <c:if test="${data._LOCALE_CODE eq 'th'}">selected</c:if>>🇹🇭 ไทย</option><!-- 태국어 -->
|
|
|
</select>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
+ </c:if>
|
|
|
+
|
|
|
<div class="container">
|
|
|
<div class="nav">
|
|
|
<div class="nav_box">
|