init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
36
monitor/template/compile/%%5B^5B5^5B5661BE%%coronax.tpl.php
Normal file
36
monitor/template/compile/%%5B^5B5^5B5661BE%%coronax.tpl.php
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<?php /* Smarty version 2.6.29, created on 2022-03-14 05:57:14
|
||||
compiled from tpl/ajax/coronax.tpl */ ?>
|
||||
<?php if ($this->_tpl_vars['cdata']['status'] == 1): ?>
|
||||
<div style="box-shadow: 0px 0px 15px #30913b; width: 188px; padding: 10px;">
|
||||
<span style='color:#30913b;font-size:12pt'><i class="far fa-virus "></i> <?php echo $this->_tpl_vars['cdata']['gebiet']; ?>
|
||||
</span> </br>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['cdata']['status'] == 2): ?>
|
||||
<div style="box-shadow: 0px 0px 15px #ffaa00; width: 188px; padding: 10px;">
|
||||
<span style='color:#ffaa00;font-size:12pt'><i class="far fa-virus "></i> <?php echo $this->_tpl_vars['cdata']['gebiet']; ?>
|
||||
</span> </br>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['cdata']['status'] == 3): ?>
|
||||
<div style="box-shadow: 0px 0px 15px #ff0000; width: 188px; padding: 10px;">
|
||||
<span style='color:#ff0000;font-size:12pt'><i class="far fa-virus "></i> <?php echo $this->_tpl_vars['cdata']['gebiet']; ?>
|
||||
</span> </br>
|
||||
<?php endif; ?>
|
||||
<?php if ($this->_tpl_vars['cdata']['status'] == 4): ?>
|
||||
<div style="box-shadow: 0px 0px 15px #8a0303; width: 188px; padding: 10px;">
|
||||
<span style='color:#8a0303;font-size:12pt'><i class="far fa-virus "></i> <?php echo $this->_tpl_vars['cdata']['gebiet']; ?>
|
||||
</span> </br>
|
||||
<?php endif; ?>
|
||||
|
||||
<span style='color:#ababab;font-size:10pt'><i class="far fa-chart-network"></i> <?php echo $this->_tpl_vars['cdata']['inzidenzen']; ?>
|
||||
</span>
|
||||
<span style='color:#ababab;font-size:10pt;text-align: center'>
|
||||
<i class="fal fa-biohazard"> <?php echo $this->_tpl_vars['cdata']['mutant']; ?>
|
||||
+ <?php echo $this->_tpl_vars['cdata']['zu_mutant']; ?>
|
||||
</i>
|
||||
<i class="fal fa-skull-crossbones"> <?php echo $this->_tpl_vars['cdata']['death']; ?>
|
||||
+ <?php echo $this->_tpl_vars['cdata']['zu_death']; ?>
|
||||
</i> </br>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue