일반매물현황 목록 페이지 추가

This commit is contained in:
yangsh
2025-12-30 16:02:51 +09:00
parent d6c10995b2
commit 003c1b4b8f
9 changed files with 1611 additions and 2 deletions

View File

@@ -138,11 +138,11 @@
</a>
<div tabindex="-1" role="menu" aria-hidden="true"
class="dropdown-menu dropdown-menu-right">
<button type="button" tabindex="0" class="dropdown-item">User Account</button>
<!-- <button type="button" tabindex="0" class="dropdown-item">User Account</button>
<button type="button" tabindex="0" class="dropdown-item">Settings</button>
<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>
<div tabindex="-1" class="dropdown-divider"></div> -->
<button type="button" tabindex="0" class="dropdown-item"
onclick="location.href='/logout'">로그아웃</button>
</div>