Files
tms/extensions/ki_export/compile/%%E4^E49^E4961385%%html.tpl.php
TMS eb299c9131 Initial commit: Kimai TMS
Kimai time management system (PHP 5.6 / MySQL) with custom extensions:
- Budget tracking (ki_budget)
- Change request form (ki_changerequest)
- Invoice generation (ki_invoice)
- Expense tracking (ki_expenses)
- Flexi time (ki_flexitime)
- Export, admin panel, timesheets, tasks, summary

Database: ~900K time entries, 2,000+ users, 439 projects.
Config: includes/autoconf.php — localhost/kimai/kimai
2026-06-18 21:20:26 +00:00

492 lines
23 KiB
PHP

<?php /* Smarty version 2.6.20, created on 2015-02-13 13:26:10
compiled from formats/html.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'escape', 'formats/html.tpl', 123, false),array('modifier', 'number_format', 'formats/html.tpl', 168, false),array('modifier', 'date_format', 'formats/html.tpl', 214, false),array('modifier', 'replace', 'formats/html.tpl', 267, false),array('modifier', 'nl2br', 'formats/html.tpl', 331, false),array('modifier', 'count', 'formats/html.tpl', 373, false),)), $this); ?>
<html>
<head>
<title></title>
<meta content="">
<?php echo '
<style type="text/css" media="all">
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
margin-bottom:30px;
}
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}
ol, ul { list-style: none; }
caption, th { text-align: left; }
h2 {
margin-bottom:10px;
}
q:before { content: \'\'; }
q:after { content: \'\'; }
abbr, acronym { border: 0; }
th {
text-align: left;
font-weight: bold;
}
th {
border-right: 1px solid #999999;
padding: 5px;
}
th:first-child { border-left: 1px solid #999999; }
td {
border-right: 1px solid #999999;
padding: 5px;
}
td:first-child { border-left: 1px solid #999999; }
h1 {
font-size: 150%;
font-weight: bold;
margin-bottom: 10px;
}
</style>
<style type="text/css" media="print">
body {
color: black;
font-family: Arial, Verdana, sans-serif;
font-size: 11px;
}
th {
background: #ccc;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
font-family: Arial, Verdana, sans-serif;
font-size: 11px;
font-weight: normal;
}
td {
border-bottom: 1px solid #999;
font-family: Arial, Verdana, sans-serif;
font-size: 11px;
}
#div_selectform {
display: none;
}
#div_liste {
}
#invertbtn, .invertclm {
display: none;
}
</style>
<style type="text/css" media="screen">
body {
color: black;
font-family: Arial, Verdana, sans-serif;
font-size: 11px;
padding:10px;
}
th {
background: #ccc;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
font-family: Arial, Verdana, sans-serif;
font-size: 11px;
font-weight: normal;
}
td {
border-bottom: 1px solid #999;
font-family: Arial, Verdana, sans-serif;
font-size: 11px;
}
#div_liste {
margin-top:10px;
float: left;
width: 600px;
}
</style>
'; ?>
</head>
<body>
<h2> <?php echo $this->_tpl_vars['kga']['lang']['xp_ext']['time_period']; ?>
: <?php echo ((is_array($_tmp=$this->_tpl_vars['timespan'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
</h2>
<?php if ($this->_tpl_vars['customersFilter'] != ""): ?>
<br/><b><?php echo $this->_tpl_vars['kga']['lang']['knds']; ?>
</b>: <?php echo ((is_array($_tmp=$this->_tpl_vars['customersFilter'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
<?php endif; ?>
<?php if ($this->_tpl_vars['projectsFilter'] != ""): ?>
<br/><b><?php echo $this->_tpl_vars['kga']['lang']['pcts']; ?>
</b>: <?php echo ((is_array($_tmp=$this->_tpl_vars['projectsFilter'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
<?php endif; ?>
<br/>
<?php if ($this->_tpl_vars['summary'] != 0): ?>
<h2><?php echo $this->_tpl_vars['kga']['lang']['xp_ext']['summary']; ?>
</h2>
<table border="1">
<tbody>
<tr>
<th><?php echo $this->_tpl_vars['kga']['lang']['evt']; ?>
</th>
<?php if ($this->_tpl_vars['columns']['dec_time']): ?>
<th><?php echo $this->_tpl_vars['kga']['lang']['xp_ext']['duration']; ?>
</th>
<?php endif; ?>
<?php if ($this->_tpl_vars['columns']['wage']): ?>
<th><?php echo $this->_tpl_vars['kga']['lang']['xp_ext']['costs']; ?>
</th>
<?php endif; ?>
</tr>
<?php unset($this->_sections['row']);
$this->_sections['row']['name'] = 'row';
$this->_sections['row']['loop'] = is_array($_loop=$this->_tpl_vars['summary']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
$this->_sections['row']['show'] = true;
$this->_sections['row']['max'] = $this->_sections['row']['loop'];
$this->_sections['row']['step'] = 1;
$this->_sections['row']['start'] = $this->_sections['row']['step'] > 0 ? 0 : $this->_sections['row']['loop']-1;
if ($this->_sections['row']['show']) {
$this->_sections['row']['total'] = $this->_sections['row']['loop'];
if ($this->_sections['row']['total'] == 0)
$this->_sections['row']['show'] = false;
} else
$this->_sections['row']['total'] = 0;
if ($this->_sections['row']['show']):
for ($this->_sections['row']['index'] = $this->_sections['row']['start'], $this->_sections['row']['iteration'] = 1;
$this->_sections['row']['iteration'] <= $this->_sections['row']['total'];
$this->_sections['row']['index'] += $this->_sections['row']['step'], $this->_sections['row']['iteration']++):
$this->_sections['row']['rownum'] = $this->_sections['row']['iteration'];
$this->_sections['row']['index_prev'] = $this->_sections['row']['index'] - $this->_sections['row']['step'];
$this->_sections['row']['index_next'] = $this->_sections['row']['index'] + $this->_sections['row']['step'];
$this->_sections['row']['first'] = ($this->_sections['row']['iteration'] == 1);
$this->_sections['row']['last'] = ($this->_sections['row']['iteration'] == $this->_sections['row']['total']);
?>
<tr>
<td><?php echo ((is_array($_tmp=$this->_tpl_vars['summary'][$this->_sections['row']['index']]['name'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
</td>
<?php if ($this->_tpl_vars['columns']['dec_time']): ?>
<td><?php if ($this->_tpl_vars['summary'][$this->_sections['row']['index']]['time'] != -1): ?>
<?php echo ((is_array($_tmp=$this->_tpl_vars['summary'][$this->_sections['row']['index']]['time'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
<?php endif; ?></td>
<?php endif; ?>
<?php if ($this->_tpl_vars['columns']['wage']): ?>
<td><?php echo ((is_array($_tmp=$this->_tpl_vars['summary'][$this->_sections['row']['index']]['wage'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
</td>
<?php endif; ?>
</tr>
<?php endfor; endif; ?>
<tr>
<td>
<i><?php echo $this->_tpl_vars['kga']['lang']['xp_ext']['finalamount']; ?>
</i>
</td>
<?php if ($this->_tpl_vars['columns']['dec_time']): ?>
<td><?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['timeSum'])) ? $this->_run_mod_handler('number_format', true, $_tmp, 2, $this->_tpl_vars['kga']['conf']['decimalSeparator'], "") : number_format($_tmp, 2, $this->_tpl_vars['kga']['conf']['decimalSeparator'], "")))) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
</td>
<?php endif; ?>
<?php if ($this->_tpl_vars['columns']['wage']): ?>
<td><?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['wageSum'])) ? $this->_run_mod_handler('number_format', true, $_tmp, 2, $this->_tpl_vars['kga']['conf']['decimalSeparator'], "") : number_format($_tmp, 2, $this->_tpl_vars['kga']['conf']['decimalSeparator'], "")))) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
</td>
<?php endif; ?>
</tr>
</tbody>
</table>
<?php endif; ?>
<h2><?php echo $this->_tpl_vars['kga']['lang']['xp_ext']['full_list']; ?>
</h2>
<table border="1">
<tbody>
<tr>
<?php if ($this->_tpl_vars['columns']['date']): ?> <th><?php echo $this->_tpl_vars['kga']['lang']['datum']; ?>
</th> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['from']): ?> <th><?php echo $this->_tpl_vars['kga']['lang']['in']; ?>
</th> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['to']): ?> <th><?php echo $this->_tpl_vars['kga']['lang']['out']; ?>
</th> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['time']): ?> <th><?php echo $this->_tpl_vars['kga']['lang']['time']; ?>
</th> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['dec_time']): ?> <th><?php echo $this->_tpl_vars['kga']['lang']['timelabel']; ?>
</th> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['rate']): ?> <th><?php echo $this->_tpl_vars['kga']['lang']['rate']; ?>
</th> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['wage']): ?> <th><?php echo $this->_tpl_vars['kga']['currency_name']; ?>
</th> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['knd']): ?> <th><?php echo $this->_tpl_vars['kga']['lang']['knd']; ?>
</th> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['division']): ?> <th>Division</th> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['pct']): ?> <th><?php echo $this->_tpl_vars['kga']['lang']['pct']; ?>
</th> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['action']): ?> <th><?php echo $this->_tpl_vars['kga']['lang']['evt']; ?>
</th> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['comment']): ?> <th><?php echo $this->_tpl_vars['kga']['lang']['comment']; ?>
</th> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['location']): ?> <th><?php echo $this->_tpl_vars['kga']['lang']['zlocation']; ?>
</th> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['trackingnr']): ?> <th><?php echo $this->_tpl_vars['kga']['lang']['trackingnr']; ?>
</th> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['user']): ?> <th><?php echo $this->_tpl_vars['kga']['lang']['username']; ?>
</th> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['cleared']): ?> <th><?php echo $this->_tpl_vars['kga']['lang']['cleared']; ?>
</th> <?php endif; ?>
</tr>
<?php unset($this->_sections['row']);
$this->_sections['row']['name'] = 'row';
$this->_sections['row']['loop'] = is_array($_loop=$this->_tpl_vars['arr_data']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
$this->_sections['row']['show'] = true;
$this->_sections['row']['max'] = $this->_sections['row']['loop'];
$this->_sections['row']['step'] = 1;
$this->_sections['row']['start'] = $this->_sections['row']['step'] > 0 ? 0 : $this->_sections['row']['loop']-1;
if ($this->_sections['row']['show']) {
$this->_sections['row']['total'] = $this->_sections['row']['loop'];
if ($this->_sections['row']['total'] == 0)
$this->_sections['row']['show'] = false;
} else
$this->_sections['row']['total'] = 0;
if ($this->_sections['row']['show']):
for ($this->_sections['row']['index'] = $this->_sections['row']['start'], $this->_sections['row']['iteration'] = 1;
$this->_sections['row']['iteration'] <= $this->_sections['row']['total'];
$this->_sections['row']['index'] += $this->_sections['row']['step'], $this->_sections['row']['iteration']++):
$this->_sections['row']['rownum'] = $this->_sections['row']['iteration'];
$this->_sections['row']['index_prev'] = $this->_sections['row']['index'] - $this->_sections['row']['step'];
$this->_sections['row']['index_next'] = $this->_sections['row']['index'] + $this->_sections['row']['step'];
$this->_sections['row']['first'] = ($this->_sections['row']['iteration'] == 1);
$this->_sections['row']['last'] = ($this->_sections['row']['iteration'] == $this->_sections['row']['total']);
?>
<tr>
<?php if ($this->_tpl_vars['columns']['date']): ?>
<td>
<?php if ($this->_tpl_vars['custom_dateformat']): ?>
<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['arr_data'][$this->_sections['row']['index']]['time_in'])) ? $this->_run_mod_handler('date_format', true, $_tmp, $this->_tpl_vars['custom_dateformat']) : smarty_modifier_date_format($_tmp, $this->_tpl_vars['custom_dateformat'])))) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
<?php else: ?>
<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['arr_data'][$this->_sections['row']['index']]['time_in'])) ? $this->_run_mod_handler('date_format', true, $_tmp, $this->_tpl_vars['kga']['date_format']['1']) : smarty_modifier_date_format($_tmp, $this->_tpl_vars['kga']['date_format']['1'])))) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
<?php endif; ?>
</td>
<?php endif; ?>
<?php if ($this->_tpl_vars['columns']['from']): ?>
<td>
<?php if ($this->_tpl_vars['custom_timeformat']): ?>
<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['arr_data'][$this->_sections['row']['index']]['time_in'])) ? $this->_run_mod_handler('date_format', true, $_tmp, $this->_tpl_vars['custom_timeformat']) : smarty_modifier_date_format($_tmp, $this->_tpl_vars['custom_timeformat'])))) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
<?php else: ?>
<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['arr_data'][$this->_sections['row']['index']]['time_in'])) ? $this->_run_mod_handler('date_format', true, $_tmp, "%H:%M") : smarty_modifier_date_format($_tmp, "%H:%M")))) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
<?php endif; ?>
</td>
<?php endif; ?>
<?php if ($this->_tpl_vars['columns']['to']): ?>
<td>
<?php if ($this->_tpl_vars['arr_data'][$this->_sections['row']['index']]['time_out']): ?>
<?php if ($this->_tpl_vars['custom_timeformat']): ?>
<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['arr_data'][$this->_sections['row']['index']]['time_out'])) ? $this->_run_mod_handler('date_format', true, $_tmp, $this->_tpl_vars['custom_timeformat']) : smarty_modifier_date_format($_tmp, $this->_tpl_vars['custom_timeformat'])))) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
<?php else: ?>
<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['arr_data'][$this->_sections['row']['index']]['time_out'])) ? $this->_run_mod_handler('date_format', true, $_tmp, "%H:%M") : smarty_modifier_date_format($_tmp, "%H:%M")))) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
<?php endif; ?>
<?php else: ?>
&ndash;&ndash;:&ndash;&ndash;
<?php endif; ?>
</td>
<?php endif; ?>
<?php if ($this->_tpl_vars['columns']['time']): ?>
<td>
<?php if ($this->_tpl_vars['arr_data'][$this->_sections['row']['index']]['zef_time']): ?>
<?php echo $this->_tpl_vars['arr_data'][$this->_sections['row']['index']]['zef_duration']; ?>
<?php else: ?>
&ndash;:&ndash;&ndash;
<?php endif; ?>
</td>
<?php endif; ?>
<?php if ($this->_tpl_vars['columns']['dec_time']): ?>
<td>
<?php if ($this->_tpl_vars['arr_data'][$this->_sections['row']['index']]['dec_zef_time']): ?>
<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['arr_data'][$this->_sections['row']['index']]['dec_zef_time'])) ? $this->_run_mod_handler('replace', true, $_tmp, '.', $this->_tpl_vars['kga']['conf']['decimalSeparator']) : smarty_modifier_replace($_tmp, '.', $this->_tpl_vars['kga']['conf']['decimalSeparator'])))) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
<?php else: ?>
&ndash;:&ndash;&ndash;
<?php endif; ?>
</td>
<?php endif; ?>
<?php if ($this->_tpl_vars['columns']['rate']): ?>
<td>
<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['arr_data'][$this->_sections['row']['index']]['zef_rate'])) ? $this->_run_mod_handler('replace', true, $_tmp, '.', $this->_tpl_vars['kga']['conf']['decimalSeparator']) : smarty_modifier_replace($_tmp, '.', $this->_tpl_vars['kga']['conf']['decimalSeparator'])))) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
</td>
<?php endif; ?>
<?php if ($this->_tpl_vars['columns']['wage']): ?>
<td>
<?php if ($this->_tpl_vars['arr_data'][$this->_sections['row']['index']]['wage']): ?>
<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['arr_data'][$this->_sections['row']['index']]['wage'])) ? $this->_run_mod_handler('replace', true, $_tmp, '.', $this->_tpl_vars['kga']['conf']['decimalSeparator']) : smarty_modifier_replace($_tmp, '.', $this->_tpl_vars['kga']['conf']['decimalSeparator'])))) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
<?php else: ?>
&ndash;
<?php endif; ?>
</td>
<?php endif; ?>
<?php if ($this->_tpl_vars['columns']['knd']): ?>
<td>
<?php echo ((is_array($_tmp=$this->_tpl_vars['arr_data'][$this->_sections['row']['index']]['knd_name'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
</td>
<?php endif; ?>
<?php if ($this->_tpl_vars['columns']['division']): ?>
<td>
<?php echo ((is_array($_tmp=$this->_tpl_vars['arr_data'][$this->_sections['row']['index']]['division'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
</td>
<?php endif; ?>
<?php if ($this->_tpl_vars['columns']['pct']): ?>
<td>
<?php echo ((is_array($_tmp=$this->_tpl_vars['arr_data'][$this->_sections['row']['index']]['pct_name'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
</td>
<?php endif; ?>
<?php if ($this->_tpl_vars['columns']['action']): ?>
<td>
<?php echo ((is_array($_tmp=$this->_tpl_vars['arr_data'][$this->_sections['row']['index']]['evt_name'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
</td>
<?php endif; ?>
<?php if ($this->_tpl_vars['columns']['comment']): ?>
<td>
<?php echo ((is_array($_tmp=((is_array($_tmp=$this->_tpl_vars['arr_data'][$this->_sections['row']['index']]['comment'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')))) ? $this->_run_mod_handler('nl2br', true, $_tmp) : smarty_modifier_nl2br($_tmp)); ?>
</td>
<?php endif; ?>
<?php if ($this->_tpl_vars['columns']['location']): ?>
<td>
<?php echo ((is_array($_tmp=$this->_tpl_vars['arr_data'][$this->_sections['row']['index']]['location'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
</td>
<?php endif; ?>
<?php if ($this->_tpl_vars['columns']['trackingnr']): ?>
<td>
<?php echo ((is_array($_tmp=$this->_tpl_vars['arr_data'][$this->_sections['row']['index']]['trackingnr'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
</td>
<?php endif; ?>
<?php if ($this->_tpl_vars['columns']['user']): ?>
<td>
<?php echo ((is_array($_tmp=$this->_tpl_vars['arr_data'][$this->_sections['row']['index']]['username'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
</td>
<?php endif; ?>
<?php if ($this->_tpl_vars['columns']['cleared']): ?>
<td>
<?php if ($this->_tpl_vars['arr_data'][$this->_sections['row']['index']]['cleared']): ?><?php echo $this->_tpl_vars['kga']['lang']['cleared']; ?>
<?php else: ?><?php endif; ?>
</td>
<?php endif; ?>
</tr>
<?php endfor; endif; ?>
<?php if ($this->_tpl_vars['timeSum'] > 0 || $this->_tpl_vars['wageSum'] > 0): ?>
<tr>
<td colspan="<?php echo count($this->_tpl_vars['columns']); ?>
">
<?php echo $this->_tpl_vars['kga']['lang']['xp_ext']['finalamount']; ?>
</td>
</tr>
<tr>
<?php if ($this->_tpl_vars['columns']['date']): ?> <td></td> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['from']): ?> <td></td> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['to']): ?><td></td> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['time']): ?> <td></td> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['dec_time']): ?> <td>
<?php echo ((is_array($_tmp=$this->_tpl_vars['timeSum'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
</td> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['rate']): ?> <td></td> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['wage']): ?> <td>
<?php echo ((is_array($_tmp=$this->_tpl_vars['wageSum'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'html') : smarty_modifier_escape($_tmp, 'html')); ?>
</td><?php endif; ?>
<?php if ($this->_tpl_vars['columns']['knd']): ?> <td></td> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['division']): ?> <td></td> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['pct']): ?> <td></td> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['action']): ?> <td></td> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['comment']): ?> <td></td> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['location']): ?> <td></td> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['trackingnr']): ?> <td></td> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['user']): ?> <td></td> <?php endif; ?>
<?php if ($this->_tpl_vars['columns']['cleared']): ?> <td></td> <?php endif; ?>
</tr>
<?php endif; ?>
</tbody>
</table>
</body>
</html>