대시보드 수정2
parent
3429bf7824
commit
5dc078130d
|
|
@ -22,7 +22,10 @@
|
||||||
<div class="row justify-content-center pt-2">
|
<div class="row justify-content-center pt-2">
|
||||||
<div class="col-3 py-1 text-center align-middle align-self-center" id="subPage2">
|
<div class="col-3 py-1 text-center align-middle align-self-center" id="subPage2">
|
||||||
<img src="img/dash01.png" alt="대시보드이미지" class="mb-4">
|
<img src="img/dash01.png" alt="대시보드이미지" class="mb-4">
|
||||||
<h4>안녕하세요, 경감 관리자님 :D</h4>
|
<h4 style="font-weight: bold">안녕하세요, <th:block th:each="commonCode:${session.commonCode.get('JT')}">
|
||||||
|
<th:block th:if="${commonCode.itemCd eq #authentication.principal.titleCd}">
|
||||||
|
<span class="d-lg-inline d-md-none" th:text="|${commonCode.itemValue} ${#authentication.principal.userNm}|">관리기능</span>님
|
||||||
|
</th:block></th:block> :D</h4>
|
||||||
<h5>해양경찰청의 외사포털에 오신것을 환영합니다.</h5>
|
<h5>해양경찰청의 외사포털에 오신것을 환영합니다.</h5>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-4 py-1" id="subPage0">
|
<div class="col-4 py-1" id="subPage0">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue