176 lines
5.3 KiB
Smarty
176 lines
5.3 KiB
Smarty
<b><i><span style='font-size:16pt;line-height:115%;
|
|
color:#4F81BD'>Anzeige wählen: </span></i></b>   
|
|
|
|
          
|
|
<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}">«</a>   {$monat}/{$jahr}  
|
|
<a class="button-blue" href="?s=a_zeitk&wahl=2&jahr={$jahr}&monat={$monat}">»</a></span></i></b>
|
|
           <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ä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ä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ählen den Sie bearbeiten möchten.</span>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
{/if}
|
|
</div>
|
|
<!--</div>-->
|
|
</section>
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|