new
Some checks failed
Close Pull Request / main (pull_request_target) Has been cancelled

This commit is contained in:
yangsh
2025-12-09 17:28:31 +09:00
parent f5eb8d4788
commit 735120f1cb
378 changed files with 24267 additions and 9248 deletions

View File

@@ -60,6 +60,7 @@
</li>
</ul>
</div> -->
<div class="app-header-right">
<div class="header-btn-lg pe-0">
<div class="widget-content p-0">
@@ -78,23 +79,25 @@
<h6 tabindex="-1" class="dropdown-header">Header</h6>
<button type="button" tabindex="0" class="dropdown-item">Actions</button>
<div tabindex="-1" class="dropdown-divider"></div>
<button type="button" tabindex="0" class="dropdown-item">Dividers</button>
<button type="button" tabindex="0" class="dropdown-item"
onclick="location.href='/logout'">로그아웃</button>
</div>
</div>
</div>
<div class="widget-content-left ms-3 header-user-info">
<div class="widget-heading">
관리자
<?= session('usr_nm'); ?>
</div>
<div class="widget-subheading">
[admin | confrims]
[ <?= session('usr_id'); ?> | <?= session('dept_nm'); ?> ] 님
</div>
</div>
<div class="widget-content-right header-user-info ms-3">
<!-- <div class="widget-content-right header-user-info ms-3">
<button type="button" class="btn-shadow p-1 btn btn-primary btn-sm show-toastr-example">
<i class="fa text-white fa-calendar pe-1 ps-1"></i>
</button>
</div>
</div> -->
</div>
</div>
</div>