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 6... Line 6...
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
7
 * 
7
 * 
8
 * For further information visit:
8
 * For further information visit:
9
 * 		http://www.fckeditor.net/
9
 * 		http://www.fckeditor.net/
10
 * 
10
 * 
-
 
11
 * "Support Open Source software. What about a donation today?"
-
 
12
 * 
11
 * File Name: fck_link.html
13
 * File Name: fck_link.html
12
 * 	Link dialog window.
14
 * 	Link dialog window.
13
 * 
15
 * 
14
 * File Authors:
16
 * File Authors:
15
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
17
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
Line 100... Line 102...
100
			<form id="frmUpload" method="post" target="UploadWindow" enctype="multipart/form-data" action="" onsubmit="return CheckUpload();">
102
			<form id="frmUpload" method="post" target="UploadWindow" enctype="multipart/form-data" action="" onsubmit="return CheckUpload();">
101
				<span fckLang="DlgLnkUpload">Upload</span><br />
103
				<span fckLang="DlgLnkUpload">Upload</span><br />
102
				<input id="txtUploadFile" style="WIDTH: 100%" type="file" size="40" name="NewFile" /><br />
104
				<input id="txtUploadFile" style="WIDTH: 100%" type="file" size="40" name="NewFile" /><br />
103
				<br />
105
				<br />
104
				<input id="btnUpload" type="submit" value="Send it to the Server" fckLang="DlgLnkBtnUpload" />
106
				<input id="btnUpload" type="submit" value="Send it to the Server" fckLang="DlgLnkBtnUpload" />
105
				<iframe name="UploadWindow" style="DISPLAY: none"></iframe> 
107
				<iframe name="UploadWindow" style="DISPLAY: none" src="../fckblank.html"></iframe> 
106
			</form>
108
			</form>
107
		</div>
109
		</div>
108
		<div id="divTarget" style="DISPLAY: none">
110
		<div id="divTarget" style="DISPLAY: none">
109
			<table cellspacing="0" cellpadding="0" width="100%" border="0">
111
			<table cellspacing="0" cellpadding="0" width="100%" border="0">
110
				<tr>
112
				<tr>