f44dd1a1c058552eba4a7214df9a403b33c06fcc.svn-base 1.3 KB

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>CHEditor</title>
  5. <meta name="robots" content="noindex, nofollow" />
  6. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  7. <link rel="stylesheet" type="text/css" href="../css/dialog.css" />
  8. <script src="js/dialog.js" type="text/javascript"></script>
  9. <script src="js/symbol.js" type="text/javascript"></script>
  10. </head>
  11. <body style="line-height:100%">
  12. <label id="s1">일반</label> <span class="font-normal">|</span>
  13. <label id="s2">괘선</label> <span class="font-normal">|</span>
  14. <label id="s3">숫자, 단위</label> <span class="font-normal">|</span>
  15. <label id="s4">한글 고어</label> <span class="font-normal">|</span>
  16. <label id="s5">원 문자</label> <span class="font-normal">|</span>
  17. <label id="s6">일본어</label>
  18. <div class="spacer5"></div>
  19. <div id="output" style="visibility:hidden"></div>
  20. <div class="spacer"></div>
  21. <div class="font-normal" style="text-align:left">
  22. 선택한 문자: <input type="text" id="fm_input" style="border:1px #d4d4d4 solid;font-size:9pt;width:280px" readonly=true />
  23. </div>
  24. <div class="bottom-status" id="buttonWrapper"></div>
  25. </body>
  26. </html>