| Server IP : 202.61.199.114 / Your IP : 216.73.217.139 Web Server : nginx/1.22.1 System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web20 ( 1018) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /tmp/sc/ |
Upload File : |
<?php
/* Smarty version 3.1.30, created on 2026-06-27 05:56:50
from "/var/www/clients/client1/web17/web/includes/templates/templates/imports/_filelist.tpl" */
/* @var Smarty_Internal_Template $_smarty_tpl */
if ($_smarty_tpl->_decodeProperties($_smarty_tpl, array (
'version' => '3.1.30',
'unifunc' => 'content_6a3f4a02ce9453_39182109',
'has_nocache_code' => false,
'file_dependency' =>
array (
'e75bfd3c6bb1fda708655f27e1711aceac3249bf' =>
array (
0 => '/var/www/clients/client1/web17/web/includes/templates/templates/imports/_filelist.tpl',
1 => 1780667423,
2 => 'file',
),
),
'includes' =>
array (
),
),false)) {
function content_6a3f4a02ce9453_39182109 (Smarty_Internal_Template $_smarty_tpl) {
?>
<ul class="list-group list-group-flush">
<?php
$_from = $_smarty_tpl->smarty->ext->_foreach->init($_smarty_tpl, $_smarty_tpl->tpl_vars['files']->value, 'file');
if ($_from !== null) {
foreach ($_from as $_smarty_tpl->tpl_vars['file']->value) {
?>
<?php $_smarty_tpl->_assignInScope('cnt', $_smarty_tpl->tpl_vars['importmanager']->value->importCountForFile($_smarty_tpl->tpl_vars['file']->value['file_id']));
?>
<li class="list-group-item d-flex flex-wrap align-items-center gap-2">
<a href="#" class="file-link text-decoration-none"
data-file-path="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['file']->value['file_path'], ENT_QUOTES, 'UTF-8', true);?>
"
data-file-name="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['file']->value['file_name'], ENT_QUOTES, 'UTF-8', true);?>
"
data-file-id="<?php echo $_smarty_tpl->tpl_vars['file']->value['file_id'];?>
">
<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['file']->value['file_name'], ENT_QUOTES, 'UTF-8', true);?>
<small class="text-muted">(<?php if ($_smarty_tpl->tpl_vars['cnt']->value > 0) {
echo $_smarty_tpl->tpl_vars['cnt']->value;?>
Imports, <?php }
echo $_smarty_tpl->tpl_vars['file']->value['file_size'];?>
Bytes)</small>
</a>
<?php $_smarty_tpl->_assignInScope('stats', $_smarty_tpl->tpl_vars['importmanager']->value->fileImportStats($_smarty_tpl->tpl_vars['file']->value['file_id']));
?>
<?php if ($_smarty_tpl->tpl_vars['stats']->value) {?>
<span class="ms-md-2">
<span class="badge bg-success" title="neu importiert"><?php echo $_smarty_tpl->tpl_vars['stats']->value['created'];?>
neu</span>
<span class="badge bg-warning text-dark" title="aktualisiert"><?php echo $_smarty_tpl->tpl_vars['stats']->value['updated'];?>
aktualisiert</span>
<span class="badge bg-secondary" title="übersprungen (Duplikat)"><?php echo $_smarty_tpl->tpl_vars['stats']->value['skipped'];?>
übersprungen</span>
</span>
<?php }?>
<?php if ($_smarty_tpl->tpl_vars['importmanager']->value->hasImportsForFile($_smarty_tpl->tpl_vars['file']->value['file_id'])) {?>
<form class="js-undo ms-md-3" data-action="undo_file"
data-file-id="<?php echo $_smarty_tpl->tpl_vars['file']->value['file_id'];?>
"
data-file-name="<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['file']->value['file_name'], ENT_QUOTES, 'UTF-8', true);?>
"
data-confirm="Import von "<?php echo htmlspecialchars($_smarty_tpl->tpl_vars['file']->value['file_name'], ENT_QUOTES, 'UTF-8', true);?>
" rückgängig machen?">
<button type="submit" class="btn btn-danger btn-sm">Import rückgängig</button>
</form>
<?php }?>
</li>
<?php
}
}
$_smarty_tpl->smarty->ext->_foreach->restore($_smarty_tpl);
?>
</ul>
<?php }
}