Merge branch 'master' of http://118.219.150.34:50501/DBNT/FAISP
commit
7dafd7ce53
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -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 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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue