Leitgedanken/templates_c/8415f61b10cdd0b743ebb9220c87c749f0dad244_0.file.ftp_ansicht.html.php
2022-11-21 10:38:21 +01:00

179 lines
9.0 KiB
PHP

<?php
/* Smarty version 3.1.39, created on 2021-09-03 07:38:29
from 'E:\xampp_8.0.9\htdocs\leitgedanken_utf8\templates\standard\ftp_ansicht.html' */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.39',
'unifunc' => 'content_6131b4d53934f5_93951221',
'has_nocache_code' => false,
'file_dependency' =>
array (
'8415f61b10cdd0b743ebb9220c87c749f0dad244' =>
array (
0 => 'E:\\xampp_8.0.9\\htdocs\\leitgedanken_utf8\\templates\\standard\\ftp_ansicht.html',
1 => 1623835989,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_6131b4d53934f5_93951221 (Smarty_Internal_Template $_smarty_tpl) {
if ($_smarty_tpl->tpl_vars['action']->value == '') {?>
<?php if ($_smarty_tpl->tpl_vars['ftp_ansicht_connect']->value == '1') {?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/css/styles_pc.php" type="text/css">
<title><?php echo $_smarty_tpl->tpl_vars['ftp_ansicht_titel']->value;?>
</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/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/box_e1.gif">
<img height="40" src="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/blank.gif" width="22"></td>
<td nowrap="nowrap" align="left" width="98%" background="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/box_top.gif" valign="top">
<img height="10" src="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/blank.gif" width="1"><br>
<font class="hd"><?php echo $_smarty_tpl->tpl_vars['ftp_ansicht_titel']->value;?>
</font><br>
<img height="5" src="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/blank.gif" width="1"></font></td>
<td nowrap="nowrap" align="right" width="1%" background="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/box_e2.gif">
<img height="40" src="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/blank.gif" width="22"></td>
</tr>
<tr>
<td width="1%" background="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/box_l.gif">
<img height="1" src="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/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>
<?php
$__section_table_data_0_loop = (is_array(@$_loop=$_smarty_tpl->tpl_vars['table_data']->value) ? count($_loop) : max(0, (int) $_loop));
$__section_table_data_0_total = $__section_table_data_0_loop;
$_smarty_tpl->tpl_vars['__smarty_section_table_data'] = new Smarty_Variable(array());
if ($__section_table_data_0_total !== 0) {
for ($__section_table_data_0_iteration = 1, $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index'] = 0; $__section_table_data_0_iteration <= $__section_table_data_0_total; $__section_table_data_0_iteration++, $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index']++){
?>
<tr>
<td>
<a href=?action=download&datei=<?php echo $_smarty_tpl->tpl_vars['table_data']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index'] : null)]['dateiname'];?>
><?php echo $_smarty_tpl->tpl_vars['table_data']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index'] : null)]['dateiname'];?>
</a>
</td>
<td align="right">
<?php echo $_smarty_tpl->tpl_vars['table_data']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index'] : null)]['Dateigroesse'];?>
<?php echo $_smarty_tpl->tpl_vars['table_data']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index'] : null)]['einheit'];?>
</td>
<td align="right">
<?php echo $_smarty_tpl->tpl_vars['table_data']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index'] : null)]['dateitag'];?>
</td>
<td align="center">
<?php echo $_smarty_tpl->tpl_vars['table_data']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index'] : null)]['unlink_button'];?>
</td>
<td align='center'>
<?php echo $_smarty_tpl->tpl_vars['table_data']->value[(isset($_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index']) ? $_smarty_tpl->tpl_vars['__smarty_section_table_data']->value['index'] : null)]['status_button'];?>
</td>
</tr>
<?php
}
}
?>
<tr>
<td>
<?php echo $_smarty_tpl->tpl_vars['ftp_ansicht_anz_dateien']->value;?>
Dateien
</td>
<td align="right">
<?php echo $_smarty_tpl->tpl_vars['ftp_ansicht_dateigroesse']->value;?>
<?php echo $_smarty_tpl->tpl_vars['ftp_ansicht_einheit']->value;?>
</td>
<td>&nbsp;</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/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/box_r.gif">
<img height="1" src="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/blank.gif" width="22"></td>
</tr>
<tr>
<td nowrap="nowrap" align="left" width="1%" background="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/box_e3.gif">
<img height="16" src="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/blank.gif" width="22"></td>
<td nowrap="nowrap" align="left" width="98%" background="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/box_bottom.gif">
<img height="16" src="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/blank.gif" width="8"></td>
<td nowrap="nowrap" align="right" width="1%" background="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/box_e4.gif">
<img height="16" src="templates/<?php echo $_smarty_tpl->tpl_vars['global_template']->value;?>
/images/blank.gif" width="22"> </td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</body>
</html>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['ftp_ansicht_connect']->value == '2') {?>
<?php echo $_smarty_tpl->tpl_vars['ftp_ansicht_connect_error']->value;?>
1
<?php }?>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'download') {?>
<?php if ($_smarty_tpl->tpl_vars['ftp_ansicht_connect']->value == '2') {?> 2
<?php echo $_smarty_tpl->tpl_vars['ftp_ansicht_connect_error']->value;?>
<?php }?>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['action']->value == 'unlink') {?>
<?php if ($_smarty_tpl->tpl_vars['ftp_ansicht_connect']->value == '2') {?> 3
<?php echo $_smarty_tpl->tpl_vars['ftp_ansicht_connect_error']->value;?>
<?php }?>
<?php }
}
}