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