parent
73b76ac0e3
commit
e80be08e34
@ -1,53 +1,52 @@ |
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
||||
<!-- |
||||
* Dokeos - elearning and course management software |
||||
* |
||||
* Copyright (c) 2009 Dokeos SPRL |
||||
* Copyright (c) 2009 Ivan Tcholakov <ivantcholakov@gmail.com> |
||||
* |
||||
* For a full list of contributors, see "credits.txt". |
||||
* The full license can be read in "license.txt". |
||||
* |
||||
* This program is free software; you can redistribute it and/or |
||||
* modify it under the terms of the GNU General Public License |
||||
* as published by the Free Software Foundation; either version 2 |
||||
* of the License, or (at your option) any later version. |
||||
* |
||||
* See the GNU General Public License for more details. |
||||
* |
||||
* Contact address: Dokeos, rue du Corbeau, 108, B-1030 Brussels, Belgium |
||||
* Mail: info@dokeos.com |
||||
|
||||
* This plugin uses as a template some original source code of the |
||||
* FCKeditor 2.6.4, see for example the flash dialog or the image |
||||
* properties dialog. |
||||
--> |
||||
<html xmlns="http://www.w3.org/1999/xhtml"> |
||||
<head> |
||||
<title></title> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
||||
<meta name="robots" content="noindex, nofollow" /> |
||||
<script src="../../dialog/common/fck_dialog_common.js" type="text/javascript"></script> |
||||
|
||||
<script type="text/javascript"> |
||||
|
||||
var FCKTools = window.parent.FCKTools ; |
||||
var FCKConfig = window.parent.FCKConfig ; |
||||
|
||||
// Sets the Skin CSS |
||||
document.write( FCKTools.GetStyleHtml( FCKConfig.SkinDialogCSS ) ) ; |
||||
document.write( FCKTools.GetStyleHtml( GetCommonDialogCss( '../' ) ) ) ; |
||||
|
||||
if ( window.parent.FCKConfig.BaseHref.length > 0 ) |
||||
document.write( '<base href="' + window.parent.FCKConfig.BaseHref + '">' ) ; |
||||
|
||||
window.onload = function() |
||||
{ |
||||
window.parent.SetPreviewElement( document.getElementById( 'flv_preview' ) ) ; |
||||
//alert ( document.getElementById( 'flv_preview' ).style.cssText ) ; |
||||
} |
||||
|
||||
</script> |
||||
</head> |
||||
<body style="color: #000000; background-color: #ffffff;"><div id="flv_preview"></div></body> |
||||
</html> |
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
||||
<!-- |
||||
* Dokeos - elearning and course management software |
||||
* |
||||
* Copyright (c) 2009 Dokeos SPRL |
||||
* Copyright (c) 2009 Ivan Tcholakov <ivantcholakov@gmail.com> |
||||
* |
||||
* For a full list of contributors, see "credits.txt". |
||||
* The full license can be read in "license.txt". |
||||
* |
||||
* This program is free software; you can redistribute it and/or |
||||
* modify it under the terms of the GNU General Public License |
||||
* as published by the Free Software Foundation; either version 2 |
||||
* of the License, or (at your option) any later version. |
||||
* |
||||
* See the GNU General Public License for more details. |
||||
* |
||||
* Contact address: Dokeos, rue du Corbeau, 108, B-1030 Brussels, Belgium |
||||
* Mail: info@dokeos.com |
||||
|
||||
* This plugin uses as a template some original source code of the |
||||
* FCKeditor 2.6.4, see for example the flash dialog or the image |
||||
* properties dialog. |
||||
--> |
||||
<html xmlns="http://www.w3.org/1999/xhtml"> |
||||
<head> |
||||
<title></title> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
||||
<meta name="robots" content="noindex, nofollow" /> |
||||
<script src="../../dialog/common/fck_dialog_common.js" type="text/javascript"></script> |
||||
|
||||
<script type="text/javascript"> |
||||
|
||||
var FCKTools = window.parent.FCKTools ; |
||||
var FCKConfig = window.parent.FCKConfig ; |
||||
|
||||
// Sets the Skin CSS |
||||
document.write( FCKTools.GetStyleHtml( FCKConfig.SkinDialogCSS ) ) ; |
||||
document.write( FCKTools.GetStyleHtml( GetCommonDialogCss( '../' ) ) ) ; |
||||
|
||||
if ( window.parent.FCKConfig.BaseHref.length > 0 ) |
||||
document.write( '<base href="' + window.parent.FCKConfig.BaseHref + '">' ) ; |
||||
|
||||
window.onload = function() |
||||
{ |
||||
window.parent.SetPreviewElement( document.getElementById( 'flv_preview' ) ) ; |
||||
} |
||||
|
||||
</script> |
||||
</head> |
||||
<body style="color: #000000; background-color: #ffffff;"><div id="flv_preview"></div></body> |
||||
</html> |
||||
|
||||
Loading…
Reference in new issue