jb-data.de/template/tpl/ajax/ue_info_heute.tpl
2025-08-11 22:23:30 +02:00

6 lines
570 B
Smarty

{if $anzeige==1} <p nowrap align="center" style='font-size:14pt;background-color:#7C0303;color:#fff'>{$date}<p>
{elseif $anzeige==2} <p nowrap align="center" style='font-size:14pt;background-color:#f05800;color:#fff'>{$date}<p>
{elseif $anzeige==3} <p nowrap align="center" style='font-size:14pt;background-color:#41c42b;color:#fff'>{$date}<p>
{elseif $anzeige==4} <p nowrap align="center" style='font-size:14pt;background-color:green;color:#fff'>{$date}<p>
{else} <p nowrap align="center" style='font-size:14pt;background-color:gray;color:#fff'>{$date}<p> {/if}