|
@@ -73,8 +73,7 @@ function emCall(t){
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
<div id="main">
|
|
<div id="main">
|
|
- <c:if test="${centerCode eq '1'}">
|
|
|
|
- <div class="locale-box">
|
|
|
|
|
|
+ <div class="locale-box">
|
|
<select id="localeSelectBox">
|
|
<select id="localeSelectBox">
|
|
<option value="ko" <c:if test="${data._LOCALE_CODE eq 'ko'}">selected</c:if>>한국어</option>
|
|
<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><!-- 영어 -->
|
|
<option value="en" <c:if test="${data._LOCALE_CODE eq 'en'}">selected</c:if>>English</option><!-- 영어 -->
|
|
@@ -84,8 +83,7 @@ function emCall(t){
|
|
<option value="fr" <c:if test="${data._LOCALE_CODE eq 'fr'}">selected</c:if>>français</option><!-- 프랑스어어 -->
|
|
<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><!-- 태국어 -->
|
|
<option value="th" <c:if test="${data._LOCALE_CODE eq 'th'}">selected</c:if>>ไทย</option><!-- 태국어 -->
|
|
</select>
|
|
</select>
|
|
- </div>
|
|
|
|
- </c:if>
|
|
|
|
|
|
+ </div>
|
|
|
|
|
|
<div class="container">
|
|
<div class="container">
|
|
<div class="nav">
|
|
<div class="nav">
|