From: Thyamad c. <th...@us...> - 2005-09-29 19:50:20
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv563/thywidgets/external/fckeditor/_samples Modified Files: default.html sample.css sampleslist.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: default.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/default.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** default.html 1 Sep 2005 18:15:39 -0000 1.4 --- default.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 **** * Samples Frameset page. * - * Version: 2.0 RC3 - * Modified: 2004-05-31 23:07:46 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <html> --- 12,18 ---- * Samples Frameset page. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <html> Index: sample.css =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/sample.css,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sample.css 1 Sep 2005 18:15:39 -0000 1.4 --- sample.css 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 **** * Styles used in the samples pages. * - * Version: 2.0 RC3 - * Modified: 2004-05-31 23:07:47 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ body, td, input, select, textarea --- 12,18 ---- * Styles used in the samples pages. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! */ body, td, input, select, textarea Index: sampleslist.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/sampleslist.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sampleslist.html 1 Sep 2005 18:15:39 -0000 1.4 --- sampleslist.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 **** * Page used to select the sample to view. * - * Version: 2.0 RC3 - * Modified: 2005-03-02 10:19:36 - * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> --- 12,18 ---- * Page used to select the sample to view. * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) ! --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> *************** *** 55,58 **** --- 52,56 ---- <option value="html/sample07.html">Javascript : Sample 07 : Full Page editing</option> <option value="html/sample08.html">Javascript : Sample 08 : Editor API usage</option> + <option value="html/sample09.html">Javascript : Sample 09 : Complex form (multiple editors)</option> <option value=""> </option> <option value="cfm/sample01.cfm">ColdFusion : Sample 01 : Editor with all features</option> *************** *** 64,71 **** <option value="asp/sample04.asp">ASP : Sample 04 : Skins support</option> <option value=""> </option> ! <option value="perl/sample01.php">Perl : Sample 01 : Editor with all features</option> ! <option value="perl/sample02.php">Perl : Sample 02 : Multi-language support</option> ! <option value="perl/sample03.php">Perl : Sample 03 : Toolbar selection</option> ! <option value="perl/sample04.php">Perl : Sample 04 : Skins support</option> <option value=""> </option> <option value="php/sample01.php">PHP : Sample 01 : Editor with all features</option> --- 62,69 ---- <option value="asp/sample04.asp">ASP : Sample 04 : Skins support</option> <option value=""> </option> ! <option value="perl/sample01.cgi">Perl : Sample 01 : Editor with all features</option> ! <option value="perl/sample02.cgi">Perl : Sample 02 : Multi-language support</option> ! <option value="perl/sample03.cgi">Perl : Sample 03 : Toolbar selection</option> ! <option value="perl/sample04.cgi">Perl : Sample 04 : Skins support</option> <option value=""> </option> <option value="php/sample01.php">PHP : Sample 01 : Editor with all features</option> |