init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
20
template/tpl/ajax/kal_ue_1.tpl
Normal file
20
template/tpl/ajax/kal_ue_1.tpl
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<div class="panel">
|
||||
<!-- <div class="col-md-6"> -->
|
||||
<div class="panel-heading" style="background-color:yellow;"><h5 class="panel-title">Kalender ({$datum})</h5></div>
|
||||
|
||||
<div class="panel-body" style="min-height:170px;max-height:170px;overflow-y: auto;">
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
{foreach from=$kal item=kal }
|
||||
<tr>
|
||||
<td nowrap style="width:20px;font-size:10pt" align="left"><img src="/template/images/icon/{$kal.icon}" width="16" height="16"/></td>
|
||||
<!--<td nowrap style="width:20px;font-size:10pt" align="left"><i class='{$kal.fa}' aria-hidden="true"></i></td> -->
|
||||
<td nowrap style="width:120px;font-size:9pt" align="left">{$kal.fahrer}</td>
|
||||
<td nowrap style="width:80px;font-size:9pt" align="right">{$kal.bez}</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!-- </div> -->
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue