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-08-23 13:14:26
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/skins/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25920/thywidgets/external/fckeditor/editor/skins/default Modified Files: fck_contextmenu.css fck_dialog.css fck_editor.css 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: fck_editor.css =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/skins/default/fck_editor.css,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_editor.css 28 Feb 2005 00:33:19 -0000 1.1.1.1 --- fck_editor.css 23 Aug 2005 13:14:08 -0000 1.2 *************** *** 12,17 **** * Styles used by the editor IFRAME and Toolbar. * ! * Version: 2.0 RC2 ! * Modified: 2004-12-16 23:55:06 * * File Authors: --- 12,17 ---- * Styles used by the editor IFRAME and Toolbar. * ! * Version: 2.0 RC3 ! * Modified: 2005-03-01 15:49:28 * * File Authors: *************** *** 41,45 **** } ! /* ### Toolbar Styles */ --- 41,45 ---- } ! /* ### Toolbar Styles */ *************** *** 148,150 **** --- 148,155 ---- { padding-left: 5px; + } + + .TB_Break + { + height: 23px; } \ No newline at end of file Index: fck_dialog.css =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/skins/default/fck_dialog.css,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_dialog.css 28 Feb 2005 00:33:19 -0000 1.1.1.1 --- fck_dialog.css 23 Aug 2005 13:14:08 -0000 1.2 *************** *** 12,17 **** * Styles used by the dialog boxes. * ! * Version: 2.0 RC2 ! * Modified: 2004-05-31 23:07:54 * * File Authors: --- 12,17 ---- * Styles used by the dialog boxes. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-10 13:10:27 * * File Authors: *************** *** 23,27 **** margin: 0px; padding: 10px; - background-color: #f1f1e3; } --- 23,26 ---- *************** *** 32,35 **** --- 31,39 ---- } + body, .BackColor + { + background-color: #f1f1e3; + } + .PopupBody { Index: fck_contextmenu.css =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/skins/default/fck_contextmenu.css,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_contextmenu.css 28 Feb 2005 00:33:19 -0000 1.1.1.1 --- fck_contextmenu.css 23 Aug 2005 13:14:08 -0000 1.2 *************** *** 12,17 **** * Styles used by the context menu and panels. * ! * Version: 2.0 RC2 ! * Modified: 2004-12-01 00:15:55 * * File Authors: --- 12,17 ---- * Styles used by the context menu and panels. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-23 18:58:26 * * File Authors: *************** *** 51,55 **** .CM_Option .CM_Icon IMG { ! filter: alpha(opacity=70); -moz-opacity:0.70; } --- 51,55 ---- .CM_Option .CM_Icon IMG { ! filter: alpha(opacity=70); -moz-opacity:0.70; } *************** *** 95,101 **** .FCK_Panel { ! border: #8f8f73 1px solid; padding: 2px; ! background-color: #ffffff; } --- 95,101 ---- .FCK_Panel { ! border: #8f8f73 1px solid; padding: 2px; ! background-color: #ffffff; } *************** *** 112,116 **** .ColorBoxBorder { ! border: #808080 1px solid; position: static; } --- 112,116 ---- .ColorBoxBorder { ! border: #808080 1px solid; position: static; } *************** *** 150,154 **** .SC_Panel { - overflow: -moz-scrollbars-vertical; overflow-y: auto; white-space: nowrap; --- 150,153 ---- *************** *** 200,205 **** padding-right: 5px; padding-left: 5px; ! filter: alpha(opacity=70); -moz-opacity:0.75; } --- 199,205 ---- padding-right: 5px; padding-left: 5px; ! filter: alpha(opacity=70); -moz-opacity:0.75; + height: 23px; } *************** *** 226,230 **** .SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption { ! filter: gray() alpha(opacity=30); -moz-opacity:0.30; } --- 226,230 ---- .SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption { ! filter: gray() alpha(opacity=30); -moz-opacity:0.30; } |
From: Thyamad c. <th...@us...> - 2005-08-23 13:14:26
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/aspx In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25920/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/aspx Modified Files: connector.aspx 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: connector.aspx =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/aspx/connector.aspx,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** connector.aspx 28 Feb 2005 00:33:27 -0000 1.1.1.1 --- connector.aspx 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 16,20 **** * use it you must include the DLL in your "bin" directory. * ! * Version: 2.0 RC2 * Modified: 2004-11-26 23:16:40 * --- 16,20 ---- * use it you must include the DLL in your "bin" directory. * ! * Version: 2.0 RC3 * Modified: 2004-11-26 23:16:40 * |
From: Thyamad c. <th...@us...> - 2005-08-23 13:14:26
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/js In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25920/thywidgets/external/fckeditor/editor/filemanager/browser/default/js Modified Files: common.js fckxml.js 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: common.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/js/common.js,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** common.js 28 Feb 2005 00:33:27 -0000 1.1.1.1 --- common.js 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 1,3 **** ! /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben --- 1,3 ---- ! /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben *************** *** 13,17 **** * File Browser dialog window. * ! * Version: 2.0 RC2 * Modified: 2004-11-27 00:03:05 * --- 13,17 ---- * File Browser dialog window. * ! * Version: 2.0 RC3 * Modified: 2004-11-27 00:03:05 * Index: fckxml.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/js/fckxml.js,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fckxml.js 28 Feb 2005 00:33:27 -0000 1.1.1.1 --- fckxml.js 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 1,3 **** ! /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben --- 1,3 ---- ! /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben *************** *** 15,19 **** * File Browser frameset. * ! * Version: 2.0 RC2 * Modified: 2004-11-26 23:55:13 * --- 15,19 ---- * File Browser frameset. * ! * Version: 2.0 RC3 * Modified: 2004-11-26 23:55:13 * |
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/php In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25920/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/php Modified Files: basexml.php commands.php connector.php io.php util.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: io.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/php/io.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** io.php 28 Feb 2005 00:33:27 -0000 1.1.1.1 --- io.php 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 12,17 **** * This is the File Manager Connector for ASP. * ! * Version: 2.0 RC2 ! * Modified: 2004-12-17 07:50:01 * * File Authors: --- 12,17 ---- * This is the File Manager Connector for ASP. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-19 16:03:39 * * File Authors: *************** *** 37,41 **** // $sResourceTypePath = $GLOBALS["UserFilesDirectory"] . $resourceType . '\\' ; $sResourceTypePath = $GLOBALS["UserFilesDirectory"] . $resourceType . '/' ; ! // Ensure that the directory exists. CreateServerFolder( $sResourceTypePath ) ; --- 37,41 ---- // $sResourceTypePath = $GLOBALS["UserFilesDirectory"] . $resourceType . '\\' ; $sResourceTypePath = $GLOBALS["UserFilesDirectory"] . $resourceType . '/' ; ! // Ensure that the directory exists. CreateServerFolder( $sResourceTypePath ) ; *************** *** 57,61 **** // Check if the parent exists, or create it. ! if ( !file_exists( $sParent ) ) { $sErrorMsg = CreateServerFolder( $sParent ) ; --- 57,61 ---- // Check if the parent exists, or create it. ! if ( !file_exists( $sParent ) ) { $sErrorMsg = CreateServerFolder( $sParent ) ; *************** *** 63,67 **** return $sErrorMsg ; } ! if ( !file_exists( $folderPath ) ) { --- 63,67 ---- return $sErrorMsg ; } ! if ( !file_exists( $folderPath ) ) { *************** *** 71,75 **** --- 71,78 ---- ini_set( 'track_errors', '1' ) ; + // To create the folder with 0777 permissions, we need to set umask to zero. + $oldumask = umask(0) ; mkdir( $folderPath, 0777 ) ; + umask( $oldumask ) ; $sErrorMsg = $php_errormsg ; *************** *** 87,91 **** function GetRootPath() { ! $sRealPath = realpath( './' ) ; // $sSelfPath = str_replace( '/', '\\', $_SERVER['PHP_SELF'] ) ; --- 90,94 ---- function GetRootPath() { ! $sRealPath = realpath( './' ) ; // $sSelfPath = str_replace( '/', '\\', $_SERVER['PHP_SELF'] ) ; Index: connector.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** connector.php 28 Feb 2005 00:33:27 -0000 1.1.1.1 --- connector.php 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 10,17 **** * * File Name: connector.php ! * This is the File Manager Connector for ASP. * ! * Version: 2.0 RC2 ! * Modified: 2004-12-17 07:47:40 * * File Authors: --- 10,17 ---- * * File Name: connector.php ! * This is the File Manager Connector for PHP. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-08 11:48:55 * * File Authors: *************** *** 19,22 **** --- 19,23 ---- */ + include('config.php') ; include('util.php') ; include('io.php') ; *************** *** 27,39 **** $GLOBALS["UserFilesPath"] = '' ; ! if ( isset( $_GET['ServerPath'] ) ) ! { $GLOBALS["UserFilesPath"] = $_GET['ServerPath'] ; - if ( ! ereg( '/$', $GLOBALS["UserFilesPath"] ) ) - $GLOBALS["UserFilesPath"] .= '/' ; - } else $GLOBALS["UserFilesPath"] = '/UserFiles/' ; // Map the "UserFiles" path to a local directory. //$GLOBALS["UserFilesDirectory"] = GetRootPath() . str_replace( '/', '\\', $GLOBALS["UserFilesPath"] ) ; --- 28,41 ---- $GLOBALS["UserFilesPath"] = '' ; ! if ( isset( $Config['UserFilesPath'] ) ) ! $GLOBALS["UserFilesPath"] = $Config['UserFilesPath'] ; ! else if ( isset( $_GET['ServerPath'] ) ) $GLOBALS["UserFilesPath"] = $_GET['ServerPath'] ; else $GLOBALS["UserFilesPath"] = '/UserFiles/' ; + if ( ! ereg( '/$', $GLOBALS["UserFilesPath"] ) ) + $GLOBALS["UserFilesPath"] .= '/' ; + // Map the "UserFiles" path to a local directory. //$GLOBALS["UserFilesDirectory"] = GetRootPath() . str_replace( '/', '\\', $GLOBALS["UserFilesPath"] ) ; *************** *** 52,55 **** --- 54,61 ---- $sCurrentFolder = $_GET['CurrentFolder'] ; + // Check if it is an allowed type. + if ( !in_array( $sResourceType, array('File','Image','Flash','Media') ) ) + return ; + // Check the current folder syntax (must begin and start with a slash). if ( ! ereg( '/$', $sCurrentFolder ) ) $sCurrentFolder .= '/' ; Index: basexml.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/php/basexml.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** basexml.php 28 Feb 2005 00:33:27 -0000 1.1.1.1 --- basexml.php 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 12,16 **** * This is the File Manager Connector for ASP. * ! * Version: 2.0 RC2 * Modified: 2004-12-10 17:49:19 * --- 12,16 ---- * This is the File Manager Connector for ASP. * ! * Version: 2.0 RC3 * Modified: 2004-12-10 17:49:19 * Index: commands.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/php/commands.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** commands.php 28 Feb 2005 00:33:27 -0000 1.1.1.1 --- commands.php 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 12,17 **** * This is the File Manager Connector for ASP. * ! * Version: 2.0 RC2 ! * Modified: 2004-12-10 17:49:19 * * File Authors: --- 12,17 ---- * This is the File Manager Connector for ASP. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-19 16:02:38 * * File Authors: *************** *** 29,33 **** $oCurrentFolder = opendir( $sServerDir ) ; ! while ( $sFile = readdir( $oCurrentFolder ) ) { if ( $sFile != '.' && $sFile != '..' && is_dir( $sServerDir . $sFile ) ) --- 29,33 ---- $oCurrentFolder = opendir( $sServerDir ) ; ! while ( $sFile = readdir( $oCurrentFolder ) ) { if ( $sFile != '.' && $sFile != '..' && is_dir( $sServerDir . $sFile ) ) *************** *** 36,40 **** closedir( $oCurrentFolder ) ; ! // Close the "Folders" node. echo "</Folders>" ; --- 36,40 ---- closedir( $oCurrentFolder ) ; ! // Close the "Folders" node. echo "</Folders>" ; *************** *** 51,56 **** $oCurrentFolder = opendir( $sServerDir ) ; ! ! while ( $sFile = readdir( $oCurrentFolder ) ) { if ( $sFile != '.' && $sFile != '..' ) --- 51,56 ---- $oCurrentFolder = opendir( $sServerDir ) ; ! ! while ( $sFile = readdir( $oCurrentFolder ) ) { if ( $sFile != '.' && $sFile != '..' ) *************** *** 75,79 **** // Close the "Folders" node. echo '</Folders>' ; ! echo $sFiles ; // Close the "Files" node. --- 75,79 ---- // Close the "Folders" node. echo '</Folders>' ; ! echo $sFiles ; // Close the "Files" node. *************** *** 92,96 **** // Map the virtual path to the local server path of the current folder. $sServerDir = ServerMapFolder( $resourceType, $currentFolder ) ; ! if ( is_writable( $sServerDir ) ) { --- 92,96 ---- // Map the virtual path to the local server path of the current folder. $sServerDir = ServerMapFolder( $resourceType, $currentFolder ) ; ! if ( is_writable( $sServerDir ) ) { *************** *** 138,161 **** $sFileName = $oFile['name'] ; $sOriginalFileName = $sFileName ; ! $iCounter = 0 ; ! while ( true ) { ! $sFilePath = $sServerDir . $sFileName ; ! if ( is_file( $sFilePath ) ) ! { ! $iCounter++ ; ! $oPathInfo = pathinfo( $sFilePath ) ; ! $sFileName = RemoveExtension( $sOriginalFileName ) . '(' . $iCounter . ').' . $oPathInfo['extension'] ; ! $sErrorNumber = '201' ; ! } ! else { ! move_uploaded_file( $oFile['tmp_name'], $sFilePath ) ; ! break ; } } } else --- 138,179 ---- $sFileName = $oFile['name'] ; $sOriginalFileName = $sFileName ; + $sExtension = substr( $sFileName, ( strrpos($sFileName, '.') + 1 ) ) ; ! global $Config ; ! $arAllowed = $Config['AllowedExtensions'][$resourceType] ; ! $arDenied = $Config['DeniedExtensions'][$resourceType] ; ! ! if ( ( count($arAllowed) == 0 || in_array( $sExtension, $arAllowed ) ) && ( count($arDenied) == 0 || !in_array( $sExtension, $arDenied ) ) ) { ! $iCounter = 0 ; ! while ( true ) { ! $sFilePath = $sServerDir . $sFileName ; ! ! if ( is_file( $sFilePath ) ) ! { ! $iCounter++ ; ! $sFileName = RemoveExtension( $sOriginalFileName ) . '(' . $iCounter . ').' . $sExtension ; ! $sErrorNumber = '201' ; ! } ! else ! { ! move_uploaded_file( $oFile['tmp_name'], $sFilePath ) ; ! ! if ( is_file( $sFilePath ) ) ! { ! $oldumask = umask(0) ; ! chmod( $sFilePath, 0777 ) ; ! umask( $oldumask ) ; ! } ! ! break ; ! } } } + else + $sErrorNumber = '202' ; } else Index: util.php =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/php/util.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** util.php 28 Feb 2005 00:33:27 -0000 1.1.1.1 --- util.php 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 12,16 **** * This is the File Manager Connector for ASP. * ! * Version: 2.0 RC2 * Modified: 2004-12-10 17:46:39 * --- 12,16 ---- * This is the File Manager Connector for ASP. * ! * Version: 2.0 RC3 * Modified: 2004-12-10 17:46:39 * |
From: Thyamad c. <th...@us...> - 2005-08-23 13:14:25
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25920/thywidgets/external/fckeditor/editor/dialog Modified Files: fck_about.html fck_colorselector.html fck_find.html fck_image.html fck_link.html fck_paste.html fck_replace.html fck_smiley.html fck_specialchar.html fck_table.html fck_tablecell.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: fck_colorselector.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_colorselector.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_colorselector.html 28 Feb 2005 00:33:24 -0000 1.1.1.1 --- fck_colorselector.html 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 12,16 **** * Color Selection dialog window. * ! * Version: 2.0 RC2 * Modified: 2004-12-19 23:16:57 * --- 12,16 ---- * Color Selection dialog window. * ! * Version: 2.0 RC3 * Modified: 2004-12-19 23:16:57 * Index: fck_table.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_table.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_table.html 28 Feb 2005 00:33:24 -0000 1.1.1.1 --- fck_table.html 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 12,17 **** * Table dialog window. * ! * Version: 2.0 RC2 ! * Modified: 2004-12-19 22:38:24 * * File Authors: --- 12,17 ---- * Table dialog window. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-19 00:38:53 * * File Authors: *************** *** 43,47 **** // Fired when the window loading process is finished. It sets the fields with the // actual values if a table is selected in the editor. ! function OnLoad() { // First of all, translate the dialog box texts --- 43,47 ---- // Fired when the window loading process is finished. It sets the fields with the // actual values if a table is selected in the editor. ! window.onload = function() { // First of all, translate the dialog box texts *************** *** 155,159 **** </script> </head> ! <body bottommargin="5" leftmargin="5" topmargin="5" rightmargin="5" onload="OnLoad()" scroll="no" style="OVERFLOW: hidden"> <table id="otable" cellSpacing="0" cellPadding="0" width="100%" border="0" height="100%"> <tr> --- 155,159 ---- </script> </head> ! <body bottommargin="5" leftmargin="5" topmargin="5" rightmargin="5" scroll="no" style="OVERFLOW: hidden"> <table id="otable" cellSpacing="0" cellPadding="0" width="100%" border="0" height="100%"> <tr> *************** *** 241,245 **** --> <tr> ! <td><span fckLang="DlgTableCaption">Caption</span>:</td> <td> </td> <td width="100%"> --- 241,245 ---- --> <tr> ! <td nowrap><span fckLang="DlgTableCaption">Caption</span>:</td> <td> </td> <td width="100%"> Index: fck_link.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_link.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_link.html 28 Feb 2005 00:33:24 -0000 1.1.1.1 --- fck_link.html 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 1,3 **** - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- * FCKeditor - The text editor for internet --- 1,2 ---- *************** *** 13,22 **** * Link dialog window. * ! * Version: 2.0 RC2 ! * Modified: 2004-11-30 10:33:35 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) --> <html> <head> --- 12,22 ---- * 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> <head> *************** *** 24,29 **** <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="robots" content="noindex, nofollow" /> ! <script src="js/fck_dialog_common.js" type="text/javascript"></script> ! <script src="js/fck_link.js" type="text/javascript"></script> </head> <body scroll="no" style="OVERFLOW: hidden"> --- 24,29 ---- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="robots" content="noindex, nofollow" /> ! <script src="common/fck_dialog_common.js" type="text/javascript"></script> ! <script src="fck_link/fck_link.js" type="text/javascript"></script> </head> <body scroll="no" style="OVERFLOW: hidden"> *************** *** 59,63 **** <br /> <div id="divBrowseServer"> ! <input type="button" value="Browse Server" fckLang="DlgLnkBtnBrowse" onclick="BrowseServer();" /> </div> </div> --- 59,63 ---- <br /> <div id="divBrowseServer"> ! <input type="button" value="Browse Server" fckLang="DlgBtnBrowseServer" onclick="BrowseServer();" /> </div> </div> *************** *** 126,130 **** <td> </td> <td id="tdTargetFrame" nowrap="nowrap" width="100%"> ! <span fckLang="DlgLnkTargetFrame">Target Frame Name</span><br /> <input id="txtTargetFrame" style="WIDTH: 100%" type="text" onkeyup="OnTargetNameChange();" onchange="OnTargetNameChange();" /> --- 126,130 ---- <td> </td> <td id="tdTargetFrame" nowrap="nowrap" width="100%"> ! <span fckLang="DlgLnkTargetFrameName">Target Frame Name</span><br /> <input id="txtTargetFrame" style="WIDTH: 100%" type="text" onkeyup="OnTargetNameChange();" onchange="OnTargetNameChange();" /> Index: fck_find.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_find.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_find.html 28 Feb 2005 00:33:24 -0000 1.1.1.1 --- fck_find.html 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 13,18 **** * "Find" dialog window. * ! * Version: 2.0 RC2 ! * Modified: 2004-11-30 10:26:37 * * File Authors: --- 13,18 ---- * "Find" dialog window. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-09 13:52:09 * * File Authors: *************** *** 41,45 **** function btnStat(frm) { ! document.getElementById('btnFind').disabled = ( document.getElementById('txtFind').value.length == 0 ) ; } --- 41,45 ---- function btnStat(frm) { ! document.getElementById('btnFind').disabled = ( document.getElementById('txtFind').value.length == 0 ) ; } *************** *** 75,83 **** else var sExpr = document.getElementById('txtFind').value ; ! return sExpr ; } ! function GetCase() { return ( document.getElementById('chkCase').checked ? '' : 'i' ) ; --- 75,83 ---- else var sExpr = document.getElementById('txtFind').value ; ! return sExpr ; } ! function GetCase() { return ( document.getElementById('chkCase').checked ? '' : 'i' ) ; *************** *** 90,94 **** if ( document.getElementById('txtFind').value.length == 0 ) return ; ! if ( oEditor.FCKBrowserInfo.IsIE ) FindIE() ; --- 90,94 ---- if ( document.getElementById('txtFind').value.length == 0 ) return ; ! if ( oEditor.FCKBrowserInfo.IsIE ) FindIE() ; *************** *** 100,112 **** { var iFlags = 0 ; ! if ( chkCase.checked ) iFlags = iFlags | 4 ; ! if ( chkWord.checked ) iFlags = iFlags | 2 ; ! var bFound = oRange.findText( document.getElementById('txtFind').value, 1, iFlags ) ; ! if ( bFound ) { --- 100,112 ---- { var iFlags = 0 ; ! if ( chkCase.checked ) iFlags = iFlags | 4 ; ! if ( chkWord.checked ) iFlags = iFlags | 2 ; ! var bFound = oRange.findText( document.getElementById('txtFind').value, 1, iFlags ) ; ! if ( bFound ) { *************** *** 127,134 **** var bCase = document.getElementById('chkCase').checked ; var bWord = document.getElementById('chkWord').checked ; ! // window.find( searchString, caseSensitive, backwards, wrapAround, wholeWord, searchInFrames, showDialog ) ; oEditor.FCK.EditorWindow.find( document.getElementById('txtFind').value, bCase, false, false, bWord, false, false ) ; ! } </script> --- 127,134 ---- var bCase = document.getElementById('chkCase').checked ; var bWord = document.getElementById('chkWord').checked ; ! // window.find( searchString, caseSensitive, backwards, wrapAround, wholeWord, searchInFrames, showDialog ) ; oEditor.FCK.EditorWindow.find( document.getElementById('txtFind').value, bCase, false, false, bWord, false, false ) ; ! } </script> *************** *** 150,158 **** <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> --- 150,158 ---- <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_image.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_image.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_image.html 28 Feb 2005 00:33:25 -0000 1.1.1.1 --- fck_image.html 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 12,17 **** * Image Properties dialog window. * ! * Version: 2.0 RC2 ! * Modified: 2004-11-30 12:08:59 * * File Authors: --- 12,17 ---- * Image Properties dialog window. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-18 23:54:52 * * File Authors: *************** *** 24,30 **** <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> ! <script src="js/fck_dialog_common.js" type="text/javascript"></script> ! <script src="js/fck_image.js" type="text/javascript"></script> ! <link href="css/common.css" rel="stylesheet" type="text/css" /> </head> <body scroll="no" style="OVERFLOW: hidden"> --- 24,30 ---- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> ! <script src="common/fck_dialog_common.js" type="text/javascript"></script> ! <script src="fck_image/fck_image.js" type="text/javascript"></script> ! <link href="common/fck_dialog_common.css" rel="stylesheet" type="text/css" /> </head> <body scroll="no" style="OVERFLOW: hidden"> *************** *** 41,45 **** <input id="btnBrowse" onclick="BrowseServer();" type="button" ! value="Browse Server" fckLang="DlgImgBtnBrowse" NAME="btnBrowse"> </td> </tr> --- 41,45 ---- <input id="btnBrowse" onclick="BrowseServer();" type="button" ! value="Browse Server" fckLang="DlgBtnBrowseServer" NAME="btnBrowse"> </td> </tr> *************** *** 66,73 **** <table cellspacing="0" cellpadding="0" border="0"> <tr> ! <td><span fckLang="DlgImgWidth">Width</span> </td> <td> <input type="text" size="3" id="txtWidth" onkeyup="OnSizeChanged('Width',this.value);"></td> ! <td 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> --- 66,73 ---- <table cellspacing="0" cellpadding="0" border="0"> <tr> ! <td nowrap><span fckLang="DlgImgWidth">Width</span> </td> <td> <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> *************** *** 77,81 **** </tr> <tr> ! <td><span fckLang="DlgImgHeight">Height</span> </td> <td> <input type="text" size="3" id="txtHeight" onkeyup="OnSizeChanged('Height',this.value);"></td> --- 77,81 ---- </tr> <tr> ! <td nowrap><span fckLang="DlgImgHeight">Height</span> </td> <td> <input type="text" size="3" id="txtHeight" onkeyup="OnSizeChanged('Height',this.value);"></td> *************** *** 85,104 **** <table cellspacing="0" cellpadding="0" border="0"> <tr> ! <td><span fckLang="DlgImgBorder">Border</span> </td> <td> <input type="text" size="2" value="" id="txtBorder" onkeyup="UpdatePreview();"></td> </tr> <tr> ! <td><span fckLang="DlgImgHSpace">HSpace</span> </td> <td> <input type="text" size="2" id="txtHSpace" onkeyup="UpdatePreview();"></td> </tr> <tr> ! <td><span fckLang="DlgImgVSpace">VSpace</span> </td> <td> <input type="text" size="2" id="txtVSpace" onkeyup="UpdatePreview();"></td> </tr> <tr> ! <td><span fckLang="DlgImgAlign">Align</span> </td> <td><select id="cmbAlign" onchange="UpdatePreview();"> <option value="" selected></option> --- 85,104 ---- <table cellspacing="0" cellpadding="0" border="0"> <tr> ! <td nowrap><span fckLang="DlgImgBorder">Border</span> </td> <td> <input type="text" size="2" value="" id="txtBorder" onkeyup="UpdatePreview();"></td> </tr> <tr> ! <td nowrap><span fckLang="DlgImgHSpace">HSpace</span> </td> <td> <input type="text" size="2" id="txtHSpace" onkeyup="UpdatePreview();"></td> </tr> <tr> ! <td nowrap><span fckLang="DlgImgVSpace">VSpace</span> </td> <td> <input type="text" size="2" id="txtVSpace" onkeyup="UpdatePreview();"></td> </tr> <tr> ! <td nowrap><span fckLang="DlgImgAlign">Align</span> </td> <td><select id="cmbAlign" onchange="UpdatePreview();"> <option value="" selected></option> Index: fck_smiley.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_smiley.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_smiley.html 28 Feb 2005 00:33:24 -0000 1.1.1.1 --- fck_smiley.html 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 12,17 **** * Smileys (emoticons) dialog window. * ! * Version: 2.0 RC2 ! * Modified: 2004-12-20 14:09:08 * * File Authors: --- 12,17 ---- * Smileys (emoticons) dialog window. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-08 13:23:07 * * File Authors: *************** *** 28,35 **** </style> <script type="text/javascript"> ! var oEditor = window.parent.InnerDialogLoaded() ; ! function setDefaults() { // First of all, translate the dialog box texts --- 28,35 ---- </style> <script type="text/javascript"> ! var oEditor = window.parent.InnerDialogLoaded() ; ! window.onload = function () { // First of all, translate the dialog box texts *************** *** 56,60 **** </script> </head> ! <body onload="setDefaults()" scroll="no"> <table cellpadding="2" cellspacing="2" align="center" border="0" width="100%" height="100%"> <script type="text/javascript"> --- 56,60 ---- </script> </head> ! <body scroll="no"> <table cellpadding="2" cellspacing="2" align="center" border="0" width="100%" height="100%"> <script type="text/javascript"> *************** *** 70,74 **** { document.write("<TR>") ; ! for(var j = 0 ; j < cols ; j++) { if (aImages[i]) --- 70,74 ---- { document.write("<TR>") ; ! for(var j = 0 ; j < cols ; j++) { if (aImages[i]) Index: fck_about.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_about.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_about.html 28 Feb 2005 00:33:25 -0000 1.1.1.1 --- fck_about.html 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 13,18 **** * "About" dialog window. * ! * Version: 2.0 RC2 ! * Modified: 2004-11-30 11:38:53 * * File Authors: --- 13,18 ---- * "About" dialog window. * ! * Version: 2.0 RC3 ! * Modified: 2005-03-02 10:56:09 * * File Authors: *************** *** 21,34 **** <html> <head> - <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> ! <script src="js/fck_dialog_common.js" type="text/javascript"></script> <script language="javascript"> var oEditor = window.parent.InnerDialogLoaded() ; ! window.parent.AddTab( 'About', 'About' ) ; ! window.parent.AddTab( 'BrowserInfo', 'Browser Info' ) ; // Function called when a dialog tag is selected. --- 21,34 ---- <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="robots" content="noindex, nofollow"> ! <script src="common/fck_dialog_common.js" type="text/javascript"></script> <script language="javascript"> var oEditor = window.parent.InnerDialogLoaded() ; + var FCKLang = oEditor.FCKLang ; ! window.parent.AddTab( 'About', FCKLang.DlgAboutAboutTab ) ; ! window.parent.AddTab( 'BrowserInfo', FCKLang.DlgAboutBrowserInfoTab ) ; // Function called when a dialog tag is selected. *************** *** 47,51 **** eMail += '.' ; eMail += 'net' ; ! window.location = eMail ; } --- 47,51 ---- eMail += '.' ; eMail += 'net' ; ! window.location = eMail ; } *************** *** 55,59 **** // Translate the dialog box texts. oEditor.FCKLanguageManager.TranslatePage(document) ; ! window.parent.SetAutoSize( true ) ; } --- 55,59 ---- // Translate the dialog box texts. oEditor.FCKLanguageManager.TranslatePage(document) ; ! window.parent.SetAutoSize( true ) ; } *************** *** 63,109 **** <body scroll="no" style="OVERFLOW: hidden"> <div id="divAbout"> ! <table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%"> ! <tr> ! <td> ! <img alt="" src="images/logo_fckeditor.gif" width="236" height="41" align="left"> ! <table width="80" border="0" cellspacing="0" cellpadding="5" bgcolor="#ffffff" align="right"> ! <tr> ! <td align="center" style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid"> ! <span fckLang="DlgAboutVersion">version</span> ! <br> ! <b>2.0 RC2</b></td> ! </tr> ! </table> ! </td> ! </tr> ! <tr height="100%"> ! <td align="center"> ! Copyright (C) 2003-2004 <a href="#" onclick="SendEMail();">Frederico Caldeira ! Knabben</a> ! <br> ! <br> ! <span fckLang="DlgAboutLicense">Licensed under the terms of the GNU Lesser General ! Public License</span> ! <br> ! <a href="http://www.opensource.org/licenses/lgpl-license.php" target="_blank">http://www.opensource.org/licenses/lgpl-license.php</a> ! <br> ! <br> ! <span fckLang="DlgAboutInfo">For further information go to</span> <a href="http://www.fckeditor.net/" target="_blank"> ! http://www.fckeditor.net/</a>. ! </td> ! </tr> ! <tr> ! <td align="center"> ! <img alt="" src="images/logo_fredck.gif" width="87" height="36"> ! </td> ! </tr> ! </table> </div> <div id="divInfo" style="DISPLAY: none"> ! <script language="javascript"> <!-- ! document.write( '<b>User Agent: </b>' + window.navigator.userAgent + '<br><br>' ) ; ! document.write( '<b>Browser: </b>' + window.navigator.appName + ' ' + window.navigator.appVersion + '<br><br>' ) ; ! document.write( '<b>Platform: </b>' + window.navigator.platform + '<br><br>' ) ; var sUserLang = '?' ; --- 63,112 ---- <body scroll="no" style="OVERFLOW: hidden"> <div id="divAbout"> ! <table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%"> ! <tr> ! <td> ! <img alt="" src="fck_about/logo_fckeditor.gif" width="236" height="41" align="left"> ! <table width="80" border="0" cellspacing="0" cellpadding="5" bgcolor="#ffffff" align="right"> ! <tr> ! <td align="center" style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid"> ! <span fckLang="DlgAboutVersion">version</span> ! <br> ! <b>2.0 RC3</b></td> ! </tr> ! </table> ! </td> ! </tr> ! <tr height="100%"> ! <td align="center"> ! Copyright © 2003-2005 <a href="#" onclick="SendEMail();">Frederico Caldeira ! Knabben</a> ! <br> ! <br> ! <span fckLang="DlgAboutLicense">Licensed under the terms of the GNU Lesser General ! Public License</span> ! <br> ! <a href="http://www.opensource.org/licenses/lgpl-license.php" target="_blank">http://www.opensource.org/licenses/lgpl-license.php</a> ! <br> ! <br> ! <span fckLang="DlgAboutInfo">For further information go to</span> <a href="http://www.fckeditor.net/" target="_blank"> ! http://www.fckeditor.net/</a>. ! </td> ! </tr> ! <tr> ! <td align="center"> ! <img alt="" src="fck_about/logo_fredck.gif" width="87" height="36"> ! </td> ! </tr> ! </table> </div> <div id="divInfo" style="DISPLAY: none"> ! <table align="center" width="80%" border="0"> ! <tr> ! <td> ! <script language="javascript"> <!-- ! document.write( '<b>User Agent</b><br>' + window.navigator.userAgent + '<br><br>' ) ; ! document.write( '<b>Browser</b><br>' + window.navigator.appName + ' ' + window.navigator.appVersion + '<br><br>' ) ; ! document.write( '<b>Platform</b><br>' + window.navigator.platform + '<br><br>' ) ; var sUserLang = '?' ; *************** *** 114,121 **** sUserLang = window.navigator.userLanguage.toLowerCase() ; ! document.write( '<b>User Language: </b>' + sUserLang ) ; //--> ! </script> ! </div> </body> --- 117,126 ---- sUserLang = window.navigator.userLanguage.toLowerCase() ; ! document.write( '<b>User Language</b><br>' + sUserLang ) ; //--> ! </script> ! </td> ! </tr> ! </table> </div> </body> Index: fck_paste.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_paste.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_paste.html 28 Feb 2005 00:33:24 -0000 1.1.1.1 --- fck_paste.html 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 15,20 **** * the toolbar buttons or the context menu. * ! * Version: 2.0 RC2 ! * Modified: 2004-11-30 10:26:37 * * File Authors: --- 15,20 ---- * the toolbar buttons or the context menu. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-19 14:45:24 * * File Authors: *************** *** 77,81 **** <td valign="top" height="100%" style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid"> <textarea id="txtData" style="BORDER-RIGHT: #000000 1px; BORDER-TOP: #000000 1px; DISPLAY: none; BORDER-LEFT: #000000 1px; WIDTH: 99%; BORDER-BOTTOM: #000000 1px; HEIGHT: 98%"></textarea> ! <iframe id="frmData" height="98%" width="99%" frameborder="no" style="BORDER-RIGHT: #000000 1px; BORDER-TOP: #000000 1px; DISPLAY: none; BORDER-LEFT: #000000 1px; BORDER-BOTTOM: #000000 1px; BACKGROUND-COLOR: #ffffff"></iframe> </td> </tr> --- 77,81 ---- <td valign="top" height="100%" style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid"> <textarea id="txtData" style="BORDER-RIGHT: #000000 1px; BORDER-TOP: #000000 1px; DISPLAY: none; BORDER-LEFT: #000000 1px; WIDTH: 99%; BORDER-BOTTOM: #000000 1px; HEIGHT: 98%"></textarea> ! <iframe id="frmData" src="../fckblank.html" height="98%" width="99%" frameborder="no" style="BORDER-RIGHT: #000000 1px; BORDER-TOP: #000000 1px; DISPLAY: none; BORDER-LEFT: #000000 1px; BORDER-BOTTOM: #000000 1px; BACKGROUND-COLOR: #ffffff"></iframe> </td> </tr> Index: fck_tablecell.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_tablecell.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_tablecell.html 28 Feb 2005 00:33:24 -0000 1.1.1.1 --- fck_tablecell.html 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 12,17 **** * Cell properties dialog window. * ! * Version: 2.0 RC2 ! * Modified: 2004-12-19 23:47:03 * * File Authors: --- 12,17 ---- * Cell properties dialog window. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-09 13:48:22 * * File Authors: *************** *** 24,28 **** <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="robots" content="noindex, nofollow" /> ! <script src="js/fck_dialog_common.js" type="text/javascript"></script> <script type="text/javascript"> --- 24,28 ---- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="robots" content="noindex, nofollow" /> ! <script src="common/fck_dialog_common.js" type="text/javascript"></script> <script type="text/javascript"> *************** *** 34,46 **** // Array of selected Cells var aCells = oEditor.FCKTableHandler.GetSelectedCells() ; ! window.onload = function() { // First of all, translate the dialog box texts oEditor.FCKLanguageManager.TranslatePage( document ) ; ! SetStartupValue() ; ! window.parent.SetOkButton( true ) ; window.parent.SetAutoSize( true ) ; } --- 34,46 ---- // Array of selected Cells var aCells = oEditor.FCKTableHandler.GetSelectedCells() ; ! window.onload = function() { // First of all, translate the dialog box texts oEditor.FCKLanguageManager.TranslatePage( document ) ; ! SetStartupValue() ; ! window.parent.SetOkButton( true ) ; window.parent.SetAutoSize( true ) ; } *************** *** 52,56 **** var oCell = aCells[0] ; var iWidth = GetAttribute( oCell, 'width' ) ; ! if ( iWidth.indexOf && iWidth.indexOf( '%' ) >= 0 ) { --- 52,56 ---- var oCell = aCells[0] ; var iWidth = GetAttribute( oCell, 'width' ) ; ! if ( iWidth.indexOf && iWidth.indexOf( '%' ) >= 0 ) { *************** *** 58,62 **** GetE('selWidthType').value = 'percent' ; } ! if ( oCell.attributes['noWrap'] != null && oCell.attributes['noWrap'].specified ) GetE('selWordWrap').value = !oCell.noWrap ; --- 58,62 ---- GetE('selWidthType').value = 'percent' ; } ! if ( oCell.attributes['noWrap'] != null && oCell.attributes['noWrap'].specified ) GetE('selWordWrap').value = !oCell.noWrap ; *************** *** 81,90 **** if ( GetE('txtWidth').value.length > 0 ) aCells[i].width = GetE('txtWidth').value + ( GetE('selWidthType').value == 'percent' ? '%' : '') ; ! else aCells[i].removeAttribute( 'width', 0 ) ; ! if ( GetE('selWordWrap').value == 'false' ) ! aCells[i].noWrap = true ; ! else aCells[i].removeAttribute( 'noWrap' ) ; --- 81,90 ---- if ( GetE('txtWidth').value.length > 0 ) aCells[i].width = GetE('txtWidth').value + ( GetE('selWidthType').value == 'percent' ? '%' : '') ; ! else aCells[i].removeAttribute( 'width', 0 ) ; ! if ( GetE('selWordWrap').value == 'false' ) ! aCells[i].noWrap = true ; ! else aCells[i].removeAttribute( 'noWrap' ) ; *************** *** 98,102 **** // SetAttribute( aCells[i], 'className' , GetE('cmbFontStyle').value ) ; } ! return true ; } --- 98,102 ---- // SetAttribute( aCells[i], 'className' , GetE('cmbFontStyle').value ) ; } ! return true ; } *************** *** 104,108 **** function SelectBackColor( color ) { ! if ( color && color.length > 0 ) GetE('txtBackColor').value = color ; } --- 104,108 ---- function SelectBackColor( color ) { ! if ( color && color.length > 0 ) GetE('txtBackColor').value = color ; } *************** *** 110,114 **** function SelectBorderColor( color ) { ! if ( color && color.length > 0 ) GetE('txtBorderColor').value = color ; } --- 110,114 ---- function SelectBorderColor( color ) { ! if ( color && color.length > 0 ) GetE('txtBorderColor').value = color ; } Index: fck_specialchar.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_specialchar.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_specialchar.html 28 Feb 2005 00:33:24 -0000 1.1.1.1 --- fck_specialchar.html 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 12,17 **** * Special Chars Selector dialog window. * ! * Version: 2.0 RC2 ! * Modified: 2004-11-16 01:23:03 * * File Authors: --- 12,17 ---- * Special Chars Selector dialog window. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-25 22:01:23 * * File Authors: *************** *** 21,25 **** <html> <head> - <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"> <style type="text/css"> .HandIE { cursor: hand ; } --- 21,24 ---- Index: fck_replace.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/dialog/fck_replace.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_replace.html 28 Feb 2005 00:33:25 -0000 1.1.1.1 --- fck_replace.html 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 13,17 **** * "Replace" dialog box window. * ! * Version: 2.0 RC2 * Modified: 2004-11-30 10:26:37 * --- 13,17 ---- * "Replace" dialog box window. * ! * Version: 2.0 RC3 * Modified: 2004-11-30 10:26:37 * |
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/asp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25920/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/asp Modified Files: basexml.asp class_upload.asp commands.asp connector.asp io.asp util.asp 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: class_upload.asp =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/asp/class_upload.asp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** class_upload.asp 28 Feb 2005 00:33:27 -0000 1.1.1.1 --- class_upload.asp 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 10,166 **** * * File Name: class_upload.asp ! * Is are the classes used to handle ASP upload without using third * part components (OCX/DLL). * ! * Version: 2.0 RC2 ! * Modified: 2004-11-29 02:19:23 * * File Authors: ! * Frederico Caldeira Knabben (fr...@fc...) --> <% ! '*************************************** ! ' File: Upload.asp ! ' Author: Jacob "Beezle" Gilley ! ' Email: av...@ai... ! ' Date: 12/07/2000 ! ' Comments: The code for the Upload, CByteString, ! ' CWideString subroutines was originally ! ' written by Philippe Collignon...or so ! ' he claims. Also, I am not responsible ! ' for any ill effects this script may ! ' cause and provide this script "AS IS". ! ' Enjoy! ! '**************************************** - Class FileUploader - Public Files - Private mcolFormElem ! Private Sub Class_Initialize() ! Set Files = Server.CreateObject("Scripting.Dictionary") ! Set mcolFormElem = Server.CreateObject("Scripting.Dictionary") End Sub ! Private Sub Class_Terminate() ! If IsObject(Files) Then ! Files.RemoveAll() ! Set Files = Nothing ! End If ! If IsObject(mcolFormElem) Then ! mcolFormElem.RemoveAll() ! Set mcolFormElem = Nothing ! End If End Sub ! ! Public Property Get Form(sIndex) ! Form = "" ! If mcolFormElem.Exists(LCase(sIndex)) Then Form = mcolFormElem.Item(LCase(sIndex)) End Property ! Public Default Sub Upload() ! Dim biData, sInputName ! Dim nPosBegin, nPosEnd, nPos, vDataBounds, nDataBoundPos ! Dim nPosFile, nPosBound ! biData = Request.BinaryRead(Request.TotalBytes) ! nPosBegin = 1 ! nPosEnd = InstrB(nPosBegin, biData, CByteString(Chr(13))) ! If (nPosEnd-nPosBegin) <= 0 Then Exit Sub ! ! vDataBounds = MidB(biData, nPosBegin, nPosEnd-nPosBegin) ! nDataBoundPos = InstrB(1, biData, vDataBounds) ! Do Until nDataBoundPos = InstrB(biData, vDataBounds & CByteString("--")) ! nPos = InstrB(nDataBoundPos, biData, CByteString("Content-Disposition")) ! nPos = InstrB(nPos, biData, CByteString("name=")) ! nPosBegin = nPos + 6 ! nPosEnd = InstrB(nPosBegin, biData, CByteString(Chr(34))) ! sInputName = CWideString(MidB(biData, nPosBegin, nPosEnd-nPosBegin)) ! nPosFile = InstrB(nDataBoundPos, biData, CByteString("filename=")) ! nPosBound = InstrB(nPosEnd, biData, vDataBounds) ! If nPosFile <> 0 And nPosFile < nPosBound Then ! Dim oUploadFile, sFileName ! Set oUploadFile = New UploadedFile ! ! nPosBegin = nPosFile + 10 ! nPosEnd = InstrB(nPosBegin, biData, CByteString(Chr(34))) ! sFileName = CWideString(MidB(biData, nPosBegin, nPosEnd-nPosBegin)) ! oUploadFile.FileName = Right(sFileName, Len(sFileName)-InStrRev(sFileName, "\")) ! ! nPos = InstrB(nPosEnd, biData, CByteString("Content-Type:")) ! nPosBegin = nPos + 14 ! nPosEnd = InstrB(nPosBegin, biData, CByteString(Chr(13))) ! ! oUploadFile.ContentType = CWideString(MidB(biData, nPosBegin, nPosEnd-nPosBegin)) ! ! nPosBegin = nPosEnd+4 ! nPosEnd = InstrB(nPosBegin, biData, vDataBounds) - 2 ! oUploadFile.FileData = MidB(biData, nPosBegin, nPosEnd-nPosBegin) ! ! If oUploadFile.FileSize > 0 Then Files.Add LCase(sInputName), oUploadFile Else ! nPos = InstrB(nPos, biData, CByteString(Chr(13))) ! nPosBegin = nPos + 4 ! nPosEnd = InstrB(nPosBegin, biData, vDataBounds) - 2 ! If Not mcolFormElem.Exists(LCase(sInputName)) Then mcolFormElem.Add LCase(sInputName), CWideString(MidB(biData, nPosBegin, nPosEnd-nPosBegin)) End If ! ! nDataBoundPos = InstrB(nDataBoundPos + LenB(vDataBounds), biData, vDataBounds) Loop End Sub ! 'String to byte string conversion ! Private Function CByteString(sString) ! Dim nIndex ! For nIndex = 1 to Len(sString) ! CByteString = CByteString & ChrB(AscB(Mid(sString,nIndex,1))) ! Next ! End Function ! ! 'Byte string to string conversion ! Private Function CWideString(bsString) ! Dim nIndex ! CWideString ="" ! For nIndex = 1 to LenB(bsString) ! CWideString = CWideString & Chr(AscB(MidB(bsString,nIndex,1))) ! Next ! End Function ! End Class ! ! Class UploadedFile ! Public ContentType ! Public FileName ! Public FileData ! ! Public Property Get FileSize() ! FileSize = LenB(FileData) ! End Property ! ! Public Sub SaveToDisk(sFilePath) ! Dim oFS, oFile ! Dim nIndex ! ! Set oFS = Server.CreateObject("Scripting.FileSystemObject") ! Set oFile = oFS.CreateTextFile(sFilePath, True) ! For nIndex = 1 to LenB(FileData) ! oFile.Write Chr(AscB(MidB(FileData,nIndex,1))) ! Next ! ! oFile.Close End Sub ! Public Sub SaveToDatabase(ByRef oField) ! If LenB(FileData) = 0 Then Exit Sub ! If IsObject(oField) Then ! oField.AppendChunk FileData End If ! End Sub End Class %> \ No newline at end of file --- 10,232 ---- * * File Name: class_upload.asp ! * These are the classes used to handle ASP upload without using third * part components (OCX/DLL). * ! * Version: 2.0 RC3 ! * Modified: 2005-03-01 12:13:29 * * File Authors: ! * NetRube (ne...@12...) --> <% ! '********************************************** ! ' File: NetRube_Upload.asp ! ' Version: NetRube Upload Class Version 2.1 Build 20050228 ! ' Author: NetRube ! ' Email: Ne...@12... ! ' Date: 02/28/2005 ! ' Comments: The code for the Upload. ! ' This can free usage, but please ! ' not to delete this copyright information. ! ' If you have a modification version, ! ' Please send out a duplicate to me. ! '********************************************** ! ' æä»¶å: NetRube_Upload.asp ! ' çæ¬: NetRube Upload Class Version 2.1 Build 20050228 ! ' ä½è : NetRube(ç½ç»ä¹¡å·´ä½¬) ! ' çµåé®ä»¶: Ne...@12... ! ' æ¥æ: 2005å¹´02æ28æ¥ ! ' 声æ: æä»¶ä¸ä¼ ç±» ! ' æ¬ä¸ä¼ ç±»å¯ä»¥èªç±ä½¿ç¨ï¼ä½è¯·ä¿çæ¤çæå£°æä¿¡æ¯ ! ' 妿æ¨å¯¹æ¬ä¸ä¼ ç±»è¿è¡ä¿®æ¹å¢å¼ºï¼ ! ' 请åéä¸ä»½ç»ä¿ºã ! '********************************************** ! Class NetRube_Upload ! ! Public File, Form ! Private oSourceData ! Private nMaxSize, nErr, sAllowed, sDenied ! ! Private Sub Class_Initialize ! nErr = 0 ! nMaxSize = 1048576 ! ! Set File = Server.CreateObject("Scripting.Dictionary") ! File.CompareMode = 1 ! Set Form = Server.CreateObject("Scripting.Dictionary") ! Form.CompareMode = 1 ! ! Set oSourceData = Server.CreateObject("ADODB.Stream") ! oSourceData.Type = 1 ! oSourceData.Mode = 3 ! oSourceData.Open End Sub ! Private Sub Class_Terminate ! Form.RemoveAll ! Set Form = Nothing ! File.RemoveAll ! Set File = Nothing ! ! oSourceData.Close ! Set oSourceData = Nothing End Sub ! ! Public Property Get Version ! Version = "NetRube Upload Class Version 1.0 Build 20041218" End Property ! Public Property Get ErrNum ! ErrNum = nErr ! End Property ! ! Public Property Let MaxSize(nSize) ! nMaxSize = nSize ! End Property ! ! Public Property Let Allowed(sExt) ! sAllowed = sExt ! End Property ! ! Public Property Let Denied(sExt) ! sDenied = sExt ! End Property ! Public Sub GetData ! Dim aCType ! aCType = Split(Request.ServerVariables("HTTP_CONTENT_TYPE"), ";") ! If aCType(0) <> "multipart/form-data" Then ! nErr = 1 ! Exit Sub ! End If ! Dim nTotalSize ! nTotalSize = Request.TotalBytes ! If nTotalSize < 1 Then ! nErr = 2 ! Exit Sub ! End If ! If nMaxSize > 0 And nTotalSize > nMaxSize Then ! nErr = 3 ! Exit Sub ! End If ! oSourceData.Write Request.BinaryRead(nTotalSize) ! oSourceData.Position = 0 ! ! Dim oTotalData, oFormStream, sFormHeader, sFormName, bCrLf, nBoundLen, nFormStart, nFormEnd, nPosStart, nPosEnd, sBoundary ! ! oTotalData = oSourceData.Read ! bCrLf = ChrB(13) & ChrB(10) ! sBoundary = MidB(oTotalData, 1, InStrB(1, oTotalData, bCrLf) - 1) ! nBoundLen = LenB(sBoundary) + 2 ! nFormStart = nBoundLen ! ! Set oFormStream = Server.CreateObject("ADODB.Stream") ! ! Do While (nFormStart + 2) < nTotalSize ! nFormEnd = InStrB(nFormStart, oTotalData, bCrLf & bCrLf) + 3 ! With oFormStream ! .Type = 1 ! .Mode = 3 ! .Open ! oSourceData.Position = nFormStart ! oSourceData.CopyTo oFormStream, nFormEnd - nFormStart ! .Position = 0 ! .Type = 2 ! .CharSet = "UTF-8" ! sFormHeader = .ReadText ! .Close ! End With ! nFormStart = InStrB(nFormEnd, oTotalData, sBoundary) - 1 ! nPosStart = InStr(22, sFormHeader, " name=", 1) + 7 ! nPosEnd = InStr(nPosStart, sFormHeader, """") ! sFormName = Mid(sFormHeader, nPosStart, nPosEnd - nPosStart) ! ! If InStr(45, sFormHeader, " filename=", 1) > 0 Then ! Set File(sFormName) = New NetRube_FileInfo ! File(sFormName).FormName = sFormName ! File(sFormName).Start = nFormEnd ! File(sFormName).Size = nFormStart - nFormEnd - 2 ! nPosStart = InStr(nPosEnd, sFormHeader, " filename=", 1) + 11 ! nPosEnd = InStr(nPosStart, sFormHeader, """") ! File(sFormName).ClientPath = Mid(sFormHeader, nPosStart, nPosEnd - nPosStart) ! File(sFormName).Name = Mid(File(sFormName).ClientPath, InStrRev(File(sFormName).ClientPath, "\") + 1) ! File(sFormName).Ext = LCase(Mid(File(sFormName).Name, InStrRev(File(sFormName).Name, ".") + 1)) ! nPosStart = InStr(nPosEnd, sFormHeader, "Content-Type: ", 1) + 14 ! nPosEnd = InStr(nPosStart, sFormHeader, vbCr) ! File(sFormName).MIME = Mid(sFormHeader, nPosStart, nPosEnd - nPosStart) Else ! With oFormStream ! .Type = 1 ! .Mode = 3 ! .Open ! oSourceData.Position = nPosEnd ! oSourceData.CopyTo oFormStream, nFormStart - nFormEnd - 2 ! .Position = 0 ! .Type = 2 ! .CharSet = "UTF-8" ! Form(sFormName) = .ReadText ! .Close ! End With End If ! ! nFormStart = nFormStart + nBoundLen Loop + + oTotalData = "" + Set oFormStream = Nothing End Sub ! Public Sub SaveAs(sItem, sFileName) ! If File(sItem).Size < 1 Then ! nErr = 2 ! Exit Sub ! End If ! If Not IsAllowed(File(sItem).Ext) Then ! nErr = 4 ! Exit Sub ! End If ! ! Dim oFileStream ! Set oFileStream = Server.CreateObject("ADODB.Stream") ! With oFileStream ! .Type = 1 ! .Mode = 3 ! .Open ! oSourceData.Position = File(sItem).Start ! oSourceData.CopyTo oFileStream, File(sItem).Size ! .Position = 0 ! .SaveToFile sFileName, 2 ! .Close ! End With ! Set oFileStream = Nothing End Sub ! Private Function IsAllowed(sExt) ! Dim oRE ! Set oRE = New RegExp ! oRE.IgnoreCase = True ! oRE.Global = True ! If sDenied = "" Then ! oRE.Pattern = sAllowed ! IsAllowed = (sAllowed = "") Or oRE.Test(sExt) ! Else ! oRE.Pattern = sDenied ! IsAllowed = Not oRE.Test(sExt) End If ! ! Set oRE = Nothing ! End Function ! End Class + Class NetRube_FileInfo + Dim FormName, ClientPath, Path, Name, Ext, Content, Size, MIME, Start End Class %> \ No newline at end of file Index: basexml.asp =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/asp/basexml.asp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** basexml.asp 28 Feb 2005 00:33:27 -0000 1.1.1.1 --- basexml.asp 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 12,17 **** * This file include the functions that create the base XML output. * ! * Version: 2.0 RC2 ! * Modified: 2004-12-10 17:00:56 * * File Authors: --- 12,17 ---- * This file include the functions that create the base XML output. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-11 16:00:06 * * File Authors: Index: io.asp =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/asp/io.asp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** io.asp 28 Feb 2005 00:33:27 -0000 1.1.1.1 --- io.asp 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 12,17 **** * This file include IO specific functions used by the ASP Connector. * ! * Version: 2.0 RC2 ! * Modified: 2004-11-29 02:16:56 * * File Authors: --- 12,17 ---- * This file include IO specific functions used by the ASP Connector. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-28 18:49:54 * * File Authors: *************** *** 59,61 **** --- 59,86 ---- Set oFSO = Nothing End Sub + + Function IsAllowedExt( extension, resourceType ) + Dim oRE + Set oRE = New RegExp + oRE.IgnoreCase = True + oRE.Global = True + + Dim sAllowed, sDenied + sAllowed = ConfigAllowedExtensions.Item( resourceType ) + sDenied = ConfigDeniedExtensions.Item( resourceType ) + + IsAllowedExt = True + + If sDenied <> "" Then + oRE.Pattern = sDenied + IsAllowedExt = Not oRE.Test( extension ) + End If + + If IsAllowedExt And sAllowed <> "" Then + oRE.Pattern = sAllowed + IsAllowedExt = oRE.Test( extension ) + End If + + Set oRE = Nothing + End Function %> \ No newline at end of file Index: connector.asp =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/asp/connector.asp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** connector.asp 28 Feb 2005 00:33:27 -0000 1.1.1.1 --- connector.asp 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 16,25 **** * This is the File Manager Connector for ASP. * ! * Version: 2.0 RC2 ! * Modified: 2004-12-10 16:43:33 * * File Authors: * Frederico Caldeira Knabben (fr...@fc...) --> <!--#include file="util.asp"--> <!--#include file="io.asp"--> --- 16,26 ---- * 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"--> <!--#include file="io.asp"--> *************** *** 30,38 **** ' Get the "UserFiles" path. Dim sUserFilesPath - sUserFilesPath = Request.QueryString("ServerPath") ! If ( sUserFilesPath = "" ) Then sUserFilesPath = "/UserFiles/" ! ElseIf ( Right( sUserFilesPath, 1 ) <> "/" ) Then sUserFilesPath = sUserFilesPath & "/" End If --- 31,44 ---- ' Get the "UserFiles" path. Dim sUserFilesPath ! 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 Index: util.asp =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/asp/util.asp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** util.asp 28 Feb 2005 00:33:27 -0000 1.1.1.1 --- util.asp 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 12,17 **** * This file include generic functions used by the ASP Connector. * ! * Version: 2.0 RC2 ! * Modified: 2004-12-10 17:02:49 * * File Authors: --- 12,17 ---- * This file include generic functions used by the ASP Connector. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-11 16:00:27 * * File Authors: *************** *** 38,40 **** --- 38,52 ---- ConvertToXmlAttribute = Replace( value, "&", "&" ) End Function + + Function InArray( value, sourceArray ) + Dim i + For i = 0 to UBound( sourceArray ) + If sourceArray(i) = value Then + InArray = True + Exit Function + End If + Next + InArray = False + End Function + %> \ No newline at end of file Index: commands.asp =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/asp/commands.asp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** commands.asp 28 Feb 2005 00:33:27 -0000 1.1.1.1 --- commands.asp 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 13,18 **** * in the ASP Connector. * ! * Version: 2.0 RC2 ! * Modified: 2004-12-10 17:00:56 * * File Authors: --- 13,18 ---- * in the ASP Connector. * ! * Version: 2.0 RC3 ! * Modified: 2005-03-01 12:09:38 * * File Authors: *************** *** 122,144 **** Sub FileUpload( resourceType, currentFolder ) Dim oUploader ! Set oUploader = New FileUploader ! oUploader.Upload ! ! Dim oFile ! ! If ( oUploader.Files.Count > 0 ) Then ! ' Get the first file (this was the only way it worked). ! For Each oFile in oUploader.Files.Items ! Exit For ! Next ! End If Dim sErrorNumber sErrorNumber = "0" ! Dim sFileName, sOriginalFileName sFileName = "" ! If ( IsEmpty( oFile ) = False ) Then ' Map the virtual path to the local server path. Dim sServerDir --- 122,140 ---- Sub FileUpload( resourceType, currentFolder ) Dim oUploader ! Set oUploader = New NetRube_Upload ! oUploader.MaxSize = 0 ! oUploader.Allowed = ConfigAllowedExtensions.Item( resourceType ) ! oUploader.Denied = ConfigDeniedExtensions.Item( resourceType ) ! oUploader.GetData Dim sErrorNumber sErrorNumber = "0" ! Dim sFileName, sOriginalFileName, sExtension sFileName = "" ! If oUploader.ErrNum > 1 Then ! sErrorNumber = "202" ! Else ' Map the virtual path to the local server path. Dim sServerDir *************** *** 149,153 **** ' Get the uploaded file name. ! sFileName = oFSO.GetFileName( oFile.FileName ) sOriginalFileName = sFileName --- 145,150 ---- ' Get the uploaded file name. ! sFileName = oUploader.File( "NewFile" ).Name ! sExtension = oUploader.File( "NewFile" ).Ext sOriginalFileName = sFileName *************** *** 161,175 **** If ( oFSO.FileExists( sFilePath ) ) Then iCounter = iCounter + 1 ! sFileName = RemoveExtension( sOriginalFileName ) & "(" & iCounter & ")." & oFSO.GetExtensionName( sFileName ) sErrorNumber = "201" Else ! oFile.SaveToDisk( sFilePath ) Exit Do End If Loop - Else - sErrorNumber = "202" End If Response.Clear --- 158,173 ---- If ( oFSO.FileExists( sFilePath ) ) Then iCounter = iCounter + 1 ! sFileName = RemoveExtension( sOriginalFileName ) & "(" & iCounter & ")." & sExtension sErrorNumber = "201" Else ! oUploader.SaveAs "NewFile", sFilePath ! If oUploader.ErrNum > 0 Then sErrorNumber = "202" Exit Do End If Loop End If + Set oUploader = Nothing + Response.Clear |
From: Thyamad c. <th...@us...> - 2005-08-23 13:14:24
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/skins/office2003 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25920/thywidgets/external/fckeditor/editor/skins/office2003 Modified Files: fck_contextmenu.css fck_dialog.css fck_editor.css 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: fck_editor.css =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/skins/office2003/fck_editor.css,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_editor.css 28 Feb 2005 00:33:19 -0000 1.1.1.1 --- fck_editor.css 23 Aug 2005 13:14:08 -0000 1.2 *************** *** 12,17 **** * Styles used by the editor IFRAME and Toolbar. * ! * Version: 2.0 RC2 ! * Modified: 2004-11-26 00:56:19 * * File Authors: --- 12,17 ---- * Styles used by the editor IFRAME and Toolbar. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-09 18:08:04 * * File Authors: *************** *** 42,46 **** } ! /* ### Toolbar Styles */ --- 42,46 ---- } ! /* ### Toolbar Styles */ *************** *** 146,148 **** --- 146,153 ---- { padding-left: 5px; + } + + .TB_Break + { + height: 23px; } \ No newline at end of file Index: fck_dialog.css =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/skins/office2003/fck_dialog.css,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_dialog.css 28 Feb 2005 00:33:19 -0000 1.1.1.1 --- fck_dialog.css 23 Aug 2005 13:14:08 -0000 1.2 *************** *** 12,17 **** * Styles used by the dialog boxes. * ! * Version: 2.0 RC2 ! * Modified: 2004-05-31 23:07:54 * * File Authors: --- 12,17 ---- * Styles used by the dialog boxes. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-09 13:45:44 * * File Authors: *************** *** 32,35 **** --- 32,40 ---- } + body, .BackColor + { + background-color: #f7f8fd; + } + .PopupBody { Index: fck_contextmenu.css =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/skins/office2003/fck_contextmenu.css,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_contextmenu.css 28 Feb 2005 00:33:19 -0000 1.1.1.1 --- fck_contextmenu.css 23 Aug 2005 13:14:08 -0000 1.2 *************** *** 12,17 **** * Styles used by the context menu. * ! * Version: 2.0 RC2 ! * Modified: 2004-12-01 00:15:55 * * File Authors: --- 12,17 ---- * Styles used by the context menu. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-23 18:58:21 * * File Authors: *************** *** 155,159 **** .SC_Panel { - overflow: -moz-scrollbars-vertical; overflow-y: auto; white-space: nowrap; --- 155,158 ---- *************** *** 207,210 **** --- 206,210 ---- filter: alpha(opacity=70); -moz-opacity:0.75; + height: 23px; } |
From: Thyamad c. <th...@us...> - 2005-08-23 13:14:24
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/css In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25920/thywidgets/external/fckeditor/editor/css Modified Files: fck_editorarea.css 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: fck_editorarea.css =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/css/fck_editorarea.css,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fck_editorarea.css 28 Feb 2005 00:33:25 -0000 1.1.1.1 --- fck_editorarea.css 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 17,22 **** * file. * ! * Version: 2.0 RC2 ! * Modified: 2004-12-17 00:01:51 * * File Authors: --- 17,22 ---- * file. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-10 11:46:11 * * File Authors: |
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> |
From: Thyamad c. <th...@us...> - 2005-08-23 13:14:24
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/cfm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25920/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/cfm Modified Files: connector.cfm 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: connector.cfm =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/editor/filemanager/browser/default/connectors/cfm/connector.cfm,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** connector.cfm 28 Feb 2005 00:33:27 -0000 1.1.1.1 --- connector.cfm 23 Aug 2005 13:14:07 -0000 1.2 *************** *** 27,31 **** * /UserFiles/Media/ * ! * Version: 2.0 RC2 * Modified: 2004-12-07 12:01:46 * --- 27,31 ---- * /UserFiles/Media/ * ! * Version: 2.0 RC3 * Modified: 2004-12-07 12:01:46 * |
From: Thyamad c. <th...@us...> - 2005-08-23 13:14:24
|
Update of /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25920/thywidgets/external/fckeditor/_samples/html Modified Files: sample01.html sample02.html sample03.html sample04.html sample05.html sample06.config.js sample06.html sampleposteddata.asp sampleposteddata.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: sample04.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/html/sample04.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sample04.html 28 Feb 2005 00:33:18 -0000 1.1.1.1 --- sample04.html 23 Aug 2005 13:14:06 -0000 1.2 *************** *** 12,16 **** * Sample page. * ! * Version: 2.0 RC2 * Modified: 2004-11-22 11:16:52 * --- 12,16 ---- * Sample page. * ! * Version: 2.0 RC3 * Modified: 2004-11-22 11:16:52 * Index: sample02.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/html/sample02.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sample02.html 28 Feb 2005 00:33:18 -0000 1.1.1.1 --- sample02.html 23 Aug 2005 13:14:06 -0000 1.2 *************** *** 12,17 **** * Sample page. * ! * Version: 2.0 RC2 ! * Modified: 2004-11-22 11:17:06 * * File Authors: --- 12,17 ---- * Sample page. * ! * Version: 2.0 RC3 ! * Modified: 2005-02-23 20:50:24 * * File Authors: *************** *** 49,53 **** <form action="sampleposteddata.asp" method="post" target="_blank"> <div> ! <textarea id="FCKeditor1" name="FCKeditor1" style="WIDTH: 100%; HEIGHT: 200px">This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</textarea> </div> <br> --- 49,53 ---- <form action="sampleposteddata.asp" method="post" target="_blank"> <div> ! <textarea name="FCKeditor1" style="WIDTH: 100%; HEIGHT: 200px">This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</textarea> </div> <br> Index: sample05.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/html/sample05.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sample05.html 28 Feb 2005 00:33:18 -0000 1.1.1.1 --- sample05.html 23 Aug 2005 13:14:06 -0000 1.2 *************** *** 12,17 **** * Sample page. * ! * Version: 2.0 RC2 ! * Modified: 2004-11-22 11:16:49 * * File Authors: --- 12,17 ---- * Sample page. * ! * Version: 2.0 RC3 ! * Modified: 2005-01-12 20:09:28 * * File Authors: Index: sample06.config.js =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/html/sample06.config.js,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sample06.config.js 28 Feb 2005 00:33:18 -0000 1.1.1.1 --- sample06.config.js 23 Aug 2005 13:14:06 -0000 1.2 *************** *** 1,3 **** ! /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben --- 1,3 ---- ! /* * FCKeditor - The text editor for internet * Copyright (C) 2003-2004 Frederico Caldeira Knabben *************** *** 12,17 **** * Sample custom configuration settings used in the plugin sample page (sample06). * ! * Version: 2.0 RC2 ! * Modified: 2004-11-22 15:54:12 * * File Authors: --- 12,17 ---- * Sample custom configuration settings used in the plugin sample page (sample06). * ! * Version: 2.0 RC3 ! * Modified: 2005-02-15 23:18:39 * * File Authors: *************** *** 21,25 **** // Set our sample toolbar. FCKConfig.ToolbarSets['PluginTest'] = [ ! ['My_Find','My_Replace'], ['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About'] ] ; --- 21,27 ---- // Set our sample toolbar. FCKConfig.ToolbarSets['PluginTest'] = [ ! ['Source'], ! ['My_Find','My_Replace','-','Placeholder'], ! ['Table','-','TableInsertRow','TableDeleteRows','TableInsertColumn','TableDeleteColumns','TableInsertCell','TableDeleteCells','TableMergeCells','TableSplitCell'], ['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About'] ] ; *************** *** 31,34 **** // FCKConfig.Plugins.Add( pluginName, availableLanguages ) // pluginName: The plugin name. The plugin directory must match this name. ! // availableLanguages: a list of available language files for the plugin. ! FCKConfig.Plugins.Add( 'FindReplace', 'en,it' ) ; --- 33,41 ---- // FCKConfig.Plugins.Add( pluginName, availableLanguages ) // pluginName: The plugin name. The plugin directory must match this name. ! // availableLanguages: a list of available language files for the plugin (separated by a comma). ! FCKConfig.Plugins.Add( 'findreplace', 'en,it' ) ; ! ! // If you want to use plugins found on other directories, just use the third parameter. ! 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 ) ; Index: sample06.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/html/sample06.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sample06.html 28 Feb 2005 00:33:18 -0000 1.1.1.1 --- sample06.html 23 Aug 2005 13:14:06 -0000 1.2 *************** *** 12,17 **** * Sample page. * ! * Version: 2.0 RC2 ! * Modified: 2004-11-22 15:50:06 * * File Authors: --- 12,17 ---- * Sample page. * ! * Version: 2.0 RC3 ! * Modified: 2005-01-19 17:40:22 * * File Authors: *************** *** 32,35 **** --- 32,37 ---- <br> These are sample "Find" and "Replace" plugin that do exactly the same thing that the built in ones do. Use the green toolbar buttons the test then. + <br> + There is also another sample plugin that is available in the package: the "Placeholder" command (use the yellow icon). <hr> <form action="sampleposteddata.asp" method="post" target="_blank"> Index: sample01.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/html/sample01.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sample01.html 28 Feb 2005 00:33:18 -0000 1.1.1.1 --- sample01.html 23 Aug 2005 13:14:06 -0000 1.2 *************** *** 12,17 **** * Sample page. * ! * Version: 2.0 RC2 ! * Modified: 2004-05-31 23:35:28 * * File Authors: --- 12,17 ---- * Sample page. * ! * Version: 2.0 RC3 ! * Modified: 2005-03-02 09:39:46 * * File Authors: *************** *** 26,37 **** <link href="../sample.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="../../fckeditor.js"></script> - <script type="text/javascript"> - - function FCKeditor_OnComplete( editorInstance ) - { - window.status = editorInstance.Description ; - } - - </script> </head> <body> --- 26,29 ---- Index: sample03.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/html/sample03.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sample03.html 28 Feb 2005 00:33:18 -0000 1.1.1.1 --- sample03.html 23 Aug 2005 13:14:06 -0000 1.2 *************** *** 12,17 **** * Sample page. * ! * Version: 2.0 RC2 ! * Modified: 2004-11-22 11:17:02 * * File Authors: --- 12,17 ---- * Sample page. * ! * Version: 2.0 RC3 ! * Modified: 2005-03-01 17:50:45 * * File Authors: *************** *** 30,39 **** --- 30,43 ---- function FCKeditor_OnComplete( editorInstance ) { + var iCounter = 0 ; var oCombo = document.getElementById( 'cmbLanguages' ) ; for ( code in editorInstance.Language.AvailableLanguages ) { AddComboOption( oCombo, editorInstance.Language.AvailableLanguages[code] + ' (' + code + ')', code ) ; + iCounter++ ; } oCombo.value = editorInstance.Language.ActiveLanguage.Code ; + + document.getElementById('eNumLangs').innerHTML = '(' + iCounter + ' languages available!)' ; } *************** *** 69,72 **** --- 73,79 ---- </select> </td> + <td> + <span id="eNumLangs"></span> + </td> </tr> </table> Index: sampleposteddata.html =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/html/sampleposteddata.html,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sampleposteddata.html 28 Feb 2005 00:33:19 -0000 1.1.1.1 --- sampleposteddata.html 23 Aug 2005 13:14:06 -0000 1.2 *************** *** 13,17 **** * so it's limited to 2KB of data. * ! * Version: 2.0 RC2 * Modified: 2004-11-23 20:35:40 * --- 13,17 ---- * so it's limited to 2KB of data. * ! * Version: 2.0 RC3 * Modified: 2004-11-23 20:35:40 * Index: sampleposteddata.asp =================================================================== RCS file: /cvsroot/thyapi/thyapi/thywidgets/external/fckeditor/_samples/html/sampleposteddata.asp,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sampleposteddata.asp 28 Feb 2005 00:33:18 -0000 1.1.1.1 --- sampleposteddata.asp 23 Aug 2005 13:14:06 -0000 1.2 *************** *** 12,17 **** * This page lists the data posted by a form. * ! * Version: 2.0 RC2 ! * Modified: 2004-06-01 00:15:05 * * File Authors: --- 12,17 ---- * This page lists the data posted by a form. * ! * Version: 2.0 RC3 ! * Modified: 2005-01-04 18:58:12 * * File Authors: *************** *** 38,42 **** <tr> <td valign="top" nowrap><b><%=sForm%></b></td> ! <td width="100%"><%=Server.HTMLEncode( Request.Form(sForm) )%></td> </tr> <% Next %> --- 38,42 ---- <tr> <td valign="top" nowrap><b><%=sForm%></b></td> ! <td width="100%"><%=Replace( Server.HTMLEncode( Request.Form(sForm) ), Chr(13), "<br>" )%></td> </tr> <% Next %> |
From: Thyamad c. <th...@us...> - 2005-08-23 13:14:14
|
Update of /cvsroot/thyapi/thyapi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25920 Added Files: LICENSE 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 --- NEW FILE: LICENSE --- GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. [This is the first released version of the Lesser GPL. It also counts as the successor of the GNU Library Public License, version 2, hence the version number 2.1.] Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below. When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things. To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it. For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights. We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library. To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others. Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license. Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs. When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library. We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances. For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License. In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system. Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library. The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run. GNU LESSER GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you". A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables. The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".) "Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. 1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) The modified work must itself be a software library. b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License. d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful. (For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library. In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices. Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy. This option is useful when you wish to copy part of the code of the Library into a program that is not a library. 4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange. If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. 5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License. However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.) Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. 6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications. You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.) b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution. d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place. e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy. For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute. 7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above. b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it. 10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License. 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation. 14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Libraries If you develop a new library, and you want it to be of the greatest possible use to the public, we recommend making it free software that everyone can redistribute and change. You can do so by permitting redistribution under these terms (or, alternatively, under the terms of the ordinary General Public License). To apply these terms, attach the following notices to the library. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. <one line to give the library's name and a brief idea of what it does.> Copyright (C) <year> <name of author> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the library, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the library `Frob' (a library for tweaking knobs) written by James Random Hacker. <signature of Ty Coon>, 1 April 1990 Ty Coon, President of Vice That's all there is to it! |
Update of /cvsroot/thyapi/thyapi/thythemes/thyapi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25920/thythemes/thyapi Added Files: 00thypanel.css 05thytabsmanager.css 10thylabelpanel.css 110thyeditbox.css 111thytextedit.css 112thycheckbox.css 20thyborderpanel.css 30thyrichtextedit.css 40thybutton.css 411thypopupcalendar.css 41thywindow.css 42thydialogwindow.css 50thygridcell.css 55thygridrow.css 60thygrid.css 70thylistbox.css 80thydropdownbox.css 95thyabout.css calendar-idots.css 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 --- NEW FILE: 10thylabelpanel.css --- .thyLabelPanel { } .thyLabelPanel_label { position: relative; float: left; white-space: nowrap; } .thyLabelPanel_contents { position: relative; float: left; } .thyLabelPanel_disabled { background-color: #ebebeb ! important; } --- NEW FILE: 60thygrid.css --- .thyGrid { } .thyGrid_label { float: none; } .thyGrid_contents { float: none; width: 100%; background-color: #EEEEEE; overflow: auto; } .thyGrid_row { } .thyGrid_cell { } .thyGrid_cell_header { } .thyGrid_col-1_header { border-right-width: 1px; border-right-style: solid; border-right-color: black; } .thyGrid_col0 { } --- NEW FILE: 05thytabsmanager.css --- .thyTabsManager { position: absolute; } .thyTabsManager_contents { border: 1px solid black; padding-top: 8px; margin-top: 0px; text-align: left; background-color: #D3DCE3; overflow: auto; } .thyTabsManager_tabsPanel { } .thyTabsManager_tabsPanel_ie { } .thyTabsManager_control { position: relative; float: left; padding: 5px; border: 1px solid black; } .thyTabsManager_control_active { border-bottom: 1px solid #D3DCE3; background-color: #D3DCE3; } .thyTabsManager_control_inactive { border-bottom: 1px solid black; background-color: #c3cCd3;; } --- NEW FILE: 411thypopupcalendar.css --- .thyPopupCalendar { } .thyPopupCalendar_contents { } .thyPopupCalendar_button { position: absolute; top: -1px; right: -29px; height: 16px; min-width: 23px; width: 23px; background-image: url('{css_dir}/images/cal.png'); background-repeat: no-repeat; background-position: center; margin: 0px; padding: 0px; } --- NEW FILE: 50thygridcell.css --- .thyGridCell { background-color: #ffffff; } .thyGridCell_onmouseover { background-color: #eaeaea; } .thyGridCell_selected { background-color: #e0e0e0; } .thyGridCell_selected_onmouseover { background-color: #f5f5f5; } .thyGridCell_header { background-image: url('{css_dir}/images/tghoff.png'); } .thyGridCell_header_onmouseover { background-image: url('{css_dir}/images/tghon.png'); } .thyGridCell_header_selected { background-image: url('{css_dir}/images/tghon.png'); } .thyGridCell_header_selected_onmouseover { background-image: url('{css_dir}/images/tghoff.png'); } --- NEW FILE: 110thyeditbox.css --- .thyEditBox_label { } .thyEditBox_contents { text-align: left; background-color: white; text-align: right; border-width: 1px; border-style: solid; border-color: #999999; } .thyEditBox_input { /* padding-left: 5px; */ } --- NEW FILE: 70thylistbox.css --- .thyListBox { } .thyListBox_label { } .thyListBox_contents { border-width: 1px; border-style: solid; border-color: #999999; background-color: white; } .thyListBox_row { } .thyListBox_row-1 { display: none; } .thyListBox_row-1_ie { } .thyListBox_cell { border: 0px; } .thyListBox_col-1_header { display: none; } .thyListBox_col0 { display: none; } .thyListBox_col1 { width: 98%; } .thyListBox_cell_header { display: none; } .thyListBox_col_header { } .thyListBox_col { } --- NEW FILE: 112thycheckbox.css --- .thyCheckBox { } .thyCheckBox_label { float: none; position: absolute; left: 20px; top: 0px; } .thyCheckBox_contents { float: none; position: absolute; top: 0px; left: 0px; cursor: pointer; width: 14px; height: 14px; border-width: 1px; border-style: solid; border-color: #999999; background-image: url('{css_dir}/images/tcoff.png'); background-repeat: no-repeat; background-position: center; } .thyCheckBox_checked { } .thyCheckBox_contents_checked { background-image: url('{css_dir}/images/tcon.png'); border-color: #babde8; } --- NEW FILE: 00thypanel.css --- .thyPanel_disabled { background-color: #ebebeb ! important; } .thyPanel { font-family: sans-serif; font-size: 8pt; } --- NEW FILE: calendar-idots.css --- /* The main calendar widget. DIV containing a table. */ div.calendar { position: relative; } .calendar, .calendar table { border: 1px solid #556; font-size: 11px; color: #000; cursor: default; background: #e8f0f0; /*#D3DCE3;*/ font-family: tahoma,verdana,sans-serif; } /* Header part -- contains navigation buttons and day names. */ .calendar .button { /* "<<", "<", ">", ">>" buttons have this class */ text-align: center; /* They are the navigation buttons */ padding: 2px; /* Make the buttons seem like they're pressing */ } .calendar .nav { background: #778 url(menuarrow.gif) no-repeat 100% 100%; } .calendar thead .title { /* This holds the current "month, year" */ font-weight: bold; /* Pressing it will take you to the current date */ text-align: center; background: #fff; color: #000; padding: 2px; } .calendar thead .headrow { /* Row <TR> containing navigation buttons */ background: #778; /* background: #D3DCE3; */ color: #fff; } .calendar thead .daynames { /* Row <TR> containing the day names */ /*background: #bdf;*/ background: #afcce3; } .calendar thead .name { /* Cells <TD> containing the day names */ border-bottom: 1px solid #556; padding: 2px; text-align: center; color: #000; } .calendar thead .weekend { /* How a weekend day name shows in header */ color: #a66; } .calendar thead .hilite { /* How do the buttons in header appear when hover */ /* background-color: #aaf;*/ background-color: #D3DCE3; color: #000; border: 1px solid #04f; padding: 1px; } .calendar thead .active { /* Active (pressed) buttons in header */ background-color: #77c; padding: 2px 0px 0px 2px; } /* The body part -- contains all the days in month. */ .calendar tbody .day { /* Cells <TD> containing month days dates */ width: 2em; color: #456; text-align: right; padding: 2px 4px 2px 2px; } .calendar tbody .day.othermonth { font-size: 80%; color: #bbb; } .calendar tbody .day.othermonth.oweekend { color: #fbb; } .calendar table .wn { padding: 2px 3px 2px 2px; border-right: 1px solid #000; background: #afcce3; } .calendar tbody .rowhilite td { background: #EfFfFf; } .calendar tbody .rowhilite td.wn { background: #E8F0F0; } .calendar tbody td.hilite { /* Hovered cells <TD> */ background: #def; padding: 1px 3px 1px 1px; border: 1px solid #bbb; } .calendar tbody td.active { /* Active (pressed) cells <TD> */ background: #cde; padding: 2px 2px 0px 2px; } .calendar tbody td.selected { /* Cell showing today date */ font-weight: bold; border: 1px solid #000; padding: 1px 3px 1px 1px; background: #fff; color: #000; } .calendar tbody td.weekend { /* Cells showing weekend days */ color: #a66; } .calendar tbody td.today { /* Cell showing selected date */ font-weight: bold; color: #00f; } .calendar tbody .disabled { color: #999; } .calendar tbody .emptycell { /* Empty cells (the best is to hide them) */ visibility: hidden; } .calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */ display: none; } /* The footer part -- status bar and "Close" button */ .calendar tfoot .footrow { /* The <TR> in footer (only one right now) */ text-align: center; background: #556; color: #fff; } .calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */ background: #fff; color: #445; border-top: 1px solid #556; padding: 1px; } .calendar tfoot .hilite { /* Hover style for buttons in footer */ background: #aaf; border: 1px solid #04f; color: #000; padding: 1px; } .calendar tfoot .active { /* Active (pressed) style for buttons in footer */ background: #77c; padding: 2px 0px 0px 2px; } /* Combo boxes (menus that display months/years for direct selection) */ .calendar .combo { position: absolute; display: none; top: 0px; left: 0px; width: 4em; cursor: default; border: 1px solid #655; background: #def; color: #000; font-size: 90%; } .calendar .combo .label, .calendar .combo .label-IEfix { text-align: center; padding: 1px; } .calendar .combo .label-IEfix { width: 4em; } .calendar .combo .hilite { background: #acf; } .calendar .combo .active { border-top: 1px solid #46a; border-bottom: 1px solid #46a; background: #eef; font-weight: bold; } .calendar td.time { border-top: 1px solid #000; padding: 1px 0px; text-align: center; background-color: #f4f0e8; } .calendar td.time .hour, .calendar td.time .minute, .calendar td.time .ampm { padding: 0px 3px 0px 4px; border: 1px solid #889; font-weight: bold; background-color: #fff; } .calendar td.time .ampm { text-align: center; } .calendar td.time .colon { padding: 0px 2px 0px 3px; font-weight: bold; } .calendar td.time span.hilite { border-color: #000; background-color: #667; color: #fff; } .calendar td.time span.active { border-color: #f00; background-color: #000; color: #0f0; } --- NEW FILE: 41thywindow.css --- .thyWindow { position: absolute; } .thyWindow_window { } .thyWindow_contents { position: relative; top: 0px; left: 0px; overflow: auto; } .thyWindow_ondrag { position: absolute; text-align: left; font-style: italic; border: 1px solid black; background-color: #c0c0c0; -moz-opacity: 0.50; -khtml-opacity: 0.50; opacity: 0.50; filter:alpha(opacity=50); } .thyWindow_borders { /* Inherited from thyBorderPanel */ } .thyWindow_hBorders { /* Inherited from thyBorderPanel */ } .thyWindow_vBorders { /* Inherited from thyBorderPanel */ } .thyWindow_topBorder { /* Inherited from thyBorderPanel */ } .thyWindow_leftBorder { /* Inherited from thyBorderPanel */ } .thyWindow_rightBorder { /* Inherited from thyBorderPanel */ } .thyWindow_bottomBorder { /* Inherited from thyBorderPanel */ } .thyWindow_title { color: #555; font-style: none; font-weight: bold; font-size: 10pt; text-align: left; height: 18px; padding-left: 10px; /* border-color: #0000ff; border-style: solid; border-width: 1px;*/ background-image: url('{css_dir}/images/twt.png'); background-repeat: repeat-x; cursor: pointer; cursor: hand; } .thyWindow_btnClose { width: 16px; height: 16px; right: 5px; top: 1px; position: absolute; background-image: url('{css_dir}/images/xoff.png'); background-repeat: no-repeat; background-position: center; cursor: pointer; cursor: hand; } .thyWindow_btnClose_onmouseover { background-image: url('{css_dir}/images/xon.png'); } .thyWindow_btnStick { width: 16px; height: 16px; right: 21px; top: 1px; position: absolute; background-image: url('{css_dir}/images/soff.png'); background-repeat: no-repeat; background-position: center; cursor: pointer; cursor: hand; } .thyWindow_btnStick_sticked { background-image: url('{css_dir}/images/son.png'); } .thyWindow_btnStick_onmouseover { } --- NEW FILE: 30thyrichtextedit.css --- .thyRichTextEdit { } --- NEW FILE: 20thyborderpanel.css --- .thyBorderPanel { position: absolute; background-color: #fafafa; } .thyBorderPanel_contentsHolder { } .thyBorderPanel_contents { /* background-color: #eaeaea; */ } .thyBorderPanel_borders { background-color: #9392c1; } .thyBorderPanel_hBorders { height: 2px; } .thyBorderPanel_vBorders { width: 2px; } .thyBorderPanel_topBorder { } .thyBorderPanel_leftBorder { } .thyBorderPanel_rightBorder { } .thyBorderPanel_bottomBorder { } --- NEW FILE: 40thybutton.css --- .thyButton, .thyButton_onmouseover, .thyButton_pushed, .thyButton_pushed_onmouseover { min-width: 35px; min-height: 13px; padding-left: 7px; padding-right: 4px; padding-top: 2px; padding-bottom: 2px; text-align: center; margin-right: 8px; } .thyButton { /* color: #004e7d;*/ border: 1px outset #0000ff; background-image: url('{css_dir}/images/tboff.png'); } .thyButton_onmouseover { background-image: url('{css_dir}/images/tbon.png'); } .thyButton_pushed { border: 1px inset #dcdad5; } .thyButton_pushed_onmouseover { } --- NEW FILE: 80thydropdownbox.css --- .thyDropDownBox { overflow: visible; } .thyDropDownBox_label { } .thyDropDownBox_contents { width: auto; height: auto; } .thyDropDownBox_edit, .thyDropDownBox_edit_contents { width: 100%; /*overflow: visible;*/ } .thyDropDownBox_button { position: absolute; top: 1px; right: -21px; margin: 0px; min-width: 14px; width: 14px; height: 14px; padding: 0px; background-image: url('{css_dir}/images/tdb.png'); background-repeat: no-repeat; background-position: center; } .thyDropDownBox_listBox, .thyDropDownBox_listBox_onmouseover { position: absolute; padding: 0px 5px 0px 5px; background-color: #f0f0ff; border-style: outset; border-color: #999999; border-width: 2px; /* left: 0px;*/ max-height: 200px; /* min-width: 100%;*/ overflow: auto; } .thyDropDownBox_listBox_ie, .thyDropDownBox_listBox_contents_ie { max-width: 300px; width: 300px; } .thyDropDownBox_listBox_label { display: none; } .thyDropDownBox_listBox_contents { border: 0px; background-color: #f0f0ff; overflow: visible; } .thyDropDownBox_listBox_cell_selected { background-image: url('{css_dir}/images/tcon.png'); background-repeat: no-repeat; background-position: left; } .thyDropDownBox_listBox_cell, .thyDropDownBox_listBox_cell_selected_onmouseover { padding-left: 15px; width: 100%; cursor: pointer; cursor: hand; background-color: #f0f0ff; } .thyDropDownBox_listBox_cell_onmouseover, .thyDropDownBox_listBox_cell_selected { background-color: #96aaff; } --- NEW FILE: 95thyabout.css --- .thyAbout_contents { width: 400px; height: 205px; } .thyAbout_ondrag { width: 400px; height: 205px; } .thyAbout_aboutImage { position: absolute; left: 10px; top: 10px; width: 140px; height: 110px; } .thyAbout_aboutText { position: absolute; left: 160px; top: 10px; width: 210px; height: 185px; text-align: center; } --- NEW FILE: 111thytextedit.css --- .thyTextEdit_label { } .thyTextEdit_contents { background-color: white; text-align: right; border: 1px solid #999999; } --- NEW FILE: 42thydialogwindow.css --- .thyDialogWindow { position: absolute; } .thyDialogWindow_ie { width: auto; } .thyDialogWindow_window { } .thyDialogWindow_contents { } .thyDialogWindow_ondrag { /* Inherited from thyWindow */ } .thyDialogWindow_borders { /* Inherited from thyWindow */ } .thyDialogWindow_hBorders { /* Inherited from thyWindow */ } .thyDialogWindow_vBorders { /* Inherited from thyWindow */ } .thyDialogWindow_topBorder { /* Inherited from thyWindow */ } .thyDialogWindow_leftBorder { /* Inherited from thyWindow */ } .thyDialogWindow_rightBorder { /* Inherited from thyWindow */ } .thyDialogWindow_bottomBorder { /* Inherited from thyWindow */ } .thyDialogWindow_title { /* Inherited from thyWindow */ } .thyDialogWindow_btnClose { /* Inherited from thyWindow */ } .thyDialogWindow_button { margin-bottom: 5px; } .thyDialogWindow_buttons { margin-top: 3px; margin-right: 2px; margin-bottom: 10px; } --- NEW FILE: 55thygridrow.css --- |
Update of /cvsroot/thyapi/thyapi/thythemes/concisus In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25920/thythemes/concisus Added Files: 00thypanel.css 05thytabsmanager.css 10thylabelpanel.css 110thyeditbox.css 111thytextedit.css 112thycheckbox.css 20thyborderpanel.css 30thyrichtextedit.css 40thybutton.css 411thypopupcalendar.css 41thywindow.css 42thydialogwindow.css 50thygridcell.css 55thygridrow.css 60thygrid.css 70thylistbox.css 80thydropdownbox.css 95thyabout.css calendar-idots.css 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 --- NEW FILE: 10thylabelpanel.css --- .thyLabelPanel { } .thyLabelPanel_label { position: relative; float: left; white-space: nowrap; } .thyLabelPanel_contents { position: relative; float: left; } .thyLabelPanel_disabled { background-color: #ebebeb ! important; } --- NEW FILE: 60thygrid.css --- .thyGrid { } .thyGrid_label { float: none; } .thyGrid_contents { float: none; width: 100%; background-color: #EEEEEE; overflow: auto; } .thyGrid_row { } .thyGrid_cell { } .thyGrid_cell_header { } .thyGrid_col-1_header { border-right-width: 1px; border-right-style: solid; border-right-color: black; } .thyGrid_col0 { } --- NEW FILE: 05thytabsmanager.css --- .thyTabsManager { position: absolute; } .thyTabsManager_contents { border: 1px solid black; padding-top: 8px; margin-top: 0px; text-align: left; background-color: #D3DCE3; overflow: auto; } .thyTabsManager_tabsPanel { } .thyTabsManager_tabsPanel_ie { } .thyTabsManager_control { position: relative; float: left; padding: 5px; border: 1px solid black; } .thyTabsManager_control_active { border-bottom: 1px solid #D3DCE3; background-color: #D3DCE3; } .thyTabsManager_control_inactive { border-bottom: 1px solid black; background-color: #c3cCd3;; } --- NEW FILE: 411thypopupcalendar.css --- .thyPopupCalendar { } .thyPopupCalendar_contents { } .thyPopupCalendar_button { position: absolute; top: -1px; right: -29px; height: 16px; min-width: 23px; width: 23px; background-image: url('{css_dir}/images/calendar.png'); background-repeat: no-repeat; background-position: center; margin: 0px; padding: 0px; } --- NEW FILE: 50thygridcell.css --- .thyGridCell { background-color: #ffffff; } .thyGridCell_onmouseover { background-color: #eaeaea; } .thyGridCell_selected { background-color: #e0e0e0; } .thyGridCell_selected_onmouseover { background-color: #f5f5f5; } .thyGridCell_header { background-image: url('{css_dir}/images/thygrid-header-bg.png'); } .thyGridCell_header_onmouseover { background-image: url('{css_dir}/images/thygrid-header-over-bg.png'); } .thyGridCell_header_selected { background-image: url('{css_dir}/images/thygrid-header-over-bg.png'); } .thyGridCell_header_selected_onmouseover { background-image: url('{css_dir}/images/thygrid-header-bg.png'); } --- NEW FILE: 110thyeditbox.css --- .thyEditBox_label { } .thyEditBox_contents { text-align: left; background-color: white; text-align: right; border-width: 1px; border-style: solid; border-color: #999999; } .thyEditBox_input { /* padding-left: 5px; */ } --- NEW FILE: 70thylistbox.css --- .thyListBox { } .thyListBox_label { } .thyListBox_contents { border-width: 1px; border-style: solid; border-color: #999999; background-color: white; } .thyListBox_row { } .thyListBox_row-1 { display: none; } .thyListBox_row-1_ie { } .thyListBox_cell { border: 0px; } .thyListBox_col-1_header { display: none; } .thyListBox_col0 { display: none; } .thyListBox_col1 { width: 98%; } .thyListBox_cell_header { display: none; } .thyListBox_col_header { } .thyListBox_col { } --- NEW FILE: 112thycheckbox.css --- .thyCheckBox { } .thyCheckBox_label { float: none; position: absolute; left: 20px; top: 0px; } .thyCheckBox_contents { float: none; position: absolute; top: 0px; left: 0px; cursor: pointer; width: 14px; height: 14px; border-width: 1px; border-style: solid; border-color: #999999; background-image: url('{css_dir}/images/thycheckbox-unchecked.png'); background-repeat: no-repeat; background-position: center; } .thyCheckBox_checked { } .thyCheckBox_contents_checked { background-image: url('{css_dir}/images/thycheckbox-checked.png'); border-color: #00f; } --- NEW FILE: 00thypanel.css --- .thyPanel_disabled { background-color: #ebebeb ! important; } .thyPanel { font-family: sans-serif; font-size: 8pt; } --- NEW FILE: calendar-idots.css --- /* The main calendar widget. DIV containing a table. */ div.calendar { position: relative; } .calendar, .calendar table { border: 1px solid #556; font-size: 11px; color: #000; cursor: default; background: #e8f0f0; /*#D3DCE3;*/ font-family: tahoma,verdana,sans-serif; } /* Header part -- contains navigation buttons and day names. */ .calendar .button { /* "<<", "<", ">", ">>" buttons have this class */ text-align: center; /* They are the navigation buttons */ padding: 2px; /* Make the buttons seem like they're pressing */ } .calendar .nav { background: #778 url(menuarrow.gif) no-repeat 100% 100%; } .calendar thead .title { /* This holds the current "month, year" */ font-weight: bold; /* Pressing it will take you to the current date */ text-align: center; background: #fff; color: #000; padding: 2px; } .calendar thead .headrow { /* Row <TR> containing navigation buttons */ background: #778; /* background: #D3DCE3; */ color: #fff; } .calendar thead .daynames { /* Row <TR> containing the day names */ /*background: #bdf;*/ background: #afcce3; } .calendar thead .name { /* Cells <TD> containing the day names */ border-bottom: 1px solid #556; padding: 2px; text-align: center; color: #000; } .calendar thead .weekend { /* How a weekend day name shows in header */ color: #a66; } .calendar thead .hilite { /* How do the buttons in header appear when hover */ /* background-color: #aaf;*/ background-color: #D3DCE3; color: #000; border: 1px solid #04f; padding: 1px; } .calendar thead .active { /* Active (pressed) buttons in header */ background-color: #77c; padding: 2px 0px 0px 2px; } /* The body part -- contains all the days in month. */ .calendar tbody .day { /* Cells <TD> containing month days dates */ width: 2em; color: #456; text-align: right; padding: 2px 4px 2px 2px; } .calendar tbody .day.othermonth { font-size: 80%; color: #bbb; } .calendar tbody .day.othermonth.oweekend { color: #fbb; } .calendar table .wn { padding: 2px 3px 2px 2px; border-right: 1px solid #000; background: #afcce3; } .calendar tbody .rowhilite td { background: #EfFfFf; } .calendar tbody .rowhilite td.wn { background: #E8F0F0; } .calendar tbody td.hilite { /* Hovered cells <TD> */ background: #def; padding: 1px 3px 1px 1px; border: 1px solid #bbb; } .calendar tbody td.active { /* Active (pressed) cells <TD> */ background: #cde; padding: 2px 2px 0px 2px; } .calendar tbody td.selected { /* Cell showing today date */ font-weight: bold; border: 1px solid #000; padding: 1px 3px 1px 1px; background: #fff; color: #000; } .calendar tbody td.weekend { /* Cells showing weekend days */ color: #a66; } .calendar tbody td.today { /* Cell showing selected date */ font-weight: bold; color: #00f; } .calendar tbody .disabled { color: #999; } .calendar tbody .emptycell { /* Empty cells (the best is to hide them) */ visibility: hidden; } .calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */ display: none; } /* The footer part -- status bar and "Close" button */ .calendar tfoot .footrow { /* The <TR> in footer (only one right now) */ text-align: center; background: #556; color: #fff; } .calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */ background: #fff; color: #445; border-top: 1px solid #556; padding: 1px; } .calendar tfoot .hilite { /* Hover style for buttons in footer */ background: #aaf; border: 1px solid #04f; color: #000; padding: 1px; } .calendar tfoot .active { /* Active (pressed) style for buttons in footer */ background: #77c; padding: 2px 0px 0px 2px; } /* Combo boxes (menus that display months/years for direct selection) */ .calendar .combo { position: absolute; display: none; top: 0px; left: 0px; width: 4em; cursor: default; border: 1px solid #655; background: #def; color: #000; font-size: 90%; } .calendar .combo .label, .calendar .combo .label-IEfix { text-align: center; padding: 1px; } .calendar .combo .label-IEfix { width: 4em; } .calendar .combo .hilite { background: #acf; } .calendar .combo .active { border-top: 1px solid #46a; border-bottom: 1px solid #46a; background: #eef; font-weight: bold; } .calendar td.time { border-top: 1px solid #000; padding: 1px 0px; text-align: center; background-color: #f4f0e8; } .calendar td.time .hour, .calendar td.time .minute, .calendar td.time .ampm { padding: 0px 3px 0px 4px; border: 1px solid #889; font-weight: bold; background-color: #fff; } .calendar td.time .ampm { text-align: center; } .calendar td.time .colon { padding: 0px 2px 0px 3px; font-weight: bold; } .calendar td.time span.hilite { border-color: #000; background-color: #667; color: #fff; } .calendar td.time span.active { border-color: #f00; background-color: #000; color: #0f0; } --- NEW FILE: 41thywindow.css --- .thyWindow { position: absolute; } .thyWindow_window { } .thyWindow_contents { position: relative; top: 0px; left: 0px; overflow: auto; } .thyWindow_ondrag { position: absolute; text-align: left; font-style: italic; border: 1px solid black; background-color: #c0c0c0; -moz-opacity: 0.50; -khtml-opacity: 0.50; opacity: 0.50; filter:alpha(opacity=50); } .thyWindow_borders { /* Inherited from thyBorderPanel */ } .thyWindow_hBorders { /* Inherited from thyBorderPanel */ } .thyWindow_vBorders { /* Inherited from thyBorderPanel */ } .thyWindow_topBorder { /* Inherited from thyBorderPanel */ } .thyWindow_leftBorder { /* Inherited from thyBorderPanel */ } .thyWindow_rightBorder { /* Inherited from thyBorderPanel */ } .thyWindow_bottomBorder { /* Inherited from thyBorderPanel */ } .thyWindow_title { color: #ffffff; font-style: none; font-weight: bold; font-size: 10pt; text-align: left; height: 18px; padding-left: 10px; /* border-color: #0000ff; border-style: solid; border-width: 1px;*/ background-image: url('{css_dir}/images/thywindow-title-bg.png'); cursor: pointer; cursor: hand; } .thyWindow_btnClose { width: 16px; height: 16px; right: 5px; top: 1px; position: absolute; background-image: url('{css_dir}/images/x.png'); background-repeat: no-repeat; background-position: center; cursor: pointer; cursor: hand; } --- NEW FILE: 30thyrichtextedit.css --- .thyRichTextEdit { } --- NEW FILE: 20thyborderpanel.css --- .thyBorderPanel { position: absolute; background-color: #f0f0f0; } .thyBorderPanel_contentsHolder { } .thyBorderPanel_contents { /* background-color: #eaeaea; */ } .thyBorderPanel_borders { background-color: #0000ff; } .thyBorderPanel_hBorders { height: 1px; } .thyBorderPanel_vBorders { width: 1px; } .thyBorderPanel_topBorder { } .thyBorderPanel_leftBorder { } .thyBorderPanel_rightBorder { } .thyBorderPanel_bottomBorder { } --- NEW FILE: 40thybutton.css --- .thyButton, .thyButton_onmouseover, .thyButton_pushed, .thyButton_pushed_onmouseover { min-width: 35px; min-height: 13px; padding-left: 7px; padding-right: 4px; padding-top: 2px; padding-bottom: 2px; text-align: center; margin-right: 8px; } .thyButton { /* color: #004e7d;*/ border: 1px outset #0000ff; background-image: url('{css_dir}/images/thybutton-bg.png'); } .thyButton_onmouseover { background-image: url('{css_dir}/images/thybutton-over-bg.png'); } .thyButton_pushed { border: 1px inset #dcdad5; } .thyButton_pushed_onmouseover { } --- NEW FILE: 80thydropdownbox.css --- .thyDropDownBox { overflow: visible; } .thyDropDownBox_label { } .thyDropDownBox_contents { width: auto; height: auto; } .thyDropDownBox_edit, .thyDropDownBox_edit_contents { width: 100%; /*overflow: visible;*/ } .thyDropDownBox_button { position: absolute; top: 1px; right: -21px; margin: 0px; min-width: 14px; width: 14px; height: 14px; padding: 0px; background-image: url('{css_dir}/images/thydropdown-button.png'); background-repeat: no-repeat; background-position: center; } .thyDropDownBox_listBox, .thyDropDownBox_listBox_onmouseover { position: absolute; padding: 0px 5px 0px 5px; background-color: #f0f0ff; border-style: outset; border-color: #999999; border-width: 2px; /* left: 0px;*/ max-height: 200px; /* min-width: 100%;*/ overflow: auto; } .thyDropDownBox_listBox_ie, .thyDropDownBox_listBox_contents_ie { max-width: 300px; width: 300px; } .thyDropDownBox_listBox_label { display: none; } .thyDropDownBox_listBox_contents { border: 0px; background-color: #f0f0ff; overflow: visible; } .thyDropDownBox_listBox_cell_selected { background-image: url('{css_dir}/images/thycheckbox-checked.png'); background-repeat: no-repeat; background-position: left; } .thyDropDownBox_listBox_cell, .thyDropDownBox_listBox_cell_selected_onmouseover { padding-left: 15px; width: 100%; cursor: pointer; cursor: hand; background-color: #f0f0ff; } .thyDropDownBox_listBox_cell_onmouseover, .thyDropDownBox_listBox_cell_selected { background-color: #96aaff; } --- NEW FILE: 95thyabout.css --- .thyAbout_contents { width: 400px; height: 205px; } .thyAbout_ondrag { width: 400px; height: 205px; } .thyAbout_aboutImage { position: absolute; left: 10px; top: 10px; width: 140px; height: 110px; } .thyAbout_aboutText { position: absolute; left: 160px; top: 10px; width: 210px; height: 185px; text-align: center; } --- NEW FILE: 111thytextedit.css --- .thyTextEdit_label { } .thyTextEdit_contents { background-color: white; text-align: right; border: 1px solid #999999; } --- NEW FILE: 42thydialogwindow.css --- .thyDialogWindow { position: absolute; } .thyDialogWindow_ie { width: auto; } .thyDialogWindow_window { } .thyDialogWindow_contents { } .thyDialogWindow_ondrag { /* Inherited from thyWindow */ } .thyDialogWindow_borders { /* Inherited from thyWindow */ } .thyDialogWindow_hBorders { /* Inherited from thyWindow */ } .thyDialogWindow_vBorders { /* Inherited from thyWindow */ } .thyDialogWindow_topBorder { /* Inherited from thyWindow */ } .thyDialogWindow_leftBorder { /* Inherited from thyWindow */ } .thyDialogWindow_rightBorder { /* Inherited from thyWindow */ } .thyDialogWindow_bottomBorder { /* Inherited from thyWindow */ } .thyDialogWindow_title { /* Inherited from thyWindow */ } .thyDialogWindow_btnClose { /* Inherited from thyWindow */ } .thyDialogWindow_button { margin-bottom: 5px; } .thyDialogWindow_buttons { margin-top: 3px; margin-right: 2px; margin-bottom: 10px; } --- NEW FILE: 55thygridrow.css --- |
From: Thyamad c. <th...@us...> - 2005-08-23 13:14:13
|
Update of /cvsroot/thyapi/thyapi/thythemes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25920/thythemes Added Files: theme_loader.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 --- NEW FILE: theme_loader.php --- <?php /***************************************************************************\ * ThyAPI - Thyamad Javascript API - CSS inclusion parser * * http://www.thyamad.com * * * * Copyright (C) 2005 - Raphael Derosso Pereira * * Based on DynAPI v3.0b1 * * ------------------------------------------------------------------------- * * This library is free software; you can redistribute it and/or modify it * * under the terms of the GNU Lesser General Public License as published * * by the Free Software Foundation; either version 2.1 of the License, * * or any later version. * * This library is distributed in the hope that it will be useful, but * * WITHOUT ANY WARRANTY; without even the implied warranty of * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * See the GNU Lesser General Public License for more details. * \***************************************************************************/ /* Topic: Theme Loader * * To use this loader, just define GLOBALS['thyapi']['theme'] in the form: * * array( 'name' => <theme_name>, 'custom' => <dir> ); * * <dir> can be a string or an array of strings * * Every css will be parsed and included on a single output, which will * be cached by browser. * * The suggestion is to create a PHP file, with the needed definitions * and include this file, placing a: * * <link href="<your_file>" type="text/css" /> * * In your output to the browser. */ class thyapi_theme { var $custom; function thyapi_theme() { if (!$GLOBALS['thyapi']['theme']) return; if (!is_array($GLOBALS['thyapi']['theme']['custom'])) { $this->custom = array( &$GLOBALS['thyapi']['theme']['custom'] ); } else { $this->custom =& $GLOBALS['thyapi']['theme']['custom']; } $css = ''; if ($GLOBALS['thyapi']['theme']['dir']) { $css = $this->parse_css($GLOBALS['thyapi']['theme']['dir']); } foreach ($this->custom as $custom) { $css .= $this->parse_css($custom); } $this->compress_css($css); // If using Apache compression AND HTTPS, do not compress this output! \\ if ($_SERVER['HTTPS'] == 'on') { apache_setenv('no-gzip', 1); } header('Expires: '.gmdate("D, d M Y H:i:s", time() + 86400).' GMT'); header('Cache-Control: max-age=86400, must-revalidate, public'); header('Pragma: '); header('Content-type: text/css'); header('Content-length: '.strlen($css)); echo $css; } function parse_css($dir='.') { $css = ''; $files = array(); if (is_dir($dir)) { $d = dir($dir); while (($file = $d->read()) !== false) { if (eregi('css$',$file)) { $files[$file] = file($dir . '/' . $file); } } } ksort($files); foreach ($files as $file) { $css .= str_replace('{css_dir}',$dir,@implode($file)); } return $css; } function compress_css(&$contents) { // Remove empty lines \\ $contents = preg_replace("/\n( |\t)*/",'',$contents); $contents = preg_replace("/\n(\s*)\n/",'',$contents); // Remove C-like comments \\ $contents = preg_replace('/\/\*(.(?!\*\/))*.\*\//s','',$contents); // Remove double spaces \\ $contents = preg_replace('/\s{2,}/',' ',$contents); } } $theme = new thyapi_theme(); |
From: Thyamad c. <th...@us...> - 2005-08-23 13:14:13
|
Update of /cvsroot/thyapi/thyapi/thythemes/concisus/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25920/thythemes/concisus/images Added Files: cal.png 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 --- NEW FILE: cal.png --- (This appears to be a binary file; contents omitted.) |
From: Thyamad c. <th...@us...> - 2005-08-23 13:14:13
|
Update of /cvsroot/thyapi/thyapi/thythemes/thyapi/images In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25920/thythemes/thyapi/images Added Files: Moff.png Mon.png cal.png moff.png mon.png soff.png son.png tboff.png tbon.png tcoff.png tcon.png tdb.png tghoff.png tghon.png thybutton.png twt.png xoff.png xon.png 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 --- NEW FILE: tboff.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: soff.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Mon.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: son.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: tdb.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: tghon.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: thybutton.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: xoff.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: moff.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: cal.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: tghoff.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: mon.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: tcon.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: tcoff.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: xon.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: Moff.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: tbon.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: twt.png --- (This appears to be a binary file; contents omitted.) |