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_link.html
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>
Line 142... Line 148...
142
						<span fckLang="DlgLnkPopWinFeat">Popup Window Features</span><br />
148
						<span fckLang="DlgLnkPopWinFeat">Popup Window Features</span><br />
143
						<table cellspacing="0" cellpadding="0" border="0">
149
						<table cellspacing="0" cellpadding="0" border="0">
144
							<tr>
150
							<tr>
145
								<td valign="top" nowrap="nowrap" width="50%">
151
								<td valign="top" nowrap="nowrap" width="50%">
146
									<input id="chkPopupResizable" name="chkFeature" value="resizable" type="checkbox" /><label for="chkPopupResizable" fckLang="DlgLnkPopResize">Resizable</label><br />
152
									<input id="chkPopupResizable" name="chkFeature" value="resizable" type="checkbox" /><label for="chkPopupResizable" fckLang="DlgLnkPopResize">Resizable</label><br />
147
									<input id="chkPopupLocationBar" name="chkFeature" value="location" type="checkbox" /><label for="chkPopupLocationBar" fckLang="DlgLnkPopLocation">Location 
153
									<input id="chkPopupLocationBar" name="chkFeature" value="location" type="checkbox" /><label for="chkPopupLocationBar" fckLang="DlgLnkPopLocation">Location
148
										Bar</label><br />
154
										Bar</label><br />
149
									<input id="chkPopupManuBar" name="chkFeature" value="menubar" type="checkbox" /><label for="chkPopupManuBar" fckLang="DlgLnkPopMenu">Menu 
155
									<input id="chkPopupManuBar" name="chkFeature" value="menubar" type="checkbox" /><label for="chkPopupManuBar" fckLang="DlgLnkPopMenu">Menu
150
										Bar</label><br />
156
										Bar</label><br />
151
									<input id="chkPopupScrollBars" name="chkFeature" value="scrollbars" type="checkbox" /><label for="chkPopupScrollBars" fckLang="DlgLnkPopScroll">Scroll 
157
									<input id="chkPopupScrollBars" name="chkFeature" value="scrollbars" type="checkbox" /><label for="chkPopupScrollBars" fckLang="DlgLnkPopScroll">Scroll
152
										Bars</label>
158
										Bars</label>
153
								</td>
159
								</td>
154
								<td></td>
160
								<td></td>
155
								<td valign="top" nowrap="nowrap" width="50%">
161
								<td valign="top" nowrap="nowrap" width="50%">
156
									<input id="chkPopupStatusBar" name="chkFeature" value="status" type="checkbox" /><label for="chkPopupStatusBar" fckLang="DlgLnkPopStatus">Status 
162
									<input id="chkPopupStatusBar" name="chkFeature" value="status" type="checkbox" /><label for="chkPopupStatusBar" fckLang="DlgLnkPopStatus">Status
157
										Bar</label><br />
163
										Bar</label><br />
158
									<input id="chkPopupToolbar" name="chkFeature" value="toolbar" type="checkbox" /><label for="chkPopupToolbar" fckLang="DlgLnkPopToolbar">Toolbar</label><br />
164
									<input id="chkPopupToolbar" name="chkFeature" value="toolbar" type="checkbox" /><label for="chkPopupToolbar" fckLang="DlgLnkPopToolbar">Toolbar</label><br />
159
									<input id="chkPopupFullScreen" name="chkFeature" value="fullscreen" type="checkbox" /><label for="chkPopupFullScreen" fckLang="DlgLnkPopFullScrn">Full 
165
									<input id="chkPopupFullScreen" name="chkFeature" value="fullscreen" type="checkbox" /><label for="chkPopupFullScreen" fckLang="DlgLnkPopFullScrn">Full
160
										Screen (IE)</label><br />
166
										Screen (IE)</label><br />
161
									<input id="chkPopupDependent" name="chkFeature" value="dependent" type="checkbox" /><label for="chkPopupDependent" fckLang="DlgLnkPopDependent">Dependent 
167
									<input id="chkPopupDependent" name="chkFeature" value="dependent" type="checkbox" /><label for="chkPopupDependent" fckLang="DlgLnkPopDependent">Dependent
162
										(Netscape)</label>
168
										(Netscape)</label>
163
								</td>
169
								</td>
164
							</tr>
170
							</tr>
165
							<tr>
171
							<tr>
166
								<td valign="top" nowrap="nowrap" width="50%">&nbsp;</td>
172
								<td valign="top" nowrap="nowrap" width="50%">&nbsp;</td>