Subversion Repositories Applications.papyrus

Rev

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

Rev 1688 Rev 1921
Line -... Line 1...
-
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1
<!--
2
<!--
2
 * FCKeditor - The text editor for internet
3
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
4
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
4
 * 
5
 *
5
 * Licensed under the terms of the GNU Lesser General Public License:
6
 * == BEGIN LICENSE ==
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
-
 
7
 * 
7
 *
8
 * For further information visit:
8
 * Licensed under the terms of any of the following licenses at your
9
 * 		http://www.fckeditor.net/
9
 * choice:
10
 * 
10
 *
11
 * "Support Open Source software. What about a donation today?"
11
 *  - GNU General Public License Version 2 or later (the "GPL")
-
 
12
 *    http://www.gnu.org/licenses/gpl.html
12
 * 
13
 *
-
 
14
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
13
 * File Name: fck_link.html
15
 *    http://www.gnu.org/licenses/lgpl.html
-
 
16
 *
-
 
17
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
14
 * 	Link dialog window.
18
 *    http://www.mozilla.org/MPL/MPL-1.1.html
15
 * 
19
 *
16
 * File Authors:
20
 * == END LICENSE ==
-
 
21
 *
17
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
22
 * Link dialog window.
18
-->
23
-->
19
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
 
20
<html>
24
<html>
21
	<head>
25
	<head>
22
		<title>Link Properties</title>
26
		<title>Link 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 name="robots" content="noindex, nofollow" />
28
		<meta name="robots" content="noindex, nofollow" />
Line 102... Line 106...
102
			<form id="frmUpload" method="post" target="UploadWindow" enctype="multipart/form-data" action="" onsubmit="return CheckUpload();">
106
			<form id="frmUpload" method="post" target="UploadWindow" enctype="multipart/form-data" action="" onsubmit="return CheckUpload();">
103
				<span fckLang="DlgLnkUpload">Upload</span><br />
107
				<span fckLang="DlgLnkUpload">Upload</span><br />
104
				<input id="txtUploadFile" style="WIDTH: 100%" type="file" size="40" name="NewFile" /><br />
108
				<input id="txtUploadFile" style="WIDTH: 100%" type="file" size="40" name="NewFile" /><br />
105
				<br />
109
				<br />
106
				<input id="btnUpload" type="submit" value="Send it to the Server" fckLang="DlgLnkBtnUpload" />
110
				<input id="btnUpload" type="submit" value="Send it to the Server" fckLang="DlgLnkBtnUpload" />
-
 
111
				<script type="text/javascript">
107
				<iframe name="UploadWindow" style="DISPLAY: none" src="../fckblank.html"></iframe> 
112
					document.write( '<iframe name="UploadWindow" style="display: none" src="' + FCKTools.GetVoidUrl() + '"><\/iframe>' ) ;
-
 
113
				</script>
108
			</form>
114
			</form>
109
		</div>
115
		</div>
110
		<div id="divTarget" style="DISPLAY: none">
116
		<div id="divTarget" style="DISPLAY: none">
111
			<table cellspacing="0" cellpadding="0" width="100%" border="0">
117
			<table cellspacing="0" cellpadding="0" width="100%" border="0">
112
				<tr>
118
				<tr>