jb-data.de/template/tpl/a_zeitk.tpl
2025-08-11 22:23:30 +02:00

176 lines
5.3 KiB
Smarty

<b><i><span style='font-size:16pt;line-height:115%;
color:#4F81BD'>Anzeige w&auml;hlen: </span></i></b>&#160;&#160;&#160;
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;
<b><i><span style='font-size:10pt;line-height:115%; color:#4F81BD'><a class="button-blue" href="?s=a_zeitk&wahl=1&jahr={$jahr}&monat={$monat}">&laquo;</a> &#160;&#160;{$monat}/{$jahr}&#160;&#160;
<a class="button-blue" href="?s=a_zeitk&wahl=2&jahr={$jahr}&monat={$monat}">&raquo;</a></span></i></b>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <a class="button button-orange" href="?s=list_zeitk&jahr={$jahr}&monat={$monat}&tid={$anzeige}">PDF/Monat</a>
</p>
<section id="content0">
<div class="wrapper"> <!-- list Section -- linke Spalte -->
<section class="grid_8 first top">
<!-- <div class="columns">-->
<div class="column grid_2 first">
<!-- Auswahl MA -->
<div class="widget">
<header class="current"><h2><h2>aktive Mitarbeiter</h2></header>
<section>
<table class="no-style sortable full">
<thead>
<tr>
<th style="width:10px" align="left">Nr.</th>
<th style="width:99px" align="left">Name</th>
</tr>
</thead>
<tbody>
{foreach from=$mitarbeiterlist_a item=mitarbeiterlist}
<tr>
<td nowrap="nowrap">{$mitarbeiterlist.id}</td>
<td nowrap="nowrap"><strong><a href="?s=a_zeitk&id={$mitarbeiterlist.id}" title="Kicke zum ausw&auml;len" >{$mitarbeiterlist.name}</strong></td>
</tr>
{/foreach}
</tbody>
</table>
</section>
</div>
<!-- ///////////////// rechte seite -->
<div class="widget">
<header class="current"><h2><h2>inaktive Mitarbeiter</h2></header>
<section>
<table class="no-style sortable full">
<thead>
<tr>
<th style="width:10px" align="left">Nr.</th>
<th style="width:99px" align="left">Name</th>
</tr>
</thead>
<tbody>
{foreach from=$mitarbeiterlist_d item=mitarbeiterlist}
<tr>
<td nowrap="nowrap">{$mitarbeiterlist.id}</td>
<td nowrap="nowrap"><strong><a href="?s=v_mitarbeiter&id={$mitarbeiterlist.id}" title="Kicke zum ausw&auml;len" >{$mitarbeiterlist.name}</strong></td>
</tr>
{/foreach}
</tbody>
</table>
</section>
</div>
</div>
<!-- ///////////////// rechte seite -->
{if $anzeige==0}
<div class="column grid_6 last">
<div class="widget">
<header class="current"><h2>Info </h2></header>
<section>
<table class="datatable full" >
<thead>
<tr>
<th style="width:80px" align="left">Name</th>
<th style="width:40px" align="left">Zeitkonto ges.</th>
<th style="width:40px" align="left">Zeitkonto aktuell</th>
</tr>
</thead>
<tbody>
{foreach from=$ma item=ma}
<tr>
<td nowrap="nowrap"><strong>{$ma.name}</strong></td>
<td nowrap="nowrap"><strong>{$ma.zkonto}</strong></td>
<td nowrap="nowrap"><strong>{$ma.aktuell}</strong></td>
</tr>
{/foreach}
</tbody>
</table>
</section>
</div>
</div>
<!-- /// rechte seite MA anzeigen-->
{else}
<form action="" method="post">
<div class="column grid_3 last">
<div class="widget">
<header class="current"><h2>Info </h2></header>
<section>
<span style='font-size:10pt;line-height:115%; color:#4F81BD'>Bitte den Mitarbeiter auw&auml;hlen den Sie bearbeiten m&ouml;chten.</span>
</section>
</div>
</div>
{/if}
</div>
<!--</div>-->
</section>
</div>
</section>