- Timestamp:
- 2008-02-24 13:38:08 (8 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/dialog/fck_image/fck_image_preview.html
r1565 r1598 29 29 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 30 30 <meta name="robots" content="noindex, nofollow" /> 31 <link href="../common/fck_dialog_common.css" rel="stylesheet" type="text/css" />32 31 <script src="../common/fck_dialog_common.js" type="text/javascript"></script> 33 32 <script type="text/javascript"> 34 33 34 var FCKTools = window.parent.FCKTools ; 35 var FCKConfig = window.parent.FCKConfig ; 36 35 37 // Sets the Skin CSS 36 document.write( '<link href="' + window.parent.FCKConfig.SkinPath + 'fck_dialog.css" type="text/css" rel="stylesheet">' ) ; 38 document.write( FCKTools.GetStyleHtml( FCKConfig.SkinDialogCSS ) ) ; 39 document.write( FCKTools.GetStyleHtml( GetCommonDialogCss( '../' ) ) ) ; 37 40 38 41 if ( window.parent.FCKConfig.BaseHref.length > 0 )