Line 1... |
Line 1... |
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
2 |
<!--
|
2 |
<!--
|
3 |
* FCKeditor - The text editor for internet
|
3 |
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
|
4 |
* Copyright (C) 2003-2006 Frederico Caldeira Knabben
|
4 |
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
|
- |
|
5 |
*
|
- |
|
6 |
* == BEGIN LICENSE ==
|
5 |
*
|
7 |
*
|
6 |
* Licensed under the terms of the GNU Lesser General Public License:
|
8 |
* Licensed under the terms of any of the following licenses at your
|
7 |
* http://www.opensource.org/licenses/lgpl-license.php
|
9 |
* choice:
|
8 |
*
|
10 |
*
|
9 |
* For further information visit:
|
11 |
* - GNU General Public License Version 2 or later (the "GPL")
|
10 |
* http://www.fckeditor.net/
|
12 |
* http://www.gnu.org/licenses/gpl.html
|
11 |
*
|
13 |
*
|
12 |
* "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
|
13 |
*
|
16 |
*
|
14 |
* File Name: fck_flash.html
|
17 |
* - Mozilla Public License Version 1.1 or later (the "MPL")
|
15 |
* Flash Properties dialog window.
|
18 |
* http://www.mozilla.org/MPL/MPL-1.1.html
|
16 |
*
|
19 |
*
|
17 |
* File Authors:
|
20 |
* == END LICENSE ==
|
- |
|
21 |
*
|
18 |
* Frederico Caldeira Knabben (fredck@fckeditor.net)
|
22 |
* Flash Properties dialog window.
|
19 |
-->
|
23 |
-->
|
20 |
<html>
|
24 |
<html>
|
21 |
<head>
|
25 |
<head>
|
22 |
<title>Flash Properties</title>
|
26 |
<title>Flash Properties</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 content="noindex, nofollow" name="robots">
|
28 |
<meta content="noindex, nofollow" name="robots">
|
25 |
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
|
29 |
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
|
26 |
<script src="fck_flash/fck_flash.js" type="text/javascript"></script>
|
30 |
<script src="fck_flash/fck_flash.js" type="text/javascript"></script>
|
- |
|
31 |
<script type="text/javascript">
|
- |
|
32 |
|
27 |
<link href="common/fck_dialog_common.css" type="text/css" rel="stylesheet">
|
33 |
document.write( FCKTools.GetStyleHtml( GetCommonDialogCss() ) ) ;
|
- |
|
34 |
|
- |
|
35 |
</script>
|
28 |
</head>
|
36 |
</head>
|
29 |
<body scroll="no" style="OVERFLOW: hidden">
|
37 |
<body scroll="no" style="OVERFLOW: hidden">
|
30 |
<div id="divInfo">
|
38 |
<div id="divInfo">
|
31 |
<table cellSpacing="1" cellPadding="1" width="100%" border="0">
|
39 |
<table cellSpacing="1" cellPadding="1" width="100%" border="0">
|
32 |
<tr>
|
40 |
<tr>
|
Line 49... |
Line 57... |
49 |
<TD>
|
57 |
<TD>
|
50 |
<table cellSpacing="0" cellPadding="0" border="0">
|
58 |
<table cellSpacing="0" cellPadding="0" border="0">
|
51 |
<TR>
|
59 |
<TR>
|
52 |
<TD nowrap>
|
60 |
<TD nowrap>
|
53 |
<span fckLang="DlgImgWidth">Width</span><br>
|
61 |
<span fckLang="DlgImgWidth">Width</span><br>
|
54 |
<input id="txtWidth" class="FCK__FieldNumeric" type="text" size="3">
|
62 |
<input id="txtWidth" onkeypress="return IsDigit(event);" type="text" size="3">
|
55 |
</TD>
|
63 |
</TD>
|
56 |
<TD> </TD>
|
64 |
<TD> </TD>
|
57 |
<TD>
|
65 |
<TD>
|
58 |
<span fckLang="DlgImgHeight">Height</span><br>
|
66 |
<span fckLang="DlgImgHeight">Height</span><br>
|
59 |
<input id="txtHeight" class="FCK__FieldNumeric" type="text" size="3">
|
67 |
<input id="txtHeight" onkeypress="return IsDigit(event);" type="text" size="3">
|
60 |
</TD>
|
68 |
</TD>
|
61 |
</TR>
|
69 |
</TR>
|
62 |
</table>
|
70 |
</table>
|
63 |
</TD>
|
71 |
</TD>
|
64 |
</TR>
|
72 |
</TR>
|
Line 86... |
Line 94... |
86 |
<form id="frmUpload" method="post" target="UploadWindow" enctype="multipart/form-data" action="" onsubmit="return CheckUpload();">
|
94 |
<form id="frmUpload" method="post" target="UploadWindow" enctype="multipart/form-data" action="" onsubmit="return CheckUpload();">
|
87 |
<span fckLang="DlgLnkUpload">Upload</span><br />
|
95 |
<span fckLang="DlgLnkUpload">Upload</span><br />
|
88 |
<input id="txtUploadFile" style="WIDTH: 100%" type="file" size="40" name="NewFile" /><br />
|
96 |
<input id="txtUploadFile" style="WIDTH: 100%" type="file" size="40" name="NewFile" /><br />
|
89 |
<br />
|
97 |
<br />
|
90 |
<input id="btnUpload" type="submit" value="Send it to the Server" fckLang="DlgLnkBtnUpload" />
|
98 |
<input id="btnUpload" type="submit" value="Send it to the Server" fckLang="DlgLnkBtnUpload" />
|
- |
|
99 |
<script type="text/javascript">
|
91 |
<iframe name="UploadWindow" style="DISPLAY: none" src="../fckblank.html"></iframe>
|
100 |
document.write( '<iframe name="UploadWindow" style="DISPLAY: none" src="' + FCKTools.GetVoidUrl() + '"><\/iframe>' ) ;
|
- |
|
101 |
</script>
|
92 |
</form>
|
102 |
</form>
|
93 |
</div>
|
103 |
</div>
|
94 |
<div id="divAdvanced" style="DISPLAY: none">
|
104 |
<div id="divAdvanced" style="DISPLAY: none">
|
95 |
<TABLE cellSpacing="0" cellPadding="0" border="0">
|
105 |
<TABLE cellSpacing="0" cellPadding="0" border="0">
|
96 |
<TR>
|
106 |
<TR>
|