event refactor, landing on HEAD!
[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-2007 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                 <link href="../common/fck_dialog_common.css" rel="stylesheet" type="text/css" />\r
30                 <script language="javascript">\r
31 \r
32 // Sets the Skin CSS\r
33 document.write( '<link href="' + window.parent.FCKConfig.SkinPath + 'fck_dialog.css" type="text/css" rel="stylesheet">' ) ;\r
34 \r
35 if ( window.parent.FCKConfig.BaseHref.length > 0 )\r
36         document.write( '<base href="' + window.parent.FCKConfig.BaseHref + '">' ) ;\r
37 \r
38 window.onload = function()\r
39 {\r
40         window.parent.SetPreviewElement( document.body ) ;\r
41 }\r
42 \r
43                 </script>\r
44         </head>\r
45         <body style="COLOR: #000000; BACKGROUND-COLOR: #ffffff"></body>\r
46 </html>\r