20 lines
No EOL
1,022 B
Smarty
20 lines
No EOL
1,022 B
Smarty
|
|
<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> |