|
|
@@ -44,29 +44,24 @@
|
|
|
<col width="*">
|
|
|
</colgroup>
|
|
|
<tbody>
|
|
|
- <tr th:if="${snsType ==''}">
|
|
|
- <th>아이디</th>
|
|
|
- <td>
|
|
|
- <div class="form_field">
|
|
|
- <div class="input_wrap">
|
|
|
- <input type="text" id="custId" name="custId" class="form_control" th:value="${custId}" readonly="readonly"/>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr th:unless="${snsType ==''}">
|
|
|
+ <tr>
|
|
|
<th>아이디</th>
|
|
|
<td>
|
|
|
<div class="form_field">
|
|
|
<div class="input_wrap">
|
|
|
- <th:block th:if="${snsType == 'NV'}">
|
|
|
- <span>네이버 간편가입회원</span>
|
|
|
- </th:block>
|
|
|
- <th:block th:if="${snsType == 'KK'}">
|
|
|
- <span>카카오 간편가입회원</span>
|
|
|
+ <th:block th:if="${snsType == ''}">
|
|
|
+ <input type="text" id="custId" name="custId" class="form_control" th:value="${custId}" readonly="readonly"/>
|
|
|
</th:block>
|
|
|
- <th:block th:if="${snsType == 'YS'}">
|
|
|
- <span>YES24 간편가입회원</span>
|
|
|
+ <th:block th:unless="${snsType == ''}">
|
|
|
+ <th:block th:if="${snsType == 'NV'}">
|
|
|
+ <span>네이버 간편가입회원</span>
|
|
|
+ </th:block>
|
|
|
+ <th:block th:if="${snsType == 'KK'}">
|
|
|
+ <span>카카오 간편가입회원</span>
|
|
|
+ </th:block>
|
|
|
+ <th:block th:if="${snsType == 'YS'}">
|
|
|
+ <span>YES24 간편가입회원</span>
|
|
|
+ </th:block>
|
|
|
</th:block>
|
|
|
</div>
|
|
|
</div>
|