Page MenuHomeIn-Portal Phabricator

fck_link.html
No OneTemporary

File Metadata

Created
Sun, Mar 9, 9:47 PM

fck_link.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Link dialog window.
-->
<html>
<head>
<title>Link Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<script src="../../dialog/common/fck_dialog_common.js" type="text/javascript"></script>
<script src="../../filemanager/browser/default/js/fckxml.js" type="text/javascript"></script>
<script src="fck_link.js" type="text/javascript"></script>
</head>
<body scroll="no" style="OVERFLOW: hidden">
<div id="divInfo">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><span fckLang="DlgLnkTo">Link To</span><br /></td>
<td>&nbsp;</td>
<td><div id="divNoMail1"><span fckLang="DlgLnkViewIn">View In</span><br /></div></td>
</tr>
<tr>
<td>
<select id="cmbLinkType" onchange="SetLinkType(this.value);">
<option value="internal" fckLang="DlgLnkTypeInternal" selected="selected">Internal Web Page</option>
<option value="external" fckLang="DlgLnkTypeUrl">External Web Page</option>
<option value="email" fckLang="DlgLnkTypeEMail">E-Mail</option>
<option value="Doc" fckLang="DlgLnkTypeFile">File</option>
</select>
</td>
<td>&nbsp;&nbsp;&nbsp;</td>
<td><div id="divNoMail2">
<select id="cmbTarget" onchange="SetTarget(this.value);">
<option value="" fckLang="DlgLnkTargetSelf">Same Window</option>
<option value="_blank" fckLang="DlgLnkTargetBlank">New Window</option>
<option value="popup" fckLang="DlgLnkTargetPopup">&lt;popup window&gt;</option>
</select>
</div>
<input id="txtTargetFrame" type="hidden" value=""/>
</td>
</tr>
</table>
<div id="divNoMail3">
<table cellspacing="0" cellpadding="0" border="0" style="WIDTH: 100%">
<tr>
<td><span fckLang="DlgLnkAltTxt">Alternative Text</span><br /></td>
</tr>
<tr>
<td><input id="txtAlt" style="WIDTH: 100%" type="text" /></td>
</tr>
</table>
</div>
</div>
<hr>
<div id="divLinkTypeExternal" style="DISPLAY: none">
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td nowrap="nowrap">
<span fckLang="DlgLnkProto">Type:</span><br />
<select id="cmbLinkProtocol">
<option value="http://" selected="selected">http://</option>
<option value="https://">https://</option>
<option value="ftp://">ftp://</option>
<option value="news://">news://</option>
<option value="" fckLang="DlgLnkProtoOther">&lt;other&gt;</option>
</select>
</td>
</tr>
<tr>
<td nowrap="nowrap" width="100%">
<span fckLang="DlgLnkURL">Address:</span><br />
<input id="txtUrl" style="WIDTH: 100%" type="text" onkeyup="OnUrlChange();" onchange="OnUrlChange();" />
</td>
</tr>
</table>
</div>
<div id="divLinkTypeInternal" style="DISPLAY: none">
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td>
<span fckLang="DlgLnkInternalName">Internal Page Name:</span><br />
<select id="cmbImternalPagName" onchange="ChangeInternalUrl(this.value,this);">
</select><br />
</td>
</tr>
</table>
</div>
<div id="divLinkTypeFile" style="DISPLAY: none">
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<!--
<tr>
<td nowrap="nowrap">
<span fckLang="DlgLnkProto">Type:</span><br />
<select id="cmbLinkProtocol">
<option value="http://" selected="selected">http://</option>
<option value="https://">https://</option>
<option value="ftp://">ftp://</option>
</select>
</td>
</tr>
-->
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td colspan='3'><span fckLang="DlgFileURL">File URL:</span></td>
</tr>
<tr>
<td><input id="fileUrl" style="WIDTH: 260px" type="text"></td>
<td>&nbsp;&nbsp;</td>
<td id="tdBrowse" nowrap>
<input id="btnBrowse2" onclick="BrowseServer('fileUrl'); " type="button" value="Browse Server" fckLang="DlgBtnBrowseServer" NAME="btnBrowse">
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div id="divSelAnchor" style="DISPLAY: none">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<span fckLang="DlgLnkAnchorSel">Select an Anchor:</span><br>
<select id="cmbAnchorName" style="WIDTH: 100%">
<option value="" selected="selected"></option>
</select>
</td>
</tr>
</table>
</div>
<div id="divNoAnchor" style="DISPLAY: none">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<span fckLang="DlgLnkNoAnchors">&lt;No anchors available in the document&gt;</span>
</td>
</tr>
</table>
</div>
<div id="divPopupSize" style="DISPLAY: none">
<table cellspacing="0" cellpadding="0" border="0">
<tr><td colspan='7'><img src='images/s.gif' width='1' height='5'></td></tr>
<tr>
<td><span fckLang="DlgLnkPopupWidth">PopUp Width:</span></td>
<td>&nbsp;&nbsp;</td>
<td><input id="txtPopupWidth" style="WIDTH: 30" type="text" /></td>
<td>&nbsp;&nbsp;&nbsp;</td>
<td><span fckLang="DlgLnkPopupHeight">PopUp Height:</span></td>
<td>&nbsp;&nbsp;</td>
<td><input id="txtPopupHeight" style="WIDTH: 30" type="text" /></td>
</tr>
</table>
</div>
<div id="divLinkTypeEMail" style="DISPLAY: none">
<span fckLang="DlgLnkEMail">E-Mail Address</span><br />
<input id="txtEMailAddress" style="WIDTH: 100%" type="text" /><br />
<span fckLang="DlgLnkEMailSubject">Message Subject</span><br />
<input id="txtEMailSubject" style="WIDTH: 100%" type="text" /><br />
<span fckLang="DlgLnkEMailBody">Message Body</span><br />
<textarea id="txtEMailBody" style="WIDTH: 100%" rows="3" cols="20"></textarea>
</div>
<input id="txtAttId" type="hidden" />
<iframe id="frmInternal" src="fckblank.html" name="frmInternal" frameborder="0" scrolling="no" width='0' height='0' style="DISPLAY: none" OnLoad="UpdateAnchorNamesAndIds(this.src);">
</iframe>
</body>
</html>

Event Timeline