From: Thyamad c. <th...@us...> - 2005-08-23 13:14:45
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25920/thywidgets/external/fckeditor/_samples Modified Files: default.html sample.css sampleslist.html Log Message: Commiting file additions and modification from SVN revision 1841 to 1842... Changes made by vinicius on 2005-08-23 15:49:13 +0200 (Tue, 23 Aug 2005) corresponding to SVN revision 1842 with message: License file included in thyapi Index: default.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/default.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** default.html 28 Feb 2005 00:33:17 -0000 1.1.1.1 --- default.html 23 Aug 2005 13:14:05 -0000 1.2 *************** *** 12,16 **** * Samples Frameset page. * ! * Version: 2.0 RC2 * Modified: 2004-05-31 23:07:46 * --- 12,16 ---- * Samples Frameset page. * ! * Version: 2.0 RC3 * Modified: 2004-05-31 23:07:46 * Index: sample.css =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/sample.css,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sample.css 28 Feb 2005 00:33:17 -0000 1.1.1.1 --- sample.css 23 Aug 2005 13:14:05 -0000 1.2 *************** *** 12,16 **** * Styles used in the samples pages. * ! * Version: 2.0 RC2 * Modified: 2004-05-31 23:07:47 * --- 12,16 ---- * Styles used in the samples pages. * ! * Version: 2.0 RC3 * Modified: 2004-05-31 23:07:47 * Index: sampleslist.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/sampleslist.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sampleslist.html 28 Feb 2005 00:33:17 -0000 1.1.1.1 --- sampleslist.html 23 Aug 2005 13:14:05 -0000 1.2 *************** *** 12,17 **** * Page used to select the sample to view. * ! * Version: 2.0 RC2 ! * Modified: 2004-11-16 19:48:55 * * File Authors: --- 12,17 ---- * Page used to select the sample to view. * ! * Version: 2.0 RC3 ! * Modified: 2005-03-02 10:19:36 * * File Authors: *************** *** 53,65 **** <option value="html/sample05.html">Javascript : Sample 05 : Skins support</option> <option value="html/sample06.html">Javascript : Sample 06 : Plugins support</option> ! <option value=""> </option> ! <option value="aspx/sample01.aspx">ASP.Net : Sample 01 : Editor with all features</option> <option value=""> </option> <option value="cfm/sample01.cfm">ColdFusion : Sample 01 : Editor with all features</option> <option value="cfm/sample02_mx.cfm">ColdFusion : Sample 02 : Advanced version for ColdFusion MX</option> <option value=""> </option> - <option value="jsp/sample01.jsp">JSP : Sample 01 : Editor with all features</option> - <option value="jsp/sample02_tag.jsp">JSP : Sample 02 : Editor with all features - TagLib version</option> - <option value=""> </option> <option value="asp/sample01.asp">ASP : Sample 01 : Editor with all features</option> <option value="asp/sample02.asp">ASP : Sample 02 : Multi-language support</option> --- 53,62 ---- <option value="html/sample05.html">Javascript : Sample 05 : Skins support</option> <option value="html/sample06.html">Javascript : Sample 06 : Plugins support</option> ! <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=""> </option> <option value="cfm/sample01.cfm">ColdFusion : Sample 01 : Editor with all features</option> <option value="cfm/sample02_mx.cfm">ColdFusion : Sample 02 : Advanced version for ColdFusion MX</option> <option value=""> </option> <option value="asp/sample01.asp">ASP : Sample 01 : Editor with all features</option> <option value="asp/sample02.asp">ASP : Sample 02 : Multi-language support</option> *************** *** 67,70 **** --- 64,72 ---- <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> <option value="php/sample02.php">PHP : Sample 02 : Multi-language support</option> |