111 lines
4.9 KiB
HTML
111 lines
4.9 KiB
HTML
{if $action == ''}
|
|
{if $ftp_ansicht_connect == '1'}
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<link rel="stylesheet" href="templates/{$global_template}/css/styles_pc.php" type="text/css">
|
|
<title>{$ftp_ansicht_titel}</title>
|
|
</head>
|
|
<body onload="if(document.pers_daten)document.pers_daten.uid.focus();return false;">
|
|
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" id="table1">
|
|
<tr>
|
|
<td>
|
|
<div align="center">
|
|
<table cellspacing="0" cellpadding="0" width="90%" border="0">
|
|
<tr>
|
|
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
|
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
|
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_top.gif" valign="top">
|
|
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
|
<font class="hd">{$ftp_ansicht_titel}</font><br>
|
|
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></font></td>
|
|
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
|
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
|
</tr>
|
|
<tr>
|
|
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
|
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
|
<td>
|
|
|
|
<table border="0" width="100%">
|
|
<tr>
|
|
<td><b>Name (Download)</b></td>
|
|
<td align=right><b>Größe</b></td>
|
|
<td align=right><b>Letzte Änderung</b></td>
|
|
<td align=center><b>Löschen</b></td>
|
|
<td align=center><b>Duplikat</b></td>
|
|
</tr>
|
|
{section name=table_data loop=$table_data}
|
|
<tr>
|
|
<td>
|
|
<a href=?action=download&datei={$table_data[table_data].dateiname}>{$table_data[table_data].dateiname}</a>
|
|
</td>
|
|
<td align="right">
|
|
{$table_data[table_data].Dateigroesse} {$table_data[table_data].einheit}
|
|
</td>
|
|
<td align="right">
|
|
{$table_data[table_data].dateitag}
|
|
</td>
|
|
<td align="center">
|
|
{$table_data[table_data].unlink_button}
|
|
</td>
|
|
<td align='center'>
|
|
{$table_data[table_data].status_button}
|
|
</td>
|
|
</tr>
|
|
|
|
{/section}
|
|
|
|
<tr>
|
|
<td>
|
|
{$ftp_ansicht_anz_dateien} Dateien
|
|
</td>
|
|
<td align="right">
|
|
{$ftp_ansicht_dateigroesse} {$ftp_ansicht_einheit}
|
|
</td>
|
|
<td> </td>
|
|
</tr>
|
|
</table>
|
|
<p align='center'><a href="http://schwaral:15879@www.lg-on.de/msd/msd_cron/crondump.pl?config=myoosdumper"><b>Backup erstellen</b></a></p>
|
|
</td>
|
|
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
|
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
|
</tr>
|
|
<tr>
|
|
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
|
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
|
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif">
|
|
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8"></td>
|
|
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
|
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"> </td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|
|
{/if}
|
|
|
|
{if $ftp_ansicht_connect == '2'}
|
|
{$ftp_ansicht_connect_error} 1
|
|
{/if}
|
|
|
|
{/if}
|
|
|
|
|
|
{if $action == 'download'}
|
|
{if $ftp_ansicht_connect == '2'} 2
|
|
{$ftp_ansicht_connect_error}
|
|
{/if}
|
|
|
|
{/if}
|
|
|
|
|
|
{if $action == 'unlink'}
|
|
{if $ftp_ansicht_connect == '2'} 3
|
|
{$ftp_ansicht_connect_error}
|
|
{/if}
|
|
|
|
{/if} |