upgrade fckeditor to ckeditor, for IE10 compatibility, RT#22014
[freeside.git] / httemplate / elements / fckeditor / editor / wsc / ciframe.html
diff --git a/httemplate/elements/fckeditor/editor/wsc/ciframe.html b/httemplate/elements/fckeditor/editor/wsc/ciframe.html
deleted file mode 100644 (file)
index 2bf419d..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\r
-<!--\r
- * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
- * Copyright (C) 2003-2010 Frederico Caldeira Knabben\r
- *\r
- * == BEGIN LICENSE ==\r
- *\r
- * Licensed under the terms of any of the following licenses at your\r
- * choice:\r
- *\r
- *  - GNU General Public License Version 2 or later (the "GPL")\r
- *    http://www.gnu.org/licenses/gpl.html\r
- *\r
- *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r
- *    http://www.gnu.org/licenses/lgpl.html\r
- *\r
- *  - Mozilla Public License Version 1.1 or later (the "MPL")\r
- *    http://www.mozilla.org/MPL/MPL-1.1.html\r
- *\r
- * == END LICENSE ==\r
--->\r
-<html>\r
-<head>\r
-       <title></title>\r
-       <meta http-equiv="Content-Type" content="text/html; charset=utf-8">\r
-       <script type="text/javascript">\r
-\r
-function gup( name )\r
-{\r
-       name = name.replace( /[\[]/, '\\\[' ).replace( /[\]]/, '\\\]' ) ;\r
-       var regexS = '[\\?&]' + name + '=([^&#]*)' ;\r
-       var regex = new RegExp( regexS ) ;\r
-       var results = regex.exec( window.location.href ) ;\r
-\r
-       if( results == null )\r
-               return '' ;\r
-       else\r
-               return results[ 1 ] ;\r
-}\r
-\r
-function sendData2Master()\r
-{\r
-       var destination = parent.parent ;\r
-       try\r
-       {\r
-               if ( destination.XDTMaster )\r
-               {\r
-                       var t = destination.XDTMaster.read( [ gup( 'cmd' ), gup( 'data' ) ] ) ;\r
-                       window.clearInterval( interval ) ;\r
-               }\r
-       }\r
-       catch (e) {}\r
-}\r
-\r
-function onLoad()\r
-{\r
-       interval = window.setInterval( sendData2Master, 100 );\r
-}\r
-\r
-        </script>\r
-</head>\r
-<body onload="onLoad()">\r
-       <p></p>\r
-</body>\r
-</html>\r