init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
29
template/tpl/ajax/dwd.tpl
Normal file
29
template/tpl/ajax/dwd.tpl
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{if $wert !=0}
|
||||
<div style="box-shadow: 0px 0px 15px #ff0000; width: 283px; padding: 10px;min-height: 75px;max-height: 75px;">
|
||||
<span style='color:#ff0000;font-size:16pt'><i class="fad fa-siren-on" style="color: red"></i> {$wert} Wetterwarnung</span></br>
|
||||
<span style='color:#ababab;font-size:8pt;text-align: center'> Stand: {$time|date_format:"%d.%m.%Y - %H:%M Uhr"}</span>
|
||||
</div>
|
||||
</br>
|
||||
{foreach from=$uww item=uww}
|
||||
{if $uww.level <3}
|
||||
<div style="box-shadow: 0px 0px 15px #f05800; width: 283px; padding: 10px;">
|
||||
<span style='color:#f05800;font-size:14pt'><i class="fad fa-exclamation-triangle" style="color:#f05800"></i> {$uww.stadt}</span> </br>
|
||||
<span style='color:#f05800;font-size:10pt'> {$uww.text}</span> </br>
|
||||
<span style='color:#ababab;font-size:8pt'> {$uww.info}</span> </br>
|
||||
</div>
|
||||
{else}
|
||||
<div style="box-shadow: 0px 0px 15px #ff0000; width: 283px; padding: 10px;">
|
||||
<span style='color:#ff0000;font-size:14pt'><i class="fad fa-exclamation-triangle" style="color: red"></i> {$uww.stadt}</span> </br>
|
||||
<span style='color:#ff0000;font-size:10pt'> {$uww.text}</span> </br>
|
||||
<span style='color:#ababab;font-size:8pt'> {$uww.info}</span> </br>
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{/foreach}
|
||||
|
||||
{else}
|
||||
<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-sun" style="color: yellow"></i> keine Wetterwarnung</span> </span>
|
||||
</div>
|
||||
|
||||
{/if}
|
||||
Loading…
Add table
Add a link
Reference in a new issue