source: sandbox/filemanager/js/global.js @ 1719

Revision 1719, 676 bytes checked in by amuller, 14 years ago (diff)

Ticket #597 - Melhorias no módulo gerenciador de arquivos com ajax

Line 
1var title_app = '<table height="16px" border=0 width=100% cellspacing=0 cellpadding=2>'+
2'<tr class="divAppboxHeader">'+
3'<td style="padding-left:17px" width=33% id="content_quota" align=left></td>'+
4'<td width=33% id="main_title">Expresso FileManager</td>'+
5'<td width=33% id="div_menu_c3" align=right></td>'+
6'</tr></table>';
7
8var currentPath = "";
9var quotaSize;
10var usedSpace;
11
12var templatePath = '/filemanager/templates/default/';
13
14var menuTimeout;
15var DocX,DocY;
16var criteria='name';
17var order_type = '1'; // Ascending is 1, descending is 0
18
19// Store permissions of current path use it BUT DO NOT rely on it
20var permissions = new Array();
21var preferences = new Array();
Note: See TracBrowser for help on using the repository browser.