Subversion Repositories Applications.papyrus

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1075 ddelon 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
<!--
3
 * FCKeditor - The text editor for internet
4
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
5
 *
6
 * Licensed under the terms of the GNU Lesser General Public License:
7
 * 		http://www.opensource.org/licenses/lgpl-license.php
8
 *
9
 * For further information visit:
10
 * 		http://www.fckeditor.net/
11
 *
12
 * "Support Open Source software. What about a donation today?"
13
 *
14
 * File Name: fck_flash.html
15
 * 	Flash Properties dialog window.
16
 *
17
 * File Authors:
18
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
19
-->
20
<html>
21
	<head>
22
		<title>Flash Properties</title>
23
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
24
		<meta content="noindex, nofollow" name="robots">
25
		<script src="common/fck_dialog_common.js" type="text/javascript"></script>
26
		<script src="fck_flash/fck_flash.js" type="text/javascript"></script>
27
		<link href="common/fck_dialog_common.css" type="text/css" rel="stylesheet">
28
	</head>
29
	<body scroll="no" style="OVERFLOW: hidden">
30
		<div id="divInfo">
31
			<table cellSpacing="1" cellPadding="1" width="100%" border="0">
32
				<tr>
33
					<td>
34
						<table cellSpacing="0" cellPadding="0" width="100%" border="0">
35
							<tr>
36
								<td width="100%"><span fckLang="DlgImgURL">URL</span>
37
								</td>
38
								<td id="tdBrowse" style="DISPLAY: none" noWrap rowSpan="2">&nbsp; <input id="btnBrowse" onclick="BrowseServer();" type="button" value="Browse Server" fckLang="DlgBtnBrowseServer">
39
								</td>
40
							</tr>
41
							<tr>
42
								<td vAlign="top"><input id="txtUrl" onblur="UpdatePreview();" style="WIDTH: 100%" type="text">
43
								</td>
44
							</tr>
45
						</table>
46
					</td>
47
				</tr>
48
				<TR>
49
					<TD>
50
						<table cellSpacing="0" cellPadding="0" border="0">
51
							<TR>
52
								<TD nowrap>
53
									<span fckLang="DlgImgWidth">Width</span><br>
54
									<input id="txtWidth" class="FCK__FieldNumeric" type="text" size="3">
55
								</TD>
56
								<TD>&nbsp;</TD>
57
								<TD>
58
									<span fckLang="DlgImgHeight">Height</span><br>
59
									<input id="txtHeight" class="FCK__FieldNumeric" type="text" size="3">
60
								</TD>
61
							</TR>
62
						</table>
63
					</TD>
64
				</TR>
65
				<tr>
66
					<td vAlign="top">
67
						<table cellSpacing="0" cellPadding="0" width="100%" border="0">
68
							<tr>
69
								<td valign="top" width="100%">
70
									<table cellSpacing="0" cellPadding="0" width="100%">
71
										<tr>
72
											<td><span fckLang="DlgImgPreview">Preview</span></td>
73
										</tr>
74
										<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>
76
										</tr>
77
									</table>
78
								</td>
79
							</tr>
80
						</table>
81
					</td>
82
				</tr>
83
			</table>
84
		</div>
85
		<div id="divUpload" style="DISPLAY: none">
86
			<form id="frmUpload" method="post" target="UploadWindow" enctype="multipart/form-data" action="" onsubmit="return CheckUpload();">
87
				<span fckLang="DlgLnkUpload">Upload</span><br />
88
				<input id="txtUploadFile" style="WIDTH: 100%" type="file" size="40" name="NewFile" /><br />
89
				<br />
90
				<input id="btnUpload" type="submit" value="Send it to the Server" fckLang="DlgLnkBtnUpload" />
91
				<iframe name="UploadWindow" style="DISPLAY: none" src="../fckblank.html"></iframe>
92
			</form>
93
		</div>
94
		<div id="divAdvanced" style="DISPLAY: none">
95
			<TABLE cellSpacing="0" cellPadding="0" border="0">
96
				<TR>
97
					<TD nowrap>
98
						<span fckLang="DlgFlashScale">Scale</span><BR>
99
						<select id="cmbScale">
100
							<option value="" selected></option>
101
							<option value="showall" fckLang="DlgFlashScaleAll">Show all</option>
102
							<option value="noborder" fckLang="DlgFlashScaleNoBorder">No Border</option>
103
							<option value="exactfit" fckLang="DlgFlashScaleFit">Exact Fit</option>
104
						</select></TD>
105
					<TD>&nbsp;&nbsp;&nbsp; &nbsp;
106
					</TD>
107
					<td valign="bottom">
108
						<table>
109
							<tr>
110
								<td><input id="chkAutoPlay" type="checkbox" checked></td>
111
								<td><label for="chkAutoPlay" nowrap fckLang="DlgFlashChkPlay">Auto Play</label>&nbsp;&nbsp;</td>
112
								<td><input id="chkLoop" type="checkbox" checked></td>
113
								<td><label for="chkLoop" nowrap fckLang="DlgFlashChkLoop">Loop</label>&nbsp;&nbsp;</td>
114
								<td><input id="chkMenu" type="checkbox" checked></td>
115
								<td><label for="chkMenu" nowrap fckLang="DlgFlashChkMenu">Enable Flash Menu</label></td>
116
							</tr>
117
						</table>
118
					</td>
119
				</TR>
120
			</TABLE>
121
			<br>
122
			&nbsp;
123
			<table cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
124
				<tr>
125
					<td vAlign="top" width="50%"><span fckLang="DlgGenId">Id</span><br>
126
						<input id="txtAttId" style="WIDTH: 100%" type="text">
127
					</td>
128
					<td>&nbsp;&nbsp;</td>
129
					<td vAlign="top" nowrap><span fckLang="DlgGenClass">Stylesheet Classes</span><br>
130
						<input id="txtAttClasses" style="WIDTH: 100%" type="text">
131
					</td>
132
					<td>&nbsp;&nbsp;</td>
133
					<td vAlign="top" nowrap width="50%">&nbsp;<span fckLang="DlgGenTitle">Advisory Title</span><br>
134
						<input id="txtAttTitle" style="WIDTH: 100%" type="text">
135
					</td>
136
				</tr>
137
			</table>
138
			<span fckLang="DlgGenStyle">Style</span><br>
139
			<input id="txtAttStyle" style="WIDTH: 100%" type="text">
140
		</div>
141
	</body>
142
</html>