278 lines
11 KiB
Smarty
278 lines
11 KiB
Smarty
|
|
|
|
<link rel="stylesheet" href="../lib/fremd/lobipanel.min.css">
|
|
<link rel="stylesheet" href="../lib/fremd/jquery-ui.min.css">
|
|
<link rel="stylesheet" href="../lib/fremd/font-awesome.min.css">
|
|
<link rel="stylesheet" href="../lib/fremd/main.css">
|
|
|
|
<script src="../lib/fremd/tether.min.js"></script>
|
|
<script src="../lib/fremd/plugins.js"></script>
|
|
|
|
<script type="text/javascript" src="../lib/fremd/lobipanel.min.js"></script>
|
|
<script type="text/javascript" src="../lib/fremd/jquery.matchHeight.min.js"></script>
|
|
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="page-content">
|
|
<div class="container-fluid">
|
|
<div class="row">
|
|
<div class="col-xs-3 dahsboard-column">
|
|
{if $heute==1}
|
|
<section class="box-typical box-typical-dashboard panel panel-default scrollable card card-red">
|
|
{else}
|
|
<section class="box-typical box-typical-dashboard panel panel-default scrollable card card-orange">
|
|
{/if}
|
|
<header class="card-header ">
|
|
Montag, {$day1|date_format:"%d.%m.%y"}
|
|
|
|
</header>
|
|
<h4 class="panel-title"></h4>
|
|
<div class="box-typical-body panel-body">
|
|
<table class="table-xs table table-hover" style="margin-top:-10px;">
|
|
<tbody>
|
|
{foreach from=$k1 item=k}
|
|
<tr>
|
|
<!-- <td nowrap style="width:30px;font-size:10pt"> <i class={$k.icon}></i></td> -->
|
|
<td class="table-icon-cell" >
|
|
<i style="font-size:14pt" class="{$k.icon}"></i>
|
|
</td>
|
|
<td nowrap style="font-size:10pt"> <b>{$k.name}</td>
|
|
<td nowrap style="font-size:10pt"> <b>{$k.bez}</td>
|
|
</tr>
|
|
{/foreach}
|
|
|
|
</tbody>
|
|
</table>
|
|
</div><!--.box-typical-body-->
|
|
</section><!--.box-typical-dashboard-->
|
|
</div>
|
|
|
|
<div class="col-xs-3 dahsboard-column">
|
|
{if $heute==2}
|
|
<section class="box-typical box-typical-dashboard panel panel-default scrollable card card-red">
|
|
{else}
|
|
<section class="box-typical box-typical-dashboard panel panel-default scrollable card card-orange">
|
|
{/if}
|
|
<header class="card-header ">
|
|
Dienstag, {$day2|date_format:"%d.%m.%y"}
|
|
|
|
</header>
|
|
<h4 class="panel-title"></h4>
|
|
<div class="box-typical-body panel-body">
|
|
<table class="table-xs table table-hover" style="margin-top:-10px;">
|
|
<tbody>
|
|
{foreach from=$k2 item=k}
|
|
<tr>
|
|
<td class="table-icon-cell" >
|
|
<i style="font-size:14pt" class="{$k.icon}"></i>
|
|
</td>
|
|
<td nowrap style="font-size:10pt"> <b>{$k.name}</td>
|
|
<td nowrap style="font-size:10pt"> <b>{$k.bez}</td>
|
|
</tr>
|
|
{/foreach}
|
|
|
|
</tbody>
|
|
</table>
|
|
</div><!--.box-typical-body-->
|
|
</section><!--.box-typical-dashboard-->
|
|
</div>
|
|
<div class="col-xs-3 dahsboard-column">
|
|
{if $heute==3}
|
|
<section class="box-typical box-typical-dashboard panel panel-default scrollable card card-red">
|
|
{else}
|
|
<section class="box-typical box-typical-dashboard panel panel-default scrollable card card-orange">
|
|
{/if}
|
|
<header class="card-header ">Mittwoch, {$day3|date_format:"%d.%m.%y"}</header>
|
|
<h4 class="panel-title"></h4>
|
|
<div class="box-typical-body panel-body">
|
|
<table class="table-xs table table-hover" style="margin-top:-10px;">
|
|
<tbody>
|
|
{foreach from=$k3 item=k}
|
|
<tr style="margin-bottom:3px;">
|
|
<td class="table-icon-cell" >
|
|
<i style="font-size:14pt" class="{$k.icon}"></i>
|
|
</td>
|
|
<td nowrap style="font-size:10pt"> <b>{$k.name}</td>
|
|
<td nowrap style="font-size:10pt"> <b>{$k.bez}</td>
|
|
</tr>
|
|
{/foreach}
|
|
|
|
</tbody>
|
|
</table>
|
|
</div><!--.box-typical-body-->
|
|
</section><!--.box-typical-dashboard-->
|
|
</div>
|
|
<div class="col-xs-3 dahsboard-column">
|
|
{if $heute==4}
|
|
<section class="box-typical box-typical-dashboard panel panel-default scrollable card card-red">
|
|
{else}
|
|
<section class="box-typical box-typical-dashboard panel panel-default scrollable card card-orange">
|
|
{/if}
|
|
<header class="card-header ">
|
|
Donnerstag, {$day4|date_format:"%d.%m.%y"}
|
|
|
|
</header>
|
|
<h4 class="panel-title"></h4>
|
|
<div class="box-typical-body panel-body">
|
|
<table class="table-xs table table-hover" style="margin-top:-10px;">
|
|
<tbody>
|
|
{foreach from=$k4 item=k}
|
|
<tr>
|
|
<td class="table-icon-cell" >
|
|
<i style="font-size:14pt" class="{$k.icon}"></i>
|
|
</td>
|
|
<td nowrap style="font-size:10pt"> <b>{$k.name}</td>
|
|
<td nowrap style="font-size:10pt"> <b>{$k.bez}</td>
|
|
</tr>
|
|
{/foreach}
|
|
|
|
</tbody>
|
|
</table>
|
|
</div><!--.box-typical-body-->
|
|
</section><!--.box-typical-dashboard-->
|
|
</div>
|
|
<div class="col-xs-3 dahsboard-column">
|
|
{if $heute==5}
|
|
<section class="box-typical box-typical-dashboard panel panel-default scrollable card card-red">
|
|
{else}
|
|
<section class="box-typical box-typical-dashboard panel panel-default scrollable card card-orange">
|
|
{/if}
|
|
<header class="card-header ">
|
|
Freitag, {$day5|date_format:"%d.%m.%y"}
|
|
|
|
</header>
|
|
<h4 class="panel-title"></h4>
|
|
<div class="box-typical-body panel-body">
|
|
<table class="table-xs table table-hover" style="margin-top:-10px;">
|
|
<tbody>
|
|
{foreach from=$k5 item=k}
|
|
<tr>
|
|
<td class="table-icon-cell" >
|
|
<i style="font-size:14pt" class="{$k.icon}"></i>
|
|
</td>
|
|
<td nowrap style="font-size:10pt"> <b>{$k.name}</td>
|
|
<td nowrap style="font-size:10pt"> <b>{$k.bez}</td>
|
|
</tr>
|
|
{/foreach}
|
|
|
|
</tbody>
|
|
</table>
|
|
</div><!--.box-typical-body-->
|
|
</section><!--.box-typical-dashboard-->
|
|
</div>
|
|
<div class="col-xs-3 dahsboard-column">
|
|
{if $heute==6}
|
|
<section class="box-typical box-typical-dashboard panel panel-default scrollable card card-red">
|
|
{else}
|
|
<section class="box-typical box-typical-dashboard panel panel-default scrollable card card-orange">
|
|
{/if}
|
|
<header class="card-header ">Samstag, {$day6|date_format:"%d.%m.%y"}</header>
|
|
<h4 class="panel-title"></h4>
|
|
<div class="box-typical-body panel-body">
|
|
<table class="table-xs table table-hover" style="margin-top:-10px;">
|
|
<tbody>
|
|
{foreach from=$k6 item=k}
|
|
<tr>
|
|
<td class="table-icon-cell" >
|
|
<i style="font-size:14pt" class="{$k.icon}"></i>
|
|
</td>
|
|
<td nowrap style="font-size:10pt"> <b>{$k.name}</td>
|
|
<td nowrap style="font-size:10pt"> <b>{$k.bez}</td>
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
</div><!--.box-typical-body-->
|
|
</section><!--.box-typical-dashboard-->
|
|
</div>
|
|
|
|
<div class="col-xs-3 dahsboard-column">
|
|
{if $heute==6}
|
|
<section class="box-typical box-typical-dashboard panel panel-default scrollable card card-red">
|
|
{else}
|
|
<section class="box-typical box-typical-dashboard panel panel-default scrollable card card-orange">
|
|
{/if}
|
|
<header class="card-header ">
|
|
Sonntag, {$day7|date_format:"%d.%m.%y"}
|
|
|
|
</header>
|
|
<h4 class="panel-title"></h4>
|
|
<div class="box-typical-body panel-body">
|
|
<table class="table-xs table table-hover" style="margin-top:-10px;">
|
|
<tbody>
|
|
{foreach from=$k7 item=k}
|
|
<tr>
|
|
<td class="table-icon-cell" >
|
|
<i style="font-size:14pt" class="{$k.icon}"></i>
|
|
</td>
|
|
<td nowrap style="font-size:10pt"> <b>{$k.name}</td>
|
|
<td nowrap style="font-size:10pt"> <b>{$k.bez}</td>
|
|
</tr>
|
|
{/foreach}
|
|
|
|
</tbody>
|
|
</table>
|
|
</div><!--.box-typical-body-->
|
|
</section><!--.box-typical-dashboard-->
|
|
</div>
|
|
<div class="col-xs-3 dahsboard-column">
|
|
<section class="box-typical box-typical-dashboard panel panel-default scrollable card card-green">
|
|
<header class="card-header ">
|
|
Geburtstage
|
|
|
|
</header>
|
|
<h4 class="panel-title"></h4>
|
|
<div class="box-typical-body panel-body">
|
|
<table class="table-xs table table-hover" style="margin-top:-10px;">
|
|
<tbody>
|
|
{foreach from=$k0 item=k}
|
|
<tr>
|
|
<td class="table-icon-cell" ><i style="font-size:14pt" class="fa fa-birthday-cake"></i></td>
|
|
<td nowrap style="font-size:10pt"> <b>{$k.tag}</td>
|
|
<td nowrap style="font-size:10pt"> <b>{$k.name}</td>
|
|
<td nowrap style="font-size:10pt"> <b>({$k.alter}.)</td>
|
|
</tr>
|
|
{/foreach}
|
|
|
|
</tbody>
|
|
</table>
|
|
</div><!--.box-typical-body-->
|
|
</section><!--.box-typical-dashboard-->
|
|
</div>
|
|
|
|
</div> </div> </div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|