Project

General

Profile

1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
<!--
3
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
4
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
5
 *
6
 * == BEGIN LICENSE ==
7
 *
8
 * Licensed under the terms of any of the following licenses at your
9
 * choice:
10
 *
11
 *  - GNU General Public License Version 2 or later (the "GPL")
12
 *    http://www.gnu.org/licenses/gpl.html
13
 *
14
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
15
 *    http://www.gnu.org/licenses/lgpl.html
16
 *
17
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
18
 *    http://www.mozilla.org/MPL/MPL-1.1.html
19
 *
20
 * == END LICENSE ==
21
 *
22
 * Flash Properties dialog window.
23
-->
24
<html>
25
	<head>
26
		<title>Flash Properties</title>
27
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
28
		<meta content="noindex, nofollow" name="robots">
29
		<script src="fck_flash.js" type="text/javascript"></script>
30
		<script type="text/javascript">
31

    
32
// Set the Skin CSS.
33
if (FCKTools.GetStyleHtml)
34
	document.write( FCKTools.GetStyleHtml( GetCommonDialogCss( FCKConfig.FullBasePath + 'dialog/' ) ) ) ;
35
else
36
	document.write( '<link href="' + oEditor.FCKConfig.SkinPath + 'fck_dialog.css" type="text/css" rel="stylesheet">' ) ;
37

    
38
		</script>
39
	</head>
40
	<body scroll="no" style="OVERFLOW: hidden">
41
		<div id="divInfo">
42
			<table cellSpacing="1" cellPadding="1" width="100%" border="0">
43
				<tr>
44
					<td>
45
						<table cellSpacing="0" cellPadding="0" width="100%" border="0">
46
							<tr>
47
								<td width="100%"><label for="txtUrl" fckLang="DlgImgURL">URL</label>
48
								</td>
49
								<td id="tdBrowse" style="DISPLAY: none" noWrap rowSpan="2">&nbsp; <input id="btnBrowse" onclick="BrowseServer();" type="button" value="Browse Server" fckLang="DlgBtnBrowseServer">
50
								</td>
51
							</tr>
52
							<tr>
53
								<td vAlign="top"><input id="txtUrl" onblur="UpdatePreview();" style="WIDTH: 100%" type="text">
54
								</td>
55
							</tr>
56
						</table>
57
					</td>
58
				</tr>
59
				<TR>
60
					<TD>
61
						<table cellSpacing="0" cellPadding="0" border="0">
62
							<TR>
63
								<TD nowrap>
64
									<label for="txtWidth" fckLang="DlgImgWidth">Width</label><br>
65
									<input id="txtWidth" onkeypress="return IsDigit(event);" type="text" size="3">
66
								</TD>
67
								<TD>&nbsp;</TD>
68
								<TD>
69
									<label for="txtHeight" fckLang="DlgImgHeight">Height</label><br>
70
									<input id="txtHeight" onkeypress="return IsDigit(event);" type="text" size="3">
71
								</TD>
72
							</TR>
73
						</table>
74
					</TD>
75
				</TR>
76
				<tr>
77
					<td vAlign="top">
78
						<table cellSpacing="0" cellPadding="0" width="100%" border="0">
79
							<tr>
80
								<td valign="top" width="100%">
81
									<table cellSpacing="0" cellPadding="0" width="100%">
82
										<tr>
83
											<td><span fckLang="DlgImgPreview">Preview</span></td>
84
										</tr>
85
										<tr>
86
											<td id="ePreviewCell" valign="top" class="FlashPreviewArea"><iframe src="fck_flash_preview.html" frameborder="0" marginheight="0" marginwidth="0"></iframe></td>
87
										</tr>
88
									</table>
89
								</td>
90
							</tr>
91
						</table>
92
					</td>
93
				</tr>
94
			</table>
95
		</div>
96
		<div id="divUpload" style="DISPLAY: none">
97
			<form id="frmUpload" method="post" target="UploadWindow" enctype="multipart/form-data" action="" onsubmit="return CheckUpload();">
98
				<span fckLang="DlgLnkUpload">Upload</span><br />
99
				<input id="txtUploadFile" style="WIDTH: 100%" type="file" size="40" name="NewFile" /><br />
100
				<br />
101
				<input id="btnUpload" type="submit" value="Send it to the Server" fckLang="DlgLnkBtnUpload" />
102
				<script type="text/javascript">
103
					var voidUrl = 'javascript:void(0)' ;
104
					if (typeof FCKTools.GetVoidUrl == 'function')
105
						voidUrl = FCKTools.GetVoidUrl();
106

    
107
					document.write( '<iframe name="UploadWindow" style="DISPLAY: none" src="' + voidUrl + '"><\/iframe>' ) ;
108
				</script>
109
			</form>
110
		</div>
111
		<div id="divAdvanced" style="DISPLAY: none">
112
			<TABLE cellSpacing="0" cellPadding="0" border="0">
113
				<TR>
114
					<TD nowrap>
115
						<label fckLang="DlgFlashScale" for="cmbScale">Scale</label><BR>
116
						<select id="cmbScale">
117
							<option value="" selected></option>
118
							<option value="showall" fckLang="DlgFlashScaleAll">Show all</option>
119
							<option value="noborder" fckLang="DlgFlashScaleNoBorder">No Border</option>
120
							<option value="exactfit" fckLang="DlgFlashScaleFit">Exact Fit</option>
121
						</select></TD>
122
					<TD>&nbsp;&nbsp;&nbsp; &nbsp;
123
					</TD>
124
					<td valign="bottom">
125
						<table>
126
							<tr>
127
								<td><input id="chkAutoPlay" type="checkbox" checked></td>
128
								<td><label for="chkAutoPlay" nowrap fckLang="DlgFlashChkPlay">Auto Play</label>&nbsp;&nbsp;</td>
129
								<td><input id="chkLoop" type="checkbox" checked></td>
130
								<td><label for="chkLoop" nowrap fckLang="DlgFlashChkLoop">Loop</label>&nbsp;&nbsp;</td>
131
								<td><input id="chkMenu" type="checkbox" checked></td>
132
								<td><label for="chkMenu" nowrap fckLang="DlgFlashChkMenu">Enable Flash Menu</label></td>
133
							</tr>
134
						</table>
135
					</td>
136
				</TR>
137
				<tr>
138
					<td>
139
						<label for="allowscriptaccess" fckLang="DlgFlashScriptaccess">Script access</label><br>
140
						<select id="allowscriptaccess">
141
							<option value=""></option>
142
							<option value="always" fckLang="DlgFlashAlways">Always</option>
143
							<option value="sameDomain" fckLang="DlgFlashSameDomain">Same Domain</option>
144
							<option value="never" fckLang="DlgFlashNever">Never</option>
145
						</select>
146
					</td>
147
					<td></td>
148
					<td>
149
						<label for="wmode" fckLang="DlgFlashWindowMode">Window mode</label><br>
150
						<select id="wmode">
151
							<option value=""></option>
152
							<option value="window" fckLang="DlgFlashWindow">Window</option>
153
							<option value="opaque" fckLang="DlgFlashOpaque">Opaque</option>
154
							<option value="transparent" fckLang="DlgFlashTransparent">Transparent</option>
155
						</select>
156
						&nbsp;&nbsp;&nbsp;
157
						<input id="allowfullscreen" type="checkbox">
158
						<label for="allowfullscreen" nowrap fckLang="DlgFlashAllowfullscreen">Allow Full Screen</label>
159

    
160
					</td>
161
				</tr>
162
			</TABLE>
163

    
164
			<br>
165
			&nbsp;
166
			<table cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
167
				<tr>
168
					<td vAlign="top" width="50%"><label fckLang="DlgGenId" for="txtAttId">Id</label><br>
169
						<input id="txtAttId" style="WIDTH: 100%" type="text">
170
					</td>
171
					<td>&nbsp;&nbsp;</td>
172
					<td vAlign="top" nowrap><label fckLang="DlgGenClass" for="txtAttClasses">Stylesheet Classes</label><br>
173
						<input id="txtAttClasses" style="WIDTH: 100%" type="text">
174
					</td>
175
					<td>&nbsp;&nbsp;</td>
176
					<td vAlign="top" nowrap width="50%" for="txtAttTitle">&nbsp;<label fckLang="DlgGenTitle">Advisory Title</label><br>
177
						<input id="txtAttTitle" style="WIDTH: 100%" type="text">
178
					</td>
179
				</tr>
180
			</table>
181
			<label fckLang="DlgGenStyle" for="txtAttStyle">Style</label><br>
182
			<input id="txtAttStyle" style="WIDTH: 100%" type="text">
183
		</div>
184

    
185
		<div id="divFlashvars" style="DISPLAY: none">
186
					<table width="100%">
187
						<tr>
188
							<td width="50%"><span fckLang="DlgSelectOpText">Text</span><br>
189
								<input id="txtText" style="WIDTH: 100%" type="text">
190
							</td>
191
							<td width="50%"><span fckLang="DlgSelectOpValue">Value</span><br>
192
								<input id="txtValue" style="WIDTH: 100%" type="text">
193
							</td>
194
							<td vAlign="bottom"><input onclick="Add();" type="button" fckLang="DlgSelectBtnAdd" value="Add"></td>
195
							<td vAlign="bottom"><input onclick="Modify();" type="button" fckLang="DlgSelectBtnModify" value="Modify"></td>
196
						</tr>
197
						<tr>
198
							<td rowSpan="2"><select id="cmbText" style="WIDTH: 100%" onchange="GetE('cmbValue').selectedIndex = this.selectedIndex;Select(this);"
199
									size="5"></select>
200
							</td>
201
							<td rowSpan="2"><select id="cmbValue" style="WIDTH: 100%" onchange="GetE('cmbText').selectedIndex = this.selectedIndex;Select(this);"
202
									size="5"></select>
203
							</td>
204
							<td vAlign="top" colSpan="2">
205
							</td>
206
						</tr>
207
						<TR>
208
							<TD vAlign="bottom" colSpan="4">
209
								<input onclick="Delete();" type="button" fckLang="DlgSelectBtnDelete" value="Delete"></TD>
210
						</TR>
211
					</table>
212
		</div>
213
	</body>
214
</html>
(1-1/4)