fix:전체 sales 페이지 favicon 및 BI 통일
- meta_common.php에 favicon 링크 및 로고 컴포넌트 추가 - 모든 index.php 페이지에 favicon 적용 - 일부 페이지 타이틀에서 CodeBridgeExy → CodeBridgeX 수정 - 23개 파일 일괄 업데이트 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>경정청구의 전산화와 조세 행정의 패러다임 전환</title>
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../img/favicon-16x16.png">
|
||||
<link rel="shortcut icon" href="../img/favicon.png">
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
|
||||
@@ -4,7 +4,12 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>계좌 입출금내역 조회 - 바로빌 연동</title>
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../../img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../../img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../../img/favicon-16x16.png">
|
||||
<link rel="shortcut icon" href="../../img/favicon.png">
|
||||
|
||||
<!-- Fonts: Pretendard -->
|
||||
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css" />
|
||||
|
||||
|
||||
@@ -4,7 +4,12 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>법인카드 사용내역 조회 - 바로빌 연동</title>
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../../img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../../img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../../img/favicon-16x16.png">
|
||||
<link rel="shortcut icon" href="../../img/favicon.png">
|
||||
|
||||
<!-- Fonts: Pretendard -->
|
||||
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css" />
|
||||
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>바로빌 API 회계 솔루션</title>
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../img/favicon-16x16.png">
|
||||
<link rel="shortcut icon" href="../img/favicon.png">
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
|
||||
@@ -3,8 +3,13 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>바로빌 회원관리 - 코드브릿지엑스</title>
|
||||
|
||||
<title>바로빌 회원관리 - CodeBridgeX</title>
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../../img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../../img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../../img/favicon-16x16.png">
|
||||
<link rel="shortcut icon" href="../../img/favicon.png">
|
||||
|
||||
<!-- Fonts: Pretendard -->
|
||||
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css" />
|
||||
|
||||
|
||||
@@ -13,6 +13,11 @@ require_once($_SERVER['DOCUMENT_ROOT'] . "/session.php");
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>바로빌 테넌트 관리</title>
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../../img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../../img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../../img/favicon-16x16.png">
|
||||
<link rel="shortcut icon" href="../../img/favicon.png">
|
||||
|
||||
<!-- Fonts: Pretendard -->
|
||||
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css" />
|
||||
|
||||
@@ -11,6 +11,11 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>SAM Code Development Policy & AI Memory Kit</title>
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../img/favicon-16x16.png">
|
||||
<link rel="shortcut icon" href="../img/favicon.png">
|
||||
<!-- Fonts -->
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@300;400;500;600;700&family=Fira+Code:wght@400;500&display=swap" rel="stylesheet">
|
||||
<!-- Icons -->
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>기업 분석 리스트 | SAM Sales</title>
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../img/favicon-16x16.png">
|
||||
<link rel="shortcut icon" href="../img/favicon.png">
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<script src="https://unpkg.com/lucide@latest"></script>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Looka vs Brandmark 비교 분석</title>
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../../img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../../img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../../img/favicon-16x16.png">
|
||||
<link rel="shortcut icon" href="../../img/favicon.png">
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<script src="https://unpkg.com/lucide@latest"></script>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>라우드소싱 (LOUDSOURCING) 기업분석</title>
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../../img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../../img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../../img/favicon-16x16.png">
|
||||
<link rel="shortcut icon" href="../../img/favicon.png">
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<script src="https://unpkg.com/lucide@latest"></script>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>피플라이프(PeopleLife) 기업 분석 리포트</title>
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../../img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../../img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../../img/favicon-16x16.png">
|
||||
<link rel="shortcut icon" href="../../img/favicon.png">
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.9.1/chart.min.js"></script>
|
||||
<script src="https://cdn.plot.ly/plotly-2.24.1.min.js"></script>
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>쿠콘 (COOCON) 기업 분석 보고서</title>
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../img/favicon-16x16.png">
|
||||
<link rel="shortcut icon" href="../img/favicon.png">
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>SAM 기업 신용분석 리포트</title>
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../img/favicon-16x16.png">
|
||||
<link rel="shortcut icon" href="../img/favicon.png">
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||||
<style>
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>채권추심 프로세스 가이드 | SAM SaaS</title>
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../img/favicon-16x16.png">
|
||||
<link rel="shortcut icon" href="../img/favicon.png">
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<script src="https://unpkg.com/lucide@latest"></script>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
|
||||
|
||||
@@ -13,13 +13,6 @@ $mngUrl = (strpos($currentHost, 'sam.kr') !== false)
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>영업 관리 시스템</title>
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon-16x16.png">
|
||||
<link rel="shortcut icon" href="img/favicon.png">
|
||||
|
||||
<?php include_once 'lib/meta_common.php'; ?>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
||||
<script>
|
||||
|
||||
@@ -4,7 +4,12 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>KoDATA EW 리포트 인터뷰 계획안 - SAM Project</title>
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../img/favicon-16x16.png">
|
||||
<link rel="shortcut icon" href="../img/favicon.png">
|
||||
|
||||
<!-- Fonts: Pretendard -->
|
||||
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css" />
|
||||
|
||||
|
||||
@@ -3,7 +3,28 @@
|
||||
* Global Metadata and Shared Styles
|
||||
* This file centralizes Tailwind CSS, Lucide Icons, React, and Babel scripts.
|
||||
*/
|
||||
|
||||
// Base path 계산 (sales 폴더 기준)
|
||||
$salesBasePath = '';
|
||||
$scriptPath = $_SERVER['SCRIPT_NAME'] ?? '';
|
||||
$depth = substr_count(str_replace('/sales/', '', $scriptPath), '/');
|
||||
if ($depth > 0) {
|
||||
$salesBasePath = str_repeat('../', $depth);
|
||||
}
|
||||
|
||||
// 로고 HTML 컴포넌트
|
||||
$samLogoHtml = '
|
||||
<a href="' . $salesBasePath . 'index.php" class="flex items-center gap-3 cursor-pointer">
|
||||
<div class="w-8 h-8 bg-blue-600 rounded-lg flex items-center justify-center text-white font-bold text-lg shadow-lg shadow-blue-200">S</div>
|
||||
<span class="text-xl font-bold tracking-tight text-slate-900">CodeBridgeX <span class="text-blue-600">SAM</span></span>
|
||||
</a>';
|
||||
?>
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="<?= $salesBasePath ?>img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="<?= $salesBasePath ?>img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="<?= $salesBasePath ?>img/favicon-16x16.png">
|
||||
<link rel="shortcut icon" href="<?= $salesBasePath ?>img/favicon.png">
|
||||
|
||||
<!-- Core Libraries -->
|
||||
<script src="https://cdn.tailwindcss.com?v=3.4.1"></script>
|
||||
<script src="https://unpkg.com/lucide@latest"></script>
|
||||
|
||||
@@ -4,6 +4,11 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>제조 견적서 자동 생성 AI 워크플로우</title>
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../img/favicon-16x16.png">
|
||||
<link rel="shortcut icon" href="../img/favicon.png">
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
|
||||
@@ -10,6 +10,11 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>SAM Project - 영업 정책 가이드</title>
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../img/favicon-16x16.png">
|
||||
<link rel="shortcut icon" href="../img/favicon.png">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&family=Outfit:wght@400;600;800&display=swap" rel="stylesheet">
|
||||
|
||||
@@ -36,10 +36,7 @@ $mngUrl = (strpos($currentHost, 'sam.kr') !== false)
|
||||
<nav class="sticky top-0 z-30 bg-white/80 backdrop-blur-md border-b border-slate-200">
|
||||
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div class="flex justify-between items-center h-16">
|
||||
<a href="../index.php" class="flex items-center gap-3 cursor-pointer">
|
||||
<div class="w-8 h-8 bg-blue-600 rounded-lg flex items-center justify-center text-white font-bold text-lg shadow-lg shadow-blue-200">S</div>
|
||||
<span class="text-xl font-bold tracking-tight text-slate-900">CodeBridgeX <span class="text-blue-600">SAM</span></span>
|
||||
</a>
|
||||
<?= $samLogoHtml ?>
|
||||
|
||||
<div class="flex items-center gap-4">
|
||||
<a href="<?= $mngUrl ?>" target="_blank" class="text-sm font-medium text-slate-600 hover:text-blue-600 transition-colors">영업관리</a>
|
||||
|
||||
@@ -4,7 +4,12 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>SAM PRT | 프롬프트 연구 터미널</title>
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../img/favicon-16x16.png">
|
||||
<link rel="shortcut icon" href="../img/favicon.png">
|
||||
|
||||
<!-- Fonts -->
|
||||
<link href="https://fonts.googleapis.com/css2?family=Pretendard:wght@400;500;600;700;800;900&family=Fira+Code:wght@400;500&display=swap" rel="stylesheet">
|
||||
|
||||
|
||||
@@ -3,8 +3,13 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>SAM 매니저 시나리오 - CodeBridgeExy</title>
|
||||
|
||||
<title>SAM 매니저 시나리오 - CodeBridgeX</title>
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../img/favicon-16x16.png">
|
||||
<link rel="shortcut icon" href="../img/favicon.png">
|
||||
|
||||
<!-- Fonts: Pretendard -->
|
||||
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css" />
|
||||
|
||||
|
||||
@@ -3,8 +3,13 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>SAM 영업 시나리오 - CodeBridgeExy</title>
|
||||
|
||||
<title>SAM 영업 시나리오 - CodeBridgeX</title>
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../img/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../img/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../img/favicon-16x16.png">
|
||||
<link rel="shortcut icon" href="../img/favicon.png">
|
||||
|
||||
<!-- Fonts: Pretendard -->
|
||||
<link rel="stylesheet" as="style" crossorigin href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user