22 lines
973 B
HTML
22 lines
973 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<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"><동영상 소스 코드> iframe 또는 object 태그를 입력하세요.</span>
|
|
</div>
|
|
<textarea name="embed" id="fm_embed" 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> |