126 lines
5.4 KiB
HTML
126 lines
5.4 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="../../css/default.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>생성형 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 selected class="editor-btn writing">문서작성</button>
|
||
|
</div>
|
||
|
<div row>
|
||
|
<button 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>
|
||
|
</div>
|
||
|
<div class="editor-articles indicators">
|
||
|
<div col class="editor-article" id="editor-title">
|
||
|
<div row>
|
||
|
<input type="text" value="123123123" />
|
||
|
</div>
|
||
|
</div>
|
||
|
<div col class="editor-article" id="editor-heading1">
|
||
|
<div row style="--gap:8px">
|
||
|
<select>
|
||
|
<option>연설문</option>
|
||
|
</select>
|
||
|
<input type="text" />
|
||
|
<button class="search-icon-btn"></button>
|
||
|
<button class="plus-icon-btn"></button>
|
||
|
<button class="minus-icon-btn"></button>
|
||
|
</div>
|
||
|
<textarea></textarea>
|
||
|
</div>
|
||
|
<div col class="editor-article" id="editor-heading2">
|
||
|
<div row style="--gap:8px">
|
||
|
<select>
|
||
|
<option>연설문</option>
|
||
|
</select>
|
||
|
<input type="text" />
|
||
|
<button class="search-icon-btn"></button>
|
||
|
<button class="plus-icon-btn"></button>
|
||
|
<button class="minus-icon-btn"></button>
|
||
|
</div>
|
||
|
<textarea></textarea>
|
||
|
</div>
|
||
|
<div col class="editor-article" id="editor-heading3">
|
||
|
<div row style="--gap:8px">
|
||
|
<select>
|
||
|
<option>연설문</option>
|
||
|
</select>
|
||
|
<input type="text" />
|
||
|
<button class="search-icon-btn"></button>
|
||
|
<button class="plus-icon-btn"></button>
|
||
|
<button class="minus-icon-btn"></button>
|
||
|
</div>
|
||
|
<textarea></textarea>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div col class="editor-indicator">
|
||
|
<div col>
|
||
|
<a href="#editor-title" current>제목</a>
|
||
|
<a href="#editor-heading1">Heading1</a>
|
||
|
<a href="#editor-heading2">Heading2</a>
|
||
|
<a href="#editor-heading3">Heading3</a>
|
||
|
<a href="#editor-heading4">Heading4</a>
|
||
|
<a href="#editor-heading5">Heading5</a>
|
||
|
<a href="#editor-qna">질의</a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</container>
|
||
|
</section>
|
||
|
</body>
|
||
|
|
||
|
</html>
|