init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
31
template/tpl/test.tpl
Normal file
31
template/tpl/test.tpl
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
|
||||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue