From: Thyamad c. <th...@us...> - 2005-08-23 13:14:24
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25920/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors Modified Files: test.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: test.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/test.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** test.html 28 Feb 2005 00:33:27 -0000 1.1.1.1 --- test.html 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 3,7 **** <head> <title>FCKeditor - Connectors Tests</title> - <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"> <script language="javascript"> --- 3,6 ---- *************** *** 99,102 **** --- 98,102 ---- <option value="aspx/connector.aspx">ASP.Net</option> <option value="cfm/connector.cfm">ColdFusion</option> + <option value="perl/connector.cgi">Perl</option> <option value="php/connector.php">PHP</option> </select></td> *************** *** 140,144 **** <tr> <td height="100%" vAlign="top"> ! <iframe id="eRunningFrame" name="eRunningFrame" width="100%" height="100%"></iframe> </td> </tr> --- 140,144 ---- <tr> <td height="100%" vAlign="top"> ! <iframe id="eRunningFrame" src="../../../../fckblank.html" name="eRunningFrame" width="100%" height="100%"></iframe> </td> </tr> |