init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
47
monitor/template/compile/%%43^434^4343A479%%blitzer1.tpl.php
Normal file
47
monitor/template/compile/%%43^434^4343A479%%blitzer1.tpl.php
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
<?php /* Smarty version 2.6.29, created on 2024-02-29 21:33:07
|
||||
compiled from tpl/ajax/blitzer1.tpl */ ?>
|
||||
|
||||
|
||||
<!-- ******************************************************************************************************************** -->
|
||||
<?php if ($this->_tpl_vars['dataanz'] == 0): ?>
|
||||
<!-- ***** keine Daten ************************************************************************************************* -->
|
||||
<div style="box-shadow: 0px 0px 15px #66FFFF; width: 283px; padding: 10px;min-height: 75px;max-height: 75px">
|
||||
<span style='color:#ababab;font-size:16pt'><i class="fad fa-traffic-light" style="color: yellow"></i> keine Warnungen</span> </span>
|
||||
</div>
|
||||
</br>
|
||||
|
||||
<?php else: ?>
|
||||
<!-- ***** Daten vorhanden ************************************************************************************************* -->
|
||||
<div style="box-shadow: 0px 0px 15px #66FFFF; width: 283px; padding: 10px">
|
||||
|
||||
<?php $_from = $this->_tpl_vars['bdata']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
|
||||
foreach ($_from as $this->_tpl_vars['bdata']):
|
||||
?>
|
||||
<?php if ($this->_tpl_vars['bdata']['typ'] == 1 || $this->_tpl_vars['bdata']['typ'] == 2 || $this->_tpl_vars['bdata']['typ'] == 3 || $this->_tpl_vars['bdata']['typ'] == 4 || $this->_tpl_vars['bdata']['typ'] == 5 || $this->_tpl_vars['bdata']['typ'] == 6 || $this->_tpl_vars['bdata']['typ'] == 9): ?>
|
||||
<?php if ($this->_tpl_vars['bdata']['vmax'] == 0): ?>
|
||||
<span style='color:#fff;font-size:10pt'><img src="/images/v/blitzer.png" alt="Blitzer" width="24"></span>
|
||||
<?php else: ?>
|
||||
<span style='color:#fff;font-size:10pt'><img src='/images/v/<?php echo $this->_tpl_vars['bdata']['vmax']; ?>
|
||||
.png' alt="Vmax" width="24"></span>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($this->_tpl_vars['bdata']['typ'] == 20): ?> <span style='color:#fff;font-size:10pt'><img src='/images/v/stau.png' alt="Stau" width="24"></span> <?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['bdata']['typ'] == 21): ?> <span style='color:#fff;font-size:10pt'><img src='/images/v/unfall.png' alt="Stau" width="24"></span> <?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['bdata']['typ'] == 22): ?> <span style='color:#fff;font-size:10pt'><img src='/images/v/achtung.png' alt="Stau" width="24"></span> <?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['bdata']['typ'] == 23): ?> <span style='color:#fff;font-size:10pt'><img src='/images/v/typ23.png' alt="Hindernis" width="24"></span> <?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['bdata']['typ'] == 24): ?> <span style='color:#fff;font-size:10pt'><img src='/images/v/eis.png' alt="Eis" width="24"></span> <?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['bdata']['typ'] == 25): ?> <span style='color:#fff;font-size:10pt'><img src='/images/v/nebel.png' alt="Nebel" width="24"></span> <?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['bdata']['typ'] == 26): ?> <span style='color:#fff;font-size:10pt'><img src='/images/v/baustelle.png' alt="Stau" width="24"></span><?php endif; ?>
|
||||
<span style='color:#ababab;font-size:11pt'> <?php echo $this->_tpl_vars['bdata']['adresse1']; ?>
|
||||
</span>
|
||||
<span style='color:#ababab;font-size: 8pt'> <?php echo $this->_tpl_vars['bdata']['adresse2']; ?>
|
||||
</span>
|
||||
<?php if ($this->_tpl_vars['bdata']['typ'] == 9): ?> <span style='color:#fff;font-size:10pt'><img src='/images/v/ts.png' alt="Trailer" width="24"></span> <?php endif; ?>
|
||||
</br>
|
||||
<?php endforeach; endif; unset($_from); ?>
|
||||
</div>
|
||||
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue