From: Thyamad c. <th...@us...> - 2005-08-23 13:14:25
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25920/thywidgets/external/fckeditor/editor/dialog Modified Files: fck_about.html fck_colorselector.html fck_find.html fck_image.html fck_link.html fck_paste.html fck_replace.html fck_smiley.html fck_specialchar.html fck_table.html fck_tablecell.html Log Message: Commiting file additions and modification from SVN revision 1841 to 1842... Changes made by vinicius on 2005-08-23 15:49:13 +0200 (Tue, 23 Aug 2005) corresponding to SVN revision 1842 with message: License file included in thyapi Index: fck_colorselector.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_colorselector.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_colorselector.html 28 Feb 2005 00:33:24 -0000 1.1.1.1 --- fck_colorselector.html 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 12,16 **** * Color Selection dialog window. * ! * Version: 2.0 RC2 * Modified: 2004-12-19 23:16:57 * --- 12,16 ---- * Color Selection dialog window. * ! * Version: 2.0 RC3 * Modified: 2004-12-19 23:16:57 * Index: fck_table.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_table.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_table.html 28 Feb 2005 00:33:24 -0000 1.1.1.1 --- fck_table.html 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 12,17 **** * Table dialog window. * ! * Version: 2.0 RC2 ! * Modified: 2004-12-19 22:38:24 * * File Authors: --- 12,17 ---- * Table dialog window. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-19 00:38:53 * * File Authors: *************** *** 43,47 **** // Fired when the window loading process is finished. It sets the fields with the // actual values if a table is selected in the editor. ! function OnLoad() { // First of all, translate the dialog box texts --- 43,47 ---- // Fired when the window loading process is finished. It sets the fields with the // actual values if a table is selected in the editor. ! window.onload = function() { // First of all, translate the dialog box texts *************** *** 155,159 **** </script> </head> ! <body bottommargin="5" leftmargin="5" topmargin="5" rightmargin="5" onload="OnLoad()" scroll="no" style="OVERFLOW: hidden"> <table id="otable" cellSpacing="0" cellPadding="0" width="100%" border="0" height="100%"> <tr> --- 155,159 ---- </script> </head> ! <body bottommargin="5" leftmargin="5" topmargin="5" rightmargin="5" scroll="no" style="OVERFLOW: hidden"> <table id="otable" cellSpacing="0" cellPadding="0" width="100%" border="0" height="100%"> <tr> *************** *** 241,245 **** --> <tr> ! <td><span fckLang="DlgTableCaption">Caption</span>:</td> <td> </td> <td width="100%"> --- 241,245 ---- --> <tr> ! <td nowrap><span fckLang="DlgTableCaption">Caption</span>:</td> <td> </td> <td width="100%"> Index: fck_link.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_link.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_link.html 28 Feb 2005 00:33:24 -0000 1.1.1.1 --- fck_link.html 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 1,3 **** - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- * FCKeditor - The text editor for internet --- 1,2 ---- *************** *** 13,22 **** * Link dialog window. * ! * Version: 2.0 RC2 ! * Modified: 2004-11-30 10:33:35 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) --> <html> <head> --- 12,22 ---- * Link dialog window. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-18 23:55:22 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) --> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> *************** *** 24,29 **** <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="robots" content="noindex, nofollow" /> ! <script src="js/fck_dialog_common.js" type="text/javascript"></script> ! <script src="js/fck_link.js" type="text/javascript"></script> </head> <body scroll="no" style="OVERFLOW: hidden"> --- 24,29 ---- <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> </head> <body scroll="no" style="OVERFLOW: hidden"> *************** *** 59,63 **** <br /> <div id="divBrowseServer"> ! <input type="button" value="Browse Server" fckLang="DlgLnkBtnBrowse" onclick="BrowseServer();" /> </div> </div> --- 59,63 ---- <br /> <div id="divBrowseServer"> ! <input type="button" value="Browse Server" fckLang="DlgBtnBrowseServer" onclick="BrowseServer();" /> </div> </div> *************** *** 126,130 **** <td> </td> <td id="tdTargetFrame" nowrap="nowrap" width="100%"> ! <span fckLang="DlgLnkTargetFrame">Target Frame Name</span><br /> <input id="txtTargetFrame" style="WIDTH: 100%" type="text" onkeyup="OnTargetNameChange();" onchange="OnTargetNameChange();" /> --- 126,130 ---- <td> </td> <td id="tdTargetFrame" nowrap="nowrap" width="100%"> ! <span fckLang="DlgLnkTargetFrameName">Target Frame Name</span><br /> <input id="txtTargetFrame" style="WIDTH: 100%" type="text" onkeyup="OnTargetNameChange();" onchange="OnTargetNameChange();" /> Index: fck_find.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_find.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_find.html 28 Feb 2005 00:33:24 -0000 1.1.1.1 --- fck_find.html 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 13,18 **** * "Find" dialog window. * ! * Version: 2.0 RC2 ! * Modified: 2004-11-30 10:26:37 * * File Authors: --- 13,18 ---- * "Find" dialog window. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-09 13:52:09 * * File Authors: *************** *** 41,45 **** function btnStat(frm) { ! document.getElementById('btnFind').disabled = ( document.getElementById('txtFind').value.length == 0 ) ; } --- 41,45 ---- function btnStat(frm) { ! document.getElementById('btnFind').disabled = ( document.getElementById('txtFind').value.length == 0 ) ; } *************** *** 75,83 **** else var sExpr = document.getElementById('txtFind').value ; ! return sExpr ; } ! function GetCase() { return ( document.getElementById('chkCase').checked ? '' : 'i' ) ; --- 75,83 ---- else var sExpr = document.getElementById('txtFind').value ; ! return sExpr ; } ! function GetCase() { return ( document.getElementById('chkCase').checked ? '' : 'i' ) ; *************** *** 90,94 **** if ( document.getElementById('txtFind').value.length == 0 ) return ; ! if ( oEditor.FCKBrowserInfo.IsIE ) FindIE() ; --- 90,94 ---- if ( document.getElementById('txtFind').value.length == 0 ) return ; ! if ( oEditor.FCKBrowserInfo.IsIE ) FindIE() ; *************** *** 100,112 **** { var iFlags = 0 ; ! if ( chkCase.checked ) iFlags = iFlags | 4 ; ! if ( chkWord.checked ) iFlags = iFlags | 2 ; ! var bFound = oRange.findText( document.getElementById('txtFind').value, 1, iFlags ) ; ! if ( bFound ) { --- 100,112 ---- { var iFlags = 0 ; ! if ( chkCase.checked ) iFlags = iFlags | 4 ; ! if ( chkWord.checked ) iFlags = iFlags | 2 ; ! var bFound = oRange.findText( document.getElementById('txtFind').value, 1, iFlags ) ; ! if ( bFound ) { *************** *** 127,134 **** var bCase = document.getElementById('chkCase').checked ; var bWord = document.getElementById('chkWord').checked ; ! // window.find( searchString, caseSensitive, backwards, wrapAround, wholeWord, searchInFrames, showDialog ) ; oEditor.FCK.EditorWindow.find( document.getElementById('txtFind').value, bCase, false, false, bWord, false, false ) ; ! } </script> --- 127,134 ---- var bCase = document.getElementById('chkCase').checked ; var bWord = document.getElementById('chkWord').checked ; ! // window.find( searchString, caseSensitive, backwards, wrapAround, wholeWord, searchInFrames, showDialog ) ; oEditor.FCK.EditorWindow.find( document.getElementById('txtFind').value, bCase, false, false, bWord, false, false ) ; ! } </script> *************** *** 150,158 **** <tr> <td valign="bottom" colSpan="3"> ! <input id="chkCase" tabIndex="3" type="checkbox"><label for="chkCase" fckLang="DlgReplaceCaseChk">Match case</label> <br> <div id="divWord" style="DISPLAY: none"> ! <input id="chkWord" tabIndex="4" type="checkbox"><label for="chkWord" fckLang="DlgReplaceWordChk">Match whole word</label> </div> --- 150,158 ---- <tr> <td valign="bottom" colSpan="3"> ! <input id="chkCase" tabIndex="3" type="checkbox"><label for="chkCase" fckLang="DlgReplaceCaseChk">Match case</label> <br> <div id="divWord" style="DISPLAY: none"> ! <input id="chkWord" tabIndex="4" type="checkbox"><label for="chkWord" fckLang="DlgReplaceWordChk">Match whole word</label> </div> Index: fck_image.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_image.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_image.html 28 Feb 2005 00:33:25 -0000 1.1.1.1 --- fck_image.html 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 12,17 **** * Image Properties dialog window. * ! * Version: 2.0 RC2 ! * Modified: 2004-11-30 12:08:59 * * File Authors: --- 12,17 ---- * Image Properties dialog window. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-18 23:54:52 * * File Authors: *************** *** 24,30 **** <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> ! <script src="js/fck_dialog_common.js" type="text/javascript"></script> ! <script src="js/fck_image.js" type="text/javascript"></script> ! <link href="css/common.css" rel="stylesheet" type="text/css" /> </head> <body scroll="no" style="OVERFLOW: hidden"> --- 24,30 ---- <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_image/fck_image.js" type="text/javascript"></script> ! <link href="common/fck_dialog_common.css" rel="stylesheet" type="text/css" /> </head> <body scroll="no" style="OVERFLOW: hidden"> *************** *** 41,45 **** <input id="btnBrowse" onclick="BrowseServer();" type="button" ! value="Browse Server" fckLang="DlgImgBtnBrowse" NAME="btnBrowse"> </td> </tr> --- 41,45 ---- <input id="btnBrowse" onclick="BrowseServer();" type="button" ! value="Browse Server" fckLang="DlgBtnBrowseServer" NAME="btnBrowse"> </td> </tr> *************** *** 66,73 **** <table cellspacing="0" cellpadding="0" border="0"> <tr> ! <td><span fckLang="DlgImgWidth">Width</span> </td> <td> <input type="text" size="3" id="txtWidth" onkeyup="OnSizeChanged('Width',this.value);"></td> ! <td rowspan="2"> <div id="btnLockSizes" class="BtnLocked" onmouseover="this.className = (bLockRatio ? 'BtnLocked' : 'BtnUnlocked' ) + ' BtnOver';" onmouseout="this.className = (bLockRatio ? 'BtnLocked' : 'BtnUnlocked' );" title="Lock Sizes" onclick="SwitchLock(this);"></div> --- 66,73 ---- <table cellspacing="0" cellpadding="0" border="0"> <tr> ! <td nowrap><span fckLang="DlgImgWidth">Width</span> </td> <td> <input type="text" size="3" id="txtWidth" onkeyup="OnSizeChanged('Width',this.value);"></td> ! <td nowrap rowspan="2"> <div id="btnLockSizes" class="BtnLocked" onmouseover="this.className = (bLockRatio ? 'BtnLocked' : 'BtnUnlocked' ) + ' BtnOver';" onmouseout="this.className = (bLockRatio ? 'BtnLocked' : 'BtnUnlocked' );" title="Lock Sizes" onclick="SwitchLock(this);"></div> *************** *** 77,81 **** </tr> <tr> ! <td><span fckLang="DlgImgHeight">Height</span> </td> <td> <input type="text" size="3" id="txtHeight" onkeyup="OnSizeChanged('Height',this.value);"></td> --- 77,81 ---- </tr> <tr> ! <td nowrap><span fckLang="DlgImgHeight">Height</span> </td> <td> <input type="text" size="3" id="txtHeight" onkeyup="OnSizeChanged('Height',this.value);"></td> *************** *** 85,104 **** <table cellspacing="0" cellpadding="0" border="0"> <tr> ! <td><span fckLang="DlgImgBorder">Border</span> </td> <td> <input type="text" size="2" value="" id="txtBorder" onkeyup="UpdatePreview();"></td> </tr> <tr> ! <td><span fckLang="DlgImgHSpace">HSpace</span> </td> <td> <input type="text" size="2" id="txtHSpace" onkeyup="UpdatePreview();"></td> </tr> <tr> ! <td><span fckLang="DlgImgVSpace">VSpace</span> </td> <td> <input type="text" size="2" id="txtVSpace" onkeyup="UpdatePreview();"></td> </tr> <tr> ! <td><span fckLang="DlgImgAlign">Align</span> </td> <td><select id="cmbAlign" onchange="UpdatePreview();"> <option value="" selected></option> --- 85,104 ---- <table cellspacing="0" cellpadding="0" border="0"> <tr> ! <td nowrap><span fckLang="DlgImgBorder">Border</span> </td> <td> <input type="text" size="2" value="" id="txtBorder" onkeyup="UpdatePreview();"></td> </tr> <tr> ! <td nowrap><span fckLang="DlgImgHSpace">HSpace</span> </td> <td> <input type="text" size="2" id="txtHSpace" onkeyup="UpdatePreview();"></td> </tr> <tr> ! <td nowrap><span fckLang="DlgImgVSpace">VSpace</span> </td> <td> <input type="text" size="2" id="txtVSpace" onkeyup="UpdatePreview();"></td> </tr> <tr> ! <td nowrap><span fckLang="DlgImgAlign">Align</span> </td> <td><select id="cmbAlign" onchange="UpdatePreview();"> <option value="" selected></option> Index: fck_smiley.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_smiley.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_smiley.html 28 Feb 2005 00:33:24 -0000 1.1.1.1 --- fck_smiley.html 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 12,17 **** * Smileys (emoticons) dialog window. * ! * Version: 2.0 RC2 ! * Modified: 2004-12-20 14:09:08 * * File Authors: --- 12,17 ---- * Smileys (emoticons) dialog window. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-08 13:23:07 * * File Authors: *************** *** 28,35 **** </style> <script type="text/javascript"> ! var oEditor = window.parent.InnerDialogLoaded() ; ! function setDefaults() { // First of all, translate the dialog box texts --- 28,35 ---- </style> <script type="text/javascript"> ! var oEditor = window.parent.InnerDialogLoaded() ; ! window.onload = function () { // First of all, translate the dialog box texts *************** *** 56,60 **** </script> </head> ! <body onload="setDefaults()" scroll="no"> <table cellpadding="2" cellspacing="2" align="center" border="0" width="100%" height="100%"> <script type="text/javascript"> --- 56,60 ---- </script> </head> ! <body scroll="no"> <table cellpadding="2" cellspacing="2" align="center" border="0" width="100%" height="100%"> <script type="text/javascript"> *************** *** 70,74 **** { document.write("<TR>") ; ! for(var j = 0 ; j < cols ; j++) { if (aImages[i]) --- 70,74 ---- { document.write("<TR>") ; ! for(var j = 0 ; j < cols ; j++) { if (aImages[i]) Index: fck_about.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_about.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_about.html 28 Feb 2005 00:33:25 -0000 1.1.1.1 --- fck_about.html 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 13,18 **** * "About" dialog window. * ! * Version: 2.0 RC2 ! * Modified: 2004-11-30 11:38:53 * * File Authors: --- 13,18 ---- * "About" dialog window. * ! * Version: 2.0 RC3 ! * Modified: 2005-03-02 10:56:09 * * File Authors: *************** *** 21,34 **** <html> <head> - <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> ! <script src="js/fck_dialog_common.js" type="text/javascript"></script> <script language="javascript"> var oEditor = window.parent.InnerDialogLoaded() ; ! window.parent.AddTab( 'About', 'About' ) ; ! window.parent.AddTab( 'BrowserInfo', 'Browser Info' ) ; // Function called when a dialog tag is selected. --- 21,34 ---- <html> <head> <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 language="javascript"> var oEditor = window.parent.InnerDialogLoaded() ; + var FCKLang = oEditor.FCKLang ; ! window.parent.AddTab( 'About', FCKLang.DlgAboutAboutTab ) ; ! window.parent.AddTab( 'BrowserInfo', FCKLang.DlgAboutBrowserInfoTab ) ; // Function called when a dialog tag is selected. *************** *** 47,51 **** eMail += '.' ; eMail += 'net' ; ! window.location = eMail ; } --- 47,51 ---- eMail += '.' ; eMail += 'net' ; ! window.location = eMail ; } *************** *** 55,59 **** // Translate the dialog box texts. oEditor.FCKLanguageManager.TranslatePage(document) ; ! window.parent.SetAutoSize( true ) ; } --- 55,59 ---- // Translate the dialog box texts. oEditor.FCKLanguageManager.TranslatePage(document) ; ! window.parent.SetAutoSize( true ) ; } *************** *** 63,109 **** <body scroll="no" style="OVERFLOW: hidden"> <div id="divAbout"> ! <table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%"> ! <tr> ! <td> ! <img alt="" src="images/logo_fckeditor.gif" width="236" height="41" align="left"> ! <table width="80" border="0" cellspacing="0" cellpadding="5" bgcolor="#ffffff" align="right"> ! <tr> ! <td align="center" style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid"> ! <span fckLang="DlgAboutVersion">version</span> ! <br> ! <b>2.0 RC2</b></td> ! </tr> ! </table> ! </td> ! </tr> ! <tr height="100%"> ! <td align="center"> ! Copyright (C) 2003-2004 <a href="#" onclick="SendEMail();">Frederico Caldeira ! Knabben</a> ! <br> ! <br> ! <span fckLang="DlgAboutLicense">Licensed under the terms of the GNU Lesser General ! Public License</span> ! <br> ! <a href="http://www.opensource.org/licenses/lgpl-license.php" target="_blank">http://www.opensource.org/licenses/lgpl-license.php</a> ! <br> ! <br> ! <span fckLang="DlgAboutInfo">For further information go to</span> <a href="http://www.fckeditor.net/" target="_blank"> ! http://www.fckeditor.net/</a>. ! </td> ! </tr> ! <tr> ! <td align="center"> ! <img alt="" src="images/logo_fredck.gif" width="87" height="36"> ! </td> ! </tr> ! </table> </div> <div id="divInfo" style="DISPLAY: none"> ! <script language="javascript"> <!-- ! document.write( '<b>User Agent: </b>' + window.navigator.userAgent + '<br><br>' ) ; ! document.write( '<b>Browser: </b>' + window.navigator.appName + ' ' + window.navigator.appVersion + '<br><br>' ) ; ! document.write( '<b>Platform: </b>' + window.navigator.platform + '<br><br>' ) ; var sUserLang = '?' ; --- 63,112 ---- <body scroll="no" style="OVERFLOW: hidden"> <div id="divAbout"> ! <table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%"> ! <tr> ! <td> ! <img alt="" src="fck_about/logo_fckeditor.gif" width="236" height="41" align="left"> ! <table width="80" border="0" cellspacing="0" cellpadding="5" bgcolor="#ffffff" align="right"> ! <tr> ! <td align="center" style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid"> ! <span fckLang="DlgAboutVersion">version</span> ! <br> ! <b>2.0 RC3</b></td> ! </tr> ! </table> ! </td> ! </tr> ! <tr height="100%"> ! <td align="center"> ! Copyright © 2003-2005 <a href="#" onclick="SendEMail();">Frederico Caldeira ! Knabben</a> ! <br> ! <br> ! <span fckLang="DlgAboutLicense">Licensed under the terms of the GNU Lesser General ! Public License</span> ! <br> ! <a href="http://www.opensource.org/licenses/lgpl-license.php" target="_blank">http://www.opensource.org/licenses/lgpl-license.php</a> ! <br> ! <br> ! <span fckLang="DlgAboutInfo">For further information go to</span> <a href="http://www.fckeditor.net/" target="_blank"> ! http://www.fckeditor.net/</a>. ! </td> ! </tr> ! <tr> ! <td align="center"> ! <img alt="" src="fck_about/logo_fredck.gif" width="87" height="36"> ! </td> ! </tr> ! </table> </div> <div id="divInfo" style="DISPLAY: none"> ! <table align="center" width="80%" border="0"> ! <tr> ! <td> ! <script language="javascript"> <!-- ! document.write( '<b>User Agent</b><br>' + window.navigator.userAgent + '<br><br>' ) ; ! document.write( '<b>Browser</b><br>' + window.navigator.appName + ' ' + window.navigator.appVersion + '<br><br>' ) ; ! document.write( '<b>Platform</b><br>' + window.navigator.platform + '<br><br>' ) ; var sUserLang = '?' ; *************** *** 114,121 **** sUserLang = window.navigator.userLanguage.toLowerCase() ; ! document.write( '<b>User Language: </b>' + sUserLang ) ; //--> ! </script> ! </div> </body> --- 117,126 ---- sUserLang = window.navigator.userLanguage.toLowerCase() ; ! document.write( '<b>User Language</b><br>' + sUserLang ) ; //--> ! </script> ! </td> ! </tr> ! </table> </div> </body> Index: fck_paste.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_paste.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_paste.html 28 Feb 2005 00:33:24 -0000 1.1.1.1 --- fck_paste.html 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 15,20 **** * the toolbar buttons or the context menu. * ! * Version: 2.0 RC2 ! * Modified: 2004-11-30 10:26:37 * * File Authors: --- 15,20 ---- * the toolbar buttons or the context menu. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-19 14:45:24 * * File Authors: *************** *** 77,81 **** <td valign="top" height="100%" style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid"> <textarea id="txtData" style="BORDER-RIGHT: #000000 1px; BORDER-TOP: #000000 1px; DISPLAY: none; BORDER-LEFT: #000000 1px; WIDTH: 99%; BORDER-BOTTOM: #000000 1px; HEIGHT: 98%"></textarea> ! <iframe id="frmData" height="98%" width="99%" frameborder="no" style="BORDER-RIGHT: #000000 1px; BORDER-TOP: #000000 1px; DISPLAY: none; BORDER-LEFT: #000000 1px; BORDER-BOTTOM: #000000 1px; BACKGROUND-COLOR: #ffffff"></iframe> </td> </tr> --- 77,81 ---- <td valign="top" height="100%" style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid"> <textarea id="txtData" style="BORDER-RIGHT: #000000 1px; BORDER-TOP: #000000 1px; DISPLAY: none; BORDER-LEFT: #000000 1px; WIDTH: 99%; BORDER-BOTTOM: #000000 1px; HEIGHT: 98%"></textarea> ! <iframe id="frmData" src="../fckblank.html" height="98%" width="99%" frameborder="no" style="BORDER-RIGHT: #000000 1px; BORDER-TOP: #000000 1px; DISPLAY: none; BORDER-LEFT: #000000 1px; BORDER-BOTTOM: #000000 1px; BACKGROUND-COLOR: #ffffff"></iframe> </td> </tr> Index: fck_tablecell.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_tablecell.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_tablecell.html 28 Feb 2005 00:33:24 -0000 1.1.1.1 --- fck_tablecell.html 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 12,17 **** * Cell properties dialog window. * ! * Version: 2.0 RC2 ! * Modified: 2004-12-19 23:47:03 * * File Authors: --- 12,17 ---- * Cell properties dialog window. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-09 13:48:22 * * File Authors: *************** *** 24,28 **** <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="robots" content="noindex, nofollow" /> ! <script src="js/fck_dialog_common.js" type="text/javascript"></script> <script type="text/javascript"> --- 24,28 ---- <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 type="text/javascript"> *************** *** 34,46 **** // Array of selected Cells var aCells = oEditor.FCKTableHandler.GetSelectedCells() ; ! window.onload = function() { // First of all, translate the dialog box texts oEditor.FCKLanguageManager.TranslatePage( document ) ; ! SetStartupValue() ; ! window.parent.SetOkButton( true ) ; window.parent.SetAutoSize( true ) ; } --- 34,46 ---- // Array of selected Cells var aCells = oEditor.FCKTableHandler.GetSelectedCells() ; ! window.onload = function() { // First of all, translate the dialog box texts oEditor.FCKLanguageManager.TranslatePage( document ) ; ! SetStartupValue() ; ! window.parent.SetOkButton( true ) ; window.parent.SetAutoSize( true ) ; } *************** *** 52,56 **** var oCell = aCells[0] ; var iWidth = GetAttribute( oCell, 'width' ) ; ! if ( iWidth.indexOf && iWidth.indexOf( '%' ) >= 0 ) { --- 52,56 ---- var oCell = aCells[0] ; var iWidth = GetAttribute( oCell, 'width' ) ; ! if ( iWidth.indexOf && iWidth.indexOf( '%' ) >= 0 ) { *************** *** 58,62 **** GetE('selWidthType').value = 'percent' ; } ! if ( oCell.attributes['noWrap'] != null && oCell.attributes['noWrap'].specified ) GetE('selWordWrap').value = !oCell.noWrap ; --- 58,62 ---- GetE('selWidthType').value = 'percent' ; } ! if ( oCell.attributes['noWrap'] != null && oCell.attributes['noWrap'].specified ) GetE('selWordWrap').value = !oCell.noWrap ; *************** *** 81,90 **** if ( GetE('txtWidth').value.length > 0 ) aCells[i].width = GetE('txtWidth').value + ( GetE('selWidthType').value == 'percent' ? '%' : '') ; ! else aCells[i].removeAttribute( 'width', 0 ) ; ! if ( GetE('selWordWrap').value == 'false' ) ! aCells[i].noWrap = true ; ! else aCells[i].removeAttribute( 'noWrap' ) ; --- 81,90 ---- if ( GetE('txtWidth').value.length > 0 ) aCells[i].width = GetE('txtWidth').value + ( GetE('selWidthType').value == 'percent' ? '%' : '') ; ! else aCells[i].removeAttribute( 'width', 0 ) ; ! if ( GetE('selWordWrap').value == 'false' ) ! aCells[i].noWrap = true ; ! else aCells[i].removeAttribute( 'noWrap' ) ; *************** *** 98,102 **** // SetAttribute( aCells[i], 'className' , GetE('cmbFontStyle').value ) ; } ! return true ; } --- 98,102 ---- // SetAttribute( aCells[i], 'className' , GetE('cmbFontStyle').value ) ; } ! return true ; } *************** *** 104,108 **** function SelectBackColor( color ) { ! if ( color && color.length > 0 ) GetE('txtBackColor').value = color ; } --- 104,108 ---- function SelectBackColor( color ) { ! if ( color && color.length > 0 ) GetE('txtBackColor').value = color ; } *************** *** 110,114 **** function SelectBorderColor( color ) { ! if ( color && color.length > 0 ) GetE('txtBorderColor').value = color ; } --- 110,114 ---- function SelectBorderColor( color ) { ! if ( color && color.length > 0 ) GetE('txtBorderColor').value = color ; } Index: fck_specialchar.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_specialchar.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_specialchar.html 28 Feb 2005 00:33:24 -0000 1.1.1.1 --- fck_specialchar.html 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 12,17 **** * Special Chars Selector dialog window. * ! * Version: 2.0 RC2 ! * Modified: 2004-11-16 01:23:03 * * File Authors: --- 12,17 ---- * Special Chars Selector dialog window. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-25 22:01:23 * * File Authors: *************** *** 21,25 **** <html> <head> - <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"> <style type="text/css"> .HandIE { cursor: hand ; } --- 21,24 ---- Index: fck_replace.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_replace.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_replace.html 28 Feb 2005 00:33:25 -0000 1.1.1.1 --- fck_replace.html 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 13,17 **** * "Replace" dialog box window. * ! * Version: 2.0 RC2 * Modified: 2004-11-30 10:26:37 * --- 13,17 ---- * "Replace" dialog box window. * ! * Version: 2.0 RC3 * Modified: 2004-11-30 10:26:37 * |