강석 최 2022-10-13 18:34:34 +09:00
commit 7dafd7ce53
3 changed files with 12 additions and 3 deletions

View File

@ -335,6 +335,7 @@
<div class="modal-dialog modal-xl modal-dialog-scrollable">
<div class="modal-content" id="authEditModalContent">
<div class="modal-header">
<h5>경력현황</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">

View File

@ -1,6 +1,5 @@
<!DOCTYPE html>
<html lang="ko" xmlns:th="http://www.thymeleaf.org">
<main class="pt-3">
<input type="hidden" name="_csrf_header" th:value="${_csrf.headerName}"/>
<input type="hidden" th:name="${_csrf.parameterName}" th:value="${_csrf.token}"/>
<div class="row mx-0">
@ -66,5 +65,4 @@
</div>
</div>
</div>
</main>
</html>

View File

@ -32,12 +32,22 @@
<tr>
<th>연번</th>
<th></th>
<th:block th:if="${not #strings.isEmpty(total)}">
<th th:text="${total.total_total}"></th>
<th th:text="${total.total_center}"></th>
<th th:text="${total.total_west}"></th>
<th th:text="${total.total_south}"></th>
<th th:text="${total.total_east}"></th>
<th th:text="${total.total_jeju}"></th>
</th:block>
<th:block th:unless="${not #strings.isEmpty(total)}">
<th>0</th>
<th>0</th>
<th>0</th>
<th>0</th>
<th>0</th>
<th>0</th>
</th:block>
</tr>
</thead>
<tbody>