From: Thyamad c. <th...@us...> - 2005-08-23 13:14:45
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/php In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25920/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 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: sample01.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/php/sample01.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sample01.php 28 Feb 2005 00:33:18 -0000 1.1.1.1 --- sample01.php 23 Aug 2005 13:14:06 -0000 1.2 *************** *** 12,17 **** * Sample page. * ! * Version: 2.0 RC2 ! * Modified: 2004-11-29 17:59:42 * * File Authors: --- 12,17 ---- * Sample page. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-27 19:35:29 * * File Authors: *************** *** 39,43 **** // This is usefull only for these samples. A real application should use something like this: // $oFCKeditor->BasePath = '/FCKeditor/' ; // '/FCKeditor/' is the default value. ! $sBasePath = $_SERVER['PATH_INFO'] ; $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; --- 39,43 ---- // This is usefull only for these samples. A real application should use something like this: // $oFCKeditor->BasePath = '/FCKeditor/' ; // '/FCKeditor/' is the default value. ! $sBasePath = $_SERVER['PHP_SELF'] ; $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; Index: sample02.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/php/sample02.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sample02.php 28 Feb 2005 00:33:17 -0000 1.1.1.1 --- sample02.php 23 Aug 2005 13:14:06 -0000 1.2 *************** *** 12,17 **** * Sample page. * ! * Version: 2.0 RC2 ! * Modified: 2004-11-29 17:59:33 * * File Authors: --- 12,17 ---- * Sample page. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-10 20:34:37 * * File Authors: *************** *** 79,83 **** // This is usefull only for these samples. A real application should use something like this: // $oFCKeditor->BasePath = '/FCKeditor/' ; // '/FCKeditor/' is the default value. ! $sBasePath = $_SERVER['PATH_INFO'] ; $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; --- 79,83 ---- // This is usefull only for these samples. A real application should use something like this: // $oFCKeditor->BasePath = '/FCKeditor/' ; // '/FCKeditor/' is the default value. ! $sBasePath = $_SERVER['PHP_SELF'] ; $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; Index: sample04.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/php/sample04.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sample04.php 28 Feb 2005 00:33:18 -0000 1.1.1.1 --- sample04.php 23 Aug 2005 13:14:06 -0000 1.2 *************** *** 12,17 **** * Sample page. * ! * Version: 2.0 RC2 ! * Modified: 2004-11-29 17:59:22 * * File Authors: --- 12,17 ---- * Sample page. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-10 20:34:36 * * File Authors: *************** *** 73,77 **** // This is usefull only for these samples. A real application should use something like this: // $oFCKeditor->BasePath = '/FCKeditor/' ; // '/FCKeditor/' is the default value. ! $sBasePath = $_SERVER['PATH_INFO'] ; $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; --- 73,77 ---- // This is usefull only for these samples. A real application should use something like this: // $oFCKeditor->BasePath = '/FCKeditor/' ; // '/FCKeditor/' is the default value. ! $sBasePath = $_SERVER['PHP_SELF'] ; $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; Index: sampleposteddata.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/php/sampleposteddata.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sampleposteddata.php 28 Feb 2005 00:33:18 -0000 1.1.1.1 --- sampleposteddata.php 23 Aug 2005 13:14:06 -0000 1.2 *************** *** 12,16 **** * This page lists the data posted by a form. * ! * Version: 2.0 RC2 * Modified: 2004-11-29 17:59:37 * --- 12,16 ---- * This page lists the data posted by a form. * ! * Version: 2.0 RC3 * Modified: 2004-11-29 17:59:37 * Index: sample03.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/php/sample03.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sample03.php 28 Feb 2005 00:33:18 -0000 1.1.1.1 --- sample03.php 23 Aug 2005 13:14:06 -0000 1.2 *************** *** 12,17 **** * Sample page. * ! * Version: 2.0 RC2 ! * Modified: 2004-11-29 17:59:28 * * File Authors: --- 12,17 ---- * Sample page. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-10 20:34:38 * * File Authors: *************** *** 67,71 **** // This is usefull only for these samples. A real application should use something like this: // $oFCKeditor->BasePath = '/FCKeditor/' ; // '/FCKeditor/' is the default value. ! $sBasePath = $_SERVER['PATH_INFO'] ; $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; --- 67,71 ---- // This is usefull only for these samples. A real application should use something like this: // $oFCKeditor->BasePath = '/FCKeditor/' ; // '/FCKeditor/' is the default value. ! $sBasePath = $_SERVER['PHP_SELF'] ; $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ; |