]> code.citadel.org Git - citadel.git/blob - webcit/tiny_mce/plugins/paste/blank.htm
* Re-added tiny_mce, this time with the language packs
[citadel.git] / webcit / tiny_mce / plugins / paste / blank.htm
1 <html xmlns="http://www.w3.org/1999/xhtml">\r
2 <head>\r
3 <title>blank_page</title>\r
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\r
5 <link href="css/blank.css" rel="stylesheet" type="text/css" />\r
6 <base target="_self" />\r
7 <script type="text/javascript">\r
8 function init() {\r
9         if (parent.tinymce.isIE)\r
10                 document.body.contentEditable = true;\r
11         else\r
12                 document.designMode = 'on';\r
13 \r
14         parent.initIframe(document);\r
15         window.focus();\r
16 }\r
17 </script>\r
18 </head>\r
19 <body onload="init();">\r
20 \r
21 </body>\r
22 </html>\r