64 lines
No EOL
4.4 KiB
PHP
64 lines
No EOL
4.4 KiB
PHP
<?php /* Smarty version 2.6.24, created on 2025-07-06 21:19:30
|
|
compiled from tpl/ajax/pi_werbung19.tpl */ ?>
|
|
<!-- **************************************************** Sachsen Sonntag -->
|
|
<?php if ($this->_tpl_vars['sasoanzeige'] > 0): ?>
|
|
<!-- ------------------------------------------------------------------- -->
|
|
<!-- ---------------------------------------------------- Halle Block 9 -->
|
|
<!-- ------------------------------------------------------------------- -->
|
|
<p nowrap align="center" style='width:383px;font-size:12pt;background-color:blue;color:#FFF'>SaSo <?php echo $this->_tpl_vars['kw']; ?>
|
|
.KW<p>
|
|
<div class="panel panel-primary">
|
|
<table class="table-striped" style='color:#808080;font-size:10pt'>
|
|
<tbody>
|
|
<?php $_from = $this->_tpl_vars['saso_tour']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
|
foreach ($_from as $this->_tpl_vars['tour']):
|
|
?>
|
|
<tr style="height: 3px;"> <!-- lightgrau #A4A4A4 -->
|
|
<?php if ($this->_tpl_vars['tour']['aktiv'] == 0): ?> <td nowrap style="width: 50px"><span style='color:#FF6E00;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
|
</td><?php endif; ?>
|
|
<?php if ($this->_tpl_vars['tour']['aktiv'] == 1): ?> <td nowrap style="width: 50px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['tour']; ?>
|
|
</td><?php endif; ?>
|
|
|
|
<td nowrap style="width: 37px"><span style='color:#808080;'><?php echo $this->_tpl_vars['tour']['zeit']; ?>
|
|
|
|
|
|
<?php if ($this->_tpl_vars['tour']['fahrerid'] == 0): ?> <td nowrap style="width:150px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['fahrer']; ?>
|
|
</td><?php else: ?>
|
|
<?php if ($this->_tpl_vars['tour']['look'] == 0): ?> <td nowrap style="width:150px"><span style='color:#808080;'><?php echo $this->_tpl_vars['tour']['fahrer']; ?>
|
|
</td><?php endif; ?>
|
|
<?php if ($this->_tpl_vars['tour']['look'] == 1): ?> <td nowrap style="width:150px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['fahrer']; ?>
|
|
</td><?php endif; ?>
|
|
<?php endif; ?>
|
|
|
|
|
|
<?php if ($this->_tpl_vars['tour']['autoid'] == 0): ?> <td nowrap style="width: 70px"><span style='color:#FF0000;'><?php echo $this->_tpl_vars['tour']['auto']; ?>
|
|
</td><?php else: ?>
|
|
<?php if ($this->_tpl_vars['tour']['look'] == 0): ?> <td nowrap style="width: 70px"><span style='color:#808080;'><?php echo $this->_tpl_vars['tour']['auto']; ?>
|
|
</td><?php endif; ?>
|
|
<?php if ($this->_tpl_vars['tour']['look'] == 1): ?> <td nowrap style="width: 70px"><span style='color:#FFFFFF;'><?php echo $this->_tpl_vars['tour']['auto']; ?>
|
|
</td><?php endif; ?>
|
|
<?php endif; ?>
|
|
<td align="right";nowrap style="width:60px;"><span style='color:#CCCCCC;'><?php echo $this->_tpl_vars['tour']['gewicht4']; ?>
|
|
kg </td>
|
|
<td align="center";nowrap style="width:30px;">
|
|
<?php if ($this->_tpl_vars['tour']['status'] == 0): ?> <span style='color:#FFFFFF;'> <i class="fal fa-spinner fa-pulse"> </i> </span>
|
|
<?php elseif ($this->_tpl_vars['tour']['status'] == 1): ?> <span style='color:#FF6E00;'> <i class="fas fa-spinner fa-spin"> </i> </span>
|
|
<?php elseif ($this->_tpl_vars['tour']['status'] == 2): ?> <span style='color:#14CD6B;'> <i class="fal fa-check"> </i> </span>
|
|
<?php elseif ($this->_tpl_vars['tour']['status'] == 3): ?> <span style='color:#FF6E00;'> <i class="fal fa-truck-loading"> </i> </span>
|
|
<?php elseif ($this->_tpl_vars['tour']['status'] == 4): ?> <span style='color:#00C1FF;'> <i class="fal fa-truck"> </i> </span>
|
|
<?php elseif ($this->_tpl_vars['tour']['status'] == 5): ?> <span style='color:#FFFF00;'> <i class="fal fa-truck-loading"> </i> </span>
|
|
<?php else: ?> <span style='color:#404040;'> <i class="fal fa-minus"> </i> </span>
|
|
<?php endif; ?>
|
|
</td>
|
|
</tr>
|
|
<?php endforeach; endif; unset($_from); ?>
|
|
</tbody>
|
|
</table>
|
|
|
|
</div>
|
|
|
|
<!-- ------------------------------------------------------------------- -->
|
|
<!-- ------------------------------------------------ Leipzig Block 1-4 -->
|
|
<!-- ------------------------------------------------------------------- -->
|
|
|
|
<?php endif; ?>
|