Subversion Repositories Applications.papyrus

Rev

Rev 1688 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1688 Rev 1921
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>
33
					<td>
41
					<td>
34
						<table cellSpacing="0" cellPadding="0" width="100%" border="0">
42
						<table cellSpacing="0" cellPadding="0" width="100%" border="0">
35
							<tr>
43
							<tr>
36
								<td width="100%"><span fckLang="DlgImgURL">URL</span>
44
								<td width="100%"><span fckLang="DlgImgURL">URL</span>
37
								</td>
45
								</td>
38
								<td id="tdBrowse" style="DISPLAY: none" noWrap rowSpan="2">&nbsp; <input id="btnBrowse" onclick="BrowseServer();" type="button" value="Browse Server" fckLang="DlgBtnBrowseServer">
46
								<td id="tdBrowse" style="DISPLAY: none" noWrap rowSpan="2">&nbsp; <input id="btnBrowse" onclick="BrowseServer();" type="button" value="Browse Server" fckLang="DlgBtnBrowseServer">
39
								</td>
47
								</td>
40
							</tr>
48
							</tr>
41
							<tr>
49
							<tr>
42
								<td vAlign="top"><input id="txtUrl" onblur="UpdatePreview();" style="WIDTH: 100%" type="text">
50
								<td vAlign="top"><input id="txtUrl" onblur="UpdatePreview();" style="WIDTH: 100%" type="text">
43
								</td>
51
								</td>
44
							</tr>
52
							</tr>
45
						</table>
53
						</table>
46
					</td>
54
					</td>
47
				</tr>
55
				</tr>
48
				<TR>
56
				<TR>
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>&nbsp;</TD>
64
								<TD>&nbsp;</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>
65
				<tr>
73
				<tr>
66
					<td vAlign="top">
74
					<td vAlign="top">
67
						<table cellSpacing="0" cellPadding="0" width="100%" border="0">
75
						<table cellSpacing="0" cellPadding="0" width="100%" border="0">
68
							<tr>
76
							<tr>
69
								<td valign="top" width="100%">
77
								<td valign="top" width="100%">
70
									<table cellSpacing="0" cellPadding="0" width="100%">
78
									<table cellSpacing="0" cellPadding="0" width="100%">
71
										<tr>
79
										<tr>
72
											<td><span fckLang="DlgImgPreview">Preview</span></td>
80
											<td><span fckLang="DlgImgPreview">Preview</span></td>
73
										</tr>
81
										</tr>
74
										<tr>
82
										<tr>
75
											<td id="ePreviewCell" valign="top" class="FlashPreviewArea"><iframe src="fck_flash/fck_flash_preview.html" frameborder="0" marginheight="0" marginwidth="0"></iframe></td>
83
											<td id="ePreviewCell" valign="top" class="FlashPreviewArea"><iframe src="fck_flash/fck_flash_preview.html" frameborder="0" marginheight="0" marginwidth="0"></iframe></td>
76
										</tr>
84
										</tr>
77
									</table>
85
									</table>
78
								</td>
86
								</td>
79
							</tr>
87
							</tr>
80
						</table>
88
						</table>
81
					</td>
89
					</td>
82
				</tr>
90
				</tr>
83
			</table>
91
			</table>
84
		</div>
92
		</div>
85
		<div id="divUpload" style="DISPLAY: none">
93
		<div id="divUpload" style="DISPLAY: none">
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>
97
					<TD nowrap>
107
					<TD nowrap>
98
						<span fckLang="DlgFlashScale">Scale</span><BR>
108
						<span fckLang="DlgFlashScale">Scale</span><BR>
99
						<select id="cmbScale">
109
						<select id="cmbScale">
100
							<option value="" selected></option>
110
							<option value="" selected></option>
101
							<option value="showall" fckLang="DlgFlashScaleAll">Show all</option>
111
							<option value="showall" fckLang="DlgFlashScaleAll">Show all</option>
102
							<option value="noborder" fckLang="DlgFlashScaleNoBorder">No Border</option>
112
							<option value="noborder" fckLang="DlgFlashScaleNoBorder">No Border</option>
103
							<option value="exactfit" fckLang="DlgFlashScaleFit">Exact Fit</option>
113
							<option value="exactfit" fckLang="DlgFlashScaleFit">Exact Fit</option>
104
						</select></TD>
114
						</select></TD>
105
					<TD>&nbsp;&nbsp;&nbsp; &nbsp;
115
					<TD>&nbsp;&nbsp;&nbsp; &nbsp;
106
					</TD>
116
					</TD>
107
					<td valign="bottom">
117
					<td valign="bottom">
108
						<table>
118
						<table>
109
							<tr>
119
							<tr>
110
								<td><input id="chkAutoPlay" type="checkbox" checked></td>
120
								<td><input id="chkAutoPlay" type="checkbox" checked></td>
111
								<td><label for="chkAutoPlay" nowrap fckLang="DlgFlashChkPlay">Auto Play</label>&nbsp;&nbsp;</td>
121
								<td><label for="chkAutoPlay" nowrap fckLang="DlgFlashChkPlay">Auto Play</label>&nbsp;&nbsp;</td>
112
								<td><input id="chkLoop" type="checkbox" checked></td>
122
								<td><input id="chkLoop" type="checkbox" checked></td>
113
								<td><label for="chkLoop" nowrap fckLang="DlgFlashChkLoop">Loop</label>&nbsp;&nbsp;</td>
123
								<td><label for="chkLoop" nowrap fckLang="DlgFlashChkLoop">Loop</label>&nbsp;&nbsp;</td>
114
								<td><input id="chkMenu" type="checkbox" checked></td>
124
								<td><input id="chkMenu" type="checkbox" checked></td>
115
								<td><label for="chkMenu" nowrap fckLang="DlgFlashChkMenu">Enable Flash Menu</label></td>
125
								<td><label for="chkMenu" nowrap fckLang="DlgFlashChkMenu">Enable Flash Menu</label></td>
116
							</tr>
126
							</tr>
117
						</table>
127
						</table>
118
					</td>
128
					</td>
119
				</TR>
129
				</TR>
120
			</TABLE>
130
			</TABLE>
121
			<br>
131
			<br>
122
			&nbsp;
132
			&nbsp;
123
			<table cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
133
			<table cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
124
				<tr>
134
				<tr>
125
					<td vAlign="top" width="50%"><span fckLang="DlgGenId">Id</span><br>
135
					<td vAlign="top" width="50%"><span fckLang="DlgGenId">Id</span><br>
126
						<input id="txtAttId" style="WIDTH: 100%" type="text">
136
						<input id="txtAttId" style="WIDTH: 100%" type="text">
127
					</td>
137
					</td>
128
					<td>&nbsp;&nbsp;</td>
138
					<td>&nbsp;&nbsp;</td>
129
					<td vAlign="top" nowrap><span fckLang="DlgGenClass">Stylesheet Classes</span><br>
139
					<td vAlign="top" nowrap><span fckLang="DlgGenClass">Stylesheet Classes</span><br>
130
						<input id="txtAttClasses" style="WIDTH: 100%" type="text">
140
						<input id="txtAttClasses" style="WIDTH: 100%" type="text">
131
					</td>
141
					</td>
132
					<td>&nbsp;&nbsp;</td>
142
					<td>&nbsp;&nbsp;</td>
133
					<td vAlign="top" nowrap width="50%">&nbsp;<span fckLang="DlgGenTitle">Advisory Title</span><br>
143
					<td vAlign="top" nowrap width="50%">&nbsp;<span fckLang="DlgGenTitle">Advisory Title</span><br>
134
						<input id="txtAttTitle" style="WIDTH: 100%" type="text">
144
						<input id="txtAttTitle" style="WIDTH: 100%" type="text">
135
					</td>
145
					</td>
136
				</tr>
146
				</tr>
137
			</table>
147
			</table>
138
			<span fckLang="DlgGenStyle">Style</span><br>
148
			<span fckLang="DlgGenStyle">Style</span><br>
139
			<input id="txtAttStyle" style="WIDTH: 100%" type="text">
149
			<input id="txtAttStyle" style="WIDTH: 100%" type="text">
140
		</div>
150
		</div>
141
	</body>
151
	</body>
142
</html>
152
</html>