egroupware/filemanager/templates/default/index.tpl

41 lines
753 B
Smarty
Raw Normal View History

<!-- BEGIN index -->
<table width="100%" border="1" cols="{colspan}">
<tr>
<td align="center" colspan="{colspan}">
<table width="100%" border="1">
<tr{tr_extras}>
<td align="center">
{img_up}
{help_up}
</td>
<td align="center">
{img_home}
{dir}
{help_home}
</td>
</tr>
</table>
</hr>
</td>
</tr>
{col_row}
<tr>
<td align="center" colspan="{colspan}">
</hr>
<table width="100%" border="1">
{buttons}
</table>
</td>
</tr>
</table>
<!-- END index -->
<!-- BEGIN column_rows -->
<tr{tr_extras}>
{col_headers}
</tr>
<!-- END column_rows -->
<!-- BEGIN column_headers -->
<td{td_extras}><font size="-1">{column_header}</font></td>
<!-- END column_headers -->