Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/filemanager/browser/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6803/phpslash-dev/public_html/scripts/fckeditor/editor/filemanager/browser/default
Modified Files:
Browser.css browser.html frmactualfolder.html
frmcreatefolder.html frmfolders.html frmresourceslist.html
frmresourcetype.html frmupload.html
Log Message:
complete fckeditor addition
Index: Browser.css
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/filemanager/browser/default/Browser.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Browser.css 28 Oct 2004 20:17:44 -0000 1.1
--- Browser.css 30 Oct 2004 13:53:13 -0000 1.2
***************
*** 12,16 ****
* CSS styles used by all pages that compose the File Browser.
*
! * Version: 2.0 Beta 1
* Modified: 2004-05-31 23:07:52
*
--- 12,16 ----
* CSS styles used by all pages that compose the File Browser.
*
! * Version: 2.0 Beta 2
* Modified: 2004-05-31 23:07:52
*
Index: browser.html
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/filemanager/browser/default/browser.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** browser.html 28 Oct 2004 20:17:44 -0000 1.1
--- browser.html 30 Oct 2004 13:53:13 -0000 1.2
***************
*** 12,16 ****
* This page compose the File Browser dialog frameset.
*
! * Version: 2.0 Beta 1
* Modified: 2004-05-31 23:07:52
*
--- 12,16 ----
* This page compose the File Browser dialog frameset.
*
! * Version: 2.0 Beta 2
* Modified: 2004-05-31 23:07:52
*
Index: frmactualfolder.html
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/filemanager/browser/default/frmactualfolder.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** frmactualfolder.html 28 Oct 2004 20:17:44 -0000 1.1
--- frmactualfolder.html 30 Oct 2004 13:53:13 -0000 1.2
***************
*** 12,16 ****
* This page shows the actual folder path.
*
! * Version: 2.0 Beta 1
* Modified: 2004-05-31 23:07:52
*
--- 12,16 ----
* This page shows the actual folder path.
*
! * Version: 2.0 Beta 2
* Modified: 2004-05-31 23:07:52
*
Index: frmcreatefolder.html
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/filemanager/browser/default/frmcreatefolder.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** frmcreatefolder.html 28 Oct 2004 20:17:44 -0000 1.1
--- frmcreatefolder.html 30 Oct 2004 13:53:13 -0000 1.2
***************
*** 12,16 ****
* Page used to create new folders in the current folder.
*
! * Version: 2.0 Beta 1
* Modified: 2004-05-31 23:07:52
*
--- 12,16 ----
* Page used to create new folders in the current folder.
*
! * Version: 2.0 Beta 2
* Modified: 2004-05-31 23:07:52
*
Index: frmfolders.html
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/filemanager/browser/default/frmfolders.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** frmfolders.html 28 Oct 2004 20:17:44 -0000 1.1
--- frmfolders.html 30 Oct 2004 13:53:13 -0000 1.2
***************
*** 13,18 ****
* of the current folder.
*
! * Version: 2.0 Beta 1
! * Modified: 2004-05-31 23:07:52
*
* File Authors:
--- 13,18 ----
* of the current folder.
*
! * Version: 2.0 Beta 2
! * Modified: 2004-06-19 01:03:21
*
* File Authors:
***************
*** 178,182 ****
{
oListManager.Init() ;
! SetResourceType( 'File' ) ;
}
</script>
--- 178,186 ----
{
oListManager.Init() ;
!
! if ( oConnector.ResourceType.length = 0 )
! SetResourceType( 'File' ) ;
! else
! LoadFolders( '/' ) ;
}
</script>
Index: frmresourceslist.html
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/filemanager/browser/default/frmresourceslist.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** frmresourceslist.html 28 Oct 2004 20:17:44 -0000 1.1
--- frmresourceslist.html 30 Oct 2004 13:53:13 -0000 1.2
***************
*** 12,17 ****
* This page shows all resources available in a folder in the File Browser.
*
! * Version: 2.0 Beta 1
! * Modified: 2004-05-31 23:07:52
*
* File Authors:
--- 12,17 ----
* This page shows all resources available in a folder in the File Browser.
*
! * Version: 2.0 Beta 2
! * Modified: 2004-06-19 01:01:50
*
* File Authors:
Index: frmresourcetype.html
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/filemanager/browser/default/frmresourcetype.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** frmresourcetype.html 28 Oct 2004 20:17:44 -0000 1.1
--- frmresourcetype.html 30 Oct 2004 13:53:13 -0000 1.2
***************
*** 12,17 ****
* This page shows the list of available resource types.
*
! * Version: 2.0 Beta 1
! * Modified: 2004-05-31 23:07:53
*
* File Authors:
--- 12,17 ----
* This page shows the list of available resource types.
*
! * Version: 2.0 Beta 2
! * Modified: 2004-06-19 00:57:24
*
* File Authors:
***************
*** 24,27 ****
--- 24,28 ----
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<link href="Browser.css" type="text/css" rel="stylesheet">
+ <script type="text/javascript" src="js/common.js"></script>
<script language="javascript">
***************
*** 31,34 ****
--- 32,53 ----
}
+ var aTypes = [
+ ['File','File'],
+ ['Image','Image'],
+ ['Flash','Flash'],
+ ['Media','Media']
+ ] ;
+
+ window.onload = function()
+ {
+ var bHasType = ( oConnector.ResourceType.length > 0 ) ;
+
+ for ( var i = 0 ; i < aTypes.length ; i++ )
+ {
+ if ( !bHasType || aTypes[i][0] == oConnector.ResourceType )
+ AddSelectOption( cmbType, aTypes[i][1], aTypes[i][0] ) ;
+ }
+ }
+
</script>
</head>
***************
*** 38,46 ****
<td nowrap>
Resource Type<BR>
! <select style="WIDTH: 100%" onchange="SetResourceType(this.value);">
! <option value="File" selected>File</option>
! <option value="Image">Image</option>
! <option value="Flash">Flash</option>
! <option value="Media">Media</option>
</select>
</td>
--- 57,61 ----
<td nowrap>
Resource Type<BR>
! <select id="cmbType" style="WIDTH: 100%" onchange="SetResourceType(this.value);">
</select>
</td>
Index: frmupload.html
===================================================================
RCS file: /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/filemanager/browser/default/frmupload.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** frmupload.html 28 Oct 2004 20:17:44 -0000 1.1
--- frmupload.html 30 Oct 2004 13:53:13 -0000 1.2
***************
*** 12,16 ****
* Page used to upload new files in the current folder.
*
! * Version: 2.0 Beta 1
* Modified: 2004-05-31 23:07:53
*
--- 12,16 ----
* Page used to upload new files in the current folder.
*
! * Version: 2.0 Beta 2
* Modified: 2004-05-31 23:07:53
*
|