insertHtml.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>insertHtml</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <meta name="robots" content="noindex, nofollow" />
  7. <script src="insertHtml.js" type="text/javascript"></script>
  8. <script src="../../dialog/common/fck_dialog_common.js" type="text/javascript"></script>
  9. <style>
  10. #snippets
  11. {
  12. width: 200px;
  13. margin-right: 10px;
  14. }
  15. #insertHtmlHelp,
  16. {
  17. margin-right: 0px; /* no extra right margin needed in IE */
  18. }
  19. .snippet
  20. {
  21. background: white;
  22. padding: 3px 5px;
  23. margin: 3px 0px;
  24. border: 1px solid #dcdcdc;
  25. }
  26. .snippet.PopupSelectionBox
  27. {
  28. }
  29. #insertHtmlHelp
  30. {
  31. margin: 0px 15px 6px 0px;
  32. display: block;
  33. }
  34. #insertHtmlHelp,
  35. {
  36. margin-right: 5px; /* no extra right margin needed in IE */
  37. }
  38. #insertHtmlTextArea
  39. {
  40. overflow: auto;
  41. margin: 0px 25px 40px 0px;
  42. }
  43. #insertHtmlTextArea,
  44. {
  45. margin-right: 0px; /* no extra right margin needed in IE */
  46. }
  47. </style>
  48. </head>
  49. <body style="padding-bottom: 0px;">
  50. <table border="0" cellpadding="0" cellspacing="0">
  51. <tr>
  52. <td>
  53. <span fcklang="inserHtml_help" id="insertHtmlHelp">
  54. Enter any HTML below and click 'ok' to insert it at the location of the cursor in the editor.
  55. </span>
  56. </td>
  57. </tr>
  58. <tr>
  59. <td id="content">
  60. </td>
  61. </tr>
  62. </table>
  63. </body>
  64. </html>