docs: correct lineage of combine.html (Execution.html update, not test.html)

This commit is contained in:
2026-02-25 13:48:48 +09:00
parent a870f43efe
commit a73a3764b3
2 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
<!DOCTYPE html>
<!-- Note: combine.html은 test.html이 아닌 Execution.html의 업데이트 버전입니다. -->
<html lang="ko">
<head>
<meta charset="UTF-8">
@@ -854,7 +855,12 @@
<header className="flex justify-between items-center bg-white p-4 rounded-3xl shadow-sm border border-slate-200">
<div className="flex items-center gap-4">
<div className="bg-indigo-600 p-2.5 rounded-xl text-white shadow-lg font-bold"><i className="lucide-activity w-5 h-5"></i></div>
<div><h1 className="text-xl font-black text-slate-900 leading-none">통합 실행분석 시스템</h1><div className="flex gap-2 mt-1.5"><button onClick={() => setCurrentMode('JANGHEON')} className={`mode-btn ${currentMode === 'JANGHEON' ? 'active' : ''}`}></button><button onClick={() => setCurrentMode('PTC')} className={`mode-btn ${currentMode === 'PTC' ? 'active' : ''}`}>PTC</button></div></div>
<div>
<div className="flex items-center gap-2">
<h1 className="text-xl font-black text-slate-900 leading-none">통합 실행분석 시스템</h1>
<span className="bg-indigo-50 text-indigo-500 text-[9px] px-1.5 py-0.5 rounded border border-indigo-100 font-black">Update from Execution.html</span>
</div>
<div className="flex gap-2 mt-1.5"><button onClick={() => setCurrentMode('JANGHEON')} className={`mode-btn ${currentMode === 'JANGHEON' ? 'active' : ''}`}>장헌산업</button><button onClick={() => setCurrentMode('PTC')} className={`mode-btn ${currentMode === 'PTC' ? 'active' : ''}`}>PTC</button></div></div>
</div>
<div className="flex items-center gap-4">
<nav className="nav-container font-bold"><button onClick={() => setActiveTab('dashboard')} className={`tab-btn ${activeTab === 'dashboard' ? 'active' : ''}`}>대시보드</button><button onClick={() => setActiveTab('analysis')} className={`tab-btn ${activeTab === 'analysis' ? 'active' : ''}`}> </button></nav>