init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
121
template/tpl/gkal.tpl
Normal file
121
template/tpl/gkal.tpl
Normal file
|
|
@ -0,0 +1,121 @@
|
|||
|
||||
|
||||
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<td> <form action="" method="post"><input type="image" name="minus2" src="/template/images/prev.gif" width="20" height="20" value="{$kw1}" > </form>
|
||||
<td> <b><span style='font-size:18pt;color:#4F81BD'>Kalender Ansicht</span></b></p> </td>
|
||||
<td> <form action="" method="post"><input type="image" name="plus" src="/template/images/next.gif" width="20" height="20" value="{$kw1}" > </form>
|
||||
<td> <form action="" method="post"><input type="image" name="plus2" src="/template/images/next.gif" width="20" height="20" value="{$kw1}" >
|
||||
<form action="" method="post"><input type="image" name="plus2" src="/template/images/next.gif" width="20" height="20" value="{$kw1}" > </form>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-md-3">
|
||||
<div class="panel panel-warning">
|
||||
<div class="panel-heading">{$date11}</div>
|
||||
<div class="panel-body" style="max-height:120px;overflow-y: scroll;">
|
||||
<table class="table-condensed">
|
||||
<tbody> {foreach from=$kw11 item=kw }
|
||||
<td nowrap style="color:orange;width:130px;line-height:10px;font-size:9pt"> <strong>{$kw.fahrer}</strong></td>
|
||||
<td nowrap style="color:#B1B1B1;width:100px;line-height:60%;font-size:9pt"> <strong>{$kw.bez}</strong></td>
|
||||
</tbody> {/foreach}
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<div class="panel panel-warning">
|
||||
<div class="panel-heading">{$date21}</div>
|
||||
<div class="panel-body" style="max-height:120px;overflow-y: scroll;">
|
||||
<table class="table-condensed">
|
||||
<tbody> {foreach from=$kw21 item=kw }
|
||||
<td nowrap style="color:orange;width:60px;line-height:60%;font-size:10pt"> <strong><i style="font-size:14pt" class="{$kw.icon}"></strong></td>
|
||||
<td nowrap style="color:orange;width:180px;line-height:60%;font-size:10pt"> <strong>{$info.name}</strong></td>
|
||||
<td nowrap style="color:#B1B1B1;width:190px;line-height:60%;font-size:10pt"> <strong>{$info.bez}</strong></td>
|
||||
</tbody> {/foreach}
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel panel-warning">
|
||||
<div class="panel-heading">{$date31}</div>
|
||||
<div class="panel-body" style="max-height:120px;overflow-y: scroll;">
|
||||
<table class="table-condensed">
|
||||
<tbody> {foreach from=$kw31 item=kw }
|
||||
<td nowrap style="color:orange;width:60px;line-height:60%;font-size:10pt"> <strong><i style="font-size:14pt" class="{$kw.icon}"></strong></td>
|
||||
<td nowrap style="color:orange;width:180px;line-height:60%;font-size:10pt"> <strong>{$info.name}</strong></td>
|
||||
<td nowrap style="color:#B1B1B1;width:190px;line-height:60%;font-size:10pt"> <strong>{$info.bez}</strong></td>
|
||||
</tbody> {/foreach}
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel panel-warning">
|
||||
<div class="panel-heading">{$date41}</div>
|
||||
<div class="panel-body" style="max-height:120px;overflow-y: scroll;">
|
||||
<table class="table-condensed">
|
||||
<tbody> {foreach from=$kw41 item=kw }
|
||||
<td nowrap style="color:orange;width:60px;line-height:60%;font-size:10pt"> <strong><i style="font-size:14pt" class="{$kw.icon}"></strong></td>
|
||||
<td nowrap style="color:orange;width:180px;line-height:60%;font-size:10pt"> <strong>{$info.name}</strong></td>
|
||||
<td nowrap style="color:#B1B1B1;width:190px;line-height:60%;font-size:10pt"> <strong>{$info.bez}</strong></td>
|
||||
</tbody> {/foreach}
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- ************************************************ -->
|
||||
<!-- ************************************************ -->
|
||||
<!-- ************************************************ -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue