Fix: html header, footer and maestro home button
This commit is contained in:
@@ -57,17 +57,29 @@ function deleteMaestroAllRecords() {
|
||||
<div class="container">
|
||||
|
||||
<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> -->
|
||||
</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">
|
||||
<a class="btn btn-outline-warning btn-lg mr-2" href="javascript:void(0);" onClick="runMaestroAccountApp()">마에스트로 앱 실행</a>
|
||||
<a class="btn btn-danger btn-lg mr-2" href="javascript:void(0);" onClick="deleteMaestroAllRecords()">마에스트로 앱 초기화</a>
|
||||
<a class="btn btn-danger btn-lg mr-2" href="javascript:void(0);" onClick="deleteMaestroAllRecords()">마에스트로 기록 초기화</a>
|
||||
<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">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user