FCKeditor 2.6.6
[freeside.git] / httemplate / elements / fckeditor / editor / wsc / tmpFrameset.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">\r
2 <!--\r
3  * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
4  * Copyright (C) 2003-2010 Frederico Caldeira Knabben\r
5  *\r
6  * == BEGIN LICENSE ==\r
7  *\r
8  * Licensed under the terms of any of the following licenses at your\r
9  * choice:\r
10  *\r
11  *  - GNU General Public License Version 2 or later (the "GPL")\r
12  *    http://www.gnu.org/licenses/gpl.html\r
13  *\r
14  *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r
15  *    http://www.gnu.org/licenses/lgpl.html\r
16  *\r
17  *  - Mozilla Public License Version 1.1 or later (the "MPL")\r
18  *    http://www.mozilla.org/MPL/MPL-1.1.html\r
19  *\r
20  * == END LICENSE ==\r
21 -->\r
22 <html>\r
23 <head>\r
24         <title></title>\r
25         <meta http-equiv="Content-Type" content="text/html; charset=utf-8">\r
26         <script type="text/javascript">\r
27 \r
28 function doLoadScript( url )\r
29 {\r
30         if ( !url )\r
31                 return false ;\r
32 \r
33         var s = document.createElement( "script" ) ;\r
34         s.type = "text/javascript" ;\r
35         s.src = url ;\r
36         document.getElementsByTagName( "head" )[ 0 ].appendChild( s ) ;\r
37 \r
38         return true ;\r
39 }\r
40 \r
41 function tryLoad ()\r
42 {\r
43     if ( typeof( opener ) == 'undefined' || !opener )\r
44         opener = parent ;\r
45 \r
46     // get access to global parameters\r
47     oParams = opener.oldFramesetPageParams ;\r
48 \r
49     // make frameset rows string prepare\r
50     sFramesetRows = ( parseInt( oParams.firstframeh, 10 ) || '30') + ",*," + ( parseInt( oParams.thirdframeh, 10 ) || '150' ) + ',0' ;\r
51     document.getElementById( 'itFrameset' ).rows = sFramesetRows ;\r
52 \r
53     // dynamic including init frames and crossdomain transport code\r
54     // from config sproxy_js_frameset url\r
55     var addScriptUrl = oParams.sproxy_js_frameset ;\r
56     doLoadScript( addScriptUrl ) ;\r
57 }\r
58 \r
59         </script>\r
60 </head>\r
61 <frameset id="itFrameset" onload="tryLoad();" border="0" rows="30,*,*,0">\r
62     <frame scrolling="no" framespacing="0" frameborder="0" noresize="noresize" marginheight="0" marginwidth="2" src="" name="navbar"></frame>\r
63     <frame scrolling="auto" framespacing="0" frameborder="0" noresize="noresize" marginheight="0" marginwidth="0" src="" name="mid"></frame>\r
64     <frame scrolling="no" framespacing="0" frameborder="0" noresize="noresize" marginheight="1" marginwidth="1" src="" name="bot"></frame>\r
65     <frame scrolling="no" framespacing="0" frameborder="0" noresize="noresize" marginheight="1" marginwidth="1" src="" name="spellsuggestall"></frame>\r
66 </frameset>\r
67 </html>\r