Subversion Repositories Applications.papyrus

Rev

Rev 1688 | Go to most recent revision | Details | Compare with Previous | 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
<!--
1921 jp_milcent 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.
1075 ddelon 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="common/fck_dialog_common.js" type="text/javascript"></script>
30
		<script src="fck_flash/fck_flash.js" type="text/javascript"></script>
1921 jp_milcent 31
		<script type="text/javascript">
32
 
33
document.write( FCKTools.GetStyleHtml( GetCommonDialogCss() ) ) ;
34
 
35
		</script>
1075 ddelon 36
	</head>
37
	<body scroll="no" style="OVERFLOW: hidden">
38
		<div id="divInfo">
39
			<table cellSpacing="1" cellPadding="1" width="100%" border="0">
40
				<tr>
41
					<td>
42
						<table cellSpacing="0" cellPadding="0" width="100%" border="0">
43
							<tr>
44
								<td width="100%"><span fckLang="DlgImgURL">URL</span>
45
								</td>
46
								<td id="tdBrowse" style="DISPLAY: none" noWrap rowSpan="2">&nbsp; <input id="btnBrowse" onclick="BrowseServer();" type="button" value="Browse Server" fckLang="DlgBtnBrowseServer">
47
								</td>
48
							</tr>
49
							<tr>
50
								<td vAlign="top"><input id="txtUrl" onblur="UpdatePreview();" style="WIDTH: 100%" type="text">
51
								</td>
52
							</tr>
53
						</table>
54
					</td>
55
				</tr>
56
				<TR>
57
					<TD>
58
						<table cellSpacing="0" cellPadding="0" border="0">
59
							<TR>
60
								<TD nowrap>
61
									<span fckLang="DlgImgWidth">Width</span><br>
1921 jp_milcent 62
									<input id="txtWidth" onkeypress="return IsDigit(event);" type="text" size="3">
1075 ddelon 63
								</TD>
64
								<TD>&nbsp;</TD>
65
								<TD>
66
									<span fckLang="DlgImgHeight">Height</span><br>
1921 jp_milcent 67
									<input id="txtHeight" onkeypress="return IsDigit(event);" type="text" size="3">
1075 ddelon 68
								</TD>
69
							</TR>
70
						</table>
71
					</TD>
72
				</TR>
73
				<tr>
74
					<td vAlign="top">
75
						<table cellSpacing="0" cellPadding="0" width="100%" border="0">
76
							<tr>
77
								<td valign="top" width="100%">
78
									<table cellSpacing="0" cellPadding="0" width="100%">
79
										<tr>
80
											<td><span fckLang="DlgImgPreview">Preview</span></td>
81
										</tr>
82
										<tr>
83
											<td id="ePreviewCell" valign="top" class="FlashPreviewArea"><iframe src="fck_flash/fck_flash_preview.html" frameborder="0" marginheight="0" marginwidth="0"></iframe></td>
84
										</tr>
85
									</table>
86
								</td>
87
							</tr>
88
						</table>
89
					</td>
90
				</tr>
91
			</table>
92
		</div>
93
		<div id="divUpload" style="DISPLAY: none">
94
			<form id="frmUpload" method="post" target="UploadWindow" enctype="multipart/form-data" action="" onsubmit="return CheckUpload();">
95
				<span fckLang="DlgLnkUpload">Upload</span><br />
96
				<input id="txtUploadFile" style="WIDTH: 100%" type="file" size="40" name="NewFile" /><br />
97
				<br />
98
				<input id="btnUpload" type="submit" value="Send it to the Server" fckLang="DlgLnkBtnUpload" />
1921 jp_milcent 99
				<script type="text/javascript">
100
					document.write( '<iframe name="UploadWindow" style="DISPLAY: none" src="' + FCKTools.GetVoidUrl() + '"><\/iframe>' ) ;
101
				</script>
1075 ddelon 102
			</form>
103
		</div>
104
		<div id="divAdvanced" style="DISPLAY: none">
105
			<TABLE cellSpacing="0" cellPadding="0" border="0">
106
				<TR>
107
					<TD nowrap>
108
						<span fckLang="DlgFlashScale">Scale</span><BR>
109
						<select id="cmbScale">
110
							<option value="" selected></option>
111
							<option value="showall" fckLang="DlgFlashScaleAll">Show all</option>
112
							<option value="noborder" fckLang="DlgFlashScaleNoBorder">No Border</option>
113
							<option value="exactfit" fckLang="DlgFlashScaleFit">Exact Fit</option>
114
						</select></TD>
115
					<TD>&nbsp;&nbsp;&nbsp; &nbsp;
116
					</TD>
117
					<td valign="bottom">
118
						<table>
119
							<tr>
120
								<td><input id="chkAutoPlay" type="checkbox" checked></td>
121
								<td><label for="chkAutoPlay" nowrap fckLang="DlgFlashChkPlay">Auto Play</label>&nbsp;&nbsp;</td>
122
								<td><input id="chkLoop" type="checkbox" checked></td>
123
								<td><label for="chkLoop" nowrap fckLang="DlgFlashChkLoop">Loop</label>&nbsp;&nbsp;</td>
124
								<td><input id="chkMenu" type="checkbox" checked></td>
125
								<td><label for="chkMenu" nowrap fckLang="DlgFlashChkMenu">Enable Flash Menu</label></td>
126
							</tr>
127
						</table>
128
					</td>
129
				</TR>
130
			</TABLE>
131
			<br>
132
			&nbsp;
133
			<table cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
134
				<tr>
135
					<td vAlign="top" width="50%"><span fckLang="DlgGenId">Id</span><br>
136
						<input id="txtAttId" style="WIDTH: 100%" type="text">
137
					</td>
138
					<td>&nbsp;&nbsp;</td>
139
					<td vAlign="top" nowrap><span fckLang="DlgGenClass">Stylesheet Classes</span><br>
140
						<input id="txtAttClasses" style="WIDTH: 100%" type="text">
141
					</td>
142
					<td>&nbsp;&nbsp;</td>
143
					<td vAlign="top" nowrap width="50%">&nbsp;<span fckLang="DlgGenTitle">Advisory Title</span><br>
144
						<input id="txtAttTitle" style="WIDTH: 100%" type="text">
145
					</td>
146
				</tr>
147
			</table>
148
			<span fckLang="DlgGenStyle">Style</span><br>
149
			<input id="txtAttStyle" style="WIDTH: 100%" type="text">
150
		</div>
151
	</body>
152
</html>