Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1242083
in-portal
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Nov 20, 9:25 AM
Size
8 KB
Mime Type
text/x-diff
Expires
Sat, Nov 22, 9:25 AM (28 m, 43 s)
Engine
blob
Format
Raw Data
Handle
808590
Attached To
rINP In-Portal
in-portal
View Options
Index: trunk/admin/editor/cmseditor/editor/dialog/fck_link.html
===================================================================
--- trunk/admin/editor/cmseditor/editor/dialog/fck_link.html (revision 6246)
+++ trunk/admin/editor/cmseditor/editor/dialog/fck_link.html (revision 6247)
@@ -1,185 +1,185 @@
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2004 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_link.html
* Link dialog window.
*
* Version: 2.0 RC3
* Modified: 2005-02-18 23:55:22
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<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="common/fck_dialog_common.js" type="text/javascript"></script>
<script src="fck_link/fck_link.js" type="text/javascript"></script>
<script src="../filemanager/browser/default/js/fckxml.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> </td>
<td><div id="divNoMail1"><span fckLang="DlgLnkViewIn">View In</span><br /></div></td>
</tr>
<tr>
<td>
<select id="cmbLinkType" onchange="SetLinkType(this.value);">
</select>
</td>
<td> </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"><popup window></option>
</select>
</div>
</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"><other></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> </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"><No anchors available in the document></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> </td>
<td><input id="txtPopupWidth" style="WIDTH: 30" type="text" /></td>
<td> </td>
<td><span fckLang="DlgLnkPopupHeight">PopUp Height:</span></td>
<td> </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>
-<iframe id="frmInternal" name="frmInternal" frameborder="0" scrolling="no" width='0' height='0' OnLoad="LoadAnchorNamesAndIds();" style="DISPLAY: none">
+<iframe id="frmInternal" src="fckblank.html" name="frmInternal" frameborder="0" scrolling="no" width='0' height='0' OnLoad="LoadAnchorNamesAndIds();" style="DISPLAY: none">
</iframe>
</body>
</html>
Property changes on: trunk/admin/editor/cmseditor/editor/dialog/fck_link.html
___________________________________________________________________
Modified: cvs2svn:cvs-rev
## -1 +1 ##
-1.4
\ No newline at end of property
+1.5
\ No newline at end of property
Index: trunk/admin/editor/cmseditor/editor/dialog/fckblank.html
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/admin/editor/cmseditor/editor/dialog/fckblank.html
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Index: trunk/admin/editor/cmseditor/editor/filemanager/browser/default/fckblank.html
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: trunk/admin/editor/cmseditor/editor/filemanager/browser/default/fckblank.html
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Event Timeline
Log In to Comment