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

74 lines
No EOL
2.4 KiB
Smarty

{if $anzeige==0}
<div class="notice notice" style="align-content: center" id="plan_b1">
<img src="template/images/lvz-transparent.png" height="50">
</div>
{/if}
{if $anzeige==1}
<div class="notice notice-danger" align="center" id="plan_b1">
<img src="template/images/lvz-transparent.png" height="50">
</div>
{/if}
{if $anzeige==2}
<div class="notice notice-success" style="align-content: center" id="plan_b1">
<img src="template/images/lvz-transparent.png" height="50">
</div>
{/if}
{if $anzeige==3}
<div class="notice notice-info" style="align-content: center" id="plan_b1">
<img src="template/images/lvz-transparent.png" height="50">
</div>
{/if}
{if $anzeige==4}
<div class="notice notice-warning" style="align-content: center" id="plan_b1">
<img src="template/images/lvz-transparent.png" height="50">
</div>
{/if}
<!--
{if $anzeige==0}
<div id="plan_b1">
<a style="text-align:center;width:185px;font-size:12pt" class="btn btn-grau" href="?s=pnacht">
<i class="fa fa-newspaper-o fa-2x pull-left"></i>LVZ</a>
</div>
{/if}
{if $anzeige==1}
<div id="plan_b1">
<a style="text-align:center;width:185px;font-size:12pt" class="btn btn-grün" href="?s=pnacht">
<i class="fa fa-newspaper-o fa-2x pull-left"></i>LVZ</a>
</div>
{/if}
{if $anzeige==2}
<div id="plan_b1">
<a style="text-align:center;width:185px;font-size:12pt" class="btn btn-mint" href="?s=pnacht">
<i class="fa fa-newspaper-o fa-2x pull-left"></i>LVZ</a>
</div>
{/if}
{if $anzeige==3}
<div id="plan_b1">
<a style="text-align:center;width:185px;font-size:12pt" class="btn btn-red" href="?s=pnacht">
<i class="fa fa-newspaper-o fa-2x pull-left"></i>LVZ</a>
</div>
{/if}
{if $anzeige==4}
<div id="plan_b1">
<a style="text-align:center;width:185px;font-size:12pt" class="btn btn-orange" href="?s=pnacht">
<i class="fa fa-newspaper-o fa-2x pull-left"></i>LVZ</a>
</div>
{/if}
{if $anzeige==5}
<div id="plan_b1">
<a style="text-align:center;width:185px;font-size:12pt" class="btn btn-gelb" href="?s=pnacht">
<i class="fa fa-newspaper-o fa-2x pull-left"></i>LVZ</a>
</div>
{/if}
{if $anzeige==6}
<div id="plan_b1">
<a style="text-align:center;width:185px;font-size:12pt" class="btn btn-grün" href="?s=pnacht">
<i class="fa fa-refresh fa-spin fa-3x fa-fw"></i>LVZ</a>
</div>
{/if}
-->