Fix: header
This commit is contained in:
@@ -58,20 +58,9 @@ function deleteMaestroAllRecords() {
|
||||
|
||||
<div class="navbar-header text-white">
|
||||
<a class="btn btn-warning btn-lg" href="javascript:void(0);" onClick="logout()">
|
||||
초코마에 [홈]
|
||||
<!-- <button type="button" class="btn btn-warning">chocomae.com</button> -->
|
||||
<!-- <span class="h1 text-warning font-weight-bold">chocomae.com</span> -->
|
||||
<img src="./../../../resources/image/icon/icon_chocomae.png" style="position: relative; bottom: 2px; width: 24px; height: auto;">
|
||||
초코마에 [홈]
|
||||
</a>
|
||||
<!--
|
||||
<a class="btn btn-info btn-lg" href="javascript:void(0);" onClick="goHome()">
|
||||
마에스트로 [홈]
|
||||
</a>
|
||||
-->
|
||||
<!--
|
||||
<a class="navbar-brand" href="javascript:void(0);" onClick="logout()" href="">[ chocomae.com ]</a>
|
||||
|
|
||||
<a class="navbar-brand" href="javascript:void(0);" onClick="goHome()" href="">[ 마에스트로 ]</a>
|
||||
-->
|
||||
</div>
|
||||
|
||||
<div class="eyebrow ml-auto mt-0 d-md-flex align-items-center">
|
||||
@@ -79,24 +68,6 @@ function deleteMaestroAllRecords() {
|
||||
<a class="btn btn-outline-warning btn-lg mr-2" href="javascript:void(0);" onClick="runMaestroAccountApp()">앱 실행</a>
|
||||
<a class="btn btn-primary btn-lg" href="javascript:void(0);" onClick="logout()">마에스트로 로그아웃</a>
|
||||
</div>
|
||||
<!--
|
||||
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
|
||||
<ul class="navbar-nav flex-row ml-md-auto d-none d-md-flex">
|
||||
|
||||
<li class="nav-item mr-2">
|
||||
<a class="btn btn-warning btn-lg px-3" href="javascript:void(0);" onClick="runMaestroAccountApp()">테스트 계정 로그인</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item mr-2">
|
||||
<a class="btn btn-primary btn-lg" href="javascript:void(0);" onClick="deleteMaestroAllRecords()">테스트 계정 초기화</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a class="btn btn-primary btn-lg" href="javascript:void(0);" onClick="logout()">마에스트로 로그아웃</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
-->
|
||||
</div> <!-- container -->
|
||||
</nav>
|
||||
Reference in New Issue
Block a user