upgrade fckeditor to ckeditor, for IE10 compatibility, RT#22014
[freeside.git] / httemplate / elements / fckeditor / editor / wsc / tmpFrameset.html
diff --git a/httemplate/elements/fckeditor/editor/wsc/tmpFrameset.html b/httemplate/elements/fckeditor/editor/wsc/tmpFrameset.html
deleted file mode 100644 (file)
index 478d226..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.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 doLoadScript( url )\r
-{\r
-       if ( !url )\r
-               return false ;\r
-\r
-       var s = document.createElement( "script" ) ;\r
-       s.type = "text/javascript" ;\r
-       s.src = url ;\r
-       document.getElementsByTagName( "head" )[ 0 ].appendChild( s ) ;\r
-\r
-       return true ;\r
-}\r
-\r
-function tryLoad ()\r
-{\r
-    if ( typeof( opener ) == 'undefined' || !opener )\r
-        opener = parent ;\r
-\r
-    // get access to global parameters\r
-    oParams = opener.oldFramesetPageParams ;\r
-\r
-    // make frameset rows string prepare\r
-    sFramesetRows = ( parseInt( oParams.firstframeh, 10 ) || '30') + ",*," + ( parseInt( oParams.thirdframeh, 10 ) || '150' ) + ',0' ;\r
-    document.getElementById( 'itFrameset' ).rows = sFramesetRows ;\r
-\r
-    // dynamic including init frames and crossdomain transport code\r
-    // from config sproxy_js_frameset url\r
-    var addScriptUrl = oParams.sproxy_js_frameset ;\r
-    doLoadScript( addScriptUrl ) ;\r
-}\r
-\r
-       </script>\r
-</head>\r
-<frameset id="itFrameset" onload="tryLoad();" border="0" rows="30,*,*,0">\r
-    <frame scrolling="no" framespacing="0" frameborder="0" noresize="noresize" marginheight="0" marginwidth="2" src="" name="navbar"></frame>\r
-    <frame scrolling="auto" framespacing="0" frameborder="0" noresize="noresize" marginheight="0" marginwidth="0" src="" name="mid"></frame>\r
-    <frame scrolling="no" framespacing="0" frameborder="0" noresize="noresize" marginheight="1" marginwidth="1" src="" name="bot"></frame>\r
-    <frame scrolling="no" framespacing="0" frameborder="0" noresize="noresize" marginheight="1" marginwidth="1" src="" name="spellsuggestall"></frame>\r
-</frameset>\r
-</html>\r