From 853c3308e90ca16bcffc4bb1b3d4f27fc8c9e9e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Carlos=20Ra=C3=B1a?= Date: Sat, 24 Oct 2009 04:09:50 +0200 Subject: [PATCH] improve ajaxfilemanager first round --- .../_ajax_get_details_listing.php | 9 +- .../ajaxfilemanager/ajaxfilemanager.php | 74 +- .../plugins/ajaxfilemanager/langs/en.php | 2 +- .../plugins/ajaxfilemanager/langs/es.php | 2 +- .../theme/default/css/fckeditor.css | 1106 +++++++++-------- .../theme/default/images/ajaxLoading.gif | Bin 4204 -> 1924 bytes .../theme/default/images/uploadProcessing.gif | Bin 847 -> 2530 bytes 7 files changed, 626 insertions(+), 567 deletions(-) mode change 100755 => 100644 main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/theme/default/images/ajaxLoading.gif mode change 100755 => 100644 main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/theme/default/images/uploadProcessing.gif diff --git a/main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/_ajax_get_details_listing.php b/main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/_ajax_get_details_listing.php index d653278fe4..65d4496af4 100644 --- a/main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/_ajax_get_details_listing.php +++ b/main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/_ajax_get_details_listing.php @@ -7,7 +7,8 @@   - + + @@ -65,7 +66,8 @@ " target="_blank"> - + + docName" id="tdnd">" target="_blank">   - + + - - + + + @@ -362,10 +363,11 @@ $(document).ready( - -   - -   + + + + + @@ -388,8 +390,9 @@ $(document).ready( - - + + + @@ -401,10 +404,11 @@ $(document).ready( - -   - -   + + + + + @@ -413,7 +417,7 @@ $(document).ready(

- +

@@ -430,13 +434,15 @@ $(document).ready( -
+ +
-
+ +
- + +
+ + + + + + + + + + + +    - /> - /> + /> + + + - -

- +

diff --git a/main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/langs/en.php b/main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/langs/en.php index 511eaa6dae..e7b246e148 100644 --- a/main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/langs/en.php +++ b/main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/langs/en.php @@ -13,7 +13,7 @@ - define('MENU_SELECT', 'Select'); + define('MENU_SELECT', 'Insert'); define('MENU_DOWNLOAD', 'Download'); define('MENU_PREVIEW', 'Preview'); define('MENU_RENAME', 'Rename'); diff --git a/main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/langs/es.php b/main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/langs/es.php index 1a23f09dbe..6d5cc933cf 100644 --- a/main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/langs/es.php +++ b/main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/langs/es.php @@ -9,7 +9,7 @@ //Common //Menu - define('MENU_SELECT', 'Seleccionar'); + define('MENU_SELECT', 'Insertar'); define('MENU_DOWNLOAD', 'Descargar'); define('MENU_PREVIEW', 'Previsualizar'); define('MENU_RENAME', 'Renombrar'); diff --git a/main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/theme/default/css/fckeditor.css b/main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/theme/default/css/fckeditor.css index 200b0e4110..40da1ec225 100644 --- a/main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/theme/default/css/fckeditor.css +++ b/main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/theme/default/css/fckeditor.css @@ -1,544 +1,586 @@ -/*~~~~~~ Hack for Dokeos ~~~~~~~~*/ -/*~~~~~~Global Setting ~~~~~~~~*/ -html, body{ - margin: 0px; - padding: 0px; -} -body,td -{ - font: 10px Verdana, Arial, Helvetica, sans-serif; - color:#070707; -} -a,a:link,a:visited{color: #001C4D; text-decoration:none;} -a:hover,a:active,a:visited:hover{color: #FF6131; text-decoration:none;} -a img{border: none;} -ul li{ line-height: 1.5em; display:inline} -form{margin: 0;} -#leftCol fieldset{ - position: relative; - padding: 6px; - margin:8px; - border:1px solid #a1a1a1; - background-image: url(../images/panel_bg.gif); - background-repeat: repeat-y; - background-position: left top; - background-color: #d9dbdc; -} -#leftCol legend { - - /* - position: absolute; - top: -.5em; - left: .2em;*/ - top: -5px; - left: 2px; - font-size: 11px; - font-weight: bold; - color: #000000; -} -ul{list-style:none;} -.clear{ -clear:both; -} -input{ padding: 0; background-color: transparent;} -/*~~~~~~Layout Setting ~~~~~~~~*/ -#leftCol, #rightCol, #body{ - -} -#wrapper -{ - margin: 0px 0px; - min-width:760px; - width:100%; - padding:0px; - -} -#body{ -position:absolute; -top:60px; -width:100%; -border-color:#0000CC; -} -#leftCol{ - background:#e8e8e8; - width:265px; - float:left; - text-align:left; - -} -#rightCol{ - width:100%; - border: none; - margin-left: -265px; - float:right; - - -} -#rightCol img.ajaxLoadingImg{ -margin-left: 50%; -margin-top:100px; -} -#content{ - margin-left: 265px; -overflow: auto; +/*~~~~~~ Hack for Dokeos ~~~~~~~~*/ +/*~~~~~~Global Setting ~~~~~~~~*/ +html, body{ + margin: 0px; + padding: 0px; +} +body,td +{ + font: 10px Verdana, Arial, Helvetica, sans-serif; + color:#070707; +} +a,a:link,a:visited{color: #001C4D; text-decoration:none;} +a:hover,a:active,a:visited:hover{color: #FF6131; text-decoration:none;} +a img{border: none;} +ul li{ line-height: 1.5em; display:inline} +form{margin: 0;} +#leftCol fieldset{ + position: relative; + padding: 6px; + margin:8px; + border:1px solid #a1a1a1; + background-image: url(../images/panel_bg.gif); + background-repeat: repeat-y; + background-position: left top; + background-color: #d9dbdc; +} +#leftCol legend { + + /* + position: absolute; + top: -.5em; + left: .2em;*/ + top: -5px; + left: 2px; + font-size: 11px; + font-weight: bold; + color: #000000; +} +ul{list-style:none;} +.clear{ +clear:both; +} +input{ padding: 0; background-color: transparent;} +/*~~~~~~Layout Setting ~~~~~~~~*/ +#leftCol, #rightCol, #body{ + +} +#wrapper +{ + margin: 0px 0px; + min-width:760px; + width:100%; + padding:0px; + +} +#body{ +position:absolute; +top:60px; +width:100%; +border-color:#0000CC; +} +#leftCol{ + background:#e8e8e8; + width:200px; + float:left; + text-align:left; + +} +#rightCol{ + width:100%; + border: none; + margin-left: -200px; + float:right; + + +} +#rightCol img.ajaxLoadingImg{ +margin-left: 50%; +margin-top:100px; +} +#content{ + margin-left: 200px; +overflow: auto; overflow-x: hidden; -max-height:380px; -} - .pagination_content{ - margin-left: 265px; -overflow: auto; +max-height:380px; +} + .pagination_content{ + margin-left: 200px; +overflow: auto; overflow-x: hidden; - } -.leftToRightArrow{ - background-image:url(../images/arrow_right.png); - padding:2px 0 2px 16px; - background-repeat:no-repeat; - background-position:0 50%; - text-decoration:none; - height:100%; -} -/* forms */ -.inputMtime{width:75px; height:14px; font-size:9px;} -.radio{ - background-color:none; -} -.calendar_trigger{ - background:none; - border:none; - height:17px; - vertical-align:bottom; -} -table.tableSearch{ -padding:0; -margin:0; -} -.boxSearch{ -padding:0; -margin:0; -} -.boxSearchItems{ -margin:0; -padding:0; -} -.boxSearchItems td{ -text-align:left; -margin-left:5px; -} -.boxSearchItems dt{ -text-align:left; -font-size:14px; -margin:0; -padding:0; -margin-left:5px; -} -.boxSearchItems dd{ -display:block; -margin:0; -padding:0; -margin-left:20px; -} -.boxSearchItems dd b{ -margin:0; -display:block; -} - -#linkSearch{ -float:right; -padding-right:8px; -} -.tableSearch{ -margin:0; -} -p.searchButtons{ -padding-top:5px; -} -#linkClose{ -float:left; - -} -#fileName{overflow:hidden;} -#header -{ - text-align:left; - margin:0; - padding:0; - padding-top:0px; - padding-left:18px; - padding-right:18px; - height:59px; - background-image: url(../images/header.jpg); - background-repeat: no-repeat; - background-position: right top; - background-color:#ececed; - border-bottom-width: 1px; - border-bottom-style: solid; - border-bottom-color: #b3b3b4; - cursor: default; -} - -#currentFolderInfo dl{ - list-style:none; - margin:0; - padding:0; - font-size: 14px; - font-weight: bold; - color: #666666; - -} -#currentFolderInfo dt{ - font-size:12px; - font-weight:bold; - display:inline; - margin:0; - padding:0; - color: #666666; -} -#currentFolderInfo dd{ -display:inline; - -} -#currentFolderInfo dd a{ -text-decoration:underline; -} -#viewList{ -position:absolute; -left:18px; -top:36px; -} -#actionHeader -{ - list-style-type: none; - margin:0; - padding:0; - text-align:right; -} -#actionHeader li{line-height: 24px;} -/*~~~~~~Links Setting ~~~~~~~~*/ -#actionHeader li a, #tickAll, .flagYes, .flagNo -{ - padding:2px 1px 2px 16px; - background-repeat:no-repeat; - background-position:0 50%; - text-decoration:none; - height:100%; -} -#actionInfo{background-image:url(../images/info.png);} -.check_all{background-image:url(../images/tickAll.png);} -.uncheck_all{background-image:url(../images/uncheckAll.png);} -.flagYes{background-image:url(../images/flagYes.png);} -.flagNo{background-image:url(../images/flagno.png);} -#actionCopy{background-image:url(../images/copy.png);} -#actionPaste{background-image:url(../images/paste.png);} -#actionCut{background-image:url(../images/cut.png);} -#actionDelete{background-image:url(../images/delete.png);} -#actionZip{background-image:url(../images/zip.png);} -#actionRefresh{background-image:url(../images/refresh.png);} -#actionUnzip{background-image:url(../images/unzip.png);} -#actionUnzip{background-image:url(../images/unzip.png);} -#actionUpload{background-image:url(../images/action/upload.png);} -#actionNewFolder{background-image:url(../images/action/folder_add.png);} -#actionNewFile{background-image:url(../images/action/page_add.png);} -#tickAll{margin-left:5px;} -a.action{ -text-decoration:none;}; - -/*~~~~~~File / Folder Icon ~~~~~~~~*/ -.noFlag{ -background-image:none; - -} -.cutFlag, .copyFlag{ - /*padding:2px 0 2px 7px;*/ - width:7px; - height:7px; - background-repeat:no-repeat; - background-position:0 0px; - overflow:hidden; - text-decoration:none; - height:100%; -} -.cutFlag{ -background-image:url(../images/cut_flag.gif); -} -.copyFlag{ -background-image:url(../images/copy_flag.gif); -} -span.folderEmpty, span.folder, span.folderParent, -span.fileUnknown, span.fileText, span.fileWord, -span.fileFlash, span.fileVideo, span.filePicture, -span.filePPT, span.fileExcel, span.filePhp, -span.fileMusic, span.fileExe, span.fileAcrobat, -span.fileRTF, span.fileXml, span.fileCode, -span.fileZip, span.addMore, span.deleteFile, -span.cancel,span.uploadProcessing, span.folderShared{ -padding:2px 0 2px 16px; -background-repeat:no-repeat; -background-position:0 50%; -} -span.uploadProcessing{background-image:url(../images/uploadProcessing.gif);} -span.deleteFile,span.cancel{background-image:url(../images/flagno.png);} -span.addMore{background-image:url(../images/add.png);} -span.folderEmpty{background-image:url(../images/small_icon/folderEmpty.png);} -span.folder{background-image:url(../images/small_icon/folder.png);} -span.folderParent{background-image:url(../images/small_icon/folderParent.png);} -span.fileUnknown{background-image:url(../images/small_icon/fileUnknown.png);} -span.fileText{background-image:url(../images/small_icon/fileText.png);} -span.fileWord{background-image:url(../images/small_icon/fileWord.png);} -span.fileFlash{background-image:url(../images/small_icon/fileFlash.png);} -span.fileVideo{background-image:url(../images/small_icon/fileVideo.png);} -span.filePicture{background-image:url(../images/small_icon/filePicture.png);} -span.filePPT{background-image:url(../images/small_icon/filePowerpoint.png);} -span.fileExcel{background-image:url(../images/small_icon/fileExcel.png);} -span.filePhp{background-image:url(../images/small_icon/filePhp.png);} -span.fileMusic{background-image:url(../images/small_icon/fileMusic.png);} -span.fileExe{background-image:url(../images/small_icon/fileExe.png);} -span.fileAcrobat{background-image:url(../images/small_icon/fileAcrobat.png);} -span.fileRTF{background-image:url(../images/small_icon/fileRTF.png);} -span.fileXml{background-image:url(../images/small_icon/fileXml.png);} -span.fileCode{background-image:url(../images/small_icon/fileCode.png);} -span.fileZip{background-image:url(../images/small_icon/fileZip.png);} - -span.folderShared{background-image:url(../images/small_icon/folderShared.png);} - - -/* big icon */ -dt.folderEmpty, dt.folder, dt.folderParent, -dt.fileUnknown, dt.fileText, dt.fileWord, -dt.fileFlash, dt.fileVideo, -dt.filePPT, dt.fileExcel, dt.filePhp, -dt.fileMusic, dt.fileExe, dt.fileAcrobat, -dt.fileRTF, dt.fileXml, dt.fileCode, -dt.fileZip,dt.folderShared{ -margin: 0px; -padding:0px; -border:solid #ccc 1px; -display:block; -background-color:#ffffff; -background-repeat:no-repeat; -background-position:center; -cursor:pointer; -} - - -dt.folderEmpty{background-image:url(../images/big_icon/folderEmpty.png);} -dt.folder{background-image:url(../images/big_icon/folder.png); -} -dt.folderParent{background-image:url(../images/big_icon/folderParent.png);} -dt.fileUnknown{background-image:url(../images/big_icon/fileUnknown.png);} -dt.fileText{background-image:url(../images/big_icon/fileText.png);} -dt.fileWord{background-image:url(../images/big_icon/fileWord.png);} -dt.fileFlash{background-image:url(../images/big_icon/fileFlash.png);} -dt.fileVideo{background-image:url(../images/big_icon/fileVideo.png);} - -dt.filePPT{background-image:url(../images/big_icon/filePowerpoint.png);} -dt.fileExcel{background-image:url(../images/big_icon/fileExcel.png);} -dt.filePhp{background-image:url(../images/big_icon/filePhp.png);} -dt.fileMusic{background-image:url(../images/big_icon/fileMusic.png);} -dt.fileExe{background-image:url(../images/big_icon/fileExe.png);} -dt.fileAcrobat{background-image:url(../images/big_icon/fileAcrobat.png);} -dt.fileRTF{background-image:url(../images/big_icon/fileRTF.png);} -dt.fileXml{background-image:url(../images/big_icon/fileXml.png);} -dt.fileCode{background-image:url(../images/big_icon/fileCode.png);} -dt.fileZip{background-image:url(../images/big_icon/fileZip.png);} - -dt.folderShared{background-image:url(../images/big_icon/bigfolderShared.png);} - -table.tableSummary{ -border-collapse:collapse; -width:100%; -} -table.tableSummary tbody td -{ - border:none; - padding:2px 6px; - text-align:left; -} -table.tableSummary tbody th{ - border:none; - color:#000; - white-space:nowrap; - padding:1px 6px ; - text-align:left; -} - -/* text listing*/ -#textListing{ -list-style:none; -} -#textListing li{ -width:150px; -border:solid #999999 1px; -display:block; -float:left; -margin: 4px 4px; -padding:2px 2px; -} -/** thumbnail listing */ -.thumbnailListing{ -border:solid #ccc 1px; -display:block; -float:left; -margin: 3px 3px; -padding:1px; -background-color:#f4f4f4; -} -.thumbnailListing dt{ -width:120px; -height:110px; -text-align:center; -margin:2px 2px; -padding:0; -border:solid #ccc 1px; -} - -.thumbnailListing dt img{ -vertical-align:middle; -} -.thumbnailListing_info{ -width:125px; -display:block; -height:25px; -text-align:center; -margin:0px; -} -dd.thumbnailListing_info span, dd.thumbnailListing_info input, dd.thumbnailListing_info a{ -vertical-align:middle; -} -/* ~~~ === PAGINATION ===================================================== ~~~ */ -.pagination_summany -{ - font-weight: bold; -} -p.pagination{ - clear: both; - margin:0; - padding:5px; - width:100%; - background-color:#e6e6e6; - border-bottom-width: 1px; - border-bottom-style: solid; - border-bottom-color: #FFFFFF; -} -#pagination_parent_link -{ - background: url(../images/go_parent.png) no-repeat 100% 50%; - padding: 2px 6px 2px 10px; -} -a.pagination_first, -a.pagination_previous, -a.pagination_next, -a.pagination_last, -a.pagination_group -{ - background: url(../images/pagination/pagination_left.gif) no-repeat 0 50%; - text-decoration: none; - padding: 2px 0 2px 6px; - font-size: 11px; -} -a.pagination_first span, -a.pagination_previous span, -a.pagination_next span, -a.pagination_last span, -a.pagination_group span -{ - background: url(../images/pagination/pagination_right.gif) no-repeat 100% 50%; - padding: 2px 6px 2px 0; -} -a.pagination_first:hover, -a.pagination_previous:hover, -a.pagination_next:hover, -a.pagination_last:hover, -a.pagination_group:hover{color: #FF9900;} -a.pagination_active{font-weight: bold; color: #CC0000;} - -/*~~~~~~Form Setting ~~~~~~~~*/ -.input, .inputFile{ - border: 1px solid #86888B; - font: 12px Verdana, Arial, Helvetica, sans-serif; - background-color: #fff; -} - -.button{ - font: bold 10px Verdana, Arial, Helvetica, sans-serif; - background:url(../images/button.gif); - width:90px; - height:20px; - border:none; -} - -/** Detail View */ -#tableList{ -font-size:100%; + } +.leftToRightArrow{ + background-image:url(../images/arrow_right.png); + padding:2px 0 2px 16px; + background-repeat:no-repeat; + background-position:0 50%; + text-decoration:none; + height:100%; +} +/* forms */ +.inputMtime{width:75px; height:14px; font-size:9px;} +.radio{ + background-color:none; +} +.calendar_trigger{ + background:none; + border:none; + height:17px; + vertical-align:bottom; +} +table.tableSearch{ +padding:0; +margin:0; +} +.boxSearch{ +padding:0; +margin:0; +} +.boxSearchItems{ +margin:0; +padding:0; +} +.boxSearchItems td{ +text-align:left; +margin-left:5px; +} +.boxSearchItems dt{ +text-align:left; +font-size:14px; +margin:0; +padding:0; +margin-left:5px; +} +.boxSearchItems dd{ +display:block; +margin:0; +padding:0; +margin-left:20px; +} +.boxSearchItems dd b{ +margin:0; +display:block; +} + +#linkSearch{ +float:right; +padding-right:8px; +} +.tableSearch{ +margin:0; +} +p.searchButtons{ +padding-top:5px; +} +#linkClose{ +float:left; + +} +#fileName{overflow:hidden;} +#header +{ + text-align:left; + margin:0; + padding:0; + padding-top:0px; + padding-left:18px; + padding-right:18px; + height:59px; + background-image: url(../images/header.jpg); + background-repeat: no-repeat; + background-position: right top; + background-color:#ececed; + border-bottom-width: 1px; + border-bottom-style: solid; + border-bottom-color: #b3b3b4; + cursor: default; +} + +#currentFolderInfo dl{ + list-style:none; + margin:0; + padding:0; + font-size: 14px; + font-weight: bold; + color: #666666; + +} +#currentFolderInfo dt{ + font-size:12px; + font-weight:bold; + display:inline; + margin:0; + padding:0; + color: #666666; +} +#currentFolderInfo dd{ +display:inline; + +} +#currentFolderInfo dd a{ +text-decoration:underline; +} +#viewList{ +position:absolute; +left:18px; +top:36px; +} +#actionHeader +{ + list-style-type: none; + margin:0; + padding:0; + text-align:right; +} +#actionHeader li{line-height: 24px;} +/*~~~~~~Links Setting ~~~~~~~~*/ +#actionHeader li a, #tickAll, .flagYes, .flagNo +{ + padding:2px 1px 2px 16px; + background-repeat:no-repeat; + background-position:0 50%; + text-decoration:none; + height:100%; +} +#actionInfo{background-image:url(../images/info.png);} +.check_all{background-image:url(../images/tickAll.png);} +.uncheck_all{background-image:url(../images/uncheckAll.png);} +.flagYes{background-image:url(../images/flagYes.png);} +.flagNo{background-image:url(../images/flagno.png);} +#actionCopy{background-image:url(../images/copy.png);} +#actionPaste{background-image:url(../images/paste.png);} +#actionCut{background-image:url(../images/cut.png);} +#actionDelete{background-image:url(../images/delete.png);} +#actionZip{background-image:url(../images/zip.png);} +#actionRefresh{background-image:url(../images/refresh.png);} +#actionUnzip{background-image:url(../images/unzip.png);} +#actionUnzip{background-image:url(../images/unzip.png);} +#actionUpload{background-image:url(../images/action/upload.png);} +#actionNewFolder{background-image:url(../images/action/folder_add.png);} +#actionNewFile{background-image:url(../images/action/page_add.png);} +#tickAll{margin-left:5px;} +a.action{ +text-decoration:none;}; + +/*~~~~~~File / Folder Icon ~~~~~~~~*/ +.noFlag{ +background-image:none; + +} +.cutFlag, .copyFlag{ + /*padding:2px 0 2px 7px;*/ + width:7px; + height:7px; + background-repeat:no-repeat; + background-position:0 0px; + overflow:hidden; + text-decoration:none; + height:100%; +} +.cutFlag{ +background-image:url(../images/cut_flag.gif); +} +.copyFlag{ +background-image:url(../images/copy_flag.gif); +} +span.folderEmpty, span.folder, span.folderParent, +span.fileUnknown, span.fileText, span.fileWord, +span.fileFlash, span.fileVideo, span.filePicture, +span.filePPT, span.fileExcel, span.filePhp, +span.fileMusic, span.fileExe, span.fileAcrobat, +span.fileRTF, span.fileXml, span.fileCode, +span.fileZip, span.addMore, span.deleteFile, +span.cancel,span.uploadProcessing, span.folderShared{ +padding:2px 0 2px 16px; +background-repeat:no-repeat; +background-position:0 50%; +} +span.uploadProcessing{background-image:url(../images/uploadProcessing.gif);} +span.deleteFile,span.cancel{background-image:url(../images/flagno.png);} +span.addMore{background-image:url(../images/add.png);} +span.folderEmpty{background-image:url(../images/small_icon/folderEmpty.png);} +span.folder{background-image:url(../images/small_icon/folder.png);} +span.folderParent{background-image:url(../images/small_icon/folderParent.png);} +span.fileUnknown{background-image:url(../images/small_icon/fileUnknown.png);} +span.fileText{background-image:url(../images/small_icon/fileText.png);} +span.fileWord{background-image:url(../images/small_icon/fileWord.png);} +span.fileFlash{background-image:url(../images/small_icon/fileFlash.png);} +span.fileVideo{background-image:url(../images/small_icon/fileVideo.png);} +span.filePicture{background-image:url(../images/small_icon/filePicture.png);} +span.filePPT{background-image:url(../images/small_icon/filePowerpoint.png);} +span.fileExcel{background-image:url(../images/small_icon/fileExcel.png);} +span.filePhp{background-image:url(../images/small_icon/filePhp.png);} +span.fileMusic{background-image:url(../images/small_icon/fileMusic.png);} +span.fileExe{background-image:url(../images/small_icon/fileExe.png);} +span.fileAcrobat{background-image:url(../images/small_icon/fileAcrobat.png);} +span.fileRTF{background-image:url(../images/small_icon/fileRTF.png);} +span.fileXml{background-image:url(../images/small_icon/fileXml.png);} +span.fileCode{background-image:url(../images/small_icon/fileCode.png);} +span.fileZip{background-image:url(../images/small_icon/fileZip.png);} + +span.folderShared{background-image:url(../images/small_icon/folderShared.png);} + + +/* big icon */ +dt.folderEmpty, dt.folder, dt.folderParent, +dt.fileUnknown, dt.fileText, dt.fileWord, +dt.fileFlash, dt.fileVideo, +dt.filePPT, dt.fileExcel, dt.filePhp, +dt.fileMusic, dt.fileExe, dt.fileAcrobat, +dt.fileRTF, dt.fileXml, dt.fileCode, +dt.fileZip,dt.folderShared{ +margin: 0px; +padding:0px; +border:solid #ccc 1px; +display:block; +background-color:#ffffff; +background-repeat:no-repeat; +background-position:center; +cursor:pointer; +} + + +dt.folderEmpty{background-image:url(../images/big_icon/folderEmpty.png);} +dt.folder{background-image:url(../images/big_icon/folder.png); +} +dt.folderParent{background-image:url(../images/big_icon/folderParent.png);} +dt.fileUnknown{background-image:url(../images/big_icon/fileUnknown.png);} +dt.fileText{background-image:url(../images/big_icon/fileText.png);} +dt.fileWord{background-image:url(../images/big_icon/fileWord.png);} +dt.fileFlash{background-image:url(../images/big_icon/fileFlash.png);} +dt.fileVideo{background-image:url(../images/big_icon/fileVideo.png);} + +dt.filePPT{background-image:url(../images/big_icon/filePowerpoint.png);} +dt.fileExcel{background-image:url(../images/big_icon/fileExcel.png);} +dt.filePhp{background-image:url(../images/big_icon/filePhp.png);} +dt.fileMusic{background-image:url(../images/big_icon/fileMusic.png);} +dt.fileExe{background-image:url(../images/big_icon/fileExe.png);} +dt.fileAcrobat{background-image:url(../images/big_icon/fileAcrobat.png);} +dt.fileRTF{background-image:url(../images/big_icon/fileRTF.png);} +dt.fileXml{background-image:url(../images/big_icon/fileXml.png);} +dt.fileCode{background-image:url(../images/big_icon/fileCode.png);} +dt.fileZip{background-image:url(../images/big_icon/fileZip.png);} + +dt.folderShared{background-image:url(../images/big_icon/bigfolderShared.png);} + +table.tableSummary{ +border-collapse:collapse; +width:100%; +} +table.tableSummary tbody td +{ + border:none; + padding:2px 6px; + text-align:left; +} +table.tableSummary tbody th{ + border:none; + color:#000; + white-space:nowrap; + padding:1px 6px ; + text-align:left; +} + +/* text listing*/ +#textListing{ +list-style:none; +} +#textListing li{ +width:150px; +border:solid #999999 1px; +display:block; +float:left; +margin: 4px 4px; +padding:2px 2px; +} +/** thumbnail listing */ +.thumbnailListing{ +border:solid #ccc 1px; +display:block; +float:left; +margin: 3px 3px; +padding:1px; +background-color:#f4f4f4; +} +.thumbnailListing dt{ +width:120px; +height:110px; +text-align:center; +margin:2px 2px; +padding:0; +border:solid #ccc 1px; +} + +.thumbnailListing dt img{ +vertical-align:middle; +} +.thumbnailListing_info{ +width:125px; +display:block; +height:25px; +text-align:center; +margin:0px; +} +dd.thumbnailListing_info span, dd.thumbnailListing_info input, dd.thumbnailListing_info a{ +vertical-align:middle; +} +/* ~~~ === PAGINATION ===================================================== ~~~ */ +.pagination_summany +{ + font-weight: bold; +} +p.pagination{ + clear: both; + margin:0; + padding:5px; + width:100%; + background-color:#e6e6e6; + border-bottom-width: 1px; + border-bottom-style: solid; + border-bottom-color: #FFFFFF; +} +#pagination_parent_link +{ + background: url(../images/go_parent.png) no-repeat 100% 50%; + padding: 2px 6px 2px 10px; +} +a.pagination_first, +a.pagination_previous, +a.pagination_next, +a.pagination_last, +a.pagination_group +{ + background: url(../images/pagination/pagination_left.gif) no-repeat 0 50%; + text-decoration: none; + padding: 2px 0 2px 6px; + font-size: 11px; +} +a.pagination_first span, +a.pagination_previous span, +a.pagination_next span, +a.pagination_last span, +a.pagination_group span +{ + background: url(../images/pagination/pagination_right.gif) no-repeat 100% 50%; + padding: 2px 6px 2px 0; +} +a.pagination_first:hover, +a.pagination_previous:hover, +a.pagination_next:hover, +a.pagination_last:hover, +a.pagination_group:hover{color: #FF9900;} +a.pagination_active{font-weight: bold; color: #CC0000;} + +/*~~~~~~Form Setting ~~~~~~~~*/ +.input, .inputFile{ + border: 1px solid #86888B; + font: 12px Verdana, Arial, Helvetica, sans-serif; + background-color: #fff; +} + +.button{ + border:1px solid #4171b5; + background:#F0F0F0; + padding:5px 15px 5px 15px; + font-weight:bold; + color:#4171b5; + margin: 5px; +} + +.select_button{ + font-family: bold arial, verdana, helvetica, sans-serif; + font-size: 100%; + line-height :130%; + text-decoration: none; + color: black; + cursor: pointer; + padding:5px 15px 5px 15px; + vertical-align:middle; + border:1px solid #4171b5; + background:#F0F0F0; + padding-left:30px; + padding-right:10px; + font-weight:bold; + color:#4171b5; + background: url(../images/button_accept.gif); + background-position:10px; + background-repeat:no-repeat; +} + +.search_button{ + font-family: bold arial, verdana, helvetica, sans-serif; + font-size: 100%; + line-height :130%; + text-decoration: none; + color: black; + cursor: pointer; + padding:5px 15px 5px 15px; + vertical-align:middle; + border:1px solid #4171b5; + background:#F0F0F0; + padding-left:30px; + padding-right:10px; + font-weight:bold; + color:#4171b5; + background: url(../images/button_search.gif); + background-position:10px; + background-repeat:no-repeat; + +} + +/** Detail View */ +#tableList{ +font-size:100%; width:100%; -} -#tableList thead th{ - text-align:left; - color:#7a92c2; - padding:8px 8px 6px 8px; - background-color: #DDDBD2; -} -#tableList thead th.docName{ +} +#tableList thead th{ + text-align:left; + color:#7a92c2; + padding:8px 8px 6px 8px; + background-color: #DDDBD2; +} +#tableList thead th.docName{ background:#DDDBD2; - padding:2px 0px 2px 20px; + padding:2px 0px 2px 20px; border-right-width: 2px; - border-right-style: groove; + border-right-style: groove; } -#tableList tbody td { background:#f2f1ee; padding:0; } +#tableList tbody td { background:#f2f1ee; padding:0; } #tableList tbody td.docName { background-color:#fff; height: 22px; - border-right-width: 2px; - border-right-style: groove; - padding:2px 0px 2px 20px; -} + border-right-width: 2px; + border-right-style: groove; + padding:2px 0px 2px 20px; +} #tableList tbody td.docInfo{ background-color:#f2f1ee; height: 22px; - border-right-width: 2px; - border-right-style: groove; - padding:2px 0px 2px 20px; -} -.fileColumns{ - border-right-width: 2px; - border-right-style: groove; -} -/*thinkbox*/ -.jqmContainer{ - - -} - -.jqmHeader{ - -height:15px; -} -.jqmHeader a{ -float:right; -margin-right:10px; -margin-top:-5px; -} -.jqmBody table thead th{ -font-size:16px; -font-weight:bold; -text-align:center; -padding: 5px 5px; -} -.jqmBody table tbody th{ -text-align:right; -padding: 2px 10px; -} - -.jqmBody{ - - border:1px solid #a1a1a1; - background-image: url(../images/panel_bg.gif); - background-repeat: repeat-y; - background-position: left top; - background-color: #d9dbdc; - -} - -/*~~~~~~Global Low Priority Setting ~~~~~~~~*/ -.left, td.left, th.left, td.leftDisabled{text-align:left;} -.right, td.right, th.right{text-align:right;} -.center, td.center, th.center{text-align:center;} + border-right-width: 2px; + border-right-style: groove; + padding:2px 0px 2px 20px; +} +.fileColumns{ + border-right-width: 2px; + border-right-style: groove; +} +/*thinkbox*/ +.jqmContainer{ + + +} + +.jqmHeader{ + +height:15px; +} +.jqmHeader a{ +float:right; +margin-right:10px; +margin-top:-5px; +} +.jqmBody table thead th{ +font-size:16px; +font-weight:bold; +text-align:center; +padding: 5px 5px; +} +.jqmBody table tbody th{ +text-align:right; +padding: 2px 10px; +} + +.jqmBody{ + + border:1px solid #a1a1a1; + background-image: url(../images/panel_bg.gif); + background-repeat: repeat-y; + background-position: left top; + background-color: #d9dbdc; + +} + +/*~~~~~~Global Low Priority Setting ~~~~~~~~*/ +.left, td.left, th.left, td.leftDisabled{text-align:left;} +.right, td.right, th.right{text-align:right;} +.center, td.center, th.center{text-align:center;} diff --git a/main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/theme/default/images/ajaxLoading.gif b/main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/theme/default/images/ajaxLoading.gif old mode 100755 new mode 100644 index 30056f99151d773588afa63fdcf8506d1810f048..44f4fadc93aeb5c77d37ddac76362a746c5ec35f GIT binary patch literal 1924 zcmciDSx{3~90u?RH>$=Sx5pEl!}Qm1Op}@wBiC-99$q24Fn8=q#BS#WC>d^ zF$)+27}*0+0z@ciSrTLkC|X2Wq*%mE>WtH#*L&yO`}@8*|FbtJ zV3!w@0@?|B0|G5CFLO8?jYgB6p3dcRjYgwFp)i?Dv$L~OskFPh8}!$OU0%E2KP;5) zchGQ-7=~Nz`9e+B)k-6t9(Wb-ULYWy@ zS#_OLEIY|^%-LGv+W@FGre_AXIJC9;Xi&{Jw|CW7i)y=-7U0k@sn2yZ=8Rz+rzK2W z=paox-6hWA?i+eWD(3Ia4NU7yO5?!d!fVp|64gx}HdaRwj9{H+*Aw04SJb(6jMn)) zCzMV37BoB0Dv0N7|F!nwjiSdl#<7U2*^hj9QQGKuFZ;J{HAd}#7SWNm_51AwZeDPyZ!&X>y- zB5|}-WLHw!)w9y!kX@OJ;S9Bk@c`dMnqb!vCyzZMYVc#vI)?f4dNWaP>ah@ss}e`w zZSkLpLpxkc$57%yd0`80Pg8>8wS5ROSS zFe?j{5aF6m1t4e^y_iz!Clmo_KD~%4C=UsQvY@GU&>~26jjE|xO|rz$gb*R{*?5=? zXb%e@Xk>8gW#_x(dy=7H>{Vx-Xy8E=;f}0_ce}VVu*<%sb(%J=8Z?foUj8_F^QSGV z3P=76A$7N4A@WJYr&$iHz+7}btpIt6UV_e`2~)+Am4mns3?W0noDdS2RfR3ZE6f4- z9w(|OYUZsLAe>ETq&9~u9V}v$IR-kS1u@VF8KS|ofS%W{~Hj;P)dEj z-?9S8w1s6;GH6N2G(G??Vk1i_G!{ximieIse4$rDM1EPnV0F|1&p{_MD82y?)j_7Tn~OC!+6)?_da-Tc`O@lR z=Di!t;4|DWKIn*|XJvrwJNjrG%P!+#JJ)05V^NTP%0a&P z{0=@e?91>Y%ze29g+;|B;g${rNN@t#T1-EXW+x1TTswu1qnG*AMAw}~RZ*2R-cB^M z-WqyH;RvmQbV_>PUKN|WT!wM26^v@%)1=$@3F0Jnj5Lim5a$L9=KE%KPy3B8#`R_( NVFSo}-0FVld~g_dK{qNUb$ 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 diff --git a/main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/theme/default/images/uploadProcessing.gif b/main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/theme/default/images/uploadProcessing.gif old mode 100755 new mode 100644 index 83810beccfde9fa7e8d843ba5c1c9d36e837036f..85b99d46b9911ba53a792d716d9f688f3bb3c784 GIT binary patch literal 2530 zcmb8xdrVVT90%}oAH9#>bK6p?cF>G=h0@JhTLdf!(gIdN1QeV+L;)2XD9^zNN@xod zwcvQjRvj8}y3J)yFv=3A2@i*l5Fc|hs2f3R;^QAN{$aL%*eO}IEP(~izxV$0$@lmB zp0hT=YKq8{00}@xHO(cjNl%Njq^=3k8whNA8mRstISPn@&imc_Tf_3@%d4xaj~qF2 z`t<3uXU|@|c=5`WE2E>Mw{G3KfB*i(#Kf~_&tAQH_4e)C>6t?woVxLBCtLOMhuB(t zGPLP@xf$T%5Zyz3iOuKI^?SO*zNFJ?wrL@=YKNznIpw!L(PPjKYQ7%}eBCama_c91pIJ1~(b1Kal`fZSz8V+OJY|r^QHxE6+WMoDB(^~{XdW=!#+uo_ zaF>U{k0Hho~yN%NrSyV`soxiBvd>cj#}5&$KDA)3{S^?ffCPkeDi5Vo>T8sy}Wj_Hf}N$J0Hz& zv|)_<-f+~-Hi-jgzIkG5vY*T|>7-8J0U*@$d8~ScFqA)f4R7yaDBs3j(<2>@V?*ZD zy6{Vy+~KLc_m5He=9(fsy~0c&4a-*{&i)i(02j`@8?In8dBM!Y(Znu4jtn@VMj|y5 zrTNa5ki}vtEiGN(#07>Rk#HaVI5ZB4@@yk%765mBN(yieTXgm{oK}vXn!h0oZG3gj;>>W?MbZnG6Q_cX~h&<^+R)8g9 zSd!4lZEm4K#ma0{aTpMHv%wr`1VF@rrKl5H7Hyn$;=;nh3JVMEcKbqhXnqO(3z}-# zu=v1OV7q%OY`*dVI>Y}97i4s2yl$S zmSto?fO|=u8h;vSPKY2zqaEs;LlhJgv~%aqwzjtUie_4FUNiT>r-& zOO#{4cBb6f^ zov;AUp?UAne>@_GHz5+(221Xlve$OHK)tvvi!~l<%)zr4PhU@ z(CY^us$O5!${6Pje5gy?*WtA2j>{<;$_PvVQNKa&69IX)a|Fw5>C&=WQ6s37gabVh SjHs`-`=fdj^ILtus=om5Wbpz3 literal 847 zcmZ?wbhEHb6krfw_`<;O=lAbll9Io_e*Nj?^{cP%r>yKxE34nvuKilK?x(i)ug1n- zMMb|KKmN5~!S53%enmw5N=acL1t|XK_Hzvhc6JPKHPSO+W(4Y0{3qpHl$uzQnxasi zS(2fUn3Y(Olb@KPmzkHA&!G5|g_8@YN(W>M$dL@J0SXFzDVg(@8i?d5YPBS+T02AJ z*hDGQh7W8vI~t;US!|dxTLUHvv@&+KF6vvOsng&Y^<$Ar(uZ9hlO|ZStT0uRt>`q( zR@bMSzI zgCLjBfrbysf$q&rPFtRC3oxCbV6)0JG$nAG_6wzbi_@nVtPoqbXkou&w!nF1M+R=2 z0CNL&8%~x61HMQ$3oTyGc4b9umL~vxsQh_?#w`&KEv_R0BAmKQ+6~_uH*#4ypEmT~ z;?dIdkj+DHhRV&2l?)sL`!1egy^+PO*BI{NaEC9FVUd9cr&z0wL7&qVuD)ymuV-(0 zLhVh1{q=}Ce;L*sU) zeG`;jn=GoF0wWrdcjqoD;}%j{sPOX8;)KS8Hr`OTWs*gAB>9#Wyw?1j_P+tEH6XtM zV{e56kE@};p_3B1u@c93N_g~KXuF}oF3`nd!ldwALq}qnn_{8|LqzZlj>cTmC0iMj zTs*e0F|68|n54tir`k|pES7vkd4u{7-Zx6@CT8XVYFZKc4H`YYDp)Ozhg#|Z^ccr7 z2NQ-vn~pguc~0cmFl%7~hh1JPtEYiVheWTOxA`Vs4;}V{ow_B>T20NaQX&FN4(nb_ qSkaMifa#}zVJC;ghUpIde9q<>9QuYVX{<4t-92iG4A!9J2?hWKTnpg<