[geeklog-cvs] Geeklog-1.x/public_html/fckeditor/editor/filemanager/browser/default browser.css, 1.4, 1.5 browser.html, 1.4, 1.5 frmactualfolder.html, 1.4, 1.5 frmcreatefolder.html, 1.4, 1.5 frmfolders.html, 1.4, 1.5 frmresourceslist.html, 1.5, 1.6 frmresourcetype.html, 1.4, 1.5 frmupload.html, 1.4, 1.5

Blaine Lang blaine at qs1489.pair.com
Sun Aug 10 12:46:32 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/filemanager/browser/default
In directory qs1489.pair.com:/tmp/cvs-serv4567/editor/filemanager/browser/default

Modified Files:
	browser.css browser.html frmactualfolder.html 
	frmcreatefolder.html frmfolders.html frmresourceslist.html 
	frmresourcetype.html frmupload.html 
Log Message:
Upgrade to FCKeditor ver 2.6.3

Index: frmfolders.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/filemanager/browser/default/frmfolders.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** frmfolders.html	5 May 2008 00:35:25 -0000	1.4
--- frmfolders.html	10 Aug 2008 16:46:30 -0000	1.5
***************
*** 25,32 ****
  <html>
  	<head>
  		<link href="browser.css" type="text/css" rel="stylesheet">
  		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  		<script type="text/javascript" src="js/common.js"></script>
! 		<script language="javascript">
  
  var sActiveFolder ;
--- 25,33 ----
  <html>
  	<head>
+ 		<title>Folders</title>
  		<link href="browser.css" type="text/css" rel="stylesheet">
  		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  		<script type="text/javascript" src="js/common.js"></script>
! 		<script type="text/javascript">
  
  var sActiveFolder ;
***************
*** 67,76 ****
  	var oCell = oRow.insertCell(-1) ;
  	oCell.width = 16 ;
! 	oCell.innerHTML = sLink + '<img alt="" src="images/spacer.gif" width="16" height="16" border="0"></a>' ;
  
  	// Add the folder name cell.
  	oCell = oRow.insertCell(-1) ;
  	oCell.noWrap = true ;
! 	oCell.innerHTML = ' ' + sLink + folderName + '</a>' ;
  
  	this.TableRows[ folderPath ] = oRow ;
--- 68,77 ----
  	var oCell = oRow.insertCell(-1) ;
  	oCell.width = 16 ;
! 	oCell.innerHTML = sLink + '<img alt="" src="images/spacer.gif" width="16" height="16" border="0"><\/a>' ;
  
  	// Add the folder name cell.
  	oCell = oRow.insertCell(-1) ;
  	oCell.noWrap = true ;
! 	oCell.innerHTML = ' ' + sLink + folderName + '<\/a>' ;
  
  	this.TableRows[ folderPath ] = oRow ;
***************
*** 187,191 ****
  		</script>
  	</head>
! 	<body class="FileArea" bottomMargin="10" leftMargin="10" topMargin="10" rightMargin="10">
  		<table id="tableFiles" cellSpacing="0" cellPadding="0" width="100%" border="0">
  			<tr id="trUp" style="DISPLAY: none">
--- 188,192 ----
  		</script>
  	</head>
! 	<body class="FileArea">
  		<table id="tableFiles" cellSpacing="0" cellPadding="0" width="100%" border="0">
  			<tr id="trUp" style="DISPLAY: none">

Index: frmactualfolder.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/filemanager/browser/default/frmactualfolder.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** frmactualfolder.html	5 May 2008 00:35:25 -0000	1.4
--- frmactualfolder.html	10 Aug 2008 16:46:30 -0000	1.5
***************
*** 24,27 ****
--- 24,28 ----
  <html>
  	<head>
+ 		<title>Folder path</title>
  		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  		<link href="browser.css" type="text/css" rel="stylesheet">
***************
*** 40,44 ****
  			break ;
  		}
! 		catch( e ) {}
  
  		// Remove a domain part: www.mytest.example.com => mytest.example.com => example.com ...
--- 41,46 ----
  			break ;
  		}
! 		catch( e )
! 		{}
  
  		// Remove a domain part: www.mytest.example.com => mytest.example.com => example.com ...
***************
*** 59,68 ****
  })() ;
  
- function OnResize()
- {
- 	divName.style.width = "1px" ;
- 	divName.style.width = tdName.offsetWidth + "px" ;
- }
- 
  function SetCurrentFolder( resourceType, folderPath )
  {
--- 61,64 ----
***************
*** 77,82 ****
  		</script>
  	</head>
! 	<body bottomMargin="0" topMargin="0">
! 		<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
  			<tr>
  				<td>
--- 73,78 ----
  		</script>
  	</head>
! 	<body>
! 		<table class="fullHeight" cellSpacing="0" cellPadding="0" width="100%" border="0">
  			<tr>
  				<td>
***************
*** 88,92 ****
  								<td id="tdName" width="100%" nowrap class="ActualFolder">/</td>
  								<td> </td>
! 								<td><img height="8" src="images/ButtonArrow.gif" width="12"></td>
  								<td> </td>
  							</tr>
--- 84,88 ----
  								<td id="tdName" width="100%" nowrap class="ActualFolder">/</td>
  								<td> </td>
! 								<td><img height="8" src="images/ButtonArrow.gif" width="12" alt=""></td>
  								<td> </td>
  							</tr>

Index: browser.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/filemanager/browser/default/browser.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** browser.html	5 May 2008 00:35:25 -0000	1.4
--- browser.html	10 Aug 2008 16:46:30 -0000	1.5
***************
*** 1,3 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  <!--
   * FCKeditor - The text editor for Internet - http://www.fckeditor.net
--- 1,4 ----
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
!    "http://www.w3.org/TR/html4/frameset.dtd">
  <!--
   * FCKeditor - The text editor for Internet - http://www.fckeditor.net
***************
*** 28,32 ****
  		<link href="browser.css" type="text/css" rel="stylesheet">
  		<script type="text/javascript" src="js/fckxml.js"></script>
! 		<script language="javascript">
  // Automatically detect the correct document.domain (#1919).
  (function()
--- 29,33 ----
  		<link href="browser.css" type="text/css" rel="stylesheet">
  		<script type="text/javascript" src="js/fckxml.js"></script>
! 		<script type="text/javascript">
  // Automatically detect the correct document.domain (#1919).
  (function()
***************
*** 42,46 ****
  			break ;
  		}
! 		catch( e ) {}
  
  		// Remove a domain part: www.mytest.example.com => mytest.example.com => example.com ...
--- 43,48 ----
  			break ;
  		}
! 		catch( e )
! 		{}
  
  		// Remove a domain part: www.mytest.example.com => mytest.example.com => example.com ...

Index: frmresourcetype.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/filemanager/browser/default/frmresourcetype.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** frmresourcetype.html	5 May 2008 00:35:25 -0000	1.4
--- frmresourcetype.html	10 Aug 2008 16:46:30 -0000	1.5
***************
*** 24,31 ****
  <html>
  	<head>
  		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  		<link href="browser.css" type="text/css" rel="stylesheet">
  		<script type="text/javascript" src="js/common.js"></script>
! 		<script language="javascript">
  
  function SetResourceType( type )
--- 24,32 ----
  <html>
  	<head>
+ 		<title>Available types</title>
  		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  		<link href="browser.css" type="text/css" rel="stylesheet">
  		<script type="text/javascript" src="js/common.js"></script>
! 		<script type="text/javascript">
  
  function SetResourceType( type )
***************
*** 43,50 ****
  window.onload = function()
  {
  	for ( var i = 0 ; i < aTypes.length ; i++ )
  	{
  		if ( oConnector.ShowAllTypes || aTypes[i][0] == oConnector.ResourceType )
! 			AddSelectOption( document.getElementById('cmbType'), aTypes[i][1], aTypes[i][0] ) ;
  	}
  }
--- 44,53 ----
  window.onload = function()
  {
+ 	var oCombo = document.getElementById('cmbType') ;
+ 	oCombo.innerHTML = '' ;
  	for ( var i = 0 ; i < aTypes.length ; i++ )
  	{
  		if ( oConnector.ShowAllTypes || aTypes[i][0] == oConnector.ResourceType )
! 			AddSelectOption( oCombo, aTypes[i][1], aTypes[i][0] ) ;
  	}
  }
***************
*** 52,61 ****
  		</script>
  	</head>
! 	<body bottomMargin="0" topMargin="0">
! 		<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
  			<tr>
  				<td nowrap>
  					Resource Type<BR>
  					<select id="cmbType" style="WIDTH: 100%" onchange="SetResourceType(this.value);">
  					</select>
  				</td>
--- 55,65 ----
  		</script>
  	</head>
! 	<body>
! 		<table class="fullHeight" cellSpacing="0" cellPadding="0" width="100%" border="0">
  			<tr>
  				<td nowrap>
  					Resource Type<BR>
  					<select id="cmbType" style="WIDTH: 100%" onchange="SetResourceType(this.value);">
+ 						<option> 
  					</select>
  				</td>

Index: frmresourceslist.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/filemanager/browser/default/frmresourceslist.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** frmresourceslist.html	5 May 2008 00:35:25 -0000	1.5
--- frmresourceslist.html	10 Aug 2008 16:46:30 -0000	1.6
***************
*** 22,28 ****
   * This page shows all resources available in a folder in the File Browser.
  -->
! <html xmlns="http://www.w3.org/1999/xhtml">
  <head>
! 	<link href="browser.css" type="text/css" rel="stylesheet" />
  	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  	<script type="text/javascript" src="js/common.js"></script>
--- 22,29 ----
   * This page shows all resources available in a folder in the File Browser.
  -->
! <html>
  <head>
! 	<title>Resources</title>
! 	<link href="browser.css" type="text/css" rel="stylesheet">
  	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  	<script type="text/javascript" src="js/common.js"></script>

Index: frmcreatefolder.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/filemanager/browser/default/frmcreatefolder.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** frmcreatefolder.html	5 May 2008 00:35:25 -0000	1.4
--- frmcreatefolder.html	10 Aug 2008 16:46:30 -0000	1.5
***************
*** 24,31 ****
  <html>
  	<head>
  		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  		<link href="browser.css" type="text/css" rel="stylesheet">
  		<script type="text/javascript" src="js/common.js"></script>
! 		<script language="javascript">
  
  function SetCurrentFolder( resourceType, folderPath )
--- 24,32 ----
  <html>
  	<head>
+ 		<title>Create Folder</title>
  		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  		<link href="browser.css" type="text/css" rel="stylesheet">
  		<script type="text/javascript" src="js/common.js"></script>
! 		<script type="text/javascript">
  
  function SetCurrentFolder( resourceType, folderPath )
***************
*** 94,99 ****
  		</script>
  	</head>
! 	<body bottomMargin="0" topMargin="0">
! 		<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
  			<tr>
  				<td>
--- 95,100 ----
  		</script>
  	</head>
! 	<body>
! 		<table class="fullHeight" cellSpacing="0" cellPadding="0" width="100%" border="0">
  			<tr>
  				<td>

Index: browser.css
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/filemanager/browser/default/browser.css,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** browser.css	5 May 2008 00:35:25 -0000	1.4
--- browser.css	10 Aug 2008 16:46:30 -0000	1.5
***************
*** 25,34 ****
  {
  	background-color: #f1f1e3;
  }
  
  form
  {
! 	margin: 0px 0px 0px 0px ;
! 	padding: 0px 0px 0px 0px ;
  }
  
--- 25,36 ----
  {
  	background-color: #f1f1e3;
+ 	margin-top:0;
+ 	margin-bottom:0;
  }
  
  form
  {
! 	margin: 0;
! 	padding: 0;
  }
  
***************
*** 36,49 ****
  {
  	background-color: #f1f1e3;
! 	border-color: #f1f1e3;
! 	border-right: thin inset;
! 	border-top: thin inset;
! 	border-left: thin inset;
! 	border-bottom: thin inset;
  }
  
  body.FileArea
  {
- 
  	background-color: #ffffff;
  	margin: 10px;
--- 38,46 ----
  {
  	background-color: #f1f1e3;
! 	border: thin inset #f1f1e3;
  }
  
  body.FileArea
  {
  	background-color: #ffffff;
  	margin: 10px;
***************
*** 71,79 ****
  .Button, button
  {
- 	border-right: #737357 1px solid;
- 	border-top: #737357 1px solid;
- 	border-left: #737357 1px solid;
  	color: #3b3b1f;
! 	border-bottom: #737357 1px solid;
  	background-color: #c7c78f;
  }
--- 68,73 ----
  .Button, button
  {
  	color: #3b3b1f;
! 	border: #737357 1px solid;
  	background-color: #c7c78f;
  }
***************
*** 88,89 ****
--- 82,87 ----
  	background-image: url(images/Folder.gif);
  }
+ 
+ .fullHeight {
+ 	height: 100%;
+ }

Index: frmupload.html
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/fckeditor/editor/filemanager/browser/default/frmupload.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** frmupload.html	5 May 2008 00:35:25 -0000	1.4
--- frmupload.html	10 Aug 2008 16:46:30 -0000	1.5
***************
*** 22,30 ****
   * Page used to upload new files in the current folder.
  -->
! <html xmlns="http://www.w3.org/1999/xhtml">
  	<head>
  		<title>File Upload</title>
  		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
! 		<link href="browser.css" type="text/css" rel="stylesheet" />
  		<script type="text/javascript" src="js/common.js"></script>
  		<script type="text/javascript">
--- 22,30 ----
   * Page used to upload new files in the current folder.
  -->
! <html>
  	<head>
  		<title>File Upload</title>
  		<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
! 		<link href="browser.css" type="text/css" rel="stylesheet" >
  		<script type="text/javascript" src="js/common.js"></script>
  		<script type="text/javascript">
***************
*** 96,102 ****
  		</script>
  	</head>
! 	<body bottommargin="0" topmargin="0">
  		<form id="frmUpload" action="" target="frmUploadWorker" method="post" enctype="multipart/form-data" onsubmit="return OnSubmit();">
! 			<table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">
  				<tr>
  					<td nowrap="nowrap">
--- 96,102 ----
  		</script>
  	</head>
! 	<body>
  		<form id="frmUpload" action="" target="frmUploadWorker" method="post" enctype="multipart/form-data" onsubmit="return OnSubmit();">
! 			<table class="fullHeight" cellspacing="0" cellpadding="0" width="100%" border="0">
  				<tr>
  					<td nowrap="nowrap">




More information about the geeklog-cvs mailing list