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

Revision 1748, 677 bytes checked in by amuller, 15 years ago (diff)

Ticket #597 - melhoria no módulos gerenciador de arquivos do expresso livre

RevLine 
[1556]1var title_app = '<table height="16px" border=0 width=100% cellspacing=0 cellpadding=2>'+
[1627]2'<tr class="divAppboxHeader">'+
[1556]3'<td style="padding-left:17px" width=33% id="content_quota" align=left></td>'+
[1627]4'<td width=33% id="main_title">Expresso FileManager</td>'+
[1556]5'<td width=33% id="div_menu_c3" align=right></td>'+
6'</tr></table>';
7
[1719]8var currentPath = "";
9var quotaSize;
10var usedSpace;
11
[1748]12var templatePath = './filemanager/templates/default/';
[1719]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.