210 lines
7.7 KiB
Smarty
210 lines
7.7 KiB
Smarty
<div class="container-fluid">
|
|
<div class="row">
|
|
<!-- Main Section -- mittlere Spalte -->
|
|
<div class="col-md-3">
|
|
<div class="panel" style="border-color:#222222">
|
|
<div class="panel-heading" style="background-color:#115270;height:45px;color: white">
|
|
<spawn style="width:5px;height:2px;font-size:14pt;">Mitarbeiterübersicht
|
|
<i style="color: red" target="_pdf" onClick="javascript:open('', '_pdf', 'height=800,width=600,resizable=yes')"
|
|
href="?s=a_ma_pdf&jahr={$jahr}&monat={$monat}&ma={$ma_id}" aria-label="Settings" class="fa fa-file-pdf-o fa-pull-right fa-fw">
|
|
</i>
|
|
</spawn>
|
|
</div>
|
|
<div class="panel-body" style="background-color:#222222">
|
|
<table class="table-hover" style="font-size:11pt">
|
|
<tbody>
|
|
{foreach from=$mitarbeiterlist item=malist}
|
|
<tr>
|
|
<td nowrap style="width:200px;line-height:120%;font-size:12pt;color:#aaa"
|
|
onclick="window.location='?s=a_ma&id={$malist.id}&jahr={$jahr}&monat={$monat}'"> {$malist.name}
|
|
</td>
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-md-6">
|
|
{if $ma_id==0}
|
|
<!-- else - kein MA ausgewählt -->
|
|
<div class="panel panel-default" style="border-color:#222222">
|
|
<div class="panel-heading" style="background-color:#115270;height:45px;color: white">
|
|
<spawn style="width:5px;height:2px;font-size:14pt;">Mitarbeiter
|
|
|
|
</span></div>
|
|
<div class="panel-body">
|
|
<table class="no-style full">
|
|
<thead>
|
|
<tr>
|
|
<td><span style='font-size:24pt;line-height:100%; color:orange'>Mitarbeiter auswählen</span></a></td>
|
|
</tr>
|
|
</thead>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
{else}
|
|
<div class="panel panel-primary" style="border-color:#222222">
|
|
<div class="panel-heading" style="background-color:#115270;height:45px;color: white">
|
|
<spawn style="width:5px;height:2px;font-size:14pt;">{$ma_name} ({$ma_id}) -- Zeitraum {$monat}/{$jahr}
|
|
|
|
<a href="?s=list_a_ma_mini&jahr={$jahr}&monat={$monat}&ma={$ma_id}" target="_pdf" onClick="javascript:open('', '_pdf', 'height=800,width=600,resizable=no')"><i style="color: orange" class="fa fa-file-pdf-o fa-pull-right fa-fw"></i>
|
|
</a>
|
|
<a href="?s=list_a_ma&jahr={$jahr}&monat={$monat}&ma={$ma_id}" target="_pdf" onClick="javascript:open('', '_pdf', 'height=800,width=600,resizable=no')"><i style="color: red" class="fa fa-file-pdf-o fa-pull-right fa-fw"></i>
|
|
</a>
|
|
</span>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="panel panel-primary" style="border-color:#222222;background-color:#222;color: #ccc">
|
|
<div class="panel-body">
|
|
<table class="no-style full">
|
|
{foreach from=$senddata item=tdata}
|
|
<tr>
|
|
<td style='font-size:12pt;width:100px; text-align: right'>{$tdata.datum}</td>
|
|
<td style='font-size:12pt;width:20px; text-align: right'> </td>
|
|
<td style='font-size:12pt;width:200px;{if $tdata.y_col==2}color:orange{/if}'>{$tdata.typ}</td>
|
|
<td style='font-size:12pt;width:20px; text-align: right'> </td>
|
|
<td style='font-size:12pt;width:200px;{if $tdata.t_col==2}color:orange{/if}'>{$tdata.tname}</td>
|
|
<td style='font-size:12pt;width:200px;{if $tdata.c_col==2}color:orange{/if}'>{$tdata.auto}</td>
|
|
</tr>
|
|
{/foreach}
|
|
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
{/if}
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<aside class="col-md-3">
|
|
<div id="rightmenu" class="panel panel-default" style="border-color:#222222">
|
|
<div class="panel-heading" style="background-color:#115270;height:45px;color: white">
|
|
<table class="no-style full">
|
|
<tbody>
|
|
<td style="font-size:18px; color: white; text-align: center">
|
|
|
|
<i class="fad fa-arrow-left" onclick="javascript:location.href='?s=a_ma&wahl=1&jahr={$jahr}&monat={$monat}&id={$ma_id}'"></i>
|
|
<span> {$monat} / {$jahr} </span>
|
|
<i class="fad fa-arrow-right" onclick="javascript:location.href='?s=a_ma&wahl=2&jahr={$jahr}&monat={$monat}&id={$ma_id}'"></i>
|
|
</td>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</aside>
|
|
|
|
|
|
<aside class="col-md-3">
|
|
{if $kalmenge!=0}
|
|
<div id="rightmenu" class="panel panel-default" style="border-color:#222222">
|
|
<div class="panel-heading" style="background-color:#115270;height:45px;color: #fff">
|
|
<spawn style="width:5px;height:2px;font-size:14pt;">Kalendereinträge</spawn>
|
|
</div>
|
|
<div class="panel-body" style="background-color:#222222">
|
|
<table class="table-hover" style="font-size:11pt;color: #000">
|
|
<tbody>
|
|
{foreach from=$kdata item=kinfo}
|
|
<tr nowrap {if $kinfo.farbe==1} style="color: red" {else} style="color: orange" {/if}>
|
|
<td nowrap width="80px">{$kinfo.datum}</td>
|
|
<td nowrap width="200px">{$kinfo.bez} </td>
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
{/if}
|
|
|
|
<div id="rightmenu" class="panel panel-default" style="border-color:#222222">
|
|
<div class="panel-heading" style="background-color:#115270;height:45px;color: #fff">
|
|
<spawn style="width:5px;height:2px;font-size:14pt;">Summen Zusatz</spawn>
|
|
</div>
|
|
<div class="panel-body" style="background-color:gray">
|
|
<table class="table-hover" style="font-size:11pt;color: #000">
|
|
<tbody>
|
|
{if $sasodaten!=0}
|
|
<tr>
|
|
<td nowrap width="60px">SaSo</td>
|
|
<td nowrap width="40px">{$sasodaten} x </td>
|
|
<td nowrap width="70px"> = {$geld} €</td>
|
|
<td nowrap width="40px"> /{$ss_f} </td>
|
|
<td nowrap width="60px"> = {$sumh|round:1} h </td>
|
|
</tr>
|
|
{/if}
|
|
{if $sonderdaten!=0}
|
|
<tr>
|
|
<td width="60px">Sonder</td>
|
|
<td>{$sonderdaten} x </td>
|
|
<td> = {$stgeld} €</td>
|
|
<td> /{$st_f} </td>
|
|
<td> = {$stumh|round:1} h </td>
|
|
</tr>
|
|
{/if}
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
{if $sasodaten!=0}
|
|
<div id="rightmenu" class="panel panel-default" style="border-color:#333">
|
|
<div class="panel-heading" style="background-color:#115270;height:45px;color: #fff">
|
|
<spawn style="width:5px;height:2px;font-size:14pt;">SaSo-Einzelnachweis
|
|
</spawn>
|
|
</div>
|
|
<div class="panel-body" style="background-color:gray">
|
|
<table class="table-hover" style="font-size:11pt;color: #000">
|
|
<tbody>
|
|
{foreach from=$sdaten item=sinfo}
|
|
{if $sinfo.linie==1}
|
|
<tr>
|
|
<td>---------------</td>
|
|
<td>---------------</td>
|
|
<td>-------------</td>
|
|
</tr>
|
|
{/if}
|
|
<tr>
|
|
<td>{$sinfo.datum} </td>
|
|
<td>{$sinfo.tname} </td>
|
|
<td>{$sinfo.summe} €</td>
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
{/if}
|
|
|
|
{if $sonderdaten!=0}
|
|
<div id="rightmenu" class="panel panel-default" style="border-color:#222222">
|
|
<div class="panel-heading" style="background-color:#115270;height:45px;color: #fff">
|
|
<spawn style="width:5px;height:2px;font-size:14pt;">Sonder-Einzelnachweis
|
|
</spawn>
|
|
</div>
|
|
<div class="panel-body" style="background-color:gray">
|
|
<table class="table-hover" style="font-size:11pt;color: #000">
|
|
<tbody>
|
|
{foreach from=$stdaten item=sinfo}
|
|
<tr>
|
|
<td>{$sinfo.datum} </td>
|
|
<td>{$sinfo.tname} </td>
|
|
<td>{$sinfo.summe} €</td>
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
{/if}
|
|
|
|
|
|
</aside>
|
|
|