Subversion Repositories Applications.papyrus

Rev

Rev 1688 | Go to most recent revision | Show entire file | Ignore 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
-
 
5
 *
-
 
6
 * == BEGIN LICENSE ==
4
 * 
7
 *
5
 * Licensed under the terms of the GNU Lesser General Public License:
8
 * Licensed under the terms of any of the following licenses at your
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
9
 * choice:
7
 * 
10
 *
8
 * For further information visit:
11
 *  - GNU General Public License Version 2 or later (the "GPL")
9
 * 		http://www.fckeditor.net/
12
 *    http://www.gnu.org/licenses/gpl.html
10
 * 
13
 *
11
 * "Support Open Source software. What about a donation today?"
14
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
-
 
15
 *    http://www.gnu.org/licenses/lgpl.html
12
 * 
16
 *
13
 * File Name: fck_image.html
17
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
14
 * 	Image Properties 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
 * Image Properties dialog window.
18
-->
23
-->
19
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
 
20
<html xmlns="http://www.w3.org/1999/xhtml">
24
<html xmlns="http://www.w3.org/1999/xhtml">
21
<head>
25
<head>
22
	<title>Image Properties</title>
26
	<title>Image 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" />
25
	<script src="common/fck_dialog_common.js" type="text/javascript"></script>
29
	<script src="common/fck_dialog_common.js" type="text/javascript"></script>
26
	<script src="fck_image/fck_image.js" type="text/javascript"></script>
30
	<script src="fck_image/fck_image.js" type="text/javascript"></script>
-
 
31
		<script type="text/javascript">
-
 
32
 
27
	<link href="common/fck_dialog_common.css" rel="stylesheet" type="text/css" />
33
document.write( FCKTools.GetStyleHtml( GetCommonDialogCss() ) ) ;
-
 
34
 
-
 
35
		</script>
28
</head>
36
</head>
29
<body scroll="no" style="overflow: hidden">
37
<body scroll="no" style="overflow: hidden">
30
	<div id="divInfo">
38
	<div id="divInfo">
31
		<table cellspacing="1" cellpadding="1" border="0" width="100%" height="100%">
39
		<table cellspacing="1" cellpadding="1" border="0" width="100%" height="100%">
32
			<tr>
40
			<tr>
Line 154... Line 162...
154
			action="" onsubmit="return CheckUpload();">
162
			action="" onsubmit="return CheckUpload();">
155
			<span fcklang="DlgLnkUpload">Upload</span><br />
163
			<span fcklang="DlgLnkUpload">Upload</span><br />
156
			<input id="txtUploadFile" style="width: 100%" type="file" size="40" name="NewFile" /><br />
164
			<input id="txtUploadFile" style="width: 100%" type="file" size="40" name="NewFile" /><br />
157
			<br />
165
			<br />
158
			<input id="btnUpload" type="submit" value="Send it to the Server" fcklang="DlgLnkBtnUpload" />
166
			<input id="btnUpload" type="submit" value="Send it to the Server" fcklang="DlgLnkBtnUpload" />
-
 
167
			<script type="text/javascript">
159
			<iframe name="UploadWindow" style="display: none" src="../fckblank.html"></iframe>
168
				document.write( '<iframe name="UploadWindow" style="display: none" src="' + FCKTools.GetVoidUrl() + '"><\/iframe>' ) ;
-
 
169
			</script>
160
		</form>
170
		</form>
161
	</div>
171
	</div>
162
	<div id="divLink" style="display: none">
172
	<div id="divLink" style="display: none">
163
		<table cellspacing="1" cellpadding="1" border="0" width="100%">
173
		<table cellspacing="1" cellpadding="1" border="0" width="100%">
164
			<tr>
174
			<tr>