source: sandbox/filemanager/templates/default/filelisting.tpl @ 1506

Revision 1506, 785 bytes checked in by amuller, 15 years ago (diff)

Ticket #597 - Adicionando código do filemanager compatível com expresso

Line 
1<!-- BEGIN filemanager_header -->
2<form name="formfm" method="post" action="{form_action}">
3
4
5{toolbar0}
6<div id="fmMenu">
7{toolbar1}
8</div>
9<div id="fmFileWindow">
10{messages}                      <table cellspacing="0" cellpadding="2">
11                                <tbody>
12<!-- END filemanager_header -->
13
14<!-- BEGIN column -->
15  <td valign="top" style="padding-left:2px;padding-right:2px;">{col_data}&nbsp;</td>
16<!-- END column -->
17
18<!-- BEGIN row -->
19        <tr bgcolor="{row_tr_color}">
20                <td style="padding-left:2px;padding-right:2px;">{actions}</td>
21                {columns}
22        </tr>
23<!-- END row -->
24
25<!-- BEGIN filemanager_footer -->
26{lang_no_files}
27</tbody></table>
28                                                </div>
29
30<div id="fmStatusBar"><b>{lang_files_in_this_dir}:</b> {files_in_this_dir} <b>{lang_used_space}: </b> {used_space}</div>
31</form>
32<!-- END filemanager_footer -->
Note: See TracBrowser for help on using the repository browser.