Subversion Repositories Applications.papyrus

Rev

Rev 431 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 431 Rev 521
Line 7... Line 7...
7
 * 		http://www.opensource.org/licenses/lgpl-license.php
7
 * 		http://www.opensource.org/licenses/lgpl-license.php
8
 * 
8
 * 
9
 * For further information visit:
9
 * For further information visit:
10
 * 		http://www.fckeditor.net/
10
 * 		http://www.fckeditor.net/
11
 * 
11
 * 
-
 
12
 * "Support Open Source software. What about a donation today?"
-
 
13
 * 
12
 * File Name: fck_flash.html
14
 * File Name: fck_flash.html
13
 * 	Flash Properties dialog window.
15
 * 	Flash Properties dialog window.
14
 * 
16
 * 
15
 * File Authors:
17
 * File Authors:
16
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
18
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
Line 84... Line 86...
84
			<form id="frmUpload" method="post" target="UploadWindow" enctype="multipart/form-data" action="" onsubmit="return CheckUpload();">
86
			<form id="frmUpload" method="post" target="UploadWindow" enctype="multipart/form-data" action="" onsubmit="return CheckUpload();">
85
				<span fckLang="DlgLnkUpload">Upload</span><br />
87
				<span fckLang="DlgLnkUpload">Upload</span><br />
86
				<input id="txtUploadFile" style="WIDTH: 100%" type="file" size="40" name="NewFile" /><br />
88
				<input id="txtUploadFile" style="WIDTH: 100%" type="file" size="40" name="NewFile" /><br />
87
				<br />
89
				<br />
88
				<input id="btnUpload" type="submit" value="Send it to the Server" fckLang="DlgLnkBtnUpload" />
90
				<input id="btnUpload" type="submit" value="Send it to the Server" fckLang="DlgLnkBtnUpload" />
89
				<iframe name="UploadWindow" style="DISPLAY: none"></iframe> 
91
				<iframe name="UploadWindow" style="DISPLAY: none" src="../fckblank.html"></iframe> 
90
			</form>
92
			</form>
91
		</div>
93
		</div>
92
		<div id="divAdvanced" style="DISPLAY: none">
94
		<div id="divAdvanced" style="DISPLAY: none">
93
			<TABLE cellSpacing="0" cellPadding="0" border="0">
95
			<TABLE cellSpacing="0" cellPadding="0" border="0">
94
				<TR>
96
				<TR>