init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
74
template/tpl/ajax/ue_planung_b1.tpl
Normal file
74
template/tpl/ajax/ue_planung_b1.tpl
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
{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}
|
||||
|
||||
-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue