You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(34) |
Sep
(302) |
Oct
(13) |
Nov
(35) |
Dec
(15) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(56) |
Feb
(12) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Thyamad c. <th...@us...> - 2005-10-21 12:10:25
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19674/thywidgets/external/fckeditor/editor/filemanager/browser/default Removed Files: Browser.css Log Message: Commiting file removals... --- Browser.css DELETED --- |
From: Thyamad c. <th...@us...> - 2005-10-21 12:10:22
|
Update of /cvsroot/thyapi/thyapi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19674 Modified Files: .sync_svn2cvs Log Message: Commiting file removals... Index: .sync_svn2cvs =================================================================== RCS file: /cvsroot/thyapi/thyapi/.sync_svn2cvs,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** .sync_svn2cvs 13 Oct 2005 18:17:26 -0000 1.26 --- .sync_svn2cvs 21 Oct 2005 12:10:13 -0000 1.27 *************** *** 1 **** ! 2099 \ No newline at end of file --- 1,8 ---- ! 2120 ! a:2:{s:5:"added";a:0:{}s:8:"messages";s:207:"Changes made by vinicius on 2005-10-21 14:39:54 +0200 (Fri, 21 Oct 2005) corresponding to SVN revision 2120 with message: ! ! Fix in fckeditor - deleted wrong css file that was causing trouble in windows... ! ! ! ! ";} \ No newline at end of file |
From: Thyamad c. <th...@us...> - 2005-10-13 18:17:40
|
Update of /cvsroot/thyapi/thyapi/thywidgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20891/thywidgets Modified Files: thygridrow.js Log Message: Commiting file additions and modification from SVN revision 2098 to 2099... Changes made by vinicius on 2005-10-13 20:44:52 +0200 (Thu, 13 Oct 2005) corresponding to SVN revision 2099 with message: Grid Row commited... Index: thygridrow.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/thygridrow.js,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** thygridrow.js 1 Sep 2005 18:15:38 -0000 1.1 --- thygridrow.js 13 Oct 2005 18:17:26 -0000 1.2 *************** *** 372,375 **** --- 372,380 ---- p.selectOnly = function () { + if (this.isSelected()) + { + return; + } + this.selected = true; var i,cell,nCells = this.cells.getElementsCount(); *************** *** 392,395 **** --- 397,405 ---- p.select = function () { + if (this.isSelected()) + { + return; + } + this.selectOnly(); *************** *** 410,413 **** --- 420,428 ---- p.unselectOnly = function () { + if (!this.isSelected()) + { + return; + } + this.selected = false; var i,cell,nCells = this.cells.getElementsCount(); *************** *** 430,433 **** --- 445,453 ---- p.unselect = function () { + if (!this.isSelected()) + { + return; + } + this.unselectOnly(); |
From: Thyamad c. <th...@us...> - 2005-10-13 18:17:37
|
Update of /cvsroot/thyapi/thyapi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20891 Modified Files: .sync_svn2cvs Log Message: Commiting file additions and modification from SVN revision 2098 to 2099... Changes made by vinicius on 2005-10-13 20:44:52 +0200 (Thu, 13 Oct 2005) corresponding to SVN revision 2099 with message: Grid Row commited... Index: .sync_svn2cvs =================================================================== RCS file: /cvsroot/thyapi/thyapi/.sync_svn2cvs,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** .sync_svn2cvs 6 Oct 2005 22:12:59 -0000 1.25 --- .sync_svn2cvs 13 Oct 2005 18:17:26 -0000 1.26 *************** *** 1 **** ! 2073 \ No newline at end of file --- 1 ---- ! 2099 \ No newline at end of file |
From: Thyamad c. <th...@us...> - 2005-10-06 22:13:09
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1165/thywidgets/external/fckeditor/editor/filemanager/browser/default Modified Files: Browser.css Log Message: Commiting file additions and modification from SVN revision 2072 to 2073... Changes made by vinicius on 2005-10-07 00:37:52 +0200 (Fri, 07 Oct 2005) corresponding to SVN revision 2073 with message: Index: Browser.css =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/Browser.css,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Browser.css 1 Sep 2005 18:15:42 -0000 1.4 --- Browser.css 6 Oct 2005 22:12:59 -0000 1.5 *************** *** 1,5 **** ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 9,21 **** * http://www.fckeditor.net/ * ! * File Name: Browser.css * CSS styles used by all pages that compose the File Browser. * - * Version: 2.0 RC3 - * Modified: 2004-05-31 23:07:52 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ body --- 9,18 ---- * http://www.fckeditor.net/ * ! * File Name: browser.css * CSS styles used by all pages that compose the File Browser. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ body |
From: Thyamad c. <th...@us...> - 2005-10-06 22:13:08
|
Update of /cvsroot/thyapi/thyapi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1165 Modified Files: .sync_svn2cvs Log Message: Commiting file additions and modification from SVN revision 2072 to 2073... Changes made by vinicius on 2005-10-07 00:37:52 +0200 (Fri, 07 Oct 2005) corresponding to SVN revision 2073 with message: Index: .sync_svn2cvs =================================================================== RCS file: /cvsroot/thyapi/thyapi/.sync_svn2cvs,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** .sync_svn2cvs 29 Sep 2005 19:49:16 -0000 1.24 --- .sync_svn2cvs 6 Oct 2005 22:12:59 -0000 1.25 *************** *** 1 **** ! 2029 \ No newline at end of file --- 1 ---- ! 2073 \ No newline at end of file |
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/editor/dialog Modified Files: fck_about.html fck_anchor.html fck_button.html fck_checkbox.html fck_colorselector.html fck_docprops.html fck_find.html fck_form.html fck_hiddenfield.html fck_image.html fck_link.html fck_listprop.html fck_paste.html fck_radiobutton.html fck_replace.html fck_select.html fck_smiley.html fck_specialchar.html fck_spellerpages.html fck_table.html fck_tablecell.html fck_textarea.html fck_textfield.html fck_universalkey.html Added Files: fck_flash.html fck_source.html fck_template.html Log Message: Commiting file additions and modification from SVN revision 2028 to 2029... Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message: updating fckeditor in dynapi Index: fck_table.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_table.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fck_table.html 1 Sep 2005 18:15:41 -0000 1.4 --- fck_table.html 29 Sep 2005 19:49:17 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Table dialog window. * - * Version: 2.0 RC3 - * Modified: 2005-02-19 00:38:53 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <html> --- 12,18 ---- * Table dialog window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <html> *************** *** 130,137 **** { var oCell = oRow.insertCell(-1) ; ! oCell.innerHTML = " " ; } } oEditor.FCK.InsertElement( table ) ; } --- 127,137 ---- { var oCell = oRow.insertCell(-1) ; ! if ( oEditor.FCKBrowserInfo.IsGecko ) ! oCell.innerHTML = '<br _moz_editor_bogus_node="TRUE">' ; ! //oCell.innerHTML = " " ; } } + oEditor.FCKUndo.SaveUndoStep() ; oEditor.FCK.InsertElement( table ) ; } --- NEW FILE: fck_template.html --- <!-- * FCKeditor - The text editor for internet * Copyright (C) 2003-2005 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_template.html * Template selection dialog window. * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <style> .TplList { border: #dcdcdc 2px solid; background-color: #ffffff; overflow: auto; width: 90%; } .TplItem { margin: 5px; padding: 7px; border: #eeeeee 1px solid; } .TplItem TABLE { display: inline; } .TplTitle { font-weight: bold; } </style> <script src="common/fck_dialog_common.js" type="text/javascript"></script> <script language="javascript"> var oEditor = window.parent.InnerDialogLoaded() ; var FCK = oEditor.FCK ; var FCKLang = oEditor.FCKLang ; var FCKConfig = oEditor.FCKConfig ; window.onload = function() { // Set the right box height (browser dependent). GetE('eList').style.height = document.all ? '100%' : '295px' ; // Translate the dialog box texts. oEditor.FCKLanguageManager.TranslatePage(document) ; window.parent.SetAutoSize( true ) ; LoadTemplatesXml() ; } function LoadTemplatesXml() { if ( !FCK._Templates ) { GetE('eLoading').style.display = '' ; // Create the Templates array. FCK._Templates = new Array() ; // Load the XML file. var oXml = new oEditor.FCKXml() ; oXml.LoadUrl( FCKConfig.TemplatesXmlPath ) ; // Get the Images Base Path. var oAtt = oXml.SelectSingleNode( 'Templates/@imagesBasePath' ) ; var sImagesBasePath = oAtt ? oAtt.value : '' ; // Get the "Template" nodes defined in the XML file. var aTplNodes = oXml.SelectNodes( 'Templates/Template' ) ; for ( var i = 0 ; i < aTplNodes.length ; i++ ) { var oNode = aTplNodes[i] var oTemplate = new Object() ; var oPart ; // Get the Template Title. if ( oPart = oNode.attributes.getNamedItem('title') ) oTemplate.Title = oPart.value ; else oTemplate.Title = 'Template ' + ( i + 1 ) ; // Get the Template Description. if ( oPart = oXml.SelectSingleNode( 'Description', oNode ) ) oTemplate.Description = oPart.text ? oPart.text : oPart.textContent ; // Get the Template Image. if ( oPart = oNode.attributes.getNamedItem('image') ) oTemplate.Image = sImagesBasePath + oPart.value ; // Get the Template HTML. if ( oPart = oXml.SelectSingleNode( 'Html', oNode ) ) oTemplate.Html = oPart.text ? oPart.text : oPart.textContent ; else { alert( 'No HTML defined for template index ' + i + '. Please review the "' + FCKConfig.TemplatesXmlPath + '" file.' ) ; continue ; } FCK._Templates[ FCK._Templates.length ] = oTemplate ; } GetE('eLoading').style.display = 'none' ; } if ( FCK._Templates.length == 0 ) GetE('eEmpty').style.display = '' ; else { for ( var i = 0 ; i < FCK._Templates.length ; i++ ) { var oTemplate = FCK._Templates[i] ; var oItemDiv = GetE('eList').appendChild( document.createElement( 'DIV' ) ) ; oItemDiv.TplIndex = i ; oItemDiv.className = 'TplItem' ; // Build the inner HTML of our new item DIV. var sInner = '<table><tr>' ; if ( oTemplate.Image ) sInner += '<td valign="top"><img src="' + oTemplate.Image + '"></td>' ; sInner += '<td valign="top"><div class="TplTitle">' + oTemplate.Title + '</div>' ; if ( oTemplate.Description ) sInner += '<div>' + oTemplate.Description + '</div>' ; sInner += '</td></tr></table>' ; oItemDiv.innerHTML = sInner ; oItemDiv.onmouseover = ItemDiv_OnMouseOver ; oItemDiv.onmouseout = ItemDiv_OnMouseOut ; oItemDiv.onclick = ItemDiv_OnClick ; } } } function ItemDiv_OnMouseOver() { this.className += ' PopupSelectionBox' ; } function ItemDiv_OnMouseOut() { this.className = this.className.replace( /\s*PopupSelectionBox\s*/, '' ) ; } function ItemDiv_OnClick() { SelectTemplate( this.TplIndex ) ; } function SelectTemplate( index ) { oEditor.FCKUndo.SaveUndoStep() ; FCK.SetHTML( FCK._Templates[index].Html ) ; window.parent.Cancel() ; } </script> </head> <body scroll="no" style="OVERFLOW: hidden"> <table width="100%" height="100%"> <tr> <td align="center"> <span fckLang="DlgTemplatesSelMsg">Please select the template to open in the editor<br> (the actual contents will be lost):</span> </td> </tr> <tr> <td height="100%" align="center"> <div id="eList" align="left" class="TplList"> <div id="eLoading" align="center" style="DISPLAY: none"> <br> <span fckLang="DlgTemplatesLoading">Loading templates list. Please wait...</span> </div> <div id="eEmpty" align="center" style="DISPLAY: none"> <br> <span fckLang="DlgTemplatesNoTpl">(No templates defined)</span> </div> </div> </td> </tr> </table> </body> </html> Index: fck_radiobutton.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_radiobutton.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fck_radiobutton.html 1 Sep 2005 18:15:41 -0000 1.1 --- fck_radiobutton.html 29 Sep 2005 19:49:17 -0000 1.2 *************** *** 1,6 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * Radio Button dialog window. * - * Version: 2.0 RC3 - * Modified: 2005-02-16 20:12:28 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> --- 13,19 ---- * Radio Button dialog window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> *************** *** 42,46 **** { GetE('txtName').value = oActiveEl.name ; ! GetE('txtValue').value = GetAttribute( oActiveEl, 'value' ) ; GetE('txtSelected').checked = oActiveEl.checked ; } --- 39,43 ---- { GetE('txtName').value = oActiveEl.name ; ! GetE('txtValue').value = oActiveEl.value ; GetE('txtSelected').checked = oActiveEl.checked ; } Index: fck_hiddenfield.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_hiddenfield.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fck_hiddenfield.html 1 Sep 2005 18:15:41 -0000 1.1 --- fck_hiddenfield.html 29 Sep 2005 19:49:17 -0000 1.2 *************** *** 1,6 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * Hidden Field dialog window. * - * Version: 2.0 RC3 - * Modified: 2005-02-08 19:18:19 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> --- 13,19 ---- * Hidden Field dialog window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> Index: fck_link.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_link.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fck_link.html 1 Sep 2005 18:15:41 -0000 1.4 --- fck_link.html 29 Sep 2005 19:49:17 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * 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> --- 12,18 ---- * Link dialog window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> *************** *** 38,42 **** <br /> <div id="divLinkTypeUrl"> ! <table cellspacing="0" cellpadding="0" width="100%" border="0"> <tr> <td nowrap="nowrap"> --- 35,39 ---- <br /> <div id="divLinkTypeUrl"> ! <table cellspacing="0" cellpadding="0" width="100%" border="0" dir="ltr"> <tr> <td nowrap="nowrap"> *************** *** 101,110 **** </div> <div id="divUpload" style="DISPLAY: none"> ! <form method="post" target="UploadWindow" enctype="multipart/form-data" action=""> <span fckLang="DlgLnkUpload">Upload</span><br /> ! <input style="WIDTH: 100%" type="file" size="40" /><br /> <br /> ! <input id="btnUpload" onclick="uploadFile();" type="button" value="Send it to the Server" ! fckLang="DlgLnkBtnUpload" /> </form> </div> --- 98,107 ---- </div> <div id="divUpload" style="DISPLAY: none"> ! <form id="frmUpload" method="post" target="UploadWindow" enctype="multipart/form-data" action="" onsubmit="return CheckUpload();"> <span fckLang="DlgLnkUpload">Upload</span><br /> ! <input id="txtUploadFile" style="WIDTH: 100%" type="file" size="40" name="NewFile" /><br /> <br /> ! <input id="btnUpload" type="submit" value="Send it to the Server" fckLang="DlgLnkBtnUpload" /> ! <iframe name="UploadWindow" style="DISPLAY: none"></iframe> </form> </div> Index: fck_find.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_find.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fck_find.html 1 Sep 2005 18:15:41 -0000 1.4 --- fck_find.html 29 Sep 2005 19:49:17 -0000 1.5 *************** *** 1,6 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * "Find" dialog window. * - * Version: 2.0 RC3 - * Modified: 2005-02-09 13:52:09 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> --- 13,19 ---- * "Find" dialog window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> *************** *** 141,158 **** </td> <td width="100%"> ! <input id="txtFind" onkeyup="btnStat(this.form)" style="WIDTH: 100%" tabIndex="1" type="text"> </td> <td> ! <input id="btnFind" style="WIDTH: 100%; PADDING-RIGHT: 5px; PADDING-LEFT: 5px" disabled ! onclick="Ok();" type="button" value="Find" fckLang="DlgFindFindBtn"> </td> </tr> <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> --- 138,155 ---- </td> <td width="100%"> ! <input id="txtFind" style="WIDTH: 100%" tabIndex="1" type="text"> </td> <td> ! <input id="btnFind" style="WIDTH: 100%; PADDING-RIGHT: 5px; PADDING-LEFT: 5px" onclick="Ok();" ! type="button" value="Find" fckLang="DlgFindFindBtn"> </td> </tr> <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_button.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_button.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fck_button.html 1 Sep 2005 18:15:41 -0000 1.1 --- fck_button.html 29 Sep 2005 19:49:17 -0000 1.2 *************** *** 1,6 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * Button dialog window. * - * Version: 2.0 RC3 - * Modified: 2005-02-09 20:14:46 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> --- 13,19 ---- * Button dialog window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> Index: fck_listprop.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_listprop.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fck_listprop.html 1 Sep 2005 18:15:41 -0000 1.1 --- fck_listprop.html 29 Sep 2005 19:49:17 -0000 1.2 *************** *** 1,6 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * Bulleted List dialog window. * - * Version: 2.0 RC3 - * Modified: 2005-02-16 20:29:05 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> --- 13,19 ---- * Bulleted List dialog window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> Index: fck_about.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_about.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fck_about.html 1 Sep 2005 18:15:41 -0000 1.4 --- fck_about.html 29 Sep 2005 19:49:17 -0000 1.5 *************** *** 1,6 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * "About" dialog window. * - * Version: 2.0 RC3 - * Modified: 2005-03-02 10:56:09 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> --- 13,19 ---- * "About" dialog window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> *************** *** 72,76 **** <span fckLang="DlgAboutVersion">version</span> <br> ! <b>2.0 RC3</b></td> </tr> </table> --- 69,73 ---- <span fckLang="DlgAboutVersion">version</span> <br> ! <b>2.0</b></td> </tr> </table> *************** *** 100,104 **** </table> </div> ! <div id="divInfo" style="DISPLAY: none"> <table align="center" width="80%" border="0"> <tr> --- 97,101 ---- </table> </div> ! <div id="divInfo" style="DISPLAY: none" dir="ltr"> <table align="center" width="80%" border="0"> <tr> Index: fck_image.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_image.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fck_image.html 1 Sep 2005 18:15:41 -0000 1.4 --- fck_image.html 29 Sep 2005 19:49:17 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Image Properties dialog window. * - * Version: 2.0 RC3 - * Modified: 2005-02-18 23:54:52 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> --- 12,18 ---- * Image Properties dialog window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> *************** *** 39,45 **** </td> <td id="tdBrowse" style="DISPLAY: none" nowrap rowspan="2"> ! ! <input id="btnBrowse" onclick="BrowseServer();" type="button" ! value="Browse Server" fckLang="DlgBtnBrowseServer" NAME="btnBrowse"> </td> </tr> --- 36,40 ---- </td> <td id="tdBrowse" style="DISPLAY: none" nowrap rowspan="2"> ! <input id="btnBrowse" onclick="BrowseServer();" type="button" value="Browse Server" fckLang="DlgBtnBrowseServer"> </td> </tr> *************** *** 54,59 **** <tr> <td> ! <span fckLang="DlgImgAlt">Short Description</span><br> ! <input id="txtAlt" style="WIDTH: 100%" type="text"><br> </td> </tr> --- 49,54 ---- <tr> <td> ! <span fckLang="DlgImgAlt">Short Description</span><br /> ! <input id="txtAlt" style="WIDTH: 100%" type="text"><br /> </td> </tr> *************** *** 63,67 **** <tr> <td valign="top"> ! <br> <table cellspacing="0" cellpadding="0" border="0"> <tr> --- 58,62 ---- <tr> <td valign="top"> ! <br /> <table cellspacing="0" cellpadding="0" border="0"> <tr> *************** *** 70,77 **** <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> ! <div id="btnResetSize" class="BtnReset" onmouseover="this.className='BtnReset BtnOver';" onmouseout="this.className='BtnReset';" ! title="Reset Size" onclick="ResetSizes();"></div> </td> </tr> --- 65,73 ---- <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> ! <div id="btnResetSize" class="BtnReset" onmouseover="this.className='BtnReset BtnOver';" ! onmouseout="this.className='BtnReset';" title="Reset Size" onclick="ResetSizes();"></div> </td> </tr> *************** *** 82,86 **** </tr> </table> ! <br> <table cellspacing="0" cellpadding="0" border="0"> <tr> --- 78,82 ---- </tr> </table> ! <br /> <table cellspacing="0" cellpadding="0" border="0"> <tr> *************** *** 126,144 **** <td valign="top"> <div class="ImagePreviewArea"> ! <img id="imgPreview" style="DISPLAY: none">Magnus es, domine, et laudabilis ! valde: magna virtus tua, et sapientiae tuae non est numerus. et laudare te vult ! homo, aliqua portio creaturae tuae, et homo circumferens mortalitem suam, ! circumferens testimonium peccati sui et testimonium, quia superbis resistis: et ! tamen laudare te vult homo, aliqua portio creaturae tuae.tu excitas, ut laudare ! te delectet, quia fecisti nos ad te et inquietum est cor nostrum, donec ! requiescat in te. da mihi, domine, scire et intellegere, utrum sit prius ! invocare te an laudare te, et scire te prius sit an invocare te. sed quis te ! invocat nesciens te? aliud enim pro alio potest invocare nesciens. an potius ! invocaris, ut sciaris? quomodo autem invocabunt, in quem non crediderunt? aut ! quomodo credent sine praedicante? et laudabunt dominum qui requirunt eum. ! quaerentes enim inveniunt eum et invenientes laudabunt eum. quaeram te, domine, ! invocans te, et invocem te credens in te: praedicatus enim es nobis. invocat ! te, domine, fides mea, quam dedisti mihi, quam inspirasti mihi per humanitatem ! filii tui, per ministerium praedicatoris tui. </div> </td> --- 122,141 ---- <td valign="top"> <div class="ImagePreviewArea"> ! <a id="lnkPreview" onclick="return false;" style="CURSOR: default"><img id="imgPreview" style="DISPLAY: none"></a>Magnus ! es, domine, et laudabilis valde: magna virtus tua, et sapientiae tuae non est ! numerus. et laudare te vult homo, aliqua portio creaturae tuae, et homo ! circumferens mortalitem suam, circumferens testimonium peccati sui et ! testimonium, quia superbis resistis: et tamen laudare te vult homo, aliqua ! portio creaturae tuae.tu excitas, ut laudare te delectet, quia fecisti nos ad ! te et inquietum est cor nostrum, donec requiescat in te. da mihi, domine, scire ! et intellegere, utrum sit prius invocare te an laudare te, et scire te prius ! sit an invocare te. sed quis te invocat nesciens te? aliud enim pro alio potest ! invocare nesciens. an potius invocaris, ut sciaris? quomodo autem invocabunt, ! in quem non crediderunt? aut quomodo credent sine praedicante? et laudabunt ! dominum qui requirunt eum. quaerentes enim inveniunt eum et invenientes ! laudabunt eum. quaeram te, domine, invocans te, et invocem te credens in te: ! praedicatus enim es nobis. invocat te, domine, fides mea, quam dedisti mihi, ! quam inspirasti mihi per humanitatem filii tui, per ministerium praedicatoris ! tui. </div> </td> *************** *** 152,160 **** </table> </div> <div id="divAdvanced" style="DISPLAY: none"> <table cellspacing="0" cellpadding="0" width="100%" align="center" border="0"> <tr> <td valign="top" width="50%"> ! <span fckLang="DlgGenId">Id</span><br> <input id="txtAttId" style="WIDTH: 100%" type="text"> </td> --- 149,191 ---- </table> </div> + <div id="divUpload" style="DISPLAY: none"> + <form id="frmUpload" method="post" target="UploadWindow" enctype="multipart/form-data" action="" onsubmit="return CheckUpload();"> + <span fckLang="DlgLnkUpload">Upload</span><br /> + <input id="txtUploadFile" style="WIDTH: 100%" type="file" size="40" name="NewFile" /><br /> + <br /> + <input id="btnUpload" type="submit" value="Send it to the Server" fckLang="DlgLnkBtnUpload" /> + <iframe name="UploadWindow" style="DISPLAY: none"></iframe> + </form> + </div> + <div id="divLink" style="DISPLAY: none"> + <table cellspacing="1" cellpadding="1" border="0" width="100%"> + <tr> + <td> + <div> + <span fckLang="DlgLnkURL">URL</span><br /> + <input id="txtLnkUrl" style="WIDTH: 100%" type="text" onblur="UpdatePreview();" /> + </div> + <div id="divLnkBrowseServer" align="right"> + <input type="button" value="Browse Server" fckLang="DlgBtnBrowseServer" onclick="LnkBrowseServer();" /> + </div> + <div> + <span fckLang="DlgLnkTarget">Target</span><br /> + <select id="cmbLnkTarget"> + <option value="" fckLang="DlgGenNotSet" selected="selected"><not set></option> + <option value="_blank" fckLang="DlgLnkTargetBlank">New Window (_blank)</option> + <option value="_top" fckLang="DlgLnkTargetTop">Topmost Window (_top)</option> + <option value="_self" fckLang="DlgLnkTargetSelf">Same Window (_self)</option> + <option value="_parent" fckLang="DlgLnkTargetParent">Parent Window (_parent)</option> + </select> + </div> + </td> + </tr> + </table> + </div> <div id="divAdvanced" style="DISPLAY: none"> <table cellspacing="0" cellpadding="0" width="100%" align="center" border="0"> <tr> <td valign="top" width="50%"> ! <span fckLang="DlgGenId">Id</span><br /> <input id="txtAttId" style="WIDTH: 100%" type="text"> </td> *************** *** 164,168 **** <tr> <td width="60%"> ! <span fckLang="DlgGenLangDir">Language Direction</span><br> <select id="cmbAttLangDir" style="WIDTH: 100%"> <option value="" fckLang="DlgGenNotSet" selected><not set></option> --- 195,199 ---- <tr> <td width="60%"> ! <span fckLang="DlgGenLangDir">Language Direction</span><br /> <select id="cmbAttLangDir" style="WIDTH: 100%"> <option value="" fckLang="DlgGenNotSet" selected><not set></option> *************** *** 173,177 **** <td width="1%"> </td> <td nowrap> ! <span fckLang="DlgGenLangCode">Language Code</span><br> <input id="txtAttLangCode" style="WIDTH: 100%" type="text"> </td> --- 204,208 ---- <td width="1%"> </td> <td nowrap> ! <span fckLang="DlgGenLangCode">Language Code</span><br /> <input id="txtAttLangCode" style="WIDTH: 100%" type="text"> </td> *************** *** 185,189 **** <tr> <td colspan="3"> ! <span fckLang="DlgGenLongDescr">Long Description URL</span><br> <input id="txtLongDesc" style="WIDTH: 100%" type="text"> </td> --- 216,220 ---- <tr> <td colspan="3"> ! <span fckLang="DlgGenLongDescr">Long Description URL</span><br /> <input id="txtLongDesc" style="WIDTH: 100%" type="text"> </td> *************** *** 194,207 **** <tr> <td valign="top"> ! <span fckLang="DlgGenClass">Stylesheet Classes</span><br> <input id="txtAttClasses" style="WIDTH: 100%" type="text"> </td> <td></td> ! <td valign="top"> <span fckLang="DlgGenTitle">Advisory Title</span><br> <input id="txtAttTitle" style="WIDTH: 100%" type="text"> </td> </tr> </table> ! <span fckLang="DlgGenStyle">Style</span><br> <input id="txtAttStyle" style="WIDTH: 100%" type="text"> </div> --- 225,238 ---- <tr> <td valign="top"> ! <span fckLang="DlgGenClass">Stylesheet Classes</span><br /> <input id="txtAttClasses" style="WIDTH: 100%" type="text"> </td> <td></td> ! <td valign="top"> <span fckLang="DlgGenTitle">Advisory Title</span><br /> <input id="txtAttTitle" style="WIDTH: 100%" type="text"> </td> </tr> </table> ! <span fckLang="DlgGenStyle">Style</span><br /> <input id="txtAttStyle" style="WIDTH: 100%" type="text"> </div> Index: fck_smiley.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_smiley.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fck_smiley.html 1 Sep 2005 18:15:41 -0000 1.4 --- fck_smiley.html 29 Sep 2005 19:49:17 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Smileys (emoticons) dialog window. * - * Version: 2.0 RC3 - * Modified: 2005-02-08 13:23:07 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <html> --- 12,18 ---- * Smileys (emoticons) dialog window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <html> *************** *** 40,44 **** { var oImg = oEditor.FCK.CreateElement( 'IMG' ) ; ! oImg.src = url ; window.parent.Cancel() ; --- 37,41 ---- { var oImg = oEditor.FCK.CreateElement( 'IMG' ) ; ! oImg.src = url ; window.parent.Cancel() ; Index: fck_docprops.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_docprops.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fck_docprops.html 1 Sep 2005 18:15:41 -0000 1.1 --- fck_docprops.html 29 Sep 2005 19:49:17 -0000 1.2 *************** *** 1,6 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * Link dialog window. * - * Version: 2.0 RC3 - * Modified: 2005-02-19 00:11:20 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> --- 13,19 ---- * Link dialog window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> *************** *** 27,33 **** <script language="javascript"> ! var oEditor = window.parent.InnerDialogLoaded() ; ! var FCK = oEditor.FCK ; ! var FCKLang = oEditor.FCKLang ; //#### Dialog Tabs --- 24,31 ---- <script language="javascript"> ! var oEditor = window.parent.InnerDialogLoaded() ; ! var FCK = oEditor.FCK ; ! var FCKLang = oEditor.FCKLang ; ! var FCKConfig = oEditor.FCKConfig ; //#### Dialog Tabs *************** *** 371,374 **** --- 369,392 ---- } + function BrowseServerBack() + { + var iLeft = (screen.width - FCKConfig.ImageBrowserWindowWidth) / 2 ; + var iTop = (screen.height - FCKConfig.ImageBrowserWindowHeight) / 2 ; + + var sOptions = "toolbar=no,status=no,resizable=yes,dependent=yes" ; + sOptions += ",width=" + FCKConfig.LinkBrowserWindowWidth ; + sOptions += ",height=" + FCKConfig.LinkBrowserWindowHeight ; + sOptions += ",left=" + iLeft ; + sOptions += ",top=" + iTop ; + + var oWindow = window.open( FCKConfig.ImageBrowserURL, "FCKBrowseWindow", sOptions ) ; + } + + function SetUrl( url ) + { + GetE('txtBackImage').value = url ; + UpdatePreview() ; + } + </script> </head> *************** *** 470,474 **** <tr> <td width="100%"><input id="txtBackImage" style="WIDTH: 100%" type="text" onchange="UpdatePreview();" onkeyup="UpdatePreview();"></td> ! <td nowrap> <input id="btnBrowse" onclick="BrowseServer();" type="button" fckLang="DlgBtnBrowseServer" value="Browse Server" fckLang="DlgBtnBrowseServer"></td> </tr> </table> --- 488,492 ---- <tr> <td width="100%"><input id="txtBackImage" style="WIDTH: 100%" type="text" onchange="UpdatePreview();" onkeyup="UpdatePreview();"></td> ! <td nowrap> <input id="btnBrowse" onclick="BrowseServerBack();" type="button" fckLang="DlgBtnBrowseServer" value="Browse Server" fckLang="DlgBtnBrowseServer"></td> </tr> </table> Index: fck_tablecell.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_tablecell.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fck_tablecell.html 1 Sep 2005 18:15:41 -0000 1.4 --- fck_tablecell.html 29 Sep 2005 19:49:17 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Cell properties dialog window. * - * Version: 2.0 RC3 - * Modified: 2005-02-09 13:48:22 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <html> --- 12,18 ---- * Cell properties dialog window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <html> Index: fck_universalkey.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_universalkey.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fck_universalkey.html 1 Sep 2005 18:15:41 -0000 1.1 --- fck_universalkey.html 29 Sep 2005 19:49:17 -0000 1.2 *************** *** 1,6 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,25 **** * Unicode Keyboard dialog window. * - * Version: 2.0 RC3 - * Modified: 2005-02-10 18:13:36 - * * File Authors: ! * Abdul-Aziz Al-Oraij (to...@ho...) ! * Michel Staelens ! * Bernadette Cierzniak ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> --- 13,22 ---- * Unicode Keyboard dialog window. * * File Authors: ! * Abdul-Aziz Al-Oraij (to...@ho...) ! * Michel Staelens ! * Bernadette Cierzniak ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> Index: fck_replace.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_replace.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fck_replace.html 1 Sep 2005 18:15:41 -0000 1.4 --- fck_replace.html 29 Sep 2005 19:49:17 -0000 1.5 *************** *** 1,6 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,23 **** * "Replace" dialog box window. * - * Version: 2.0 RC3 - * Modified: 2004-11-30 10:26:37 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! * Abdul-Aziz A. Al-Oraij (aziz.oraij.com) ! --> <html> <head> --- 13,20 ---- * "Replace" dialog box window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! * Abdul-Aziz A. Al-Oraij (aziz.oraij.com) ! --> <html> <head> *************** *** 34,37 **** --- 31,36 ---- window.parent.SetAutoSize( true ) ; + + oEditor.FCKUndo.SaveUndoStep() ; } Index: fck_colorselector.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_colorselector.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fck_colorselector.html 1 Sep 2005 18:15:41 -0000 1.4 --- fck_colorselector.html 29 Sep 2005 19:49:17 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Color Selection dialog window. * - * Version: 2.0 RC3 - * Modified: 2004-12-19 23:16:57 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <html> --- 12,18 ---- * Color Selection dialog window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <html> Index: fck_textfield.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_textfield.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fck_textfield.html 1 Sep 2005 18:15:41 -0000 1.1 --- fck_textfield.html 29 Sep 2005 19:49:17 -0000 1.2 *************** *** 1,6 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * Text field dialog window. * - * Version: 2.0 RC3 - * Modified: 2005-02-16 20:13:50 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> --- 13,19 ---- * Text field dialog window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> Index: fck_spellerpages.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_spellerpages.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fck_spellerpages.html 1 Sep 2005 18:15:41 -0000 1.1 --- fck_spellerpages.html 29 Sep 2005 19:49:17 -0000 1.2 *************** *** 1,6 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * Spell Check dialog window. * - * Version: 2.0 RC3 - * Modified: 2005-02-19 14:45:46 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> --- 13,19 ---- * Spell Check dialog window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> *************** *** 33,39 **** { document.getElementById('txtHtml').value = oEditor.FCK.GetHTML() ; ! ! var oSpeller = new spellChecker( document.getElementById('txtHtml') ) ; ! oSpeller.OnFinished = oSpeller_OnFinished ; oSpeller.openChecker() ; } --- 30,36 ---- { document.getElementById('txtHtml').value = oEditor.FCK.GetHTML() ; ! ! var oSpeller = new spellChecker( document.getElementById('txtHtml') ) ; ! oSpeller.OnFinished = oSpeller_OnFinished ; oSpeller.openChecker() ; } Index: fck_checkbox.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_checkbox.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fck_checkbox.html 1 Sep 2005 18:15:41 -0000 1.1 --- fck_checkbox.html 29 Sep 2005 19:49:17 -0000 1.2 *************** *** 1,6 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * Checkbox dialog window. * - * Version: 2.0 RC3 - * Modified: 2005-02-16 20:12:02 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> --- 13,19 ---- * Checkbox dialog window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> *************** *** 42,46 **** { GetE('txtName').value = oActiveEl.name ; ! GetE('txtValue').value = GetAttribute( oActiveEl, 'value' ) ; GetE('txtSelected').checked = oActiveEl.checked ; } --- 39,43 ---- { GetE('txtName').value = oActiveEl.name ; ! GetE('txtValue').value = oActiveEl.value ; GetE('txtSelected').checked = oActiveEl.checked ; } Index: fck_specialchar.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_specialchar.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fck_specialchar.html 1 Sep 2005 18:15:41 -0000 1.4 --- fck_specialchar.html 29 Sep 2005 19:49:17 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,24 **** * Special Chars Selector dialog window. * - * Version: 2.0 RC3 - * Modified: 2005-02-25 22:01:23 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <html> <head> <style type="text/css"> .HandIE { cursor: hand ; } --- 12,23 ---- * Special Chars Selector dialog window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <html> <head> + <meta name="robots" content="noindex, nofollow"> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style type="text/css"> .HandIE { cursor: hand ; } Index: fck_form.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_form.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fck_form.html 1 Sep 2005 18:15:41 -0000 1.1 --- fck_form.html 29 Sep 2005 19:49:17 -0000 1.2 *************** *** 1,6 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * Checkbox dialog window. * - * Version: 2.0 RC3 - * Modified: 2005-02-09 18:27:10 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> --- 13,19 ---- * Checkbox dialog window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> Index: fck_select.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_select.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fck_select.html 1 Sep 2005 18:15:41 -0000 1.1 --- fck_select.html 29 Sep 2005 19:49:17 -0000 1.2 *************** *** 1,6 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * Select dialog window. * - * Version: 2.0 RC3 - * Modified: 2005-02-09 13:44:26 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> --- 13,19 ---- * Select dialog window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> Index: fck_textarea.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_textarea.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fck_textarea.html 1 Sep 2005 18:15:41 -0000 1.1 --- fck_textarea.html 29 Sep 2005 19:49:17 -0000 1.2 *************** *** 1,6 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * Text Area dialog window. * - * Version: 2.0 RC3 - * Modified: 2005-02-19 00:16:07 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> --- 13,19 ---- * Text Area dialog window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> --- NEW FILE: fck_flash.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- * FCKeditor - The text editor for internet * Copyright (C) 2003-2005 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_flash.html * Flash Properties dialog window. * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) --> <html> <head> <title>Flash Properties</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta content="noindex, nofollow" name="robots"> <script src="common/fck_dialog_common.js" type="text/javascript"></script> <script src="fck_flash/fck_flash.js" type="text/javascript"></script> <link href="common/fck_dialog_common.css" type="text/css" rel="stylesheet"> </head> <body scroll="no" style="OVERFLOW: hidden"> <div id="divInfo"> <table cellSpacing="1" cellPadding="1" width="100%" border="0"> <tr> <td> <table cellSpacing="0" cellPadding="0" width="100%" border="0"> <tr> <td width="100%"><span fckLang="DlgImgURL">URL</span> </td> <td id="tdBrowse" style="DISPLAY: none" noWrap rowSpan="2"> <input id="btnBrowse" onclick="BrowseServer();" type="button" value="Browse Server" fckLang="DlgBtnBrowseServer"> </td> </tr> <tr> <td vAlign="top"><input id="txtUrl" onblur="UpdatePreview();" style="WIDTH: 100%" type="text"> </td> </tr> </table> </td> </tr> <TR> <TD> <table cellSpacing="0" cellPadding="0" border="0"> <TR> <TD nowrap> <span fckLang="DlgImgWidth">Width</span><br> <input id="txtWidth" class="FCK__FieldNumeric" type="text" size="3"> </TD> <TD> </TD> <TD> <span fckLang="DlgImgHeight">Height</span><br> <input id="txtHeight" class="FCK__FieldNumeric" type="text" size="3"> </TD> </TR> </table> </TD> </TR> <tr> <td vAlign="top"> <table cellSpacing="0" cellPadding="0" width="100%" border="0"> <tr> <td valign="top" width="100%"> <table cellSpacing="0" cellPadding="0" width="100%"> <tr> <td><span fckLang="DlgImgPreview">Preview</span></td> </tr> <tr> <td id="ePreviewCell" valign="top" class="FlashPreviewArea"> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </div> <div id="divUpload" style="DISPLAY: none"> <form id="frmUpload" method="post" target="UploadWindow" enctype="multipart/form-data" action="" onsubmit="return CheckUpload();"> <span fckLang="DlgLnkUpload">Upload</span><br /> <input id="txtUploadFile" style="WIDTH: 100%" type="file" size="40" name="NewFile" /><br /> <br /> <input id="btnUpload" type="submit" value="Send it to the Server" fckLang="DlgLnkBtnUpload" /> <iframe name="UploadWindow" style="DISPLAY: none"></iframe> </form> </div> <div id="divAdvanced" style="DISPLAY: none"> <TABLE cellSpacing="0" cellPadding="0" border="0"> <TR> <TD nowrap> <span fckLang="DlgFlashScale">Scale</span><BR> <select id="cmbScale"> <option value="" selected></option> <option value="showall" fckLang="DlgFlashScaleAll">Show all</option> <option value="noborder" fckLang="DlgFlashScaleNoBorder">No Border</option> <option value="exactfit" fckLang="DlgFlashScaleFit">Exact Fit</option> </select></TD> <TD> </TD> <td valign="bottom"> <table> <tr> <td><input id="chkAutoPlay" type="checkbox" checked></td> <td><label for="chkAutoPlay" nowrap fckLang="DlgFlashChkPlay">Auto Play</label> </td> <td><input id="chkLoop" type="checkbox" checked></td> <td><label for="chkLoop" nowrap fckLang="DlgFlashChkLoop">Loop</label> </td> <td><input id="chkMenu" type="checkbox" checked></td> <td><label for="chkMenu" nowrap fckLang="DlgFlashChkMenu">Enable Flash Menu</label></td> </tr> </table> </td> </TR> </TABLE> <br> <table cellSpacing="0" cellPadding="0" width="100%" align="center" border="0"> <tr> <td vAlign="top" width="50%"><span fckLang="DlgGenId">Id</span><br> <input id="txtAttId" style="WIDTH: 100%" type="text"> </td> <td> </td> <td vAlign="top" nowrap><span fckLang="DlgGenClass">Stylesheet Classes</span><br> <input id="txtAttClasses" style="WIDTH: 100%" type="text"> </td> <td> </td> <td vAlign="top" nowrap width="50%"> <span fckLang="DlgGenTitle">Advisory Title</span><br> <input id="txtAttTitle" style="WIDTH: 100%" type="text"> </td> </tr> </table> <span fckLang="DlgGenStyle">Style</span><br> <input id="txtAttStyle" style="WIDTH: 100%" type="text"> </div> </body> </html> --- NEW FILE: fck_source.html --- <!-- * FCKeditor - The text editor for internet * Copyright (C) 2003-2005 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_source.html * Source editor dialog window. * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <html> <head> <title>Source</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <link href="common/fck_dialog_common.css" rel="stylesheet" type="text/css" /> <script language="javascript"> var oEditor = window.parent.InnerDialogLoaded() ; var FCK = oEditor.FCK ; var FCKConfig = oEditor.FCKConfig ; window.onload = function() { document.getElementById('txtSource').value = ( FCKConfig.EnableXHTML && FCKConfig.EnableSourceXHTML ? FCK.GetXHTML( FCKConfig.FormatSource ) : FCK.GetHTML( FCKConfig.FormatSource ) ) ; // Activate the "OK" button. window.parent.SetOkButton( true ) ; } //#### The OK button was hit. function Ok() { if ( oEditor.FCKBrowserInfo.IsIE ) oEditor.FCKUndo.SaveUndoStep() ; FCK.SetHTML( document.getElementById('txtSource').value, false ) ; return true ; } </script> </head> <body scroll="no" style="OVERFLOW: hidden"> ... [truncated message content] |
From: Thyamad c. <th...@us...> - 2005-09-29 19:50:27
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/perl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/_samples/perl Modified Files: sample01.cgi sample02.cgi sample03.cgi sample04.cgi sampleposteddata.cgi Log Message: Commiting file additions and modification from SVN revision 2028 to 2029... Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message: updating fckeditor in dynapi Index: sample03.cgi =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/perl/sample03.cgi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sample03.cgi 1 Sep 2005 18:15:39 -0000 1.1 --- sample03.cgi 29 Sep 2005 19:49:16 -0000 1.2 *************** *** 1,7 **** ! #!/usr/bin/env perl ! ! ##### # FCKeditor - The text editor for internet ! # Copyright (C) 2003-2004 Frederico Caldeira Knabben # # Licensed under the terms of the GNU Lesser General Public License: --- 1,7 ---- ! #!/usr/bin/env perl ! ! ##### # FCKeditor - The text editor for internet ! # Copyright (C) 2003-2005 Frederico Caldeira Knabben # # Licensed under the terms of the GNU Lesser General Public License: *************** *** 14,109 **** # Sample page. # - # Version: 2.0 RC3 - # Modified: 2005-02-28 17:00:59 - # # File Authors: ! # Takashi Yamaguchi (ja...@om...) ! ##### ! ! require '../../fckeditor.pl'; ! ! if($ENV{'REQUEST_METHOD'} eq "POST") { ! read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'}); ! } else { ! $buffer = $ENV{'QUERY_STRING'}; ! } ! @pairs = split(/&/,$buffer); ! foreach $pair (@pairs) { ! ($name,$value) = split(/=/,$pair); ! $value =~ tr/+/ /; ! $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg; ! $value =~ s/\t//g; ! $value =~ s/\r\n/\n/g; ! $FORM{$name} .= "\0" if(defined($FORM{$name})); ! $FORM{$name} .= $value; ! } ! ! print "Content-type: text/html\n\n"; ! print <<"_HTML_TAG_"; ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ! <html> ! <head> ! <title>FCKeditor - Sample</title> ! <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> ! <meta name="robots" content="noindex, nofollow"> ! <link href="../sample.css" rel="stylesheet" type="text/css" /> ! <script type="text/javascript"> ! ! function FCKeditor_OnComplete( editorInstance ) ! { ! var oCombo = document.getElementById( 'cmbToolbars' ) ; ! oCombo.value = editorInstance.ToolbarSet.Name ; ! oCombo.style.visibility = '' ; ! } ! ! function ChangeToolbar( toolbarName ) ! { ! window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ; ! } ! ! </script> ! </head> ! <body> ! <h1>FCKeditor - Perl - Sample 3</h1> ! This sample shows how to change the editor toolbar. ! <hr> ! <table cellpadding="0" cellspacing="0" border="0"> ! <tr> ! <td> ! Select the toolbar to load: ! </td> ! <td> ! <select id="cmbToolbars" onchange="ChangeToolbar(this.value);" style="VISIBILITY: hidden"> ! <option value="Default" selected>Default</option> ! <option value="Basic">Basic</option> ! </select> ! </td> ! </tr> ! </table> ! <br> ! <form action="sampleposteddata.cgi" method="post" target="_blank"> ! _HTML_TAG_ ! ! #// Automatically calculates the editor base path based on the _samples directory. ! #// This is usefull only for these samples. A real application should use something like this: ! #// $oFCKeditor->BasePath = '/FCKeditor/' ; // '/FCKeditor/' is the default value. ! ! $sBasePath = $ENV{'PATH_INFO'}; ! $sBasePath = substr($sBasePath, 0, index( $sBasePath, "_samples" )); ! ! &FCKeditor('FCKeditor1') ; ! $BasePath = $sBasePath ; ! ! if($FORM{'Toolbar'} ne "") { ! $ToolbarSet = $FORM{'Toolbar'}; ! } ! $Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; ! &Create(); ! ! print <<"_HTML_TAG_"; ! <br> ! <input type="submit" value="Submit"> ! </form> ! </body> ! </html> ! _HTML_TAG_ --- 14,159 ---- # Sample page. # # File Authors: ! # Takashi Yamaguchi (ja...@om...) ! ##### ! ! ## START: Hack for Windows (Not important to understand the editor code... Perl specific). ! if(Windows_check()) { ! chdir(GetScriptPath($0)); ! } ! ! sub Windows_check ! { ! # IIS,PWS(NT/95) ! $www_server_os = $^O; ! # Win98 & NT(SP4) ! if($www_server_os eq "") { $www_server_os= $ENV{'OS'}; } ! # AnHTTPd/Omni/IIS ! if($ENV{'SERVER_SOFTWARE'} =~ /AnWeb|Omni|IIS\//i) { $www_server_os= 'win'; } ! # Win Apache ! if($ENV{'WINDIR'} ne "") { $www_server_os= 'win'; } ! if($www_server_os=~ /win/i) { return(1); } ! return(0); ! } ! ! sub GetScriptPath { ! local($path) = @_; ! if($path =~ /[\:\/\\]/) { $path =~ s/(.*?)[\/\\][^\/\\]+$/$1/; } else { $path = '.'; } ! $path; ! } ! ## END: Hack for IIS ! ! require '../../fckeditor.pl'; ! ! # When $ENV{'PATH_INFO'} cannot be used by perl. ! # $DefRootPath = "/XXXXX/_samples/perl/sample03.cgi"; Please write in script. ! ! my $DefServerPath = ""; ! my $ServerPath; ! ! $ServerPath = &GetServerPath(); ! ! if($ENV{'REQUEST_METHOD'} eq "POST") { ! read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'}); ! } else { ! $buffer = $ENV{'QUERY_STRING'}; ! } ! @pairs = split(/&/,$buffer); ! foreach $pair (@pairs) { ! ($name,$value) = split(/=/,$pair); ! $value =~ tr/+/ /; ! $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg; ! $value =~ s/\t//g; ! $value =~ s/\r\n/\n/g; ! $FORM{$name} .= "\0" if(defined($FORM{$name})); ! $FORM{$name} .= $value; ! } ! ! print "Content-type: text/html\n\n"; ! print <<"_HTML_TAG_"; ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ! <html> ! <head> ! <title>FCKeditor - Sample</title> ! <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> ! <meta name="robots" content="noindex, nofollow"> ! <link href="../sample.css" rel="stylesheet" type="text/css" /> ! <script type="text/javascript"> ! ! function FCKeditor_OnComplete( editorInstance ) ! { ! var oCombo = document.getElementById( 'cmbToolbars' ) ; ! oCombo.value = editorInstance.ToolbarSet.Name ; ! oCombo.style.visibility = '' ; ! } ! ! function ChangeToolbar( toolbarName ) ! { ! window.location.href = window.location.pathname + "?Toolbar=" + toolbarName ; ! } ! ! </script> ! </head> ! <body> ! <h1>FCKeditor - Perl - Sample 3</h1> ! This sample shows how to change the editor toolbar. ! <hr> ! <table cellpadding="0" cellspacing="0" border="0"> ! <tr> ! <td> ! Select the toolbar to load: ! </td> ! <td> ! <select id="cmbToolbars" onchange="ChangeToolbar(this.value);" style="VISIBILITY: hidden"> ! <option value="Default" selected>Default</option> ! <option value="Basic">Basic</option> ! </select> ! </td> ! </tr> ! </table> ! <br> ! <form action="sampleposteddata.cgi" method="post" target="_blank"> ! _HTML_TAG_ ! ! #// Automatically calculates the editor base path based on the _samples directory. ! #// This is usefull only for these samples. A real application should use something like this: ! #// $oFCKeditor->BasePath = '/FCKeditor/' ; // '/FCKeditor/' is the default value. ! ! $sBasePath = $ServerPath; ! $sBasePath = substr($sBasePath, 0, index( $sBasePath, "_samples" )); ! ! &FCKeditor('FCKeditor1') ; ! $BasePath = $sBasePath ; ! ! if($FORM{'Toolbar'} ne "") { ! $ToolbarSet = $FORM{'Toolbar'}; ! } ! $Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; ! &Create(); ! ! print <<"_HTML_TAG_"; ! <br> ! <input type="submit" value="Submit"> ! </form> ! </body> ! </html> ! _HTML_TAG_ ! ! ################ ! #Please use this function, rewriting it depending on a server's environment. ! ################ ! sub GetServerPath ! { ! my $dir; ! ! if($DefServerPath) { ! $dir = $DefServerPath; ! } else { ! if($ENV{'PATH_INFO'}) { ! $dir = $ENV{'PATH_INFO'}; ! } elsif($ENV{'FILEPATH_INFO'}) { ! $dir = $ENV{'FILEPATH_INFO'}; ! } ! } ! return($dir); ! } Index: sample01.cgi =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/perl/sample01.cgi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sample01.cgi 1 Sep 2005 18:15:39 -0000 1.1 --- sample01.cgi 29 Sep 2005 19:49:16 -0000 1.2 *************** *** 1,7 **** ! #!/usr/bin/env perl ! ! ##### # FCKeditor - The text editor for internet ! # Copyright (C) 2003-2004 Frederico Caldeira Knabben # # Licensed under the terms of the GNU Lesser General Public License: --- 1,7 ---- ! #!/usr/bin/env perl ! ! ##### # FCKeditor - The text editor for internet ! # Copyright (C) 2003-2005 Frederico Caldeira Knabben # # Licensed under the terms of the GNU Lesser General Public License: *************** *** 14,61 **** # Sample page. # - # Version: 2.0 RC3 - # Modified: 2005-02-28 17:01:44 - # # File Authors: ! # Takashi Yamaguchi (ja...@om...) ! ##### ! ! require '../../fckeditor.pl'; ! ! print "Content-type: text/html\n\n"; ! print <<"_HTML_TAG_"; ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ! <html> ! <head> ! <title>FCKeditor - Sample</title> ! <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> ! <meta name="robots" content="noindex, nofollow"> ! <link href="../sample.css" rel="stylesheet" type="text/css" /> ! </head> ! <body> ! <h1>FCKeditor - Perl - Sample 1</h1> ! This sample displays a normal HTML form with an FCKeditor with full features ! enabled. ! <hr> ! <form action="sampleposteddata.cgi" method="post" target="_blank"> ! _HTML_TAG_ ! ! #// Automatically calculates the editor base path based on the _samples directory. ! #// This is usefull only for these samples. A real application should use something like this: ! #// $oFCKeditor->BasePath = '/FCKeditor/' ; // '/FCKeditor/' is the default value. ! ! $sBasePath = $ENV{'PATH_INFO'}; ! $sBasePath = substr($sBasePath,0,index($sBasePath,"_samples")); ! ! &FCKeditor('FCKeditor1'); ! $BasePath = $sBasePath; ! $Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.'; ! &Create(); ! ! print <<"_HTML_TAG_"; ! <br> ! <input type="submit" value="Submit"> ! </form> ! </body> ! </html> ! _HTML_TAG_ --- 14,109 ---- # Sample page. # # File Authors: ! # Takashi Yamaguchi (ja...@om...) ! ##### ! ! ## START: Hack for Windows (Not important to understand the editor code... Perl specific). ! if(Windows_check()) { ! chdir(GetScriptPath($0)); ! } ! ! sub Windows_check ! { ! # IIS,PWS(NT/95) ! $www_server_os = $^O; ! # Win98 & NT(SP4) ! if($www_server_os eq "") { $www_server_os= $ENV{'OS'}; } ! # AnHTTPd/Omni/IIS ! if($ENV{'SERVER_SOFTWARE'} =~ /AnWeb|Omni|IIS\//i) { $www_server_os= 'win'; } ! # Win Apache ! if($ENV{'WINDIR'} ne "") { $www_server_os= 'win'; } ! if($www_server_os=~ /win/i) { return(1); } ! return(0); ! } ! ! sub GetScriptPath { ! local($path) = @_; ! if($path =~ /[\:\/\\]/) { $path =~ s/(.*?)[\/\\][^\/\\]+$/$1/; } else { $path = '.'; } ! $path; ! } ! ## END: Hack for IIS ! ! require '../../fckeditor.pl'; ! ! # When $ENV{'PATH_INFO'} cannot be used by perl. ! # $DefRootPath = "/XXXXX/_samples/perl/sample01.cgi"; Please write in script. ! ! my $DefServerPath = ""; ! my $ServerPath; ! ! $ServerPath = &GetServerPath(); ! print "Content-type: text/html\n\n"; ! print <<"_HTML_TAG_"; ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ! <html> ! <head> ! <title>FCKeditor - Sample</title> ! <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> ! <meta name="robots" content="noindex, nofollow"> ! <link href="../sample.css" rel="stylesheet" type="text/css" /> ! </head> ! <body> ! <h1>FCKeditor - Perl - Sample 1</h1> ! This sample displays a normal HTML form with an FCKeditor with full features ! enabled. ! <hr> ! <form action="sampleposteddata.cgi" method="post" target="_blank"> ! _HTML_TAG_ ! ! #// Automatically calculates the editor base path based on the _samples directory. ! #// This is usefull only for these samples. A real application should use something like this: ! #// $oFCKeditor->BasePath = '/FCKeditor/' ; // '/FCKeditor/' is the default value. ! ! $sBasePath = $ServerPath; ! $sBasePath = substr($sBasePath,0,index($sBasePath,"_samples")); ! &FCKeditor('FCKeditor1'); ! $BasePath = $sBasePath; ! $Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.'; ! &Create(); ! ! print <<"_HTML_TAG_"; ! <br> ! <input type="submit" value="Submit"> ! </form> ! </body> ! </html> ! _HTML_TAG_ ! ! ################ ! #Please use this function, rewriting it depending on a server's environment. ! ################ ! sub GetServerPath ! { ! my $dir; ! ! if($DefServerPath) { ! $dir = $DefServerPath; ! } else { ! if($ENV{'PATH_INFO'}) { ! $dir = $ENV{'PATH_INFO'}; ! } elsif($ENV{'FILEPATH_INFO'}) { ! $dir = $ENV{'FILEPATH_INFO'}; ! } ! } ! return($dir); ! } Index: sample02.cgi =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/perl/sample02.cgi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sample02.cgi 1 Sep 2005 18:15:39 -0000 1.1 --- sample02.cgi 29 Sep 2005 19:49:16 -0000 1.2 *************** *** 1,7 **** ! #!/usr/bin/env perl ! ! ##### # FCKeditor - The text editor for internet ! # Copyright (C) 2003-2004 Frederico Caldeira Knabben # # Licensed under the terms of the GNU Lesser General Public License: --- 1,7 ---- ! #!/usr/bin/env perl ! ! ##### # FCKeditor - The text editor for internet ! # Copyright (C) 2003-2005 Frederico Caldeira Knabben # # Licensed under the terms of the GNU Lesser General Public License: *************** *** 14,124 **** # Sample page. # - # Version: 2.0 RC3 - # Modified: 2005-02-28 17:01:14 - # # File Authors: ! # Takashi Yamaguchi (ja...@om...) ! ##### ! ! require '../../fckeditor.pl'; ! ! if($ENV{'REQUEST_METHOD'} eq "POST") { ! read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'}); ! } else { ! $buffer = $ENV{'QUERY_STRING'}; ! } ! @pairs = split(/&/,$buffer); ! foreach $pair (@pairs) { ! ($name,$value) = split(/=/,$pair); ! $value =~ tr/+/ /; ! $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg; ! $value =~ s/\t//g; ! $value =~ s/\r\n/\n/g; ! $FORM{$name} .= "\0" if(defined($FORM{$name})); ! $FORM{$name} .= $value; ! } ! ! print "Content-type: text/html\n\n"; ! print <<"_HTML_TAG_"; ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ! <html> ! <head> ! <title>FCKeditor - Sample</title> ! <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> ! <meta name="robots" content="noindex, nofollow"> ! <link href="../sample.css" rel="stylesheet" type="text/css" /> ! <script type="text/javascript"> ! ! function FCKeditor_OnComplete( editorInstance ) ! { ! var oCombo = document.getElementById( 'cmbLanguages' ) ; ! for ( code in editorInstance.Language.AvailableLanguages ) ! { ! AddComboOption( oCombo, editorInstance.Language.AvailableLanguages[code] + ' (' + code + ')', code ) ; ! } ! oCombo.value = editorInstance.Language.ActiveLanguage.Code ; ! } ! ! function AddComboOption(combo, optionText, optionValue) ! { ! var oOption = document.createElement("OPTION") ; ! ! combo.options.add(oOption) ; ! ! oOption.innerHTML = optionText ; ! oOption.value = optionValue ; ! ! return oOption ; ! } ! ! function ChangeLanguage( languageCode ) ! { ! window.location.href = window.location.pathname + "?Lang=" + languageCode ; ! } ! </script> ! </head> ! <body> ! <h1>FCKeditor - Perl - Sample 2</h1> ! This sample shows the editor in all its available languages. ! <hr> ! <table cellpadding="0" cellspacing="0" border="0"> ! <tr> ! <td> ! Select a language: ! </td> ! <td> ! <select id="cmbLanguages" onchange="ChangeLanguage(this.value);"> ! </select> ! </td> ! </tr> ! </table> ! <br> ! <form action="sampleposteddata.cgi" method="post" target="_blank"> ! _HTML_TAG_ ! ! #// Automatically calculates the editor base path based on the _samples directory. ! #// This is usefull only for these samples. A real application should use something like this: ! #// $oFCKeditor->BasePath = '/FCKeditor/' ; // '/FCKeditor/' is the default value. ! $sBasePath = $ENV{'PATH_INFO'}; ! $sBasePath = substr( $sBasePath, 0, index($sBasePath,"_samples")); ! ! &FCKeditor('FCKeditor1'); ! $BasePath = $sBasePath; ! ! if($FORM{'Lang'} ne "") { ! $Config{'AutoDetectLanguage'} = "false"; ! $Config{'DefaultLanguage'} = $FORM{'Lang'}; ! } else { ! $Config{'AutoDetectLanguage'} = "true"; ! $Config{'DefaultLanguage'} = 'en' ; ! } ! $Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; ! &Create(); ! ! print <<"_HTML_TAG_"; ! <br> ! <input type="submit" value="Submit"> ! </form> ! </body> ! </html> ! _HTML_TAG_ --- 14,174 ---- # Sample page. # # File Authors: ! # Takashi Yamaguchi (ja...@om...) ! ##### ! ! ## START: Hack for Windows (Not important to understand the editor code... Perl specific). ! if(Windows_check()) { ! chdir(GetScriptPath($0)); ! } ! ! sub Windows_check ! { ! # IIS,PWS(NT/95) ! $www_server_os = $^O; ! # Win98 & NT(SP4) ! if($www_server_os eq "") { $www_server_os= $ENV{'OS'}; } ! # AnHTTPd/Omni/IIS ! if($ENV{'SERVER_SOFTWARE'} =~ /AnWeb|Omni|IIS\//i) { $www_server_os= 'win'; } ! # Win Apache ! if($ENV{'WINDIR'} ne "") { $www_server_os= 'win'; } ! if($www_server_os=~ /win/i) { return(1); } ! return(0); ! } ! ! sub GetScriptPath { ! local($path) = @_; ! if($path =~ /[\:\/\\]/) { $path =~ s/(.*?)[\/\\][^\/\\]+$/$1/; } else { $path = '.'; } ! $path; ! } ! ## END: Hack for IIS ! ! require '../../fckeditor.pl'; ! ! # When $ENV{'PATH_INFO'} cannot be used by perl. ! # $DefRootPath = "/XXXXX/_samples/perl/sample02.cgi"; Please write in script. ! ! my $DefServerPath = ""; ! my $ServerPath; ! ! $ServerPath = &GetServerPath(); ! ! if($ENV{'REQUEST_METHOD'} eq "POST") { ! read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'}); ! } else { ! $buffer = $ENV{'QUERY_STRING'}; ! } ! @pairs = split(/&/,$buffer); ! foreach $pair (@pairs) { ! ($name,$value) = split(/=/,$pair); ! $value =~ tr/+/ /; ! $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg; ! $value =~ s/\t//g; ! $value =~ s/\r\n/\n/g; ! $FORM{$name} .= "\0" if(defined($FORM{$name})); ! $FORM{$name} .= $value; ! } ! ! print "Content-type: text/html\n\n"; ! print <<"_HTML_TAG_"; ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ! <html> ! <head> ! <title>FCKeditor - Sample</title> ! <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> ! <meta name="robots" content="noindex, nofollow"> ! <link href="../sample.css" rel="stylesheet" type="text/css" /> ! <script type="text/javascript"> ! ! function FCKeditor_OnComplete( editorInstance ) ! { ! var oCombo = document.getElementById( 'cmbLanguages' ) ; ! for ( code in editorInstance.Language.AvailableLanguages ) ! { ! AddComboOption( oCombo, editorInstance.Language.AvailableLanguages[code] + ' (' + code + ')', code ) ; ! } ! oCombo.value = editorInstance.Language.ActiveLanguage.Code ; ! } ! ! function AddComboOption(combo, optionText, optionValue) ! { ! var oOption = document.createElement("OPTION") ; ! ! combo.options.add(oOption) ; ! ! oOption.innerHTML = optionText ; ! oOption.value = optionValue ; ! ! return oOption ; ! } ! ! function ChangeLanguage( languageCode ) ! { ! window.location.href = window.location.pathname + "?Lang=" + languageCode ; ! } ! </script> ! </head> ! <body> ! <h1>FCKeditor - Perl - Sample 2</h1> ! This sample shows the editor in all its available languages. ! <hr> ! <table cellpadding="0" cellspacing="0" border="0"> ! <tr> ! <td> ! Select a language: ! </td> ! <td> ! <select id="cmbLanguages" onchange="ChangeLanguage(this.value);"> ! </select> ! </td> ! </tr> ! </table> ! <br> ! <form action="sampleposteddata.cgi" method="post" target="_blank"> ! _HTML_TAG_ ! ! #// Automatically calculates the editor base path based on the _samples directory. ! #// This is usefull only for these samples. A real application should use something like this: ! #// $oFCKeditor->BasePath = '/FCKeditor/' ; // '/FCKeditor/' is the default value. ! $sBasePath = $ServerPath; ! $sBasePath = substr( $sBasePath, 0, index($sBasePath,"_samples")); ! ! &FCKeditor('FCKeditor1'); ! $BasePath = $sBasePath; ! ! if($FORM{'Lang'} ne "") { ! $Config{'AutoDetectLanguage'} = "false"; ! $Config{'DefaultLanguage'} = $FORM{'Lang'}; ! } else { ! $Config{'AutoDetectLanguage'} = "true"; ! $Config{'DefaultLanguage'} = 'en' ; ! } ! $Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; ! &Create(); ! ! print <<"_HTML_TAG_"; ! <br> ! <input type="submit" value="Submit"> ! </form> ! </body> ! </html> ! _HTML_TAG_ ! ! ################ ! #Please use this function, rewriting it depending on a server's environment. ! ################ ! sub GetServerPath ! { ! my $dir; ! ! if($DefServerPath) { ! $dir = $DefServerPath; ! } else { ! if($ENV{'PATH_INFO'}) { ! $dir = $ENV{'PATH_INFO'}; ! } elsif($ENV{'FILEPATH_INFO'}) { ! $dir = $ENV{'FILEPATH_INFO'}; ! } ! } ! return($dir); ! } Index: sampleposteddata.cgi =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/perl/sampleposteddata.cgi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sampleposteddata.cgi 1 Sep 2005 18:15:39 -0000 1.1 --- sampleposteddata.cgi 29 Sep 2005 19:49:16 -0000 1.2 *************** *** 1,7 **** ! #!/usr/bin/env perl ! ! ##### # FCKeditor - The text editor for internet ! # Copyright (C) 2003-2004 Frederico Caldeira Knabben # # Licensed under the terms of the GNU Lesser General Public License: --- 1,7 ---- ! #!/usr/bin/env perl ! ! ##### # FCKeditor - The text editor for internet ! # Copyright (C) 2003-2005 Frederico Caldeira Knabben # # Licensed under the terms of the GNU Lesser General Public License: *************** *** 14,76 **** # This page lists the data posted by a form. # - # Version: 2.0 RC3 - # Modified: 2005-02-28 17:01:31 - # # File Authors: ! # Takashi Yamaguchi (ja...@om...) ! ##### ! ! require '../../fckeditor.pl'; ! ! if($ENV{'REQUEST_METHOD'} eq "POST") { ! read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'}); ! } else { ! $buffer = $ENV{'QUERY_STRING'}; ! } ! @pairs = split(/&/,$buffer); ! foreach $pair (@pairs) { ! ($name,$value) = split(/=/,$pair); ! $value =~ tr/+/ /; ! $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg; ! $value =~ s/\t//g; ! $value =~ s/\r\n/\n/g; ! $FORM{$name} .= "\0" if(defined($FORM{$name})); ! $FORM{$name} .= $value; ! } ! ! print "Content-type: text/html\n\n"; ! print <<"_HTML_TAG_"; ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ! ! <html> ! <head> ! <title>FCKeditor - Samples - Posted Data</title> ! <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> ! <meta name="robots" content="noindex, nofollow"> ! <link href="../sample.css" rel="stylesheet" type="text/css" /> ! </head> ! <body> ! <h1>FCKeditor - Samples - Posted Data</h1> ! This page lists all data posted by the form. ! <hr> ! <table width="100%" border="1" cellspacing="0" bordercolor="#999999"> ! <tr style="FONT-WEIGHT: bold; COLOR: #dddddd; BACKGROUND-COLOR: #999999"> ! <td nowrap>Field Name </td> ! <td>Value</td> ! </tr> ! _HTML_TAG_ ! ! foreach $key (keys %FORM) { ! $postedValue = &specialchar_cnv($FORM{$key}); ! print <<"_HTML_TAG_"; ! <tr> ! <td valign="top" nowrap><b>$key</b></td> ! <td width="100%">$postedValue</td> ! </tr> ! _HTML_TAG_ ! } ! print <<"_HTML_TAG_"; ! </table> ! </body> ! </html> ! _HTML_TAG_ --- 14,99 ---- # This page lists the data posted by a form. # # File Authors: ! # Takashi Yamaguchi (ja...@om...) ! ##### ! ! ## START: Hack for Windows (Not important to understand the editor code... Perl specific). ! if(Windows_check()) { ! chdir(GetScriptPath($0)); ! } ! ! sub Windows_check ! { ! # IIS,PWS(NT/95) ! $www_server_os = $^O; ! # Win98 & NT(SP4) ! if($www_server_os eq "") { $www_server_os= $ENV{'OS'}; } ! # AnHTTPd/Omni/IIS ! if($ENV{'SERVER_SOFTWARE'} =~ /AnWeb|Omni|IIS\//i) { $www_server_os= 'win'; } ! # Win Apache ! if($ENV{'WINDIR'} ne "") { $www_server_os= 'win'; } ! if($www_server_os=~ /win/i) { return(1); } ! return(0); ! } ! ! sub GetScriptPath { ! local($path) = @_; ! if($path =~ /[\:\/\\]/) { $path =~ s/(.*?)[\/\\][^\/\\]+$/$1/; } else { $path = '.'; } ! $path; ! } ! ## END: Hack for IIS ! ! require '../../fckeditor.pl'; ! ! if($ENV{'REQUEST_METHOD'} eq "POST") { ! read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'}); ! } else { ! $buffer = $ENV{'QUERY_STRING'}; ! } ! @pairs = split(/&/,$buffer); ! foreach $pair (@pairs) { ! ($name,$value) = split(/=/,$pair); ! $value =~ tr/+/ /; ! $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg; ! $value =~ s/\t//g; ! $value =~ s/\r\n/\n/g; ! $FORM{$name} .= "\0" if(defined($FORM{$name})); ! $FORM{$name} .= $value; ! } ! ! print "Content-type: text/html\n\n"; ! print <<"_HTML_TAG_"; ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ! ! <html> ! <head> ! <title>FCKeditor - Samples - Posted Data</title> ! <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> ! <meta name="robots" content="noindex, nofollow"> ! <link href="../sample.css" rel="stylesheet" type="text/css" /> ! </head> ! <body> ! <h1>FCKeditor - Samples - Posted Data</h1> ! This page lists all data posted by the form. ! <hr> ! <table width="100%" border="1" cellspacing="0" bordercolor="#999999"> ! <tr style="FONT-WEIGHT: bold; COLOR: #dddddd; BACKGROUND-COLOR: #999999"> ! <td nowrap>Field Name </td> ! <td>Value</td> ! </tr> ! _HTML_TAG_ ! ! foreach $key (keys %FORM) { ! $postedValue = &specialchar_cnv($FORM{$key}); ! print <<"_HTML_TAG_"; ! <tr> ! <td valign="top" nowrap><b>$key</b></td> ! <td width="100%">$postedValue</td> ! </tr> ! _HTML_TAG_ ! } ! print <<"_HTML_TAG_"; ! </table> ! </body> ! </html> ! _HTML_TAG_ Index: sample04.cgi =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/perl/sample04.cgi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sample04.cgi 1 Sep 2005 18:15:39 -0000 1.1 --- sample04.cgi 29 Sep 2005 19:49:16 -0000 1.2 *************** *** 1,7 **** ! #!/usr/bin/env perl ! ! ##### # FCKeditor - The text editor for internet ! # Copyright (C) 2003-2004 Frederico Caldeira Knabben # # Licensed under the terms of the GNU Lesser General Public License: --- 1,7 ---- ! #!/usr/bin/env perl ! ! ##### # FCKeditor - The text editor for internet ! # Copyright (C) 2003-2005 Frederico Caldeira Knabben # # Licensed under the terms of the GNU Lesser General Public License: *************** *** 14,116 **** # Sample page. # - # Version: 2.0 RC3 - # Modified: 2005-02-28 17:01:08 - # # File Authors: ! # Takashi Yamaguchi (ja...@om...) ! ##### ! ! require '../../fckeditor.pl'; ! ! if($ENV{'REQUEST_METHOD'} eq "POST") { ! read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'}); ! } else { ! $buffer = $ENV{'QUERY_STRING'}; ! } ! @pairs = split(/&/,$buffer); ! foreach $pair (@pairs) { ! ($name,$value) = split(/=/,$pair); ! $value =~ tr/+/ /; ! $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg; ! $value =~ s/\t//g; ! $value =~ s/\r\n/\n/g; ! $FORM{$name} .= "\0" if(defined($FORM{$name})); ! $FORM{$name} .= $value; ! } ! ! #!!Caution javascript \ Quart ! ! print "Content-type: text/html\n\n"; ! print <<"_HTML_TAG_"; ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ! <html> ! <head> ! <title>FCKeditor - Sample</title> ! <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> ! <meta name="robots" content="noindex, nofollow"> ! <link href="../sample.css" rel="stylesheet" type="text/css" /> ! <script type="text/javascript"> ! ! function FCKeditor_OnComplete( editorInstance ) ! { ! var oCombo = document.getElementById( 'cmbSkins' ) ; ! ! // Get the active skin. ! var sSkin = editorInstance.Config['SkinPath'] ; ! sSkin = sSkin.match(/[^\\/]+(?=\\/\$)/g) ; ! ! oCombo.value = sSkin ; ! oCombo.style.visibility = '' ; ! } ! ! function ChangeSkin( skinName ) ! { ! window.location.href = window.location.pathname + "?Skin=" + skinName ; ! } ! ! </script> ! </head> ! <body> ! <h1>FCKeditor - Perl - Sample 4</h1> ! This sample shows how to change the editor skin. ! <hr> ! <table cellpadding="0" cellspacing="0" border="0"> ! <tr> ! <td> ! Select the skin to load: ! </td> ! <td> ! <select id="cmbSkins" onchange="ChangeSkin(this.value);" style="VISIBILITY: hidden"> ! <option value="default" selected>Default</option> ! <option value="office2003">Office 2003</option> ! <option value="silver">Silver</option> ! </select> ! </td> ! </tr> ! </table> ! <br> ! <form action="sampleposteddata.cgi" method="post" target="_blank"> ! _HTML_TAG_ ! ! #// Automatically calculates the editor base path based on the _samples directory. ! #// This is usefull only for these samples. A real application should use something like this: ! #// $oFCKeditor->BasePath = '/FCKeditor/' ; // '/FCKeditor/' is the default value. ! $sBasePath = $ENV{'PATH_INFO'}; ! $sBasePath = substr( $sBasePath, 0, index( $sBasePath, "_samples" ) ) ; ! ! &FCKeditor('FCKeditor1'); ! $BasePath = $sBasePath; ! ! if($FORM{'Skin'} ne "") { ! $Config{'SkinPath'} = $sBasePath . 'editor/skins/' . $FORM{'Skin'} . '/' ; ! } ! $Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; ! &Create() ; ! ! print <<"_HTML_TAG_"; ! <br> ! <input type="submit" value="Submit"> ! </form> ! </body> ! </html> ! _HTML_TAG_ --- 14,166 ---- # Sample page. # # File Authors: ! # Takashi Yamaguchi (ja...@om...) ! ##### ! ! ## START: Hack for Windows (Not important to understand the editor code... Perl specific). ! if(Windows_check()) { ! chdir(GetScriptPath($0)); ! } ! ! sub Windows_check ! { ! # IIS,PWS(NT/95) ! $www_server_os = $^O; ! # Win98 & NT(SP4) ! if($www_server_os eq "") { $www_server_os= $ENV{'OS'}; } ! # AnHTTPd/Omni/IIS ! if($ENV{'SERVER_SOFTWARE'} =~ /AnWeb|Omni|IIS\//i) { $www_server_os= 'win'; } ! # Win Apache ! if($ENV{'WINDIR'} ne "") { $www_server_os= 'win'; } ! if($www_server_os=~ /win/i) { return(1); } ! return(0); ! } ! ! sub GetScriptPath { ! local($path) = @_; ! if($path =~ /[\:\/\\]/) { $path =~ s/(.*?)[\/\\][^\/\\]+$/$1/; } else { $path = '.'; } ! $path; ! } ! ## END: Hack for IIS ! ! require '../../fckeditor.pl'; ! ! # When $ENV{'PATH_INFO'} cannot be used by perl. ! # $DefRootPath = "/XXXXX/_samples/perl/sample04.cgi"; Please write in script. ! ! my $DefServerPath = ""; ! my $ServerPath; ! ! $ServerPath = &GetServerPath(); ! ! if($ENV{'REQUEST_METHOD'} eq "POST") { ! read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'}); ! } else { ! $buffer = $ENV{'QUERY_STRING'}; ! } ! @pairs = split(/&/,$buffer); ! foreach $pair (@pairs) { ! ($name,$value) = split(/=/,$pair); ! $value =~ tr/+/ /; ! $value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg; ! $value =~ s/\t//g; ! $value =~ s/\r\n/\n/g; ! $FORM{$name} .= "\0" if(defined($FORM{$name})); ! $FORM{$name} .= $value; ! } ! ! #!!Caution javascript \ Quart ! ! print "Content-type: text/html\n\n"; ! print <<"_HTML_TAG_"; ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ! <html> ! <head> ! <title>FCKeditor - Sample</title> ! <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> ! <meta name="robots" content="noindex, nofollow"> ! <link href="../sample.css" rel="stylesheet" type="text/css" /> ! <script type="text/javascript"> ! ! function FCKeditor_OnComplete( editorInstance ) ! { ! var oCombo = document.getElementById( 'cmbSkins' ) ; ! ! // Get the active skin. ! var sSkin = editorInstance.Config['SkinPath'] ; ! sSkin = sSkin.match(/[^\\/]+(?=\\/\$)/g) ; ! ! oCombo.value = sSkin ; ! oCombo.style.visibility = '' ; ! } ! ! function ChangeSkin( skinName ) ! { ! window.location.href = window.location.pathname + "?Skin=" + skinName ; ! } ! ! </script> ! </head> ! <body> ! <h1>FCKeditor - Perl - Sample 4</h1> ! This sample shows how to change the editor skin. ! <hr> ! <table cellpadding="0" cellspacing="0" border="0"> ! <tr> ! <td> ! Select the skin to load: ! </td> ! <td> ! <select id="cmbSkins" onchange="ChangeSkin(this.value);" style="VISIBILITY: hidden"> ! <option value="default" selected>Default</option> ! <option value="office2003">Office 2003</option> ! <option value="silver">Silver</option> ! </select> ! </td> ! </tr> ! </table> ! <br> ! <form action="sampleposteddata.cgi" method="post" target="_blank"> ! _HTML_TAG_ ! ! #// Automatically calculates the editor base path based on the _samples directory. ! #// This is usefull only for these samples. A real application should use something like this: ! #// $oFCKeditor->BasePath = '/FCKeditor/' ; // '/FCKeditor/' is the default value. ! $sBasePath = $ServerPath; ! $sBasePath = substr( $sBasePath, 0, index( $sBasePath, "_samples" ) ) ; ! ! &FCKeditor('FCKeditor1'); ! $BasePath = $sBasePath; ! ! if($FORM{'Skin'} ne "") { ! $Config{'SkinPath'} = $sBasePath . 'editor/skins/' . $FORM{'Skin'} . '/' ; ! } ! $Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; ! &Create() ; ! ! print <<"_HTML_TAG_"; ! <br> ! <input type="submit" value="Submit"> ! </form> ! </body> ! </html> ! _HTML_TAG_ ! ! ################ ! #Please use this function, rewriting it depending on a server's environment. ! ################ ! sub GetServerPath ! { ! my $dir; ! ! if($DefServerPath) { ! $dir = $DefServerPath; ! } else { ! if($ENV{'PATH_INFO'}) { ! $dir = $ENV{'PATH_INFO'}; ! } elsif($ENV{'FILEPATH_INFO'}) { ! $dir = $ENV{'FILEPATH_INFO'}; ! } ! } ! return($dir); ! } |
From: Thyamad c. <th...@us...> - 2005-09-29 19:50:27
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/aspx In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/aspx Modified Files: connector.aspx Log Message: Commiting file additions and modification from SVN revision 2028 to 2029... Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message: updating fckeditor in dynapi Index: connector.aspx =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/aspx/connector.aspx,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** connector.aspx 1 Sep 2005 18:15:43 -0000 1.4 --- connector.aspx 29 Sep 2005 19:49:18 -0000 1.5 *************** *** 1,6 **** <%@ Page language="c#" Inherits="FredCK.FCKeditorV2.FileBrowserConnector" AutoEventWireup="false" %> ! <%-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- <%@ Page language="c#" Inherits="FredCK.FCKeditorV2.FileBrowserConnector" AutoEventWireup="false" %> ! <%-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 16,23 **** * use it you must include the DLL in your "bin" directory. * - * Version: 2.0 RC3 - * Modified: 2004-11-26 23:16:40 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) --%> \ No newline at end of file --- 16,20 ---- * use it you must include the DLL in your "bin" directory. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) --%> \ No newline at end of file |
From: Thyamad c. <th...@us...> - 2005-09-29 19:50:27
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/_samples/html Modified Files: sample01.html sample02.html sample03.html sample04.html sample05.html sample06.config.js sample06.html sample07.html sample08.html sampleposteddata.asp sampleposteddata.html Added Files: sample09.html sample10.html Log Message: Commiting file additions and modification from SVN revision 2028 to 2029... Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message: updating fckeditor in dynapi Index: sample04.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/html/sample04.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sample04.html 1 Sep 2005 18:15:39 -0000 1.4 --- sample04.html 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Sample page. * - * Version: 2.0 RC3 - * Modified: 2004-11-22 11:16:52 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> --- 12,18 ---- * Sample page. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> Index: sample02.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/html/sample02.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sample02.html 1 Sep 2005 18:15:39 -0000 1.4 --- sample02.html 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Sample page. * - * Version: 2.0 RC3 - * Modified: 2005-02-23 20:50:24 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> --- 12,18 ---- * Sample page. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> Index: sample03.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/html/sample03.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sample03.html 1 Sep 2005 18:15:39 -0000 1.4 --- sample03.html 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Sample page. * - * Version: 2.0 RC3 - * Modified: 2005-03-01 17:50:45 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> --- 12,18 ---- * Sample page. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> Index: sample05.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/html/sample05.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sample05.html 1 Sep 2005 18:15:39 -0000 1.4 --- sample05.html 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Sample page. * - * Version: 2.0 RC3 - * Modified: 2005-01-12 20:09:28 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> --- 12,18 ---- * Sample page. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> Index: sample08.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/html/sample08.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sample08.html 1 Sep 2005 18:15:39 -0000 1.1 --- sample08.html 29 Sep 2005 19:49:16 -0000 1.2 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Sample page. * - * Version: 2.0 RC3 - * Modified: 2005-03-02 09:30:25 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> --- 12,18 ---- * Sample page. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> Index: sample06.config.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/html/sample06.config.js,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sample06.config.js 1 Sep 2005 18:15:39 -0000 1.4 --- sample06.config.js 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,5 **** ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Sample custom configuration settings used in the plugin sample page (sample06). * - * Version: 2.0 RC3 - * Modified: 2005-02-15 23:18:39 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ // Set our sample toolbar. --- 12,18 ---- * Sample custom configuration settings used in the plugin sample page (sample06). * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ // Set our sample toolbar. *************** *** 39,41 **** var sOtherPluginPath = FCKConfig.BasePath.substr(0, FCKConfig.BasePath.length - 7) + 'editor/plugins/' ; FCKConfig.Plugins.Add( 'placeholder', 'en,it', sOtherPluginPath ) ; ! FCKConfig.Plugins.Add( 'tablecommands', 'en,it', sOtherPluginPath ) ; --- 36,38 ---- var sOtherPluginPath = FCKConfig.BasePath.substr(0, FCKConfig.BasePath.length - 7) + 'editor/plugins/' ; FCKConfig.Plugins.Add( 'placeholder', 'en,it', sOtherPluginPath ) ; ! FCKConfig.Plugins.Add( 'tablecommands', null, sOtherPluginPath ) ; Index: sample06.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/html/sample06.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sample06.html 1 Sep 2005 18:15:39 -0000 1.4 --- sample06.html 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Sample page. * - * Version: 2.0 RC3 - * Modified: 2005-01-19 17:40:22 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> --- 12,18 ---- * Sample page. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> Index: sample01.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/html/sample01.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sample01.html 1 Sep 2005 18:15:39 -0000 1.4 --- sample01.html 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Sample page. * - * Version: 2.0 RC3 - * Modified: 2005-03-02 09:39:46 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> --- 12,18 ---- * Sample page. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> *************** *** 42,46 **** var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; oFCKeditor.BasePath = sBasePath ; ! oFCKeditor.Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; oFCKeditor.Create() ; //--> --- 39,44 ---- var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; oFCKeditor.BasePath = sBasePath ; ! oFCKeditor.Height = 300 ; ! oFCKeditor.Value = 'This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.' ; oFCKeditor.Create() ; //--> Index: sample07.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/html/sample07.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** sample07.html 1 Sep 2005 18:15:39 -0000 1.1 --- sample07.html 29 Sep 2005 19:49:16 -0000 1.2 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Sample page. * - * Version: 2.0 RC3 - * Modified: 2005-02-23 17:03:49 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> --- 12,18 ---- * Sample page. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> --- NEW FILE: sample09.html --- <!-- * FCKeditor - The text editor for internet * Copyright (C) 2003-2005 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: sample09.html * Sample page. * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>FCKeditor - Sample</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <link href="../sample.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="../../fckeditor.js"></script> </head> <body> <h1>FCKeditor - Javascript - Sample 9</h1> This sample shows FCKeditor in a more complex form with two different instances. <hr> <form action="sampleposteddata.asp" method="post" target="_blank"> Normal text field:<br> <input name="NormaText" value="Plain Text"> <br> <br> FCKeditor with Basic toolbar: <script type="text/javascript"> <!-- // Automatically calculates the editor base path based on the _samples directory. // This is usefull only for these samples. A real application should use something like this: // oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. var sBasePath = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('_samples')) ; var oFCKeditor = new FCKeditor( 'FCKeditor_Basic' ) ; oFCKeditor.BasePath = sBasePath ; oFCKeditor.ToolbarSet = 'Basic' ; oFCKeditor.Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; oFCKeditor.Create() ; //--> </script> <br> FCKeditor with Default toolbar: <script type="text/javascript"> <!-- var oFCKeditor = new FCKeditor( 'FCKeditor_Default' ) ; oFCKeditor.BasePath = sBasePath ; oFCKeditor.Value = 'This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ; oFCKeditor.Create() ; //--> </script> <br> <input type="submit" value="Submit"> </form> </body> </html> Index: sampleposteddata.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/html/sampleposteddata.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sampleposteddata.html 1 Sep 2005 18:15:39 -0000 1.4 --- sampleposteddata.html 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * so it's limited to 2KB of data. * - * Version: 2.0 RC3 - * Modified: 2004-11-23 20:35:40 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> --- 13,19 ---- * so it's limited to 2KB of data. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> --- NEW FILE: sample10.html --- <!-- * FCKeditor - The text editor for internet * Copyright (C) 2003-2005 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: sample10.html * Sample page. * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>FCKeditor - Sample</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> <link href="../sample.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="../../fckeditor.js"></script> </head> <body> <h1>FCKeditor - Javascript - Sample 10</h1> This sample is identical to Sample 1, but Safari support is enabled. <hr> <form action="sampleposteddata.asp" method="post" target="_blank"> <script type="text/javascript"> <!-- // Automatically calculates the editor base path based on the _samples directory. // This is usefull only for these samples. A real application should use something like this: // oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value. var sBasePath = document.location.pathname.substring(0,document.location.pathname.lastIndexOf('_samples')) ; var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; oFCKeditor.BasePath = sBasePath ; oFCKeditor.Height = 300 ; oFCKeditor.Value = 'This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.' ; oFCKeditor.EnableSafari = true ; oFCKeditor.Create() ; //--> </script> <br> <input type="submit" value="Submit"> </form> </body> </html> Index: sampleposteddata.asp =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/html/sampleposteddata.asp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sampleposteddata.asp 1 Sep 2005 18:15:39 -0000 1.4 --- sampleposteddata.asp 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * This page lists the data posted by a form. * - * Version: 2.0 RC3 - * Modified: 2005-01-04 18:58:12 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> --- 12,18 ---- * This page lists the data posted by a form. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> |
From: Thyamad c. <th...@us...> - 2005-09-29 19:50:27
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/editor/dialog/common Modified Files: fck_dialog_common.css fck_dialog_common.js Added Files: fcknumericfield.htc moz-bindings.xml Log Message: Commiting file additions and modification from SVN revision 2028 to 2029... Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message: updating fckeditor in dynapi --- NEW FILE: moz-bindings.xml --- <?xml version="1.0" encoding="utf-8" ?> <bindings xmlns="http://www.mozilla.org/xbl"> <binding id="numericfield"> <implementation> <constructor> this.keypress = CheckIsDigit ; </constructor> <method name="CheckIsDigit"> <body> var iCode = keyCode ; var bAccepted = ( ( iCode >= 48 && iCode <= 57 ) // Numbers || (iCode >= 37 && iCode <= 40) // Arrows || iCode == 8 // Backspace || iCode == 46 // Delete ) ; return bAccepted ; </body> </method> </implementation> <events> <event type="keypress" value="CheckIsDigit()" /> </events> </binding> </bindings> Index: fck_dialog_common.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/common/fck_dialog_common.js,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fck_dialog_common.js 1 Sep 2005 18:15:42 -0000 1.1 --- fck_dialog_common.js 29 Sep 2005 19:49:17 -0000 1.2 *************** *** 1,5 **** ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Useful functions used by almost all dialog window pages. * - * Version: 2.0 RC3 - * Modified: 2005-02-09 13:52:45 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ // Gets a element by its Id. Used for shorter coding. --- 12,18 ---- * Useful functions used by almost all dialog window pages. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ // Gets a element by its Id. Used for shorter coding. *************** *** 47,51 **** return valueIfNull ? valueIfNull : '' ; ! var oValue = element.getAttribute( attName, 2 ) ; return ( oValue == null ? valueIfNull : oValue ) ; --- 44,51 ---- return valueIfNull ? valueIfNull : '' ; ! var oValue ; ! ! if ( !( oValue = element.getAttribute( attName, 2 ) ) ) ! oValue = oAtt.nodeValue ; return ( oValue == null ? valueIfNull : oValue ) ; *************** *** 69,72 **** --- 69,77 ---- } + String.prototype.trim = function() + { + return this.replace( /(^\s*)|(\s*$)/g, '' ) ; + } + String.prototype.startsWith = function( value ) { Index: fck_dialog_common.css =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/common/fck_dialog_common.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fck_dialog_common.css 1 Sep 2005 18:15:42 -0000 1.1 --- fck_dialog_common.css 29 Sep 2005 19:49:17 -0000 1.2 *************** *** 1,5 **** ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * windows. * - * Version: 2.0 RC3 - * Modified: 2005-02-08 19:20:22 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ .ImagePreviewArea --- 13,19 ---- * windows. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ .ImagePreviewArea *************** *** 30,33 **** --- 27,40 ---- } + .FlashPreviewArea + { + border: #000000 1px solid; + padding: 5px; + overflow: auto; + width: 100%; + height: 170px; + background-color: #ffffff; + } + .BtnReset { *************** *** 65,66 **** --- 72,78 ---- cursor: hand; } + + .FCK__FieldNumeric + { + behavior: url(fcknumericfield.htc) ; + } \ No newline at end of file --- NEW FILE: fcknumericfield.htc --- <public:component lightweight="true"> <script language="javascript"> function CancelEvent() { var iCode = event.keyCode ; event.returnValue = ( ( iCode >= 48 && iCode <= 57 ) // Numbers || (iCode >= 37 && iCode <= 40) // Arrows || iCode == 8 // Backspace || iCode == 46 // Delete ) ; return event.returnValue ; } this.onkeypress = CheckIsDigit ; </script> </public:component> |
From: Thyamad c. <th...@us...> - 2005-09-29 19:50:27
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/cfm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/_samples/cfm Modified Files: sample01.cfm sample02_mx.cfm Log Message: Commiting file additions and modification from SVN revision 2028 to 2029... Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message: updating fckeditor in dynapi Index: sample02_mx.cfm =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/cfm/sample02_mx.cfm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sample02_mx.cfm 1 Sep 2005 18:15:39 -0000 1.4 --- sample02_mx.cfm 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,37 **** ! <cfsetting enablecfoutputonly="true"> ! <!--- ! * 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: sample02_mx.cfm ! * Sample page for ColdFusion MX. ! * ! * Version: 2.0 RC3 ! * Modified: 2004-12-07 12:24:12 ! * ! * File Authors: ! * Hendrik Kramer (hk...@lw...) ! ---> ! ! <!--- :: ! * You must set the url path to the base directory for your media files (images, flash, files) ! * The best position for this variable is in your Application.cfm file ! * ! * Possible variable scopes are: ! * <cfset APPLICATION.userFilesPath = "/UserFiles/"> ! * OR: ! * <cfset SERVER.userFilesPath = "/UserFiles/"> ! * ! * Note #1: Do _not_ set the physical directory on your server, only a path relative to your current webroot ! * Note #2: Directories will be automatically created ! :: ---> ! <cfset APPLICATION.userFilesPath = "/UserFiles/"> ! <cfoutput> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> --- 1,24 ---- ! <cfsetting enablecfoutputonly="true"> ! <!--- @Packager.Header ! <FileDescription> ! Sample page for ColdFusion MX. ! </FileDescription> ! <Author name="Hendrik Kramer" email="hk...@lw..." /> ! ---> ! ! <!--- :: ! * You must set the url path to the base directory for your media files (images, flash, files) ! * The best position for this variable is in your Application.cfm file ! * ! * Possible variable scopes are: ! * <cfset APPLICATION.userFilesPath = "/UserFiles/"> ! * OR: ! * <cfset SERVER.userFilesPath = "/UserFiles/"> ! * ! * Note #1: Do _not_ set the physical directory on your server, only a path relative to your current webroot ! * Note #2: Directories will be automatically created ! :: ---> ! <cfset APPLICATION.userFilesPath = "/UserFiles/"> ! <cfoutput> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> *************** *** 44,62 **** </head> <body> ! <h1>FCKEditor - ColdFusion Component (CFC) - Sample 2</h1> This sample displays a normal HTML form with a FCKeditor with full features enabled; invoked by a ColdFusion Component.<br> ColdFusion is a registered trademark and product of <a href="http://www.macromedia.com/software/coldfusion/" target="_blank">Macromedia, Inc</a>. ! <hr> <form method="POST" action="#cgi.script_name#"> ! </cfoutput> <cfif listFirst( server.coldFusion.productVersion ) LT 6> ! <cfoutput><br><em style="color: red;">This sample work only with a ColdFusion MX server and higher, because it uses some advantages of this version.<br>Please try our other <a href="sample01.cfm">ColdFusion Sample Integration</a>.</em></cfoutput> <cfabort> </cfif> ! <cfscript> ! fckEditor = createObject("component", "/fckeditor/fckeditor"); fckEditor.instanceName = "myEditor"; fckEditor.value = 'This is some sample text. You are using <a href="http://fckeditor.net/" target="_blank">FCKeditor</a>.'; --- 31,60 ---- </head> <body> ! <h1>FCKeditor - ColdFusion Component (CFC) - Sample 2</h1> This sample displays a normal HTML form with a FCKeditor with full features enabled; invoked by a ColdFusion Component.<br> ColdFusion is a registered trademark and product of <a href="http://www.macromedia.com/software/coldfusion/" target="_blank">Macromedia, Inc</a>. ! <hr> <form method="POST" action="#cgi.script_name#"> ! </cfoutput> <cfif listFirst( server.coldFusion.productVersion ) LT 6> ! <cfoutput><br><em style="color: red;">This sample work only with a ColdFusion MX server and higher, because it uses some advantages of this version.</em></cfoutput> <cfabort> </cfif> ! ! <!--- ! Note: You must first create a mapping in your coldfusion administrator to call the component fckeditor.cfc ! in the root folder of this zip archive. ! A relative path is not allowed. See your coldfusion documentation for more information. ! ---> <cfscript> ! // create a pseudo mapping for this demo only! ! factory = createObject('java','coldfusion.server.ServiceFactory'); ! mappings = factory.runtimeservice.getMappings(); ! mappings['/fckeditor2'] = expandPath("../.."); // fckeditor.cfc resides two paths higher than this sample file. ! // end create a pseudo mapping for this demo only! ! ! fckEditor = createObject("component", "/fckeditor2/fckeditor"); fckEditor.instanceName = "myEditor"; fckEditor.value = 'This is some sample text. You are using <a href="http://fckeditor.net/" target="_blank">FCKeditor</a>.'; *************** *** 66,70 **** fckEditor.create(); // create the editor. </cfscript> ! <cfoutput> <br /> --- 64,68 ---- fckEditor.create(); // create the editor. </cfscript> ! <cfoutput> <br /> *************** *** 73,82 **** </cfoutput> ! <cfdump ! var="#FORM#" ! label="Dump of FORM Variables" > ! ! <cfoutput></form></body></html></cfoutput> <cfsetting enablecfoutputonly="false"> \ No newline at end of file --- 71,80 ---- </cfoutput> ! <cfdump ! var="#FORM#" ! label="Dump of FORM Variables" > ! ! <cfoutput></form></body></html></cfoutput> <cfsetting enablecfoutputonly="false"> \ No newline at end of file Index: sample01.cfm =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/cfm/sample01.cfm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sample01.cfm 1 Sep 2005 18:15:39 -0000 1.4 --- sample01.cfm 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,39 **** ! <cfsetting enablecfoutputonly="true" showdebugoutput="false"> ! <!--- ! * 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: sample01.cfm ! * Sample page for ColdFusion. ! * ! * Version: 2.0 RC3 ! * Modified: 2004-12-07 12:24:26 ! * ! * File Authors: ! * Hendrik Kramer (hk...@lw...) ! ---> ! ! <!--- :: ! * You must set the url path to the base directory for your media files (images, flash, files) ! * The best position for this variable is in your Application.cfm file ! * ! * Possible variable scopes are: ! * <cfset APPLICATION.userFilesPath = "/UserFiles/"> ! * OR: ! * <cfset SERVER.userFilesPath = "/UserFiles/"> ! * ! * Note #1: Do _not_ set the physical directory on your server, only a path relative to your current webroot ! * Note #2: Directories will be automatically created ! :: ---> ! <cflock scope="Application" type="exclusive" timeout="5"> ! <cfset APPLICATION.userFilesPath = "/UserFiles/"> ! </cflock> ! <cfoutput> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> --- 1,26 ---- ! <cfsetting enablecfoutputonly="true" showdebugoutput="false"> ! <!--- @Packager.Header ! <FileDescription> ! Sample page for ColdFusion. ! </FileDescription> ! <Author name="Hendrik Kramer" email="hk...@lw..." /> ! ---> ! ! <!--- :: ! * You must set the url path to the base directory for your media files (images, flash, files) ! * The best position for this variable is in your Application.cfm file ! * ! * Possible variable scopes are: ! * <cfset APPLICATION.userFilesPath = "/UserFiles/"> ! * OR: ! * <cfset SERVER.userFilesPath = "/UserFiles/"> ! * ! * Note #1: Do _not_ set the physical directory on your server, only a path relative to your current webroot ! * Note #2: Directories will be automatically created ! :: ---> ! <cflock scope="Application" type="exclusive" timeout="5"> ! <cfset APPLICATION.userFilesPath = "/UserFiles/"> ! </cflock> ! <cfoutput> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> *************** *** 54,64 **** <hr> <form method="POST" action="#cgi.script_name#"> ! </cfoutput> <cfmodule ! template="/fckeditor/fckeditor.cfm" basePath="/fckeditor/" instanceName="myEditor" ! value='This is some sample text. You are using <a href="http://fckeditor.net/" target="_blank">FCKEditor</a>.' width="100%" height="200" --- 41,56 ---- <hr> <form method="POST" action="#cgi.script_name#"> ! </cfoutput> ! ! <cfif listFirst( server.coldFusion.productVersion ) LT 6> ! <cfoutput><br><em style="color: red;">This sample work only with a ColdFusion MX server and higher, because it uses some advantages of this version.</em></cfoutput> ! <cfabort> ! </cfif> <cfmodule ! template="../../fckeditor.cfm" basePath="/fckeditor/" instanceName="myEditor" ! value='This is some sample text. You are using <a href="http://fckeditor.net/" target="_blank">FCKeditor</a>.' width="100%" height="200" *************** *** 68,72 **** <input type="submit" value="Submit"> <br /> ! </form> </cfoutput> --- 60,64 ---- <input type="submit" value="Submit"> <br /> ! </form> </cfoutput> |
From: Thyamad c. <th...@us...> - 2005-09-29 19:50:26
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors Modified Files: test.html Log Message: Commiting file additions and modification from SVN revision 2028 to 2029... Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message: updating fckeditor in dynapi Index: test.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/test.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** test.html 1 Sep 2005 18:15:42 -0000 1.4 --- test.html 29 Sep 2005 19:49:18 -0000 1.5 *************** *** 1,2 **** --- 1,18 ---- + <!-- + * FCKeditor - The text editor for internet + * Copyright (C) 2003-2005 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: test.html + * Test page for the File Browser connectors. + * + * File Authors: + * Frederico Caldeira Knabben (fr...@fc...) + --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> |
From: Thyamad c. <th...@us...> - 2005-09-29 19:50:26
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/editor Modified Files: fckdebug.html fckdialog.html fckeditor.html fckeditor.original.html Log Message: Commiting file additions and modification from SVN revision 2028 to 2029... Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message: updating fckeditor in dynapi Index: fckeditor.original.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/fckeditor.original.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fckeditor.original.html 1 Sep 2005 18:15:40 -0000 1.4 --- fckeditor.original.html 29 Sep 2005 19:49:17 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Main page that holds the editor. * - * Version: 2.0 RC3 - * Modified: 2005-03-02 10:54:21 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> --- 12,18 ---- * Main page that holds the editor. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> *************** *** 30,33 **** --- 27,31 ---- @Packager.RemoveLine --> <!-- @Packager.Remove.Start --> + <script type="text/javascript" src="_source/internals/fcknamespace.js"></script> <script type="text/javascript" src="_source/internals/fckcoreextensions.js"></script> <script type="text/javascript" src="_source/globals/fck_constants.js"></script> *************** *** 63,67 **** <tr id="eWysiwyg"> <td id="eWysiwygCell" height="100%" valign="top"> ! <iframe id="eEditorArea" name="eEditorArea" height="100%" width="100%" frameborder="no" src="fckeditorarea.html"></iframe> </td> </tr> --- 61,65 ---- <tr id="eWysiwyg"> <td id="eWysiwygCell" height="100%" valign="top"> ! <iframe id="eEditorArea" name="eEditorArea" height="100%" width="100%" frameborder="no" src="fckblank.html"></iframe> </td> </tr> Index: fckdialog.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/fckdialog.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fckdialog.html 1 Sep 2005 18:15:40 -0000 1.4 --- fckdialog.html 29 Sep 2005 19:49:17 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * This page is used by all dialog box as the container. * - * Version: 2.0 RC3 - * Modified: 2005-02-19 14:49:02 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> --- 12,18 ---- * This page is used by all dialog box as the container. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> *************** *** 24,30 **** <meta name="robots" content="noindex, nofollow" /> <script type="text/javascript"> - <!-- ! // On some Gecko browsers (probably over slow connections) the // "dialogArguments" are not set so we must get it from the opener window. if ( !dialogArguments ) --- 21,26 ---- <meta name="robots" content="noindex, nofollow" /> <script type="text/javascript"> ! // On some Gecko browsers (probably over slow connections) the // "dialogArguments" are not set so we must get it from the opener window. if ( !dialogArguments ) *************** *** 44,48 **** if ( window.onresize ) window.onresize() ; ! // First of all, translate the dialog box contents. dialogArguments.Editor.FCKLanguageManager.TranslatePage( document ) ; --- 40,44 ---- if ( window.onresize ) window.onresize() ; ! // First of all, translate the dialog box contents. dialogArguments.Editor.FCKLanguageManager.TranslatePage( document ) ; *************** *** 57,67 **** // Set the language direction. oInnerDoc.dir = dialogArguments.Editor.FCKLang.Dir ; ! // Sets the Skin CSS. oInnerDoc.write( '<link href="' + dialogArguments.Editor.FCKConfig.SkinPath + 'fck_dialog.css" type="text/css" rel="stylesheet">' ) ; ! SetOnKeyDown( oInnerDoc ) ; DisableContextMenu( oInnerDoc ) ; ! return dialogArguments.Editor ; } --- 53,63 ---- // Set the language direction. oInnerDoc.dir = dialogArguments.Editor.FCKLang.Dir ; ! // Sets the Skin CSS. oInnerDoc.write( '<link href="' + dialogArguments.Editor.FCKConfig.SkinPath + 'fck_dialog.css" type="text/css" rel="stylesheet">' ) ; ! SetOnKeyDown( oInnerDoc ) ; DisableContextMenu( oInnerDoc ) ; ! return dialogArguments.Editor ; } *************** *** 85,98 **** { var oInnerDoc = document.getElementById('frmMain').contentWindow.document ; ! if ( document.all ) var iFrameHeight = oInnerDoc.body.offsetHeight ; else var iFrameHeight = document.getElementById('frmMain').contentWindow.innerHeight ; ! var iInnerHeight = oInnerDoc.body.scrollHeight ; ! var iDiff = iInnerHeight - iFrameHeight ; ! if ( iDiff > 0 ) { --- 81,94 ---- { var oInnerDoc = document.getElementById('frmMain').contentWindow.document ; ! if ( document.all ) var iFrameHeight = oInnerDoc.body.offsetHeight ; else var iFrameHeight = document.getElementById('frmMain').contentWindow.innerHeight ; ! var iInnerHeight = oInnerDoc.body.scrollHeight ; ! var iDiff = iInnerHeight - iFrameHeight ; ! if ( iDiff > 0 ) { *************** *** 119,122 **** --- 115,123 ---- var oTabs = new Object() ; + function TabDiv_OnClick() + { + SetSelectedTab( this.TabCode ) ; + } + function AddTab( tabCode, tabText, startHidden ) { *************** *** 133,160 **** oDiv.innerHTML = tabText ; oDiv.TabCode = tabCode ; ! oDiv.onclick = function() ! { ! SetSelectedTab( this.TabCode ) ; ! } ! if ( startHidden ) oDiv.style.display = 'none' ; ! var eTabsRow = document.getElementById( 'TabsRow' ) ; ! oCell.appendChild( oDiv ) ; ! if ( eTabsRow.style.display == 'none' ) { var eTitleArea = document.getElementById( 'TitleArea' ) ; eTitleArea.className = 'PopupTitle' ; ! oDiv.className = 'PopupTabSelected' ; eTabsRow.style.display = '' ; ! if ( ! dialogArguments.Editor.FCKBrowserInfo.IsIE ) window.onresize() ; } ! oTabs[ tabCode ] = oDiv ; oTabs[ tabCode ].Index = oTabs.length - 1 ; --- 134,158 ---- oDiv.innerHTML = tabText ; oDiv.TabCode = tabCode ; ! oDiv.onclick = TabDiv_OnClick ; ! if ( startHidden ) oDiv.style.display = 'none' ; ! var eTabsRow = document.getElementById( 'TabsRow' ) ; ! oCell.appendChild( oDiv ) ; ! if ( eTabsRow.style.display == 'none' ) { var eTitleArea = document.getElementById( 'TitleArea' ) ; eTitleArea.className = 'PopupTitle' ; ! oDiv.className = 'PopupTabSelected' ; eTabsRow.style.display = '' ; ! if ( ! dialogArguments.Editor.FCKBrowserInfo.IsIE ) window.onresize() ; } ! oTabs[ tabCode ] = oDiv ; oTabs[ tabCode ].Index = oTabs.length - 1 ; *************** *** 170,174 **** oTabs[sCode].className = 'PopupTab' ; } ! if ( typeof( window.frames["frmMain"].OnDialogTabChange ) == 'function' ) window.frames["frmMain"].OnDialogTabChange( tabCode ) ; --- 168,172 ---- oTabs[sCode].className = 'PopupTab' ; } ! if ( typeof( window.frames["frmMain"].OnDialogTabChange ) == 'function' ) window.frames["frmMain"].OnDialogTabChange( tabCode ) ; *************** *** 179,183 **** var oTab = oTabs[ tabCode ] ; oTab.style.display = isVisible ? '' : 'none' ; ! if ( ! isVisible && oTab.className == 'PopupTabSelected' ) { --- 177,181 ---- var oTab = oTabs[ tabCode ] ; oTab.style.display = isVisible ? '' : 'none' ; ! if ( ! isVisible && oTab.className == 'PopupTabSelected' ) { *************** *** 217,221 **** { if ( dialogArguments.Editor.FCKBrowserInfo.IsIE ) return ; ! // Disable Right-Click var oOnContextMenu = function( e ) --- 215,219 ---- { if ( dialogArguments.Editor.FCKBrowserInfo.IsIE ) return ; ! // Disable Right-Click var oOnContextMenu = function( e ) *************** *** 234,246 **** { var oFrame = document.getElementById("frmMain") ; ! if ( ! oFrame ) return ; ! oFrame.height = 0 ; ! var oCell = document.getElementById("FrameCell") ; var iHeight = oCell.offsetHeight ; ! oFrame.height = iHeight - 2 ; } --- 232,244 ---- { var oFrame = document.getElementById("frmMain") ; ! if ( ! oFrame ) return ; ! oFrame.height = 0 ; ! var oCell = document.getElementById("FrameCell") ; var iHeight = oCell.offsetHeight ; ! oFrame.height = iHeight - 2 ; } *************** *** 252,256 **** } ! //--> </script> </head> --- 250,265 ---- } ! if ( dialogArguments.Editor.FCKBrowserInfo.IsIE ) ! { ! function Window_OnBeforeUnload() ! { ! for ( var t in oTabs ) ! oTabs[t] = null ; ! ! dialogArguments.Editor = null ; ! } ! window.attachEvent( "onbeforeunload", Window_OnBeforeUnload ) ; ! } ! </script> </head> *************** *** 260,266 **** <td id="TitleArea" class="PopupTitle PopupTitleBorder"> <script type="text/javascript"> - <!-- document.write( sTitle ) ; - //--> </script> </td> --- 269,273 ---- Index: fckeditor.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/fckeditor.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fckeditor.html 1 Sep 2005 18:15:40 -0000 1.4 --- fckeditor.html 29 Sep 2005 19:49:17 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Main page that holds the editor. * - * Version: 2.0 RC3 - * Modified: 2005-03-02 10:54:21 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> --- 12,18 ---- * Main page that holds the editor. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> *************** *** 47,51 **** <tr id="eWysiwyg"> <td id="eWysiwygCell" height="100%" valign="top"> ! <iframe id="eEditorArea" name="eEditorArea" height="100%" width="100%" frameborder="no" src="fckeditorarea.html"></iframe> </td> </tr> --- 44,48 ---- <tr id="eWysiwyg"> <td id="eWysiwygCell" height="100%" valign="top"> ! <iframe id="eEditorArea" name="eEditorArea" height="100%" width="100%" frameborder="no" src="fckblank.html"></iframe> </td> </tr> Index: fckdebug.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/fckdebug.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fckdebug.html 1 Sep 2005 18:15:40 -0000 1.4 --- fckdebug.html 29 Sep 2005 19:49:17 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * It automatically popups if the Debug = true in the configuration file. * - * Version: 2.0 RC3 - * Modified: 2005-02-23 20:49:25 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> --- 13,19 ---- * It automatically popups if the Debug = true in the configuration file. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> |
From: Thyamad c. <th...@us...> - 2005-09-29 19:50:26
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_docprops In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/editor/dialog/fck_docprops Modified Files: fck_document_preview.html Log Message: Commiting file additions and modification from SVN revision 2028 to 2029... Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message: updating fckeditor in dynapi Index: fck_document_preview.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_docprops/fck_document_preview.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fck_document_preview.html 1 Sep 2005 18:15:42 -0000 1.1 --- fck_document_preview.html 29 Sep 2005 19:49:17 -0000 1.2 *************** *** 1,6 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * Preview shown in the "Document Properties" dialog window. * - * Version: 2.0 RC3 - * Modified: 2005-01-12 16:05:41 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> --- 13,19 ---- * Preview shown in the "Document Properties" dialog window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> *************** *** 26,29 **** --- 23,32 ---- <script language="javascript"> + var eBase = parent.FCK.EditorDocument.getElementsByTagName( 'BASE' ) ; + if ( eBase.length > 0 && eBase[0].href.length > 0 ) + { + document.write( '<base href="' + eBase[0].href + '">' ) ; + } + window.onload = function() { *************** *** 32,35 **** --- 35,47 ---- } + function SetBaseHRef( baseHref ) + { + var eBase = document.createElement( 'BASE' ) ; + eBase.href = baseHref ; + + var eHead = document.getElementsByTagName( 'HEAD' )[0] ; + eHead.appendChild( eBase ) ; + } + function SetLinkColor( color ) { |
From: Thyamad c. <th...@us...> - 2005-09-29 19:50:26
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/_source/globals In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/editor/_source/globals Modified Files: fck_constants.js fckeditorapi.js Log Message: Commiting file additions and modification from SVN revision 2028 to 2029... Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message: updating fckeditor in dynapi Index: fck_constants.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/_source/globals/fck_constants.js,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fck_constants.js 1 Sep 2005 18:15:40 -0000 1.4 --- fck_constants.js 29 Sep 2005 19:49:17 -0000 1.5 *************** *** 1,5 **** ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * globally available in the page where the editor is placed. * - * Version: 2.0 RC3 - * Modified: 2004-05-31 23:07:48 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ // Editor Instance Status. --- 13,19 ---- * globally available in the page where the editor is placed. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ // Editor Instance Status. Index: fckeditorapi.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/_source/globals/fckeditorapi.js,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fckeditorapi.js 1 Sep 2005 18:15:40 -0000 1.4 --- fckeditorapi.js 29 Sep 2005 19:49:17 -0000 1.5 *************** *** 1,5 **** ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,25 **** * the page where the editor is placed in. * - * Version: 2.0 RC3 - * Modified: 2004-05-31 23:07:48 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ var FCKeditorAPI ; if ( !window.parent.FCKeditorAPI ) { --- 13,27 ---- * the page where the editor is placed in. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ var FCKeditorAPI ; + function FCKeditorAPI_GetInstance( instanceName ) + { + return this.__Instances[ instanceName ] ; + } + if ( !window.parent.FCKeditorAPI ) { *************** *** 29,40 **** // Set the current version. ! FCKeditorAPI.Version = '2.0 RC3' ; // Function used to get a instance of an existing editor present in the // page. ! FCKeditorAPI.GetInstance = function( instanceName ) ! { ! return this.__Instances[ instanceName ] ; ! } } else --- 31,39 ---- // Set the current version. ! FCKeditorAPI.Version = '2.0' ; // Function used to get a instance of an existing editor present in the // page. ! FCKeditorAPI.GetInstance = FCKeditorAPI_GetInstance ; } else |
From: Thyamad c. <th...@us...> - 2005-09-29 19:50:26
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/asp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/_samples/asp Modified Files: sample01.asp sample02.asp sample03.asp sample04.asp sampleposteddata.asp Log Message: Commiting file additions and modification from SVN revision 2028 to 2029... Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message: updating fckeditor in dynapi Index: sample03.asp =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/asp/sample03.asp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sample03.asp 1 Sep 2005 18:15:39 -0000 1.4 --- sample03.asp 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,6 **** ! <% Option Explicit %> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,7 ---- ! <%@ CodePage=65001 Language="VBScript"%> ! <% Option Explicit %> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * Sample page. * - * Version: 2.0 RC3 - * Modified: 2005-02-19 17:20:07 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <% ' You must set "Enable Parent Paths" on your web site in order this relative include to work. %> <!-- #INCLUDE file="../../fckeditor.asp" --> --- 14,20 ---- * Sample page. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <% ' You must set "Enable Parent Paths" on your web site in order this relative include to work. %> <!-- #INCLUDE file="../../fckeditor.asp" --> Index: sample04.asp =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/asp/sample04.asp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sample04.asp 1 Sep 2005 18:15:39 -0000 1.4 --- sample04.asp 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,6 **** ! <% Option Explicit %> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,7 ---- ! <%@ CodePage=65001 Language="VBScript"%> ! <% Option Explicit %> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * Sample page. * - * Version: 2.0 RC3 - * Modified: 2005-02-19 17:20:07 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <% ' You must set "Enable Parent Paths" on your web site in order this relative include to work. %> <!-- #INCLUDE file="../../fckeditor.asp" --> --- 14,20 ---- * Sample page. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <% ' You must set "Enable Parent Paths" on your web site in order this relative include to work. %> <!-- #INCLUDE file="../../fckeditor.asp" --> Index: sampleposteddata.asp =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/asp/sampleposteddata.asp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sampleposteddata.asp 1 Sep 2005 18:15:39 -0000 1.4 --- sampleposteddata.asp 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,6 **** ! <% Option Explicit %> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,7 ---- ! <%@ CodePage=65001 Language="VBScript"%> ! <% Option Explicit %> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * This page lists the data posted by a form. * - * Version: 2.0 RC3 - * Modified: 2005-02-19 17:20:42 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> --- 14,20 ---- * This page lists the data posted by a form. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> Index: sample02.asp =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/asp/sample02.asp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sample02.asp 1 Sep 2005 18:15:39 -0000 1.4 --- sample02.asp 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,6 **** ! <% Option Explicit %> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,7 ---- ! <%@ CodePage=65001 Language="VBScript"%> ! <% Option Explicit %> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * Sample page. * - * Version: 2.0 RC3 - * Modified: 2005-02-19 17:20:07 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <% ' You must set "Enable Parent Paths" on your web site in order this relative include to work. %> <!-- #INCLUDE file="../../fckeditor.asp" --> --- 14,20 ---- * Sample page. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <% ' You must set "Enable Parent Paths" on your web site in order this relative include to work. %> <!-- #INCLUDE file="../../fckeditor.asp" --> Index: sample01.asp =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/asp/sample01.asp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sample01.asp 1 Sep 2005 18:15:39 -0000 1.4 --- sample01.asp 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,6 **** ! <% Option Explicit %> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,7 ---- ! <%@ CodePage=65001 Language="VBScript"%> ! <% Option Explicit %> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * Sample page. * - * Version: 2.0 RC3 - * Modified: 2005-02-27 19:18:35 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <% ' You must set "Enable Parent Paths" on your web site in order this relative include to work. %> <!-- #INCLUDE file="../../fckeditor.asp" --> --- 14,20 ---- * Sample page. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <% ' You must set "Enable Parent Paths" on your web site in order this relative include to work. %> <!-- #INCLUDE file="../../fckeditor.asp" --> |
From: Thyamad c. <th...@us...> - 2005-09-29 19:50:25
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/_plugins/findreplace In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/_samples/_plugins/findreplace Modified Files: fckplugin.js find.html replace.html Log Message: Commiting file additions and modification from SVN revision 2028 to 2029... Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message: updating fckeditor in dynapi Index: fckplugin.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/_plugins/findreplace/fckplugin.js,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fckplugin.js 1 Sep 2005 18:15:39 -0000 1.1 --- fckplugin.js 29 Sep 2005 19:49:16 -0000 1.2 *************** *** 1,5 **** ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,29 **** * This is the sample plugin definition file. * - * Version: 2.0 RC3 - * Modified: 2004-11-22 11:20:10 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ // Register the related commands. ! FCKCommands.RegisterCommand( 'My_Find' , new FCKDialogCommand( FCKLang['DlgMyFindTitle'] , FCKLang['DlgMyFindTitle'] , FCKConfig.PluginsPath + 'FindReplace/find.html' , 340, 170 ) ) ; ! FCKCommands.RegisterCommand( 'My_Replace' , new FCKDialogCommand( FCKLang['DlgMyReplaceTitle'], FCKLang['DlgMyReplaceTitle'] , FCKConfig.PluginsPath + 'FindReplace/replace.html', 340, 200 ) ) ; // Create the "Find" toolbar button. var oFindItem = new FCKToolbarButton( 'My_Find', FCKLang['DlgMyFindTitle'] ) ; ! oFindItem.IconPath = FCKConfig.PluginsPath + 'FindReplace/find.gif' ; FCKToolbarItems.RegisterItem( 'My_Find', oFindItem ) ; // 'My_Find' is the name used in the Toolbar config. --- 12,26 ---- * This is the sample plugin definition file. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ // Register the related commands. ! FCKCommands.RegisterCommand( 'My_Find' , new FCKDialogCommand( FCKLang['DlgMyFindTitle'] , FCKLang['DlgMyFindTitle'] , FCKConfig.PluginsPath + 'findreplace/find.html' , 340, 170 ) ) ; ! FCKCommands.RegisterCommand( 'My_Replace' , new FCKDialogCommand( FCKLang['DlgMyReplaceTitle'], FCKLang['DlgMyReplaceTitle'] , FCKConfig.PluginsPath + 'findreplace/replace.html', 340, 200 ) ) ; // Create the "Find" toolbar button. var oFindItem = new FCKToolbarButton( 'My_Find', FCKLang['DlgMyFindTitle'] ) ; ! oFindItem.IconPath = FCKConfig.PluginsPath + 'findreplace/find.gif' ; FCKToolbarItems.RegisterItem( 'My_Find', oFindItem ) ; // 'My_Find' is the name used in the Toolbar config. *************** *** 31,35 **** // Create the "Replace" toolbar button. var oReplaceItem = new FCKToolbarButton( 'My_Replace', FCKLang['DlgMyReplaceTitle'] ) ; ! oReplaceItem.IconPath = FCKConfig.PluginsPath + 'FindReplace/replace.gif' ; FCKToolbarItems.RegisterItem( 'My_Replace', oReplaceItem ) ; // 'My_Replace' is the name used in the Toolbar config. \ No newline at end of file --- 28,32 ---- // Create the "Replace" toolbar button. var oReplaceItem = new FCKToolbarButton( 'My_Replace', FCKLang['DlgMyReplaceTitle'] ) ; ! oReplaceItem.IconPath = FCKConfig.PluginsPath + 'findreplace/replace.gif' ; FCKToolbarItems.RegisterItem( 'My_Replace', oReplaceItem ) ; // 'My_Replace' is the name used in the Toolbar config. \ No newline at end of file Index: replace.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/_plugins/findreplace/replace.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** replace.html 1 Sep 2005 18:15:39 -0000 1.1 --- replace.html 29 Sep 2005 19:49:16 -0000 1.2 *************** *** 1,6 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * This is the sample "Replace" plugin window. * - * Version: 2.0 RC3 - * Modified: 2004-11-30 10:27:04 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> --- 13,19 ---- * This is the sample "Replace" plugin window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> Index: find.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/_plugins/findreplace/find.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** find.html 1 Sep 2005 18:15:39 -0000 1.1 --- find.html 29 Sep 2005 19:49:16 -0000 1.2 *************** *** 1,6 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * This is the sample "Find" plugin window. * - * Version: 2.0 RC3 - * Modified: 2004-11-30 10:27:04 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> --- 13,19 ---- * This is the sample "Find" plugin window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <html> <head> |
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/php In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/php Modified Files: basexml.php commands.php config.php connector.php io.php util.php Log Message: Commiting file additions and modification from SVN revision 2028 to 2029... Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message: updating fckeditor in dynapi Index: connector.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** connector.php 1 Sep 2005 18:15:43 -0000 1.4 --- connector.php 29 Sep 2005 19:49:18 -0000 1.5 *************** *** 1,5 **** ! <?php /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- ! <?php ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * This is the File Manager Connector for PHP. * - * Version: 2.0 RC3 - * Modified: 2005-02-08 11:48:55 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ include('config.php') ; --- 13,19 ---- * This is the File Manager Connector for PHP. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ include('config.php') ; *************** *** 25,28 **** --- 23,29 ---- include('commands.php') ; + if ( !$Config['Enabled'] ) + SendError( 1, 'This connector is disabled. Please check the "editor/filemanager/browser/default/connectors/php/config.php" file' ) ; + // Get the "UserFiles" path. $GLOBALS["UserFilesPath"] = '' ; *************** *** 61,64 **** --- 62,69 ---- if ( ! ereg( '/$', $sCurrentFolder ) ) $sCurrentFolder .= '/' ; if ( strpos( $sCurrentFolder, '/' ) !== 0 ) $sCurrentFolder = '/' . $sCurrentFolder ; + + // Check for invalid folder paths (..) + if ( strpos( $sCurrentFolder, '..' ) ) + SendError( 102, "" ) ; // File Upload doesn't have to Return XML, so it must be intercepted before anything. *************** *** 69,86 **** } - // Prevent the browser from caching the result. - // Date in the past - header('Expires: Mon, 26 Jul 1997 05:00:00 GMT') ; - // always modified - header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT') ; - // HTTP/1.1 - header('Cache-Control: no-store, no-cache, must-revalidate') ; - header('Cache-Control: post-check=0, pre-check=0', false) ; - // HTTP/1.0 - header('Pragma: no-cache') ; - - // Set the response format. - header( 'Content-Type:text/xml; charset=utf-8' ) ; - CreateXmlHeader( $sCommand, $sResourceType, $sCurrentFolder ) ; --- 74,77 ---- Index: commands.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/php/commands.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** commands.php 1 Sep 2005 18:15:43 -0000 1.4 --- commands.php 29 Sep 2005 19:49:18 -0000 1.5 *************** *** 1,5 **** ! <?php /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- ! <?php ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 10,21 **** * * File Name: commands.php ! * This is the File Manager Connector for ASP. ! * ! * Version: 2.0 RC3 ! * Modified: 2005-02-19 16:02:38 * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ function GetFolders( $resourceType, $currentFolder ) --- 11,19 ---- * * File Name: commands.php ! * This is the File Manager Connector for PHP. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ function GetFolders( $resourceType, $currentFolder ) *************** *** 139,142 **** --- 137,141 ---- $sOriginalFileName = $sFileName ; $sExtension = substr( $sFileName, ( strrpos($sFileName, '.') + 1 ) ) ; + $sExtension = strtolower( $sExtension ) ; global $Config ; Index: basexml.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/php/basexml.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** basexml.php 1 Sep 2005 18:15:43 -0000 1.4 --- basexml.php 29 Sep 2005 19:49:18 -0000 1.5 *************** *** 1,5 **** ! <?php /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- ! <?php ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,24 **** * This is the File Manager Connector for ASP. * - * Version: 2.0 RC3 - * Modified: 2004-12-10 17:49:19 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ function CreateXmlHeader( $command, $resourceType, $currentFolder ) { // Create the XML document header. echo '<?xml version="1.0" encoding="utf-8" ?>' ; --- 13,41 ---- * This is the File Manager Connector for ASP. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ ! ! function SetXmlHeaders() ! { ! // Prevent the browser from caching the result. ! // Date in the past ! header('Expires: Mon, 26 Jul 1997 05:00:00 GMT') ; ! // always modified ! header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT') ; ! // HTTP/1.1 ! header('Cache-Control: no-store, no-cache, must-revalidate') ; ! header('Cache-Control: post-check=0, pre-check=0', false) ; ! // HTTP/1.0 ! header('Pragma: no-cache') ; ! ! // Set the response format. ! header( 'Content-Type:text/xml; charset=utf-8' ) ; ! } function CreateXmlHeader( $command, $resourceType, $currentFolder ) { + SetXmlHeaders() ; + // Create the XML document header. echo '<?xml version="1.0" encoding="utf-8" ?>' ; *************** *** 35,37 **** --- 52,66 ---- echo '</Connector>' ; } + + function SendError( $number, $text ) + { + SetXmlHeaders() ; + + // Create the XML document header + echo '<?xml version="1.0" encoding="utf-8" ?>' ; + + echo '<Connector><Error number="' . $number . '" text="' . htmlspecialchars( $text ) . '" /></Connector>' ; + + exit ; + } ?> \ No newline at end of file Index: config.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/php/config.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** config.php 1 Sep 2005 18:15:43 -0000 1.1 --- config.php 29 Sep 2005 19:49:18 -0000 1.2 *************** *** 1,5 **** ! <?php /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- ! <?php ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,39 **** * Configuration file for the File Manager Connector for PHP. * - * Version: 2.0 RC3 - * Modified: 2005-02-08 12:01:53 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ global $Config ; ! // Path to user files relative to the document root. ! // SECURITY TIP: Uncomment the following line to set a fixed path. ! //$Config['UserFilesPath'] = '/UserFiles/' ; ! $Config['AllowedExtensions']['File'] = array() ; ! $Config['DeniedExtensions']['File'] = array('php','asp','aspx','ascx','jsp','cfm','cfc','pl','bat','exe','dll','reg') ; ! ! $Config['AllowedExtensions']['Image'] = array('jpg','gif','jpeg','png') ; ! $Config['DeniedExtensions']['Image'] = array() ; ! ! $Config['AllowedExtensions']['Flash'] = array('swf','fla') ; ! $Config['DeniedExtensions']['Flash'] = array() ; ! ! $Config['AllowedExtensions']['Media'] = array('swf','fla','jpg','gif','jpeg','png','avi','mpg','mpeg') ; ! $Config['DeniedExtensions']['Media'] = array() ; ?> \ No newline at end of file --- 13,39 ---- * Configuration file for the File Manager Connector for PHP. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ global $Config ; ! // SECURITY: You must explicitelly enable this "connector". (Set it to "true"). ! $Config['Enabled'] = false ; ! // Path to user files relative to the document root. ! $Config['UserFilesPath'] = '/UserFiles/' ; ! ! $Config['AllowedExtensions']['File'] = array() ; ! $Config['DeniedExtensions']['File'] = array('php','php3','php5','phtml','asp','aspx','ascx','jsp','cfm','cfc','pl','bat','exe','dll','reg','cgi') ; ! ! $Config['AllowedExtensions']['Image'] = array('jpg','gif','jpeg','png') ; ! $Config['DeniedExtensions']['Image'] = array() ; ! ! $Config['AllowedExtensions']['Flash'] = array('swf','fla') ; ! $Config['DeniedExtensions']['Flash'] = array() ; ! ! $Config['AllowedExtensions']['Media'] = array('swf','fla','jpg','gif','jpeg','png','avi','mpg','mpeg') ; ! $Config['DeniedExtensions']['Media'] = array() ; ?> \ No newline at end of file Index: util.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/php/util.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** util.php 1 Sep 2005 18:15:43 -0000 1.4 --- util.php 29 Sep 2005 19:49:18 -0000 1.5 *************** *** 1,5 **** ! <?php /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- ! <?php ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * This is the File Manager Connector for ASP. * - * Version: 2.0 RC3 - * Modified: 2004-12-10 17:46:39 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ function RemoveFromStart( $sourceString, $charToRemove ) --- 13,19 ---- * This is the File Manager Connector for ASP. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ function RemoveFromStart( $sourceString, $charToRemove ) Index: io.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/php/io.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** io.php 1 Sep 2005 18:15:43 -0000 1.4 --- io.php 29 Sep 2005 19:49:18 -0000 1.5 *************** *** 1,5 **** ! <?php /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- ! <?php ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * This is the File Manager Connector for ASP. * - * Version: 2.0 RC3 - * Modified: 2005-02-19 16:03:39 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ function GetUrlFromPath( $resourceType, $folderPath ) --- 13,19 ---- * This is the File Manager Connector for ASP. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ function GetUrlFromPath( $resourceType, $folderPath ) *************** *** 35,39 **** { // Get the resource type directory. - // $sResourceTypePath = $GLOBALS["UserFilesDirectory"] . $resourceType . '\\' ; $sResourceTypePath = $GLOBALS["UserFilesDirectory"] . $resourceType . '/' ; --- 33,36 ---- *************** *** 42,46 **** // Return the resource type directory combined with the required path. - // return $sResourceTypePath . str_replace( '/', '\\', RemoveFromStart( $folderPath, '/' ) ) ; return $sResourceTypePath . RemoveFromStart( $folderPath, '/' ) ; } --- 39,42 ---- *************** *** 92,98 **** $sRealPath = realpath( './' ) ; - // $sSelfPath = str_replace( '/', '\\', $_SERVER['PHP_SELF'] ) ; $sSelfPath = $_SERVER['PHP_SELF'] ; - // $sSelfPath = substr( $sSelfPath, 0, strrpos( $sSelfPath, '\\' ) ) ; $sSelfPath = substr( $sSelfPath, 0, strrpos( $sSelfPath, '/' ) ) ; --- 88,92 ---- |
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/asp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/asp Modified Files: basexml.asp class_upload.asp commands.asp config.asp connector.asp io.asp util.asp Log Message: Commiting file additions and modification from SVN revision 2028 to 2029... Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message: updating fckeditor in dynapi Index: config.asp =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/asp/config.asp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** config.asp 1 Sep 2005 18:15:43 -0000 1.1 --- config.asp 29 Sep 2005 19:49:18 -0000 1.2 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,28 **** * Configuration file for the File Manager Connector for ASP. * - * Version: 2.0 RC3 - * Modified: 2005-02-28 18:50:16 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <% ! Dim ConfigUserFilesPath ! ' Path to user files relative to the document root. ! ' SECURITY TIP: Uncomment the following line to set a fixed path. ! ' ConfigUserFilesPath = "/UserFiles/" Dim ConfigAllowedExtensions, ConfigDeniedExtensions --- 12,27 ---- * Configuration file for the File Manager Connector for ASP. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <% ! ' SECURITY: You must explicitelly enable this "connector" (set it to "True"). ! Dim ConfigIsEnabled ! ConfigIsEnabled = False ! ' Path to user files relative to the document root. ! Dim ConfigUserFilesPath ! ConfigUserFilesPath = "/UserFiles/" Dim ConfigAllowedExtensions, ConfigDeniedExtensions *************** *** 40,44 **** ConfigAllowedExtensions.Add "Media", "swf|fla|jpg|gif|jpeg|png|avi|mpg|mpeg|mp(1-4)|wma|wmv|wav|mid|midi|rmi|rm|ram|rmvb|mov|qt" ! ConfigDeniedExtensions.Add "Media", "" %> \ No newline at end of file --- 39,43 ---- ConfigAllowedExtensions.Add "Media", "swf|fla|jpg|gif|jpeg|png|avi|mpg|mpeg|mp(1-4)|wma|wmv|wav|mid|midi|rmi|rm|ram|rmvb|mov|qt" ! ConfigDeniedExtensions.Add "Media", "" %> \ No newline at end of file Index: class_upload.asp =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/asp/class_upload.asp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** class_upload.asp 1 Sep 2005 18:15:43 -0000 1.4 --- class_upload.asp 29 Sep 2005 19:49:18 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * part components (OCX/DLL). * - * Version: 2.0 RC3 - * Modified: 2005-03-01 12:13:29 - * * File Authors: ! * NetRube (ne...@12...) ! --> <% '********************************************** --- 13,19 ---- * part components (OCX/DLL). * * File Authors: ! * NetRube (ne...@12...) ! --> <% '********************************************** *************** *** 43,47 **** '********************************************** - Class NetRube_Upload --- 40,43 ---- Index: basexml.asp =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/asp/basexml.asp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** basexml.asp 1 Sep 2005 18:15:43 -0000 1.4 --- basexml.asp 29 Sep 2005 19:49:18 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,22 **** * This file include the functions that create the base XML output. * - * Version: 2.0 RC3 - * Modified: 2005-02-11 16:00:06 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <% Sub CreateXmlHeader( command, resourceType, currentFolder ) ' Create the XML document header. --- 12,32 ---- * This file include the functions that create the base XML output. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <% + + Sub SetXmlHeaders() + ' Cleans the response buffer. + Response.Clear() + + ' Prevent the browser from caching the result. + Response.CacheControl = "no-cache" + + ' Set the response format. + Response.CharSet = "UTF-8" + Response.ContentType = "text/xml" + End Sub + Sub CreateXmlHeader( command, resourceType, currentFolder ) ' Create the XML document header. *************** *** 33,35 **** --- 43,56 ---- Response.Write "</Connector>" End Sub + + Sub SendError( number, text ) + SetXmlHeaders + + ' Create the XML document header. + Response.Write "<?xml version=""1.0"" encoding=""utf-8"" ?>" + + Response.Write "<Connector><Error number=""" & number & """ text=""" & Server.HTMLEncode( text ) & """ /></Connector>" + + Response.End + End Sub %> \ No newline at end of file Index: io.asp =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/asp/io.asp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** io.asp 1 Sep 2005 18:15:43 -0000 1.4 --- io.asp 29 Sep 2005 19:49:18 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * This file include IO specific functions used by the ASP Connector. * - * Version: 2.0 RC3 - * Modified: 2005-02-28 18:49:54 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <% Function GetUrlFromPath( resourceType, folderPath ) --- 12,18 ---- * This file include IO specific functions used by the ASP Connector. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <% Function GetUrlFromPath( resourceType, folderPath ) Index: connector.asp =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/asp/connector.asp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** connector.asp 1 Sep 2005 18:15:43 -0000 1.4 --- connector.asp 29 Sep 2005 19:49:18 -0000 1.5 *************** *** 3,9 **** Option Explicit %> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 3,9 ---- Option Explicit %> ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 16,25 **** * This is the File Manager Connector for ASP. * - * Version: 2.0 RC3 - * Modified: 2005-02-11 16:04:56 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!--#include file="config.asp"--> <!--#include file="util.asp"--> --- 16,22 ---- * This is the File Manager Connector for ASP. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!--#include file="config.asp"--> <!--#include file="util.asp"--> *************** *** 29,32 **** --- 26,34 ---- <!--#include file="class_upload.asp"--> <% + + If ( ConfigIsEnabled = False ) Then + SendError 1, "This connector is disabled. Please check the ""editor/filemanager/browser/default/connectors/asp/config.asp"" file" + End If + ' Get the "UserFiles" path. Dim sUserFilesPath *************** *** 34,47 **** If ( Not IsEmpty( ConfigUserFilesPath ) ) Then sUserFilesPath = ConfigUserFilesPath ! ElseIf ( Request.QueryString("ServerPath") <> "" ) Then ! sUserFilesPath = Request.QueryString("ServerPath") Else sUserFilesPath = "/UserFiles/" End If - If ( Right( sUserFilesPath, 1 ) <> "/" ) Then - sUserFilesPath = sUserFilesPath & "/" - End If - ' Map the "UserFiles" path to a local directory. Dim sUserFilesDirectory --- 36,47 ---- If ( Not IsEmpty( ConfigUserFilesPath ) ) Then sUserFilesPath = ConfigUserFilesPath ! ! If ( Right( sUserFilesPath, 1 ) <> "/" ) Then ! sUserFilesPath = sUserFilesPath & "/" ! End If Else sUserFilesPath = "/UserFiles/" End If ' Map the "UserFiles" path to a local directory. Dim sUserFilesDirectory *************** *** 71,74 **** --- 71,79 ---- If ( Left( sCurrentFolder, 1 ) <> "/" ) Then sCurrentFolder = "/" & sCurrentFolder + ' Check for invalid folder paths (..) + If ( InStr( 1, sCurrentFolder, ".." ) <> 0 OR InStr( 1, sResourceType, ".." ) <> 0 ) Then + SendError 102, "" + End If + ' File Upload doesn't have to Return XML, so it must be intercepted before anything. If ( sCommand = "FileUpload" ) Then *************** *** 77,90 **** End If ! ' Cleans the response buffer. ! Response.Clear() ! ! ' Prevent the browser from caching the result. ! Response.CacheControl = "no-cache" ! ! ' Set the response format. ! Response.CharSet = "UTF-8" ! Response.ContentType = "text/xml" ! CreateXmlHeader sCommand, sResourceType, sCurrentFolder --- 82,87 ---- End If ! SetXmlHeaders ! CreateXmlHeader sCommand, sResourceType, sCurrentFolder Index: util.asp =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/asp/util.asp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** util.asp 1 Sep 2005 18:15:43 -0000 1.4 --- util.asp 29 Sep 2005 19:49:18 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * This file include generic functions used by the ASP Connector. * - * Version: 2.0 RC3 - * Modified: 2005-02-11 16:00:27 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <% Function RemoveFromStart( sourceString, charToRemove ) --- 12,18 ---- * This file include generic functions used by the ASP Connector. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <% Function RemoveFromStart( sourceString, charToRemove ) Index: commands.asp =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/asp/commands.asp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** commands.asp 1 Sep 2005 18:15:43 -0000 1.4 --- commands.asp 29 Sep 2005 19:49:18 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * in the ASP Connector. * - * Version: 2.0 RC3 - * Modified: 2005-03-01 12:09:38 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <% Sub GetFolders( resourceType, currentFolder ) --- 13,19 ---- * in the ASP Connector. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <% Sub GetFolders( resourceType, currentFolder ) |
From: Thyamad c. <th...@us...> - 2005-09-29 19:50:25
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/js In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/editor/filemanager/browser/default/js Modified Files: common.js fckxml.js Log Message: Commiting file additions and modification from SVN revision 2028 to 2029... Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message: updating fckeditor in dynapi Index: common.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/js/common.js,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** common.js 1 Sep 2005 18:15:43 -0000 1.4 --- common.js 29 Sep 2005 19:49:19 -0000 1.5 *************** *** 1,5 **** ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,22 **** * File Browser dialog window. * - * Version: 2.0 RC3 - * Modified: 2004-11-27 00:03:05 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ function AddSelectOption( selectElement, optionText, optionValue ) --- 13,19 ---- * File Browser dialog window. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ function AddSelectOption( selectElement, optionText, optionValue ) Index: fckxml.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/js/fckxml.js,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fckxml.js 1 Sep 2005 18:15:43 -0000 1.4 --- fckxml.js 29 Sep 2005 19:49:19 -0000 1.5 *************** *** 1,5 **** ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 15,24 **** * File Browser frameset. * - * Version: 2.0 RC3 - * Modified: 2004-11-26 23:55:13 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ var FCKXml = function() --- 15,21 ---- * File Browser frameset. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ var FCKXml = function() |
From: Thyamad c. <th...@us...> - 2005-09-29 19:50:25
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/editor/filemanager/browser/default Modified Files: browser.html frmactualfolder.html frmcreatefolder.html frmfolders.html frmresourceslist.html frmresourcetype.html frmupload.html Added Files: browser.css Log Message: Commiting file additions and modification from SVN revision 2028 to 2029... Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message: updating fckeditor in dynapi Index: frmfolders.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/frmfolders.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** frmfolders.html 1 Sep 2005 18:15:42 -0000 1.4 --- frmfolders.html 29 Sep 2005 19:49:18 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 13,26 **** * of the current folder. * - * Version: 2.0 RC3 - * Modified: 2005-02-25 22:01:23 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> ! <link href="Browser.css" type="text/css" rel="stylesheet"> <script type="text/javascript" src="js/common.js"></script> <script language="javascript"> --- 13,23 ---- * of the current folder. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> ! <link href="browser.css" type="text/css" rel="stylesheet"> <script type="text/javascript" src="js/common.js"></script> <script language="javascript"> *************** *** 152,155 **** --- 149,155 ---- function GetFoldersCallBack( fckXml ) { + if ( oConnector.CheckError( fckXml ) != 0 ) + return ; + // Get the current folder path. var oNode = fckXml.SelectSingleNode( 'Connector/CurrentFolder' ) ; Index: frmactualfolder.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/frmactualfolder.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** frmactualfolder.html 1 Sep 2005 18:15:42 -0000 1.4 --- frmactualfolder.html 29 Sep 2005 19:49:18 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,25 **** * This page shows the actual folder path. * - * Version: 2.0 RC3 - * Modified: 2005-02-25 22:01:23 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> ! <link href="Browser.css" type="text/css" rel="stylesheet"> <script type="text/javascript"> --- 12,22 ---- * This page shows the actual folder path. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> ! <link href="browser.css" type="text/css" rel="stylesheet"> <script type="text/javascript"> Index: browser.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/browser.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** browser.html 1 Sep 2005 18:15:42 -0000 1.4 --- browser.html 29 Sep 2005 19:49:18 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,26 **** * This page compose the File Browser dialog frameset. * - * Version: 2.0 RC3 - * Modified: 2005-02-25 22:01:23 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>FCKeditor - Resources Browser</title> ! <link href="Browser.css" type="text/css" rel="stylesheet"> <script type="text/javascript" src="js/fckxml.js"></script> <script language="javascript"> --- 12,23 ---- * This page compose the File Browser dialog frameset. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>FCKeditor - Resources Browser</title> ! <link href="browser.css" type="text/css" rel="stylesheet"> <script type="text/javascript" src="js/fckxml.js"></script> <script language="javascript"> *************** *** 46,50 **** sConnUrl = window.location.href.replace( /browser.html.*$/, '' ) + sConnUrl ; ! oConnector.ConnectorUrl = sConnUrl + '?' ; var sServerPath = GetUrlParam( 'ServerPath' ) ; --- 43,47 ---- sConnUrl = window.location.href.replace( /browser.html.*$/, '' ) + sConnUrl ; ! oConnector.ConnectorUrl = sConnUrl + ( sConnUrl.indexOf('?') != -1 ? '&' : '?' ) ; var sServerPath = GetUrlParam( 'ServerPath' ) ; *************** *** 74,77 **** --- 71,110 ---- } + oConnector.CheckError = function( responseXml ) + { + var iErrorNumber = 0 + var oErrorNode = responseXml.SelectSingleNode( 'Connector/Error' ) ; + + if ( oErrorNode ) + { + iErrorNumber = parseInt( oErrorNode.attributes.getNamedItem('number').value ) ; + + switch ( iErrorNumber ) + { + case 0 : + break ; + case 1 : // Custom error. Message placed in the "text" attribute. + alert( oErrorNode.attributes.getNamedItem('text').value ) ; + break ; + case 101 : + alert( 'Folder already exists' ) ; + break ; + case 102 : + alert( 'Invalid folder name' ) ; + break ; + case 103 : + alert( 'You have no permissions to create the folder' ) ; + break ; + case 110 : + alert( 'Unknown error creating folder' ) ; + break ; + default : + alert( 'Error on your request. Error number: ' + iErrorNumber ) ; + break ; + } + } + return iErrorNumber ; + } + var oIcons = new Object() ; *************** *** 107,111 **** <frame name="frmCreateFolder" src="frmcreatefolder.html" scrolling="no" frameborder="no"> <frame name="frmUpload" src="frmupload.html" scrolling="no" frameborder="no"> ! <frame name="frmUploadWorker" src="" scrolling="no" frameborder="no"> </frameset> </frameset> --- 140,144 ---- <frame name="frmCreateFolder" src="frmcreatefolder.html" scrolling="no" frameborder="no"> <frame name="frmUpload" src="frmupload.html" scrolling="no" frameborder="no"> ! <frame name="frmUploadWorker" src="../../../fckblank.html" scrolling="no" frameborder="no"> </frameset> </frameset> Index: frmresourcetype.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/frmresourcetype.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** frmresourcetype.html 1 Sep 2005 18:15:42 -0000 1.4 --- frmresourcetype.html 29 Sep 2005 19:49:18 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,26 **** * This page shows the list of available resource types. * - * Version: 2.0 RC3 - * Modified: 2005-02-25 22:01:23 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> ! <link href="Browser.css" type="text/css" rel="stylesheet"> <script type="text/javascript" src="js/common.js"></script> <script language="javascript"> --- 12,23 ---- * This page shows the list of available resource types. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> ! <link href="browser.css" type="text/css" rel="stylesheet"> <script type="text/javascript" src="js/common.js"></script> <script language="javascript"> Index: frmresourceslist.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/frmresourceslist.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** frmresourceslist.html 1 Sep 2005 18:15:42 -0000 1.4 --- frmresourceslist.html 29 Sep 2005 19:49:18 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,25 **** * This page shows all resources available in a folder in the File Browser. * - * Version: 2.0 RC3 - * Modified: 2005-02-25 22:01:23 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> ! <link href="Browser.css" type="text/css" rel="stylesheet"> <script type="text/javascript" src="js/common.js"></script> <script language="javascript"> --- 12,22 ---- * This page shows all resources available in a folder in the File Browser. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> ! <link href="browser.css" type="text/css" rel="stylesheet"> <script type="text/javascript" src="js/common.js"></script> <script language="javascript"> *************** *** 114,117 **** --- 111,117 ---- function GetFoldersAndFilesCallBack( fckXml ) { + if ( oConnector.CheckError( fckXml ) != 0 ) + return ; + // Get the current folder path. var oNode = fckXml.SelectSingleNode( 'Connector/CurrentFolder' ) ; Index: frmcreatefolder.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/frmcreatefolder.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** frmcreatefolder.html 1 Sep 2005 18:15:42 -0000 1.4 --- frmcreatefolder.html 29 Sep 2005 19:49:18 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,26 **** * Page used to create new folders in the current folder. * - * Version: 2.0 RC3 - * Modified: 2005-02-25 22:01:23 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> ! <link href="Browser.css" type="text/css" rel="stylesheet"> <script type="text/javascript" src="js/common.js"></script> <script language="javascript"> --- 12,23 ---- * Page used to create new folders in the current folder. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> ! <link href="browser.css" type="text/css" rel="stylesheet"> <script type="text/javascript" src="js/common.js"></script> <script language="javascript"> *************** *** 53,56 **** --- 50,57 ---- function CreateFolderCallBack( fckXml ) { + if ( oConnector.CheckError( fckXml ) == 0 ) + window.parent.frames['frmResourcesList'].Refresh() ; + + /* // Get the current folder path. var oNode = fckXml.SelectSingleNode( 'Connector/Error' ) ; *************** *** 78,81 **** --- 79,83 ---- break ; } + */ } --- NEW FILE: browser.css --- /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2005 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: browser.css * CSS styles used by all pages that compose the File Browser. * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) */ body { background-color: #f1f1e3; } form { margin: 0px 0px 0px 0px ; padding: 0px 0px 0px 0px ; } .Frame { background-color: #f1f1e3; border-color: #f1f1e3; border-right: thin inset; border-top: thin inset; border-left: thin inset; border-bottom: thin inset; } body.FileArea { background-color: #ffffff; } body, td, input, select { font-size: 11px; font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana; } .ActualFolder { font-weight: bold; font-size: 14px; } .PopupButtons { border-top: #d5d59d 1px solid; background-color: #e3e3c7; padding: 7px 10px 7px 10px; } .Button, button { border-right: #737357 1px solid; border-top: #737357 1px solid; border-left: #737357 1px solid; color: #3b3b1f; border-bottom: #737357 1px solid; background-color: #c7c78f; } .FolderListCurrentFolder img { background-image: url(images/FolderOpened.gif); } .FolderListFolder img { background-image: url(images/Folder.gif); } Index: frmupload.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/frmupload.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** frmupload.html 1 Sep 2005 18:15:42 -0000 1.4 --- frmupload.html 29 Sep 2005 19:49:18 -0000 1.5 *************** *** 1,5 **** ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! <!-- * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,25 **** * Page used to upload new files in the current folder. * - * Version: 2.0 RC3 - * Modified: 2004-11-29 16:04:32 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> ! <link href="Browser.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="js/common.js"></script> <script language="javascript"> --- 12,22 ---- * Page used to upload new files in the current folder. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> ! <link href="browser.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="js/common.js"></script> <script language="javascript"> |
From: Thyamad c. <th...@us...> - 2005-09-29 19:50:22
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_select In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/editor/dialog/fck_select Modified Files: fck_select.js Log Message: Commiting file additions and modification from SVN revision 2028 to 2029... Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message: updating fckeditor in dynapi Index: fck_select.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_select/fck_select.js,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fck_select.js 1 Sep 2005 18:15:42 -0000 1.1 --- fck_select.js 29 Sep 2005 19:49:18 -0000 1.2 *************** *** 1,5 **** ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,5 ---- ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Scripts for the fck_select.html page. * - * Version: 2.0 RC3 - * Modified: 2005-02-10 17:53:50 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ function Select( combo ) --- 12,18 ---- * Scripts for the fck_select.html page. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ function Select( combo ) |
From: Thyamad c. <th...@us...> - 2005-09-29 19:50:21
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/css/behaviors In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/editor/css/behaviors Modified Files: showtableborders.htc Added Files: disablehandles.htc Log Message: Commiting file additions and modification from SVN revision 2028 to 2029... Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message: updating fckeditor in dynapi Index: showtableborders.htc =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/css/behaviors/showtableborders.htc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** showtableborders.htc 1 Sep 2005 18:15:41 -0000 1.1 --- showtableborders.htc 29 Sep 2005 19:49:17 -0000 1.2 *************** *** 5,14 **** <script language="javascript"> ! var oClassRegex = /\s*FCK__ShowTableBorders\s*/ ; var FCKConfig = window.parent.FCKConfig ; function ShowBorders() { ! if ( this.border == 0 && FCKConfig.ShowBorders ) { if ( !oClassRegex.test( this.className ) ) --- 5,14 ---- <script language="javascript"> ! var oClassRegex = /\s*FCK__ShowTableBorders/ ; var FCKConfig = window.parent.FCKConfig ; function ShowBorders() { ! if ( this.border == 0 ) { if ( !oClassRegex.test( this.className ) ) *************** *** 28,32 **** function OnPropertyChange() { ! if ( FCKConfig.ShowBorders && ( event.propertyName == 'border' || event.propertyName == 'className' ) ) ShowBorders() ; } --- 28,32 ---- function OnPropertyChange() { ! if ( event.propertyName == 'border' || event.propertyName == 'className' ) ShowBorders() ; } --- NEW FILE: disablehandles.htc --- <public:component lightweight="true"> <script language="javascript"> function CancelEvent() { return false ; } this.onresizestart = CancelEvent ; this.onbeforeeditfocus = CancelEvent ; </script> </public:component> |
From: Thyamad c. <th...@us...> - 2005-09-29 19:50:21
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/php In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/_samples/php Modified Files: sample01.php sample02.php sample03.php sample04.php sampleposteddata.php Log Message: Commiting file additions and modification from SVN revision 2028 to 2029... Changes made by frank on 2005-09-29 21:42:57 +0200 (Thu, 29 Sep 2005) corresponding to SVN revision 2029 with message: updating fckeditor in dynapi Index: sample01.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/php/sample01.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sample01.php 1 Sep 2005 18:15:39 -0000 1.4 --- sample01.php 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,5 **** ! <?php /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- ! <?php ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Sample page. * - * Version: 2.0 RC3 - * Modified: 2005-02-27 19:35:29 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ include("../../fckeditor.php") ; --- 13,19 ---- * Sample page. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ include("../../fckeditor.php") ; Index: sample02.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/php/sample02.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sample02.php 1 Sep 2005 18:15:39 -0000 1.4 --- sample02.php 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,5 **** ! <?php /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- ! <?php ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Sample page. * - * Version: 2.0 RC3 - * Modified: 2005-02-10 20:34:37 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ include("../../fckeditor.php") ; --- 13,19 ---- * Sample page. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ include("../../fckeditor.php") ; Index: sample04.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/php/sample04.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sample04.php 1 Sep 2005 18:15:39 -0000 1.4 --- sample04.php 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,5 **** ! <?php /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- ! <?php ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Sample page. * - * Version: 2.0 RC3 - * Modified: 2005-02-10 20:34:36 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ include("../../fckeditor.php") ; --- 13,19 ---- * Sample page. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ include("../../fckeditor.php") ; Index: sampleposteddata.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/php/sampleposteddata.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sampleposteddata.php 1 Sep 2005 18:15:39 -0000 1.4 --- sampleposteddata.php 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,5 **** ! <?php /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- ! <?php ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,22 **** * This page lists the data posted by a form. * - * Version: 2.0 RC3 - * Modified: 2004-11-29 17:59:37 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! * Jim Michaels (jmi...@ya...) ! */ ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> --- 13,20 ---- * This page lists the data posted by a form. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! * Jim Michaels (jmi...@ya...) ! */ ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> Index: sample03.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/php/sample03.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sample03.php 1 Sep 2005 18:15:39 -0000 1.4 --- sample03.php 29 Sep 2005 19:49:16 -0000 1.5 *************** *** 1,5 **** ! <?php /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2004 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: --- 1,6 ---- ! <?php ! /* * FCKeditor - The text editor for internet ! * Copyright (C) 2003-2005 Frederico Caldeira Knabben * * Licensed under the terms of the GNU Lesser General Public License: *************** *** 12,21 **** * Sample page. * - * Version: 2.0 RC3 - * Modified: 2005-02-10 20:34:38 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ include("../../fckeditor.php") ; --- 13,19 ---- * Sample page. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ include("../../fckeditor.php") ; |