Subversion Repositories Applications.papyrus

Rev

Rev 1688 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1688 Rev 1921
Line -... Line 1...
-
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1
<!--
2
<!--
2
 * FCKeditor - The text editor for internet
3
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
4
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
-
 
5
 *
-
 
6
 * == BEGIN LICENSE ==
4
 * 
7
 *
5
 * Licensed under the terms of the GNU Lesser General Public License:
8
 * Licensed under the terms of any of the following licenses at your
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
9
 * choice:
7
 * 
10
 *
8
 * For further information visit:
11
 *  - GNU General Public License Version 2 or later (the "GPL")
9
 * 		http://www.fckeditor.net/
12
 *    http://www.gnu.org/licenses/gpl.html
10
 * 
13
 *
11
 * "Support Open Source software. What about a donation today?"
14
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
-
 
15
 *    http://www.gnu.org/licenses/lgpl.html
12
 * 
16
 *
13
 * File Name: fck_flash_preview.html
17
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
14
 * 	Preview page for the Flash dialog window.
18
 *    http://www.mozilla.org/MPL/MPL-1.1.html
15
 * 
19
 *
16
 * File Authors:
20
 * == END LICENSE ==
-
 
21
 *
17
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
22
 * Preview page for the Flash dialog window.
18
-->
23
-->
19
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
 
20
<html>
24
<html>
21
	<head>
25
	<head>
22
		<title></title>
26
		<title></title>
23
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
27
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
24
		<meta name="robots" content="noindex, nofollow">
28
		<meta name="robots" content="noindex, nofollow">
25
		<link href="../common/fck_dialog_common.css" rel="stylesheet" type="text/css" />
29
		<script src="../common/fck_dialog_common.js" type="text/javascript"></script>
26
		<script language="javascript">
30
		<script language="javascript">
Line -... Line 31...
-
 
31
 
-
 
32
var FCKTools	= window.parent.FCKTools ;
-
 
33
var FCKConfig	= window.parent.FCKConfig ;
27
 
34
 
28
// Sets the Skin CSS
35
// Sets the Skin CSS
-
 
36
document.write( FCKTools.GetStyleHtml( FCKConfig.SkinDialogCSS ) ) ;
Line 29... Line 37...
29
document.write( '<link href="' + window.parent.FCKConfig.SkinPath + 'fck_dialog.css" type="text/css" rel="stylesheet">' ) ;
37
document.write( FCKTools.GetStyleHtml( GetCommonDialogCss( '../' ) ) ) ;
30
 
38
 
Line 31... Line 39...
31
if ( window.parent.FCKConfig.BaseHref.length > 0 )
39
if ( window.parent.FCKConfig.BaseHref.length > 0 )