FCKeditor 2.6.6
[freeside.git] / httemplate / elements / fckeditor / editor / dialog / fck_flash / fck_flash_preview.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\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  * Preview page for the Flash dialog window.\r
23 -->\r
24 <html>\r
25         <head>\r
26                 <title></title>\r
27                 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">\r
28                 <meta name="robots" content="noindex, nofollow">\r
29                 <script src="../common/fck_dialog_common.js" type="text/javascript"></script>\r
30                 <script language="javascript">\r
31 \r
32 var FCKTools    = window.parent.FCKTools ;\r
33 var FCKConfig   = window.parent.FCKConfig ;\r
34 \r
35 // Sets the Skin CSS\r
36 document.write( FCKTools.GetStyleHtml( FCKConfig.SkinDialogCSS ) ) ;\r
37 document.write( FCKTools.GetStyleHtml( GetCommonDialogCss( '../' ) ) ) ;\r
38 \r
39 if ( window.parent.FCKConfig.BaseHref.length > 0 )\r
40         document.write( '<base href="' + window.parent.FCKConfig.BaseHref + '">' ) ;\r
41 \r
42 window.onload = function()\r
43 {\r
44         window.parent.SetPreviewElement( document.body ) ;\r
45 }\r
46 \r
47                 </script>\r
48         </head>\r
49         <body style="COLOR: #000000; BACKGROUND-COLOR: #ffffff"></body>\r
50 </html>\r