feat:운영 버튼 추가 (데모 옆)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
김보곤
2026-02-10 11:28:09 +09:00
parent 8fc1e2a027
commit ad79ed93a4

View File

@@ -178,6 +178,7 @@ $mngUrl = (strpos($currentHost, 'sam.kr') !== false)
<a href="sales_manager_scenario/" class="text-sm font-medium text-slate-600 hover:text-brand-600 transition-colors">매니저 시나리오</a> --> <a href="sales_manager_scenario/" class="text-sm font-medium text-slate-600 hover:text-brand-600 transition-colors">매니저 시나리오</a> -->
<a href="<?= $mngUrl ?>" target="_blank" class="px-4 py-2 bg-brand-600 text-white text-sm font-bold rounded-lg hover:bg-brand-700 transition-colors shadow-lg shadow-brand-200">영업관리 로그인</a> <a href="<?= $mngUrl ?>" target="_blank" class="px-4 py-2 bg-brand-600 text-white text-sm font-bold rounded-lg hover:bg-brand-700 transition-colors shadow-lg shadow-brand-200">영업관리 로그인</a>
<a href="https://demo.codebridge-x.com/" target="_blank" class="px-4 py-2 bg-emerald-600 text-white text-sm font-bold rounded-lg hover:bg-emerald-700 transition-colors shadow-lg shadow-emerald-200">데모</a> <a href="https://demo.codebridge-x.com/" target="_blank" class="px-4 py-2 bg-emerald-600 text-white text-sm font-bold rounded-lg hover:bg-emerald-700 transition-colors shadow-lg shadow-emerald-200">데모</a>
<a href="https://dev.codebridge-x.com/" target="_blank" class="px-4 py-2 bg-amber-600 text-white text-sm font-bold rounded-lg hover:bg-amber-700 transition-colors shadow-lg shadow-amber-200">운영</a>
<a href="price/index.php" class="text-sm font-medium text-slate-600 hover:text-brand-600 transition-colors">가격정책</a> <a href="price/index.php" class="text-sm font-medium text-slate-600 hover:text-brand-600 transition-colors">가격정책</a>
<!-- Corporate Analysis Hamburger Menu --> <!-- Corporate Analysis Hamburger Menu -->
@@ -240,6 +241,7 @@ $mngUrl = (strpos($currentHost, 'sam.kr') !== false)
<a href="sales_manager_scenario/" class="text-sm font-medium text-slate-600 hover:text-brand-600 transition-colors px-2 py-2 hover:bg-slate-50 rounded-lg" onclick="closeMobileMenu()">매니저 시나리오</a> <a href="sales_manager_scenario/" class="text-sm font-medium text-slate-600 hover:text-brand-600 transition-colors px-2 py-2 hover:bg-slate-50 rounded-lg" onclick="closeMobileMenu()">매니저 시나리오</a>
<a href="<?= $mngUrl ?>" target="_blank" class="text-sm font-medium text-slate-600 hover:text-brand-600 transition-colors px-2 py-2 hover:bg-slate-50 rounded-lg" onclick="closeMobileMenu()">영업관리</a> <a href="<?= $mngUrl ?>" target="_blank" class="text-sm font-medium text-slate-600 hover:text-brand-600 transition-colors px-2 py-2 hover:bg-slate-50 rounded-lg" onclick="closeMobileMenu()">영업관리</a>
<a href="https://demo.codebridge-x.com/" target="_blank" class="text-sm font-medium text-emerald-600 hover:text-emerald-700 transition-colors px-2 py-2 hover:bg-emerald-50 rounded-lg" onclick="closeMobileMenu()">데모</a> <a href="https://demo.codebridge-x.com/" target="_blank" class="text-sm font-medium text-emerald-600 hover:text-emerald-700 transition-colors px-2 py-2 hover:bg-emerald-50 rounded-lg" onclick="closeMobileMenu()">데모</a>
<a href="https://dev.codebridge-x.com/" target="_blank" class="text-sm font-medium text-amber-600 hover:text-amber-700 transition-colors px-2 py-2 hover:bg-amber-50 rounded-lg" onclick="closeMobileMenu()">운영</a>
<a href="price/index.php" class="text-sm font-medium text-slate-600 hover:text-brand-600 transition-colors px-2 py-2 hover:bg-slate-50 rounded-lg" onclick="closeMobileMenu()">가격정책</a> <a href="price/index.php" class="text-sm font-medium text-slate-600 hover:text-brand-600 transition-colors px-2 py-2 hover:bg-slate-50 rounded-lg" onclick="closeMobileMenu()">가격정책</a>
<a href="corp/kodata.php" class="text-sm font-medium text-slate-600 hover:text-brand-600 transition-colors px-2 py-2 hover:bg-slate-50 rounded-lg" onclick="closeMobileMenu()">기업분석</a> <a href="corp/kodata.php" class="text-sm font-medium text-slate-600 hover:text-brand-600 transition-colors px-2 py-2 hover:bg-slate-50 rounded-lg" onclick="closeMobileMenu()">기업분석</a>
<?php if (isset($_SESSION['userid']) && $_SESSION['userid'] != ''): ?> <?php if (isset($_SESSION['userid']) && $_SESSION['userid'] != ''): ?>