init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
79
template/tpl/a_makal.tpl
Normal file
79
template/tpl/a_makal.tpl
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
<div class="row sortable">
|
||||
<div class="col-md-8">
|
||||
<div class="panel panel-primary">
|
||||
<div class="panel-heading">Mitarbeiter Kalenderübersicht</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-md-4">
|
||||
<div class="btn-group">
|
||||
<a class="btn btn-primary btn" href="?s=a_makal&wahl=1&jahr={$jahr}&monat={$monat}" aria-label="Skip to main navigation">
|
||||
<i class="fa fa-arrow-left" aria-hidden="true"></i>
|
||||
</a>
|
||||
<button type="button" class="btn btn-default">{$monat}</button>
|
||||
</a>
|
||||
<a class="btn btn-primary" href="?s=a_makal&wahl=2&jahr={$jahr}&monat={$monat}" aria-label="Skip to main navigation">
|
||||
<i class="fa fa-arrow-right" aria-hidden="true"></i>
|
||||
</a>
|
||||
<a class="btn btn-default btn href="#"">-</a>
|
||||
|
||||
<a class="btn btn-primary" href="?s=a_makal&wahl=3&jahr={$jahr}&monat={$monat}" aria-label="Skip to main navigation">
|
||||
<i class="fa fa-arrow-left" aria-hidden="true"></i>
|
||||
</a>
|
||||
<button type="button" class="btn btn-default btn">{$jahr}</button>
|
||||
</a>
|
||||
<a class="btn btn-primary" href="?s=a_makal&wahl=4&jahr={$jahr}&monat={$monat}" aria-label="Skip to main navigation">
|
||||
<i class="fa fa-arrow-right" aria-hidden="true"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row sortable">
|
||||
<div class="col-md-9">
|
||||
<div class="panel panel-primary">
|
||||
<table class="table hover" >
|
||||
<tbody>
|
||||
{foreach from=$data item=data }
|
||||
{if $data.wechsel==0}
|
||||
<tr>
|
||||
<td nowrap style="width:040px;"><b>{$data.time|date_format:"%d.%m.%Y"}</td>
|
||||
<td nowrap style="width:170px;"> <b>{$data.name}</td>
|
||||
<td nowrap style="width:100px;"> <b>{$data.grund}</td>
|
||||
<td nowrap style="width:200px;"> <b>{$data.info}</td>
|
||||
</tr>
|
||||
{else}
|
||||
</table>
|
||||
</div>
|
||||
<div class="panel panel-primary">
|
||||
<table class="table hover" >
|
||||
{/if}
|
||||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<div class="panel panel-primary">
|
||||
<table class="table hover" >
|
||||
<tbody>
|
||||
{foreach from=$data3 item=data2 }
|
||||
{if $data2.wechsel==0}
|
||||
<tr>
|
||||
<td nowrap style="width:90px;font-size:13pt"> <b>{$data2.a}</td>
|
||||
<td nowrap style="width:90px;font-size:13pt"> <b>{$data2.c}</td>
|
||||
<td> <b>{$data.info}</td>
|
||||
</tr>
|
||||
{else}
|
||||
</table>
|
||||
</div>
|
||||
<div class="panel panel-primary">
|
||||
<table class="table hover" >
|
||||
{/if}
|
||||
{/foreach}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue