This commit is contained in:
steven 2025-08-11 22:23:30 +02:00
commit 72a26edcff
22092 changed files with 2101903 additions and 0 deletions

View file

@ -0,0 +1,20 @@
<table class="no-style full" style="color: #000;line-height: 2;margin: 10px">
<tbody>
{foreach from=$data2 item=onl}
<tr style="line-height:18px">
{if $onl.collie==0} <td width="80px">gesamt</td> {else} <td width="80px">Pack. {$onl.collie}</td> {/if}
<td nowarp width="160px">{$onl.datum}</td>
<td nowarp width="300px">{$onl.beschreibung} </td>
<td nowarp width="300px">{$onl.empfaenger}</td>
</tr>
<!--
<tr style="line-height:18px"> <td width="99px">Scan : </td> <td width="260px">{$onl.datum} </td> </tr>
<tr style="line-height:18px"> <td width="99px">Status : </td> <td width="260px">{$onl.status}-{$onl.beschreibung} </td> </tr>
<tr style="line-height:18px"> <td width="99px">Packst Nr.: </td> <td width="260px">{$onl.collie} - {$onl.empfaenger}</td> </tr>
<tr style="line-height:18px"> <td width="99px">--------------------</td> <td width="260px">------------------------------------------------</td> </tr>
-->
{/foreach}
</body>
</table>