Index: branches/RC/core/admin_templates/browser/frmupload.tpl =================================================================== diff -u -N --- branches/RC/core/admin_templates/browser/frmupload.tpl (revision 0) +++ branches/RC/core/admin_templates/browser/frmupload.tpl (revision 11055) @@ -0,0 +1,135 @@ + + + + +
+ + + + +
+
+ Upload a new file in this folder
+ + + + + +
 
+
+ +
+ + + +
+ \ No newline at end of file Index: branches/RC/core/admin_templates/browser/browser.tpl =================================================================== diff -u -N --- branches/RC/core/admin_templates/browser/browser.tpl (revision 0) +++ branches/RC/core/admin_templates/browser/browser.tpl (revision 11055) @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + Index: branches/RC/core/admin_templates/browser/preview.tpl =================================================================== diff -u -N --- branches/RC/core/admin_templates/browser/preview.tpl (revision 0) +++ branches/RC/core/admin_templates/browser/preview.tpl (revision 11055) @@ -0,0 +1,8 @@ + + +
"> + + +
+ + \ No newline at end of file Index: branches/RC/core/admin_templates/browser/frmresourcetype.tpl =================================================================== diff -u -N --- branches/RC/core/admin_templates/browser/frmresourcetype.tpl (revision 0) +++ branches/RC/core/admin_templates/browser/frmresourcetype.tpl (revision 11055) @@ -0,0 +1,38 @@ + + + + + + + + + + +
+ Resource Type
+ +
+ \ No newline at end of file Index: branches/RC/core/admin_templates/browser/frmresourceslist.tpl =================================================================== diff -u -N --- branches/RC/core/admin_templates/browser/frmresourceslist.tpl (revision 0) +++ branches/RC/core/admin_templates/browser/frmresourceslist.tpl (revision 11055) @@ -0,0 +1,519 @@ + + + + + + + +
+ + + + + + + + +
+ + + + + + + +
 
+
+ + + + + +
 
+
+ + + + + +
 
+
+
+ +
+
+
+
+
+
+ + + + +
+ + + + + + \ No newline at end of file Index: branches/RC/core/admin_templates/browser/browser_footer.tpl =================================================================== diff -u -N --- branches/RC/core/admin_templates/browser/browser_footer.tpl (revision 0) +++ branches/RC/core/admin_templates/browser/browser_footer.tpl (revision 11055) @@ -0,0 +1,30 @@ + + + + +

+
+
+ + + + + + + +
+ + \ No newline at end of file Index: branches/RC/core/admin_templates/browser/frmcreatefolder.tpl =================================================================== diff -u -N --- branches/RC/core/admin_templates/browser/frmcreatefolder.tpl (revision 0) +++ branches/RC/core/admin_templates/browser/frmcreatefolder.tpl (revision 11055) @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + +

+ +
+ + + + Index: branches/RC/core/admin_templates/browser/browser.css =================================================================== diff -u -N --- branches/RC/core/admin_templates/browser/browser.css (revision 0) +++ branches/RC/core/admin_templates/browser/browser.css (revision 11055) @@ -0,0 +1,100 @@ +/* + * FCKeditor - The text editor for internet + * Copyright (C) 2003-2004 Frederico Caldeira Knabben + * + * Licensed under the terms of the GNU Lesser General Public License: + * http://www.opensource.org/licenses/lgpl-license.php + * + * For further information visit: + * http://www.fckeditor.net/ + * + * File Name: Browser.css + * CSS styles used by all pages that compose the File Browser. + * + * Version: 2.0 RC3 + * Modified: 2004-05-31 23:07:52 + * + * File Authors: + * Frederico Caldeira Knabben (fredck@fckeditor.net) + */ + +body +{ + background-color: #f1f1e3; +} + +form +{ + margin: 0px 0px 0px 0px ; + padding: 0px 0px 0px 0px ; +} + +.Frame +{ + 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; +} + +body, td, input, select +{ + font-size: 11px; + font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana; +} + +.ActualFolder +{ + font-weight: bold; + font-size: 14px; +} + +.PopupButtons +{ + border-top: #d5d59d 1px solid; + background-color: #e3e3c7; + padding: 7px 10px 7px 10px; +} + +.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; +} + +.FolderListCurrentFolder img +{ + background-image: url(images/FolderOpened.gif); +} + +.FolderListFolder img +{ + background-image: url(images/Folder.gif); +} + +.order-link +{ + text-decoration: none; + font-size: 11px; + font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana; + color: #000000; +} +.order-link:hover +{ + text-decoration: none; + font-size: 11px; + font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana; + color: #000000; +} Index: branches/RC/core/admin_templates/browser/frmfolders.tpl =================================================================== diff -u -N --- branches/RC/core/admin_templates/browser/frmfolders.tpl (revision 0) +++ branches/RC/core/admin_templates/browser/frmfolders.tpl (revision 11055) @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + +
 ..
+
+
+ + + + \ No newline at end of file Index: branches/RC/core/admin_templates/browser/browser_header.tpl =================================================================== diff -u -N --- branches/RC/core/admin_templates/browser/browser_header.tpl (revision 0) +++ branches/RC/core/admin_templates/browser/browser_header.tpl (revision 11055) @@ -0,0 +1,57 @@ + + + + +<inp2:m_GetConfig var="Site_Name"/> - <inp2:m_Phrase label="la_AdministrativeConsole"/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + > + + Index: branches/RC/core/admin_templates/browser/frmactualfolder.tpl =================================================================== diff -u -N --- branches/RC/core/admin_templates/browser/frmactualfolder.tpl (revision 0) +++ branches/RC/core/admin_templates/browser/frmactualfolder.tpl (revision 11055) @@ -0,0 +1,38 @@ + + + + + + + + + +
+ +
+ \ No newline at end of file Index: branches/RC/core/admin_templates/browser/fckblank.tpl =================================================================== diff -u -N --- branches/RC/core/admin_templates/browser/fckblank.tpl (revision 0) +++ branches/RC/core/admin_templates/browser/fckblank.tpl (revision 11055) @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file