31 lines
1.9 KiB
Smarty
31 lines
1.9 KiB
Smarty
|
|
<tr>
|
|
<form action="" method="post">
|
|
<td nowrap style="width:65px;line-height:2;font-size:11pt;">{if $tour.aktiv!=1}<mark>{/if}{$tour.tname}</mark></td>
|
|
{if $tour.aktiv!=1}
|
|
<td nowrap style="width:77px;font-size:12pt" align="right">{$tour.gewicht} kg
|
|
<td nowrap style="width:65px;font-size:10pt" align="right">
|
|
<input type="int" value="{$tour.pakete2}" style="width:40px;text-align:right"
|
|
id="pakete2_{$tour.id}" name="list[{$tour.tid}][pakete2]" onChange="save_pakete2({$tour.id})"> VP.
|
|
</td>
|
|
{else}
|
|
<td nowrap style="width:77px;font-size:10pt" align="right">
|
|
<input type="int" value="{$tour.gewicht}" style="width:50px;text-align:right"
|
|
id="gewicht_{$tour.id}"name="list[{$tour.tid}][gewicht]" onChange="save_gewicht({$tour.id})"> kg
|
|
</td>
|
|
<td nowrap style="width:65px;font-size:10pt" align="right">
|
|
<input type="int" value="{$tour.pakete}" style="width:40px;text-align:right"
|
|
id="pakete_{$tour.id}" name="list[{$tour.tid}][pakete2]" onChange="save_pakete({$tour.id})"> VP.
|
|
</td>
|
|
{/if}
|
|
<td nowrap style="width:70px;font-size:12pt" align="right" id="gewicht3_{$tour.id}">{$tour.gewicht3} kg
|
|
</td>
|
|
<td nowrap style="width:30px;font-size:10pt
|
|
{if $tour.s_fahrer==0};color:#990000{elseif $tour.f_nichtda==1};color:#FF8000{else};color:#008000{/if}" align="right">
|
|
<i class="fa fa-users" rel="stylesheet" title="{$tour.name}" id="button1"></i>
|
|
</td>
|
|
<td nowrap style="width:20px;font-size:10pt
|
|
{if $tour.s_auto==0};color:#990000{elseif $tour.c_nichtda==1};color:#FF8000{else};color:#008000{/if}" align="right">
|
|
<i class="fa fa-car" rel="stylesheet" title="{$tour.kz}" id="button2"></i>
|
|
</td>
|
|
</tr>
|