36 lines
737 B
Smarty
36 lines
737 B
Smarty
{include file='tpl/ajax/_ma_subm.tpl'}
|
|
|
|
<div class="max">
|
|
<table class="no-style full" style="color: #aaaaaa;line-height: 2">
|
|
<tbody>
|
|
{foreach from=$klog item=$k}
|
|
<tr style="line-height:18px;color: #aaa">
|
|
<td width="160px">{$k.zeit2|date_format:"%d.%m.%y - %H:%M"} Uhr</td>
|
|
<td align="right" width="80px" style="color: #808080">{$k.diff}~{$k.diff2|date_format:"%H:%M"}</td>
|
|
</tr>
|
|
{/foreach}
|
|
</body>
|
|
</table>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{literal}
|
|
<style>
|
|
.max {
|
|
background: #222;
|
|
color: turquoise;
|
|
padding: 3px;
|
|
border: 1px solid turquoise;
|
|
font-size: 13px;
|
|
border-radius:6px;
|
|
margin-top: -12px;
|
|
margin-bottom: 20px;
|
|
min-height: 50px;
|
|
}
|
|
</style>
|
|
{/literal}
|
|
|
|
|