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

Revision 1785, 647 bytes checked in by amuller, 14 years ago (diff)

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

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 = "";
9
10var templatePath = './filemanager/templates/default/';
11
12var menuTimeout;
13var DocX,DocY;
14var criteria='name';
15var order_type = '1'; // Ascending is 1, descending is 0
16
17// Store permissions of current path use it BUT DO NOT rely on it
18var permissions = new Array();
19var preferences = new Array();
Note: See TracBrowser for help on using the repository browser.