upgrade fckeditor to ckeditor, for IE10 compatibility, RT#22014
[freeside.git] / httemplate / elements / fckeditor / editor / dialog / fck_link.html
diff --git a/httemplate/elements/fckeditor/editor/dialog/fck_link.html b/httemplate/elements/fckeditor/editor/dialog/fck_link.html
deleted file mode 100644 (file)
index b57e1f0..0000000
+++ /dev/null
@@ -1,295 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">\r
-<!--\r
- * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
- * Copyright (C) 2003-2010 Frederico Caldeira Knabben\r
- *\r
- * == BEGIN LICENSE ==\r
- *\r
- * Licensed under the terms of any of the following licenses at your\r
- * choice:\r
- *\r
- *  - GNU General Public License Version 2 or later (the "GPL")\r
- *    http://www.gnu.org/licenses/gpl.html\r
- *\r
- *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r
- *    http://www.gnu.org/licenses/lgpl.html\r
- *\r
- *  - Mozilla Public License Version 1.1 or later (the "MPL")\r
- *    http://www.mozilla.org/MPL/MPL-1.1.html\r
- *\r
- * == END LICENSE ==\r
- *\r
- * Link dialog window.\r
--->\r
-<html>\r
-       <head>\r
-               <title>Link Properties</title>\r
-               <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\r
-               <meta name="robots" content="noindex, nofollow" />\r
-               <script src="common/fck_dialog_common.js" type="text/javascript"></script>\r
-               <script src="fck_link/fck_link.js" type="text/javascript"></script>\r
-       </head>\r
-       <body scroll="no" style="OVERFLOW: hidden">\r
-               <div id="divInfo" style="DISPLAY: none">\r
-                       <span fckLang="DlgLnkType">Link Type</span><br />\r
-                       <select id="cmbLinkType" onchange="SetLinkType(this.value);">\r
-                               <option value="url" fckLang="DlgLnkTypeURL" selected="selected">URL</option>\r
-                               <option value="anchor" fckLang="DlgLnkTypeAnchor">Anchor in this page</option>\r
-                               <option value="email" fckLang="DlgLnkTypeEMail">E-Mail</option>\r
-                       </select>\r
-                       <br />\r
-                       <br />\r
-                       <div id="divLinkTypeUrl">\r
-                               <table cellspacing="0" cellpadding="0" width="100%" border="0" dir="ltr">\r
-                                       <tr>\r
-                                               <td nowrap="nowrap">\r
-                                                       <span fckLang="DlgLnkProto">Protocol</span><br />\r
-                                                       <select id="cmbLinkProtocol">\r
-                                                               <option value="http://" selected="selected">http://</option>\r
-                                                               <option value="https://">https://</option>\r
-                                                               <option value="ftp://">ftp://</option>\r
-                                                               <option value="news://">news://</option>\r
-                                                               <option value="" fckLang="DlgLnkProtoOther">&lt;other&gt;</option>\r
-                                                       </select>\r
-                                               </td>\r
-                                               <td nowrap="nowrap">&nbsp;</td>\r
-                                               <td nowrap="nowrap" width="100%">\r
-                                                       <span fckLang="DlgLnkURL">URL</span><br />\r
-                                                       <input id="txtUrl" style="WIDTH: 100%" type="text" onkeyup="OnUrlChange();" onchange="OnUrlChange();" />\r
-                                               </td>\r
-                                       </tr>\r
-                               </table>\r
-                               <br />\r
-                               <div id="divBrowseServer">\r
-                               <input type="button" value="Browse Server" fckLang="DlgBtnBrowseServer" onclick="BrowseServer();" />\r
-                               </div>\r
-                       </div>\r
-                       <div id="divLinkTypeAnchor" style="DISPLAY: none" align="center">\r
-                               <div id="divSelAnchor" style="DISPLAY: none">\r
-                                       <table cellspacing="0" cellpadding="0" border="0" width="70%">\r
-                                               <tr>\r
-                                                       <td colspan="3">\r
-                                                               <span fckLang="DlgLnkAnchorSel">Select an Anchor</span>\r
-                                                       </td>\r
-                                               </tr>\r
-                                               <tr>\r
-                                                       <td width="50%">\r
-                                                               <span fckLang="DlgLnkAnchorByName">By Anchor Name</span><br />\r
-                                                               <select id="cmbAnchorName" onchange="GetE('cmbAnchorId').value='';" style="WIDTH: 100%">\r
-                                                                       <option value="" selected="selected"></option>\r
-                                                               </select>\r
-                                                       </td>\r
-                                                       <td>&nbsp;&nbsp;&nbsp;</td>\r
-                                                       <td width="50%">\r
-                                                               <span fckLang="DlgLnkAnchorById">By Element Id</span><br />\r
-                                                               <select id="cmbAnchorId" onchange="GetE('cmbAnchorName').value='';" style="WIDTH: 100%">\r
-                                                                       <option value="" selected="selected"></option>\r
-                                                               </select>\r
-                                                       </td>\r
-                                               </tr>\r
-                                       </table>\r
-                               </div>\r
-                               <div id="divNoAnchor" style="DISPLAY: none">\r
-                                       <span fckLang="DlgLnkNoAnchors">&lt;No anchors available in the document&gt;</span>\r
-                               </div>\r
-                       </div>\r
-                       <div id="divLinkTypeEMail" style="DISPLAY: none">\r
-                               <span fckLang="DlgLnkEMail">E-Mail Address</span><br />\r
-                               <input id="txtEMailAddress" style="WIDTH: 100%" type="text" /><br />\r
-                               <span fckLang="DlgLnkEMailSubject">Message Subject</span><br />\r
-                               <input id="txtEMailSubject" style="WIDTH: 100%" type="text" /><br />\r
-                               <span fckLang="DlgLnkEMailBody">Message Body</span><br />\r
-                               <textarea id="txtEMailBody" style="WIDTH: 100%" rows="3" cols="20"></textarea>\r
-                       </div>\r
-               </div>\r
-               <div id="divUpload" style="DISPLAY: none">\r
-                       <form id="frmUpload" method="post" target="UploadWindow" enctype="multipart/form-data" action="" onsubmit="return CheckUpload();">\r
-                               <span fckLang="DlgLnkUpload">Upload</span><br />\r
-                               <input id="txtUploadFile" style="WIDTH: 100%" type="file" size="40" name="NewFile" /><br />\r
-                               <br />\r
-                               <input id="btnUpload" type="submit" value="Send it to the Server" fckLang="DlgLnkBtnUpload" />\r
-                               <script type="text/javascript">\r
-                                       document.write( '<iframe name="UploadWindow" style="display: none" src="' + FCKTools.GetVoidUrl() + '"><\/iframe>' ) ;\r
-                               </script>\r
-                       </form>\r
-               </div>\r
-               <div id="divTarget" style="DISPLAY: none">\r
-                       <table cellspacing="0" cellpadding="0" width="100%" border="0">\r
-                               <tr>\r
-                                       <td nowrap="nowrap">\r
-                                               <span fckLang="DlgLnkTarget">Target</span><br />\r
-                                               <select id="cmbTarget" onchange="SetTarget(this.value);">\r
-                                                       <option value="" fckLang="DlgGenNotSet" selected="selected">&lt;not set&gt;</option>\r
-                                                       <option value="frame" fckLang="DlgLnkTargetFrame">&lt;frame&gt;</option>\r
-                                                       <option value="popup" fckLang="DlgLnkTargetPopup">&lt;popup window&gt;</option>\r
-                                                       <option value="_blank" fckLang="DlgLnkTargetBlank">New Window (_blank)</option>\r
-                                                       <option value="_top" fckLang="DlgLnkTargetTop">Topmost Window (_top)</option>\r
-                                                       <option value="_self" fckLang="DlgLnkTargetSelf">Same Window (_self)</option>\r
-                                                       <option value="_parent" fckLang="DlgLnkTargetParent">Parent Window (_parent)</option>\r
-                                               </select>\r
-                                       </td>\r
-                                       <td>&nbsp;</td>\r
-                                       <td id="tdTargetFrame" nowrap="nowrap" width="100%">\r
-                                               <span fckLang="DlgLnkTargetFrameName">Target Frame Name</span><br />\r
-                                               <input id="txtTargetFrame" style="WIDTH: 100%" type="text" onkeyup="OnTargetNameChange();"\r
-                                                       onchange="OnTargetNameChange();" />\r
-                                       </td>\r
-                                       <td id="tdPopupName" style="DISPLAY: none" nowrap="nowrap" width="100%">\r
-                                               <span fckLang="DlgLnkPopWinName">Popup Window Name</span><br />\r
-                                               <input id="txtPopupName" style="WIDTH: 100%" type="text" />\r
-                                       </td>\r
-                               </tr>\r
-                       </table>\r
-                       <br />\r
-                       <table id="tablePopupFeatures" style="DISPLAY: none" cellspacing="0" cellpadding="0" align="center"\r
-                               border="0">\r
-                               <tr>\r
-                                       <td>\r
-                                               <span fckLang="DlgLnkPopWinFeat">Popup Window Features</span><br />\r
-                                               <table cellspacing="0" cellpadding="0" border="0">\r
-                                                       <tr>\r
-                                                               <td valign="top" nowrap="nowrap" width="50%">\r
-                                                                       <input id="chkPopupResizable" name="chkFeature" value="resizable" type="checkbox" /><label for="chkPopupResizable" fckLang="DlgLnkPopResize">Resizable</label><br />\r
-                                                                       <input id="chkPopupLocationBar" name="chkFeature" value="location" type="checkbox" /><label for="chkPopupLocationBar" fckLang="DlgLnkPopLocation">Location\r
-                                                                               Bar</label><br />\r
-                                                                       <input id="chkPopupManuBar" name="chkFeature" value="menubar" type="checkbox" /><label for="chkPopupManuBar" fckLang="DlgLnkPopMenu">Menu\r
-                                                                               Bar</label><br />\r
-                                                                       <input id="chkPopupScrollBars" name="chkFeature" value="scrollbars" type="checkbox" /><label for="chkPopupScrollBars" fckLang="DlgLnkPopScroll">Scroll\r
-                                                                               Bars</label>\r
-                                                               </td>\r
-                                                               <td></td>\r
-                                                               <td valign="top" nowrap="nowrap" width="50%">\r
-                                                                       <input id="chkPopupStatusBar" name="chkFeature" value="status" type="checkbox" /><label for="chkPopupStatusBar" fckLang="DlgLnkPopStatus">Status\r
-                                                                               Bar</label><br />\r
-                                                                       <input id="chkPopupToolbar" name="chkFeature" value="toolbar" type="checkbox" /><label for="chkPopupToolbar" fckLang="DlgLnkPopToolbar">Toolbar</label><br />\r
-                                                                       <input id="chkPopupFullScreen" name="chkFeature" value="fullscreen" type="checkbox" /><label for="chkPopupFullScreen" fckLang="DlgLnkPopFullScrn">Full\r
-                                                                               Screen (IE)</label><br />\r
-                                                                       <input id="chkPopupDependent" name="chkFeature" value="dependent" type="checkbox" /><label for="chkPopupDependent" fckLang="DlgLnkPopDependent">Dependent\r
-                                                                               (Netscape)</label>\r
-                                                               </td>\r
-                                                       </tr>\r
-                                                       <tr>\r
-                                                               <td valign="top" nowrap="nowrap" width="50%">&nbsp;</td>\r
-                                                               <td></td>\r
-                                                               <td valign="top" nowrap="nowrap" width="50%"></td>\r
-                                                       </tr>\r
-                                                       <tr>\r
-                                                               <td valign="top">\r
-                                                                       <table cellspacing="0" cellpadding="0" border="0">\r
-                                                                               <tr>\r
-                                                                                       <td nowrap="nowrap"><span fckLang="DlgLnkPopWidth">Width</span></td>\r
-                                                                                       <td>&nbsp;<input id="txtPopupWidth" type="text" maxlength="4" size="4" /></td>\r
-                                                                               </tr>\r
-                                                                               <tr>\r
-                                                                                       <td nowrap="nowrap"><span fckLang="DlgLnkPopHeight">Height</span></td>\r
-                                                                                       <td>&nbsp;<input id="txtPopupHeight" type="text" maxlength="4" size="4" /></td>\r
-                                                                               </tr>\r
-                                                                       </table>\r
-                                                               </td>\r
-                                                               <td>&nbsp;&nbsp;</td>\r
-                                                               <td valign="top">\r
-                                                                       <table cellspacing="0" cellpadding="0" border="0">\r
-                                                                               <tr>\r
-                                                                                       <td nowrap="nowrap"><span fckLang="DlgLnkPopLeft">Left Position</span></td>\r
-                                                                                       <td>&nbsp;<input id="txtPopupLeft" type="text" maxlength="4" size="4" /></td>\r
-                                                                               </tr>\r
-                                                                               <tr>\r
-                                                                                       <td nowrap="nowrap"><span fckLang="DlgLnkPopTop">Top Position</span></td>\r
-                                                                                       <td>&nbsp;<input id="txtPopupTop" type="text" maxlength="4" size="4" /></td>\r
-                                                                               </tr>\r
-                                                                       </table>\r
-                                                               </td>\r
-                                                       </tr>\r
-                                               </table>\r
-                                       </td>\r
-                               </tr>\r
-                       </table>\r
-               </div>\r
-               <div id="divAttribs" style="DISPLAY: none">\r
-                       <table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">\r
-                               <tr>\r
-                                       <td valign="top" width="50%">\r
-                                               <span fckLang="DlgGenId">Id</span><br />\r
-                                               <input id="txtAttId" style="WIDTH: 100%" type="text" />\r
-                                       </td>\r
-                                       <td width="1"></td>\r
-                                       <td valign="top">\r
-                                               <table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">\r
-                                                       <tr>\r
-                                                               <td width="60%">\r
-                                                                       <span fckLang="DlgGenLangDir">Language Direction</span><br />\r
-                                                                       <select id="cmbAttLangDir" style="WIDTH: 100%">\r
-                                                                               <option value="" fckLang="DlgGenNotSet" selected>&lt;not set&gt;</option>\r
-                                                                               <option value="ltr" fckLang="DlgGenLangDirLtr">Left to Right (LTR)</option>\r
-                                                                               <option value="rtl" fckLang="DlgGenLangDirRtl">Right to Left (RTL)</option>\r
-                                                                       </select>\r
-                                                               </td>\r
-                                                               <td width="1%">&nbsp;&nbsp;&nbsp;</td>\r
-                                                               <td nowrap="nowrap"><span fckLang="DlgGenAccessKey">Access Key</span><br />\r
-                                                                       <input id="txtAttAccessKey" style="WIDTH: 100%" type="text" maxlength="1" size="1" />\r
-                                                               </td>\r
-                                                       </tr>\r
-                                               </table>\r
-                                       </td>\r
-                               </tr>\r
-                               <tr>\r
-                                       <td valign="top" width="50%">\r
-                                               <span fckLang="DlgGenName">Name</span><br />\r
-                                               <input id="txtAttName" style="WIDTH: 100%" type="text" />\r
-                                       </td>\r
-                                       <td width="1"></td>\r
-                                       <td valign="top">\r
-                                               <table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">\r
-                                                       <tr>\r
-                                                               <td width="60%">\r
-                                                                       <span fckLang="DlgGenLangCode">Language Code</span><br />\r
-                                                                       <input id="txtAttLangCode" style="WIDTH: 100%" type="text" />\r
-                                                               </td>\r
-                                                               <td width="1%">&nbsp;&nbsp;&nbsp;</td>\r
-                                                               <td nowrap="nowrap">\r
-                                                                       <span fckLang="DlgGenTabIndex">Tab Index</span><br />\r
-                                                                       <input id="txtAttTabIndex" style="WIDTH: 100%" type="text" maxlength="5" size="5" />\r
-                                                               </td>\r
-                                                       </tr>\r
-                                               </table>\r
-                                       </td>\r
-                               </tr>\r
-                               <tr>\r
-                                       <td valign="top" width="50%">&nbsp;</td>\r
-                                       <td width="1"></td>\r
-                                       <td valign="top"></td>\r
-                               </tr>\r
-                               <tr>\r
-                                       <td valign="top" width="50%">\r
-                                               <span fckLang="DlgGenTitle">Advisory Title</span><br />\r
-                                               <input id="txtAttTitle" style="WIDTH: 100%" type="text" />\r
-                                       </td>\r
-                                       <td width="1">&nbsp;&nbsp;&nbsp;</td>\r
-                                       <td valign="top">\r
-                                               <span fckLang="DlgGenContType">Advisory Content Type</span><br />\r
-                                               <input id="txtAttContentType" style="WIDTH: 100%" type="text" />\r
-                                       </td>\r
-                               </tr>\r
-                               <tr>\r
-                                       <td valign="top">\r
-                                               <span fckLang="DlgGenClass">Stylesheet Classes</span><br />\r
-                                               <input id="txtAttClasses" style="WIDTH: 100%" type="text" />\r
-                                       </td>\r
-                                       <td></td>\r
-                                       <td valign="top">\r
-                                               <span fckLang="DlgGenLinkCharset">Linked Resource Charset</span><br />\r
-                                               <input id="txtAttCharSet" style="WIDTH: 100%" type="text" />\r
-                                       </td>\r
-                               </tr>\r
-                       </table>\r
-                       <table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">\r
-                               <tr>\r
-                                       <td>\r
-                                               <span fckLang="DlgGenStyle">Style</span><br />\r
-                                               <input id="txtAttStyle" style="WIDTH: 100%" type="text" />\r
-                                       </td>\r
-                               </tr>\r
-                       </table>\r
-               </div>\r
-       </body>\r
-</html>\r