init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
21
template/tpl/ajax/p_night_free_ma.tpl
Normal file
21
template/tpl/ajax/p_night_free_ma.tpl
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<div class="panel panel-tbox">
|
||||
<header class="panel-heading" style="font-size: 14pt">
|
||||
<span style="font-size: 14pt" class="far fa-moon-stars pull-left"></span>
|
||||
<span style="font-size: 12pt"> verfügbar</span>
|
||||
</header>
|
||||
<div class="panel-body">
|
||||
<table class="no-style full" style="margin:-9px;line-height:20px">
|
||||
{foreach from=$data item=fc }
|
||||
<tr>
|
||||
<td style="width:25px;font-size:12pt">
|
||||
{if $fc.icon==0} <i class="far fa-user-check" style="color: forestgreen"></i> {/if}
|
||||
{if $fc.icon==1} <i class="far fa-user-tag" style="color: orange"></i> {/if}
|
||||
{if $fc.icon==2} <i class="far fa-user-times" style="color: crimson"></i> {/if}
|
||||
</td>
|
||||
<td nowrap style="width:200px;font-size:10pt;"> <strong>{$fc.name}</strong></td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue