1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
3
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
4
* Copyright (C) 2003-2010 Frederico Caldeira Knabben
8
* Licensed under the terms of any of the following licenses at your
11
* - GNU General Public License Version 2 or later (the "GPL")
12
* http://www.gnu.org/licenses/gpl.html
14
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
15
* http://www.gnu.org/licenses/lgpl.html
17
* - Mozilla Public License Version 1.1 or later (the "MPL")
18
* http://www.mozilla.org/MPL/MPL-1.1.html
26
<title>Link Properties</title>
27
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
28
<meta name="robots" content="noindex, nofollow" />
29
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
30
<script src="fck_link/fck_link.js" type="text/javascript"></script>
32
<body scroll="no" style="OVERFLOW: hidden">
33
<div id="divInfo" style="DISPLAY: none">
34
<span fckLang="DlgLnkType">Link Type</span><br />
35
<select id="cmbLinkType" onchange="SetLinkType(this.value);">
36
<option value="url" fckLang="DlgLnkTypeURL" selected="selected">URL</option>
37
<option value="anchor" fckLang="DlgLnkTypeAnchor">Anchor in this page</option>
38
<option value="email" fckLang="DlgLnkTypeEMail">E-Mail</option>
42
<div id="divLinkTypeUrl">
43
<table cellspacing="0" cellpadding="0" width="100%" border="0" dir="ltr">
46
<span fckLang="DlgLnkProto">Protocol</span><br />
47
<select id="cmbLinkProtocol">
48
<option value="http://" selected="selected">http://</option>
49
<option value="https://">https://</option>
50
<option value="ftp://">ftp://</option>
51
<option value="news://">news://</option>
52
<option value="" fckLang="DlgLnkProtoOther"><other></option>
55
<td nowrap="nowrap"> </td>
56
<td nowrap="nowrap" width="100%">
57
<span fckLang="DlgLnkURL">URL</span><br />
58
<input id="txtUrl" style="WIDTH: 100%" type="text" onkeyup="OnUrlChange();" onchange="OnUrlChange();" />
63
<div id="divBrowseServer">
64
<input type="button" value="Browse Server" fckLang="DlgBtnBrowseServer" onclick="BrowseServer();" />
67
<div id="divLinkTypeAnchor" style="DISPLAY: none" align="center">
68
<div id="divSelAnchor" style="DISPLAY: none">
69
<table cellspacing="0" cellpadding="0" border="0" width="70%">
72
<span fckLang="DlgLnkAnchorSel">Select an Anchor</span>
77
<span fckLang="DlgLnkAnchorByName">By Anchor Name</span><br />
78
<select id="cmbAnchorName" onchange="GetE('cmbAnchorId').value='';" style="WIDTH: 100%">
79
<option value="" selected="selected"></option>
82
<td> </td>
84
<span fckLang="DlgLnkAnchorById">By Element Id</span><br />
85
<select id="cmbAnchorId" onchange="GetE('cmbAnchorName').value='';" style="WIDTH: 100%">
86
<option value="" selected="selected"></option>
92
<div id="divNoAnchor" style="DISPLAY: none">
93
<span fckLang="DlgLnkNoAnchors"><No anchors available in the document></span>
96
<div id="divLinkTypeEMail" style="DISPLAY: none">
97
<span fckLang="DlgLnkEMail">E-Mail Address</span><br />
98
<input id="txtEMailAddress" style="WIDTH: 100%" type="text" /><br />
99
<span fckLang="DlgLnkEMailSubject">Message Subject</span><br />
100
<input id="txtEMailSubject" style="WIDTH: 100%" type="text" /><br />
101
<span fckLang="DlgLnkEMailBody">Message Body</span><br />
102
<textarea id="txtEMailBody" style="WIDTH: 100%" rows="3" cols="20"></textarea>
105
<div id="divUpload" style="DISPLAY: none">
106
<form id="frmUpload" method="post" target="UploadWindow" enctype="multipart/form-data" action="" onsubmit="return CheckUpload();">
107
<span fckLang="DlgLnkUpload">Upload</span><br />
108
<input id="txtUploadFile" style="WIDTH: 100%" type="file" size="40" name="NewFile" /><br />
110
<input id="btnUpload" type="submit" value="Send it to the Server" fckLang="DlgLnkBtnUpload" />
111
<script type="text/javascript">
112
document.write( '<iframe name="UploadWindow" style="display: none" src="' + FCKTools.GetVoidUrl() + '"><\/iframe>' ) ;
116
<div id="divTarget" style="DISPLAY: none">
117
<table cellspacing="0" cellpadding="0" width="100%" border="0">
120
<span fckLang="DlgLnkTarget">Target</span><br />
121
<select id="cmbTarget" onchange="SetTarget(this.value);">
122
<option value="" fckLang="DlgGenNotSet" selected="selected"><not set></option>
123
<option value="frame" fckLang="DlgLnkTargetFrame"><frame></option>
124
<option value="popup" fckLang="DlgLnkTargetPopup"><popup window></option>
125
<option value="_blank" fckLang="DlgLnkTargetBlank">New Window (_blank)</option>
126
<option value="_top" fckLang="DlgLnkTargetTop">Topmost Window (_top)</option>
127
<option value="_self" fckLang="DlgLnkTargetSelf">Same Window (_self)</option>
128
<option value="_parent" fckLang="DlgLnkTargetParent">Parent Window (_parent)</option>
132
<td id="tdTargetFrame" nowrap="nowrap" width="100%">
133
<span fckLang="DlgLnkTargetFrameName">Target Frame Name</span><br />
134
<input id="txtTargetFrame" style="WIDTH: 100%" type="text" onkeyup="OnTargetNameChange();"
135
onchange="OnTargetNameChange();" />
137
<td id="tdPopupName" style="DISPLAY: none" nowrap="nowrap" width="100%">
138
<span fckLang="DlgLnkPopWinName">Popup Window Name</span><br />
139
<input id="txtPopupName" style="WIDTH: 100%" type="text" />
144
<table id="tablePopupFeatures" style="DISPLAY: none" cellspacing="0" cellpadding="0" align="center"
148
<span fckLang="DlgLnkPopWinFeat">Popup Window Features</span><br />
149
<table cellspacing="0" cellpadding="0" border="0">
151
<td valign="top" nowrap="nowrap" width="50%">
152
<input id="chkPopupResizable" name="chkFeature" value="resizable" type="checkbox" /><label for="chkPopupResizable" fckLang="DlgLnkPopResize">Resizable</label><br />
153
<input id="chkPopupLocationBar" name="chkFeature" value="location" type="checkbox" /><label for="chkPopupLocationBar" fckLang="DlgLnkPopLocation">Location
155
<input id="chkPopupManuBar" name="chkFeature" value="menubar" type="checkbox" /><label for="chkPopupManuBar" fckLang="DlgLnkPopMenu">Menu
157
<input id="chkPopupScrollBars" name="chkFeature" value="scrollbars" type="checkbox" /><label for="chkPopupScrollBars" fckLang="DlgLnkPopScroll">Scroll
161
<td valign="top" nowrap="nowrap" width="50%">
162
<input id="chkPopupStatusBar" name="chkFeature" value="status" type="checkbox" /><label for="chkPopupStatusBar" fckLang="DlgLnkPopStatus">Status
164
<input id="chkPopupToolbar" name="chkFeature" value="toolbar" type="checkbox" /><label for="chkPopupToolbar" fckLang="DlgLnkPopToolbar">Toolbar</label><br />
165
<input id="chkPopupFullScreen" name="chkFeature" value="fullscreen" type="checkbox" /><label for="chkPopupFullScreen" fckLang="DlgLnkPopFullScrn">Full
166
Screen (IE)</label><br />
167
<input id="chkPopupDependent" name="chkFeature" value="dependent" type="checkbox" /><label for="chkPopupDependent" fckLang="DlgLnkPopDependent">Dependent
172
<td valign="top" nowrap="nowrap" width="50%"> </td>
174
<td valign="top" nowrap="nowrap" width="50%"></td>
178
<table cellspacing="0" cellpadding="0" border="0">
180
<td nowrap="nowrap"><span fckLang="DlgLnkPopWidth">Width</span></td>
181
<td> <input id="txtPopupWidth" type="text" maxlength="4" size="4" /></td>
184
<td nowrap="nowrap"><span fckLang="DlgLnkPopHeight">Height</span></td>
185
<td> <input id="txtPopupHeight" type="text" maxlength="4" size="4" /></td>
189
<td> </td>
191
<table cellspacing="0" cellpadding="0" border="0">
193
<td nowrap="nowrap"><span fckLang="DlgLnkPopLeft">Left Position</span></td>
194
<td> <input id="txtPopupLeft" type="text" maxlength="4" size="4" /></td>
197
<td nowrap="nowrap"><span fckLang="DlgLnkPopTop">Top Position</span></td>
198
<td> <input id="txtPopupTop" type="text" maxlength="4" size="4" /></td>
208
<div id="divAttribs" style="DISPLAY: none">
209
<table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
211
<td valign="top" width="50%">
212
<span fckLang="DlgGenId">Id</span><br />
213
<input id="txtAttId" style="WIDTH: 100%" type="text" />
217
<table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
220
<span fckLang="DlgGenLangDir">Language Direction</span><br />
221
<select id="cmbAttLangDir" style="WIDTH: 100%">
222
<option value="" fckLang="DlgGenNotSet" selected><not set></option>
223
<option value="ltr" fckLang="DlgGenLangDirLtr">Left to Right (LTR)</option>
224
<option value="rtl" fckLang="DlgGenLangDirRtl">Right to Left (RTL)</option>
227
<td width="1%"> </td>
228
<td nowrap="nowrap"><span fckLang="DlgGenAccessKey">Access Key</span><br />
229
<input id="txtAttAccessKey" style="WIDTH: 100%" type="text" maxlength="1" size="1" />
236
<td valign="top" width="50%">
237
<span fckLang="DlgGenName">Name</span><br />
238
<input id="txtAttName" style="WIDTH: 100%" type="text" />
242
<table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
245
<span fckLang="DlgGenLangCode">Language Code</span><br />
246
<input id="txtAttLangCode" style="WIDTH: 100%" type="text" />
248
<td width="1%"> </td>
250
<span fckLang="DlgGenTabIndex">Tab Index</span><br />
251
<input id="txtAttTabIndex" style="WIDTH: 100%" type="text" maxlength="5" size="5" />
258
<td valign="top" width="50%"> </td>
260
<td valign="top"></td>
263
<td valign="top" width="50%">
264
<span fckLang="DlgGenTitle">Advisory Title</span><br />
265
<input id="txtAttTitle" style="WIDTH: 100%" type="text" />
267
<td width="1"> </td>
269
<span fckLang="DlgGenContType">Advisory Content Type</span><br />
270
<input id="txtAttContentType" style="WIDTH: 100%" type="text" />
275
<span fckLang="DlgGenClass">Stylesheet Classes</span><br />
276
<input id="txtAttClasses" style="WIDTH: 100%" type="text" />
280
<span fckLang="DlgGenLinkCharset">Linked Resource Charset</span><br />
281
<input id="txtAttCharSet" style="WIDTH: 100%" type="text" />
285
<table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
288
<span fckLang="DlgGenStyle">Style</span><br />
289
<input id="txtAttStyle" style="WIDTH: 100%" type="text" />