MOFA/html/ai-editor/F_0038.html
2024-11-04 02:41:49 +09:00

116 lines
4.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="../../css/global.css" type="text/css" />
<link rel="stylesheet" href="../../components/header_nav/header_nav.css" type="text/css" />
<link rel="stylesheet" href="../../components/header_partials/user_info.css" type="text/css" />
<link rel="stylesheet" href="../../components/search_box/search_box.css" type="text/css" />
<link rel="stylesheet" href="../../components/buttons/buttons.css" type="text/css" />
<link rel="stylesheet" href="../../components/search_section/search_section.css" type="text/css" />
<link rel="stylesheet" href="../../components/list_section/list_section.css" type="text/css" />
<link rel="stylesheet" href="../../components/footer/footer.css" type="text/css" />
<link rel="stylesheet" href="../../components/breadcrumb/breadcrumb.css" type="text/css" />
<link rel="stylesheet" href="../../components/buttons/chip_button.css" type="text/css" />
<link rel="stylesheet" href="../../components/modal/modal.css" type="text/css" />
<link rel="stylesheet" href="../../css/editor.css" type="text/css" />
<script src="../../js/ui.js"></script>
</head>
<body class="ai-editor">
<header class="ai-editor-header">
<container>
<div row between>
<div col middle class="editor-logo">
<p style="--color:#fff">생성형 AI 업무서비스 <span>Beta</span></p>
</div>
<div>
<div class="user-info" row middle style="--gap:16px">
<div col style="--gap:2px">
<p>홍길동</p>
<span>외교정보기획국</span>
</div>
<div class="logout"></div>
</div>
</div>
</div>
</container>
</header>
<section style="--section-top:90px">
<container>
<div row center>
<h2 class="editor-title">
번역
</h2>
</div>
</container>
</section>
<section>
<container>
<div class="editor-body">
<div row>
<div col class="editor-menu">
<div row>
<button class="editor-btn writing">문서작성</button>
</div>
<div row>
<button selected class="editor-btn translation">번역</button>
</div>
<div row>
<button class="editor-btn guide">사용자가이드</button>
</div>
</div>
<div col class="editor-wrap">
<div class="btn-group">
<button selected>#영-한</button>
<button>#한-영</button>
<button>#프-한</button>
<button>#한-프</button>
<button>#일-한</button>
<button>#한-일</button>
</div>
<div class="editor-articles translation indicators">
<div col class="editor-article" id="editor-translate">
<textarea placeholder="텍스트 입력"></textarea>
<div row center class="btn-wrap">
<button class="translation-btn">번역</button>
</div>
<textarea></textarea>
</div>
</div>
</div>
<div col class="editor-indicator">
<div col>
<a href="#" current>텍스트 변역</a>
<a href="#">파일 번역</a>
</div>
</div>
</div>
</div>
</container>
</section>
<footer>
<container>
<div row between>
<div row class="tel">
<p><b>이용문의</b></p>
<p>데이터융합분석과 02-6788-4475,4476</p>
</div>
<div row class="copyright">
<p>Copyright ⓒ 대한민국 외교부. All rights reserved</p>
<div class="footer-logo"></div>
</div>
</div>
</container>
</footer>
</body>
</html>