23 lines
861 B
HTML
23 lines
861 B
HTML
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<title>CHEditor</title>
|
|
<meta name="robots" content="noindex, nofollow" />
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
|
<link rel="stylesheet" type="text/css" href="../css/dialog.css" />
|
|
<script src="js/dialog.js" type="text/javascript"></script>
|
|
<script src="js/flash.js" type="text/javascript"></script>
|
|
</head>
|
|
<body>
|
|
<div class="flash-movie-source">
|
|
<div style="margin-bottom: 10px;width: 562px">
|
|
<span class="font-normal">동영상 링크 URL 또는 IFRAME이나 EMBED 소스 코드를 붙여 넣거나 입력하세요.</span>
|
|
</div>
|
|
<textarea name="source" id="fm_source" style="height:40px;width:99%"></textarea>
|
|
</div>
|
|
<div class="spacer"></div>
|
|
<div class="flash-player-wrapper" id="fm_player"></div>
|
|
<div class="bottom-status" id="buttonWrapper"></div>
|
|
</body>
|
|
</html>
|