init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
49
template/tpl/ajax/pi_werbung19.tpl
Normal file
49
template/tpl/ajax/pi_werbung19.tpl
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
<!-- **************************************************** Sachsen Sonntag -->
|
||||
{if $sasoanzeige>0}
|
||||
<!-- ------------------------------------------------------------------- -->
|
||||
<!-- ---------------------------------------------------- Halle Block 9 -->
|
||||
<!-- ------------------------------------------------------------------- -->
|
||||
<p nowrap align="center" style='width:383px;font-size:12pt;background-color:blue;color:#FFF'>SaSo {$kw}.KW<p>
|
||||
<div class="panel panel-primary">
|
||||
<table class="table-striped" style='color:#808080;font-size:10pt'>
|
||||
<tbody>
|
||||
{foreach from=$saso_tour item=tour}
|
||||
<tr style="height: 3px;"> <!-- lightgrau #A4A4A4 -->
|
||||
{if $tour.aktiv==0} <td nowrap style="width: 50px"><span style='color:#FF6E00;'>{$tour.tour} </td>{/if}
|
||||
{if $tour.aktiv==1} <td nowrap style="width: 50px"><span style='color:#FFFFFF;'>{$tour.tour} </td>{/if}
|
||||
|
||||
<td nowrap style="width: 37px"><span style='color:#808080;'>{$tour.zeit}
|
||||
|
||||
{if $tour.fahrerid==0} <td nowrap style="width:150px"><span style='color:#FF0000;'>{$tour.fahrer} </td>{else}
|
||||
{if $tour.look==0} <td nowrap style="width:150px"><span style='color:#808080;'>{$tour.fahrer} </td>{/if}
|
||||
{if $tour.look==1} <td nowrap style="width:150px"><span style='color:#FFFFFF;'>{$tour.fahrer} </td>{/if}
|
||||
{/if}
|
||||
|
||||
|
||||
{if $tour.autoid==0} <td nowrap style="width: 70px"><span style='color:#FF0000;'>{$tour.auto} </td>{else}
|
||||
{if $tour.look==0} <td nowrap style="width: 70px"><span style='color:#808080;'>{$tour.auto} </td>{/if}
|
||||
{if $tour.look==1} <td nowrap style="width: 70px"><span style='color:#FFFFFF;'>{$tour.auto} </td>{/if}
|
||||
{/if}
|
||||
<td align="right";nowrap style="width:60px;"><span style='color:#CCCCCC;'>{$tour.gewicht4} kg </td>
|
||||
<td align="center";nowrap style="width:30px;">
|
||||
{if $tour.status==0} <span style='color:#FFFFFF;'> <i class="fal fa-spinner fa-pulse"> </i> </span>
|
||||
{elseif $tour.status==1} <span style='color:#FF6E00;'> <i class="fas fa-spinner fa-spin"> </i> </span>
|
||||
{elseif $tour.status==2} <span style='color:#14CD6B;'> <i class="fal fa-check"> </i> </span>
|
||||
{elseif $tour.status==3} <span style='color:#FF6E00;'> <i class="fal fa-truck-loading"> </i> </span>
|
||||
{elseif $tour.status==4} <span style='color:#00C1FF;'> <i class="fal fa-truck"> </i> </span>
|
||||
{elseif $tour.status==5} <span style='color:#FFFF00;'> <i class="fal fa-truck-loading"> </i> </span>
|
||||
{else} <span style='color:#404040;'> <i class="fal fa-minus"> </i> </span>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
<!-- ------------------------------------------------------------------- -->
|
||||
<!-- ------------------------------------------------ Leipzig Block 1-4 -->
|
||||
<!-- ------------------------------------------------------------------- -->
|
||||
|
||||
{/if}
|
||||
Loading…
Add table
Add a link
Reference in a new issue