171 lines
7.8 KiB
HTML
171 lines
7.8 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" onscroll="uiScrollHandler(event)">
|
|
<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 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 row center class="editor-action">
|
|
<button data-modal="preview" onclick="uiModalOpenHandler(event)">미리보기</button>
|
|
</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>
|
|
<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>
|
|
|
|
|
|
<div class="modal editor" style="--modal-width:1080px;--z-index:100" data-modal="preview" data-state="open">
|
|
<div class="modal-head">
|
|
<div row>
|
|
<p>문서작성</p>
|
|
<button class="close-btn" onclick="uiModalOpenHandler(event)"></button>
|
|
</div>
|
|
</div>
|
|
<div class="modal-body">
|
|
<div col style="--gap:32px">
|
|
<textarea></textarea>
|
|
<div row flexend style="--gap:8px">
|
|
<button variant="fill" onclick="uiModalOpenHandler(event)">닫기</button>
|
|
<button variant="fill" onclick="uiModalOpenHandler(event)">수정</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |