597 lines
No EOL
35 KiB
Smarty
597 lines
No EOL
35 KiB
Smarty
<!-- <link rel="stylesheet" href="https://formden.com/static/cdn/bootstrap-iso.css" /> -->
|
|
<link rel="stylesheet" media="screen" href="lib/css/bootstrap-datepicker3.min.css" />
|
|
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
|
|
<script src="lib/js/bootstrap-datepicker.js"></script>
|
|
<script src="lib/js/bootstrap-datepicker.de.min.js"></script>
|
|
|
|
<!-- --------------------------- -->
|
|
<!-- --------------------------- listenübersicht
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.3.0/css/datepicker3.min.css" />
|
|
-->
|
|
<div class="row fluid">
|
|
<!-- --------------------------- tagauswahl -->
|
|
<div class="col-md-4">
|
|
<div class="panel panel-default">
|
|
<header class="panel-heading"><h2 class="panel-title"><span style='font-size:12pt;line-height:100%; color:#4F81BD'>Datum Auswahl {$wahl_kw}/{$linky}</span></h2></header>
|
|
<div class="panel-body">
|
|
<form method="post">
|
|
<div class="form-group"> <!-- Date input -->
|
|
<input class="form-control" id="date" name="date" value="{$vdatum}" type="text"/>
|
|
<button class="btn btn-default" name="submit" type="submit">Datum / KW ändern</button>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="col-md-4">
|
|
<div class="panel panel-default">
|
|
<header class="panel-heading"><h2 class="panel-title"><span style='font-size:14pt;line-height:10px; color:#4F81BD'>Einsatzplan {$vdatum}</span></h2></header>
|
|
<section class="panel-body">
|
|
<table class="full no style" style="line-height:50px;">
|
|
<tbody>
|
|
<tr>
|
|
<td nowrap style="width:200px;font-size:14pt">Einsatzplan Nachts</td>
|
|
<!-- --------------------------- Einsatzplanung -->
|
|
<td align="right">
|
|
<a class="btn btn-danger" target="_pdf" onClick="javascript:open('', '_pdf', 'height=800,width=600,resizable=yes')"
|
|
href="?s=list_nachtplan&icon=0&tag={$linkt}&monat={$linkm}&jahr={$linky}" aria-label="Settings">
|
|
<i class="fa fa-file-pdf-o fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
|
|
<a class="btn btn-default" href="?s=list_nachtplan&icon=1&tag={$linkt}&monat={$linkm}&jahr={$linky}" aria-label="Delete">
|
|
<i class="fa fa-download fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
{if $kw == $wahl_kw}
|
|
<a class="btn btn-primary" href="?s=list_nachtplan&icon=2&tag={$linkt}&monat={$linkm}&jahr={$linky}" aria-label="Skip to main navigation">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{else}
|
|
<a class="btn btn-primary disabled" href="?s=list_nachtplan&icon=2&tag={$linkt}&monat={$linkm}&jahr={$linky}" aria-label="Skip to main navigation">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{/if}
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
<!-- --------------------------- rtour pro tag -->
|
|
<tr>
|
|
<td nowrap style="width:200px;font-size:14pt">Einsatzplan ges.</td>
|
|
<td align="right">
|
|
<a class="btn btn-danger" target="_pdf" onClick="javascript:open('', '_pdf', 'height=800,width=600,resizable=yes')"
|
|
href="?s=list_tagplan&icon=0&tag={$linkt}&monat={$linkm}&jahr={$linky}" aria-label="Settings">
|
|
<i class="fa fa-file-pdf-o fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
|
|
<a class="btn btn-default" href="?s=list_tagplan&icon=1&tag={$linkt}&monat={$linkm}&jahr={$linky}" aria-label="Delete">
|
|
<i class="fa fa-download fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
{if $kw == $wahl_kw}
|
|
<a class="btn btn-primary" href="?s=list_tagplan&icon=2&tag={$linkt}&monat={$linkm}&jahr={$linky}" aria-label="Skip to main navigation">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{else}
|
|
<a class="btn btn-primary disabled" href="?s=list_tagplan&icon=2&tag={$linkt}&monat={$linkm}&jahr={$linky}" aria-label="Skip to main navigation">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{/if}
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="col-md-4">
|
|
<div class="panel panel-default">
|
|
<header class="panel-heading"><h2 class="panel-title"><span style='font-size:12pt;line-height:100%; color:#4F81BD'>Mitarbeiterlisten</span></h2></header>
|
|
<section class="panel-body">
|
|
<table class="table-hover-striped">
|
|
<tbody>
|
|
<tr>
|
|
<td nowrap align="left" style="width:200px;font-size:12pt">
|
|
<form action="" method="post">
|
|
<select name="list" style="width:150px;" >
|
|
{foreach from=$row_fahrer_array item=allfahrer}
|
|
{html_options values=$allfahrer.id output=$allfahrer.name}
|
|
{/foreach}
|
|
</select>
|
|
</td>
|
|
<td align="right">
|
|
<a class="btn btn-danger" target="_pdf" onClick="javascript:open('', '_pdf', 'height=800,width=600,resizable=yes')"
|
|
href="?s=list_ma_simple&jahr={$allfahrer.id}" aria-label="Settings" type=submit>
|
|
<i class="fa fa-file-pdf-o fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
<a class="btn btn-default" href="?s=list_ma_simple" aria-label="Skip to main navigation">
|
|
<i class="fa fa-download fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
</form>
|
|
</td>
|
|
</tr>
|
|
<!-- --------------------------- 2. Zeile -->
|
|
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
<!-- --------------------------- Kaufland -->
|
|
<div class="row fluid">
|
|
<div class="col-md-4">
|
|
<div class="panel panel-default">
|
|
<header class="panel-heading"><h2 class="panel-title"><span style='font-size:14pt;line-height:10px; color:#4F81BD'>Kaufland {$wahl_kw}.KW/{$linky}</span></h2></header>
|
|
<section class="panel-body">
|
|
<table class="full no style" style="line-height:50px;">
|
|
<tbody>
|
|
<tr>
|
|
<td nowrap style="width:200px;font-size:14pt">Einsatzplanung</td>
|
|
<td align="right">
|
|
<a class="btn btn-danger" target="_pdf" onClick="javascript:open('', '_pdf', 'height=800,width=600,resizable=yes')"
|
|
href="?s=list_kaufland&icon=0&kw={$wahl_kw}&jahr={$linky}" aria-label="Settings">
|
|
<i class="fa fa-file-pdf-o fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
|
|
<a class="btn btn-default" href="?s=list_kaufland&icon=1&kw={$wahl_kw}&jahr={$linky}" aria-label="Delete">
|
|
<i class="fa fa-download fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
{if $kw == $wahl_kw}
|
|
<a class="btn btn-primary" href="?s=list_kaufland&icon=2&kw={$wahl_kw}&jahr={$linky}" aria-label="Skip to main navigation">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{else}
|
|
<a class="btn btn-primary disabled" href="?s=list_kaufland&icon=2&kw={$wahl_kw}&jahr={$linky}" aria-label="Skip to main navigation">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{/if}
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
<!-- --------------------------- Saso 2020 Einsatzplan-->
|
|
|
|
<div class="col-md-4">
|
|
<div class="panel panel-default">
|
|
<header class="panel-heading"><h2 class="panel-title"><span style='font-size:14pt;line-height:10px; color:#4F81BD'>Saso 2020 {$wahl_kw}.KW/{$linky}</span></h2></header>
|
|
<section class="panel-body">
|
|
<table class="full no style" style="line-height:50px;">
|
|
<tbody>
|
|
<tr>
|
|
<td nowrap style="width:200px;font-size:14pt">Einsatzplanung</td>
|
|
<!-- --------------------------- Einsatzplanung -->
|
|
<td align="right">
|
|
<a class="btn btn-danger" target="_pdf" onClick="javascript:open('', '_pdf', 'height=800,width=600,resizable=yes')"
|
|
href="?s=list_saso2020&icon=0&kw={$wahl_kw}&jahr={$linky}" aria-label="Settings">
|
|
<i class="fa fa-file-pdf-o fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
|
|
<a class="btn btn-default" href="?s=list_saso2020&icon=1&kw={$wahl_kw}&jahr={$linky}" aria-label="Delete">
|
|
<i class="fa fa-download fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
</a>
|
|
{if $kw == $wahl_kw}
|
|
<a class="btn btn-primary" href="?s=list_saso2020&icon=2&kw={$wahl_kw}&jahr={$linky}" aria-label="Skip to main navigation">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{else}
|
|
<a class="btn btn-primary disabled" href="?s=list_saso2020&icon=2&kw={$wahl_kw}&jahr={$linky}" aria-label="Skip to main navigation">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{/if}
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
<!-- --------------------------- Saso 2020 Infoliste Frank-->
|
|
|
|
<div class="col-md-4">
|
|
<div class="panel panel-default">
|
|
<header class="panel-heading"><h2 class="panel-title"><span style='font-size:14pt;line-height:10px; color:#4F81BD'>Saso 2020 {$wahl_kw}.KW/{$linky}</span></h2></header>
|
|
<section class="panel-body">
|
|
<table class="full no style" style="line-height:50px;">
|
|
<tbody>
|
|
<tr>
|
|
<td nowrap style="width:200px;font-size:14pt">U.-Liste</td>
|
|
<!-- --------------------------- Einsatzplanung -->
|
|
<td align="right">
|
|
<a class="btn btn-danger" target="_pdf" onClick="javascript:open('', '_pdf', 'height=800,width=600,resizable=yes')"
|
|
href="?s=list_saso2020u&icon=0&kw={$wahl_kw}&jahr={$linky}" aria-label="Settings">
|
|
<i class="fa fa-file-pdf-o fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
|
|
<a class="btn btn-default" href="?s=list_saso2020u&icon=1&kw={$wahl_kw}&jahr={$linky}" aria-label="Delete">
|
|
<i class="fa fa-download fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
</a>
|
|
{if $kw == $wahl_kw}
|
|
<a class="btn btn-primary" href="?s=list_saso2020u&icon=2&kw={$wahl_kw}&jahr={$linky}" aria-label="Skip to main navigation">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{else}
|
|
<a class="btn btn-primary disabled" href="?s=list_saso2020&icon=2&kw={$wahl_kw}&jahr={$linky}" aria-label="Skip to main navigation">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{/if}
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<!-- --------------------------- R-ZTour -->
|
|
<div class="row fluid">
|
|
<div class="col-md-4">
|
|
<div class="panel panel-default">
|
|
<header class="panel-heading"><h2 class="panel-title"><span style='font-size:14pt;line-height:10px; color:#4F81BD'>RTour - {$wahl_kw}.KW / {$vdatum}</span></h2></header>
|
|
<section class="panel-body">
|
|
<table class="full no style" style="line-height:50px;">
|
|
<tbody>
|
|
<tr>
|
|
<td nowrap style="width:200px;font-size:14pt">RTour {$vdatum}</td>
|
|
<!-- --------------------------- Einsatzplanung -->
|
|
<td align="right">
|
|
<a class="btn btn-danger" target="_pdf" onClick="javascript:open('', '_pdf', 'height=800,width=600,resizable=yes')"
|
|
href="?s=list_rpin2&icon=0&tag={$linkt}&monat={$linkm}&jahr={$linky}" aria-label="Settings">
|
|
<i class="fa fa-file-pdf-o fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
|
|
<a class="btn btn-default" href="?s=list_rpin2&icon=1&tag={$linkt}&monat={$linkm}&jahr={$linky}" aria-label="Delete">
|
|
<i class="fa fa-download fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
{if $kw == $wahl_kw}
|
|
<a class="btn btn-primary" href="?s=list_rpin2&icon=2&tag={$linkt}&monat={$linkm}&jahr={$linky}" aria-label="Skip to main navigation">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{else}
|
|
<a class="btn btn-primary disabled" href="?s=list_rpin2&icon=2&tag={$linkt}&monat={$linkm}&jahr={$linky}" aria-label="Skip to main navigation">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{/if}
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
<!-- --------------------------- rtour pro tag -->
|
|
<tr>
|
|
<td nowrap style="width:200px;font-size:14pt">Rtour {$wahl_kw}.KW {$linky}</td>
|
|
|
|
<td align="right">
|
|
<a class="btn btn-danger" target="_pdf" onClick="javascript:open('', '_pdf', 'height=800,width=600,resizable=yes')"
|
|
href="?s=list_rpin1&icon=0&kw={$wahl_kw}&jahr={$linky}" aria-label="Settings">
|
|
<i class="fa fa-file-pdf-o fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
|
|
<a class="btn btn-default" href="?s=list_rpin1&icon=1&kw={$wahl_kw}&jahr={$linky}" aria-label="save">
|
|
<i class="fa fa-download fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
{if $kw == $wahl_kw}
|
|
<a class="btn btn-primary" href="?s=list_rpin1&icon=2&kw={$wahl_kw}&jahr={$linky}" aria-label="mail send">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{else}
|
|
<a class="btn btn-primary disabled" href="?s=list_rpin1&icon=2&kw={$wahl_kw}&jahr={$linky}" aria-label="mail send">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{/if}
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<!-- --------------------------- PIN AG -->
|
|
|
|
<div class="col-md-4">
|
|
<div class="panel panel-default">
|
|
<header class="panel-heading"><h2 class="panel-title"><span style='font-size:14pt;line-height:10px; color:#4F81BD'>LVZ POST AG - {$wahl_kw}.KW / {$vdatum}</span></h2></header>
|
|
<section class="panel-body">
|
|
<table class="full no style" style="line-height:50px;">
|
|
<tbody>
|
|
<tr>
|
|
<td nowrap style="width:200px;font-size:14pt">PIN AG {$vdatum}</td>
|
|
<!-- --------------------------- Einsatzplanung -->
|
|
<td align="right">
|
|
<a class="btn btn-danger" target="_pdf" onClick="javascript:open('', '_pdf', 'height=800,width=600,resizable=yes')"
|
|
href="?s=list_pinag2&icon=0&tag={$linkt}&monat={$linkm}&jahr={$linky}" aria-label="Settings">
|
|
<i class="fa fa-file-pdf-o fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
|
|
<a class="btn btn-default" href="?s=list_pinag2&icon=1&tag={$linkt}&monat={$linkm}&jahr={$linky}" aria-label="Delete">
|
|
<i class="fa fa-download fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
{if $kw == $wahl_kw}
|
|
<a class="btn btn-primary" href="?s=list_pinag2&icon=2&tag={$linkt}&monat={$linkm}&jahr={$linky}" aria-label="Skip to main navigation">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{else}
|
|
<a class="btn btn-primary disabled" href="?s=list_pinag2&icon=2&tag={$linkt}&monat={$linkm}&jahr={$linky}" aria-label="Skip to main navigation">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{/if}
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
<!-- --------------------------- rtour pro tag -->
|
|
<tr>
|
|
<td nowrap style="width:200px;font-size:14pt">PIN AG {$wahl_kw}.KW {$linky}</td>
|
|
|
|
<td align="right">
|
|
<a class="btn btn-danger" target="_pdf" onClick="javascript:open('', '_pdf', 'height=800,width=600,resizable=yes')"
|
|
href="?s=list_pinag1&icon=0&kw={$wahl_kw}&jahr={$linky}" aria-label="Settings">
|
|
<i class="fa fa-file-pdf-o fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
|
|
<a class="btn btn-default" href="?s=list_pinag1&icon=1&kw={$wahl_kw}&jahr={$linky}" aria-label="save">
|
|
<i class="fa fa-download fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
{if $kw == $wahl_kw}
|
|
<a class="btn btn-primary" href="?s=list_pinag1&icon=2&kw={$wahl_kw}&jahr={$linky}" aria-label="mail send">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{else}
|
|
<a class="btn btn-primary disabled" href="?s=list_pinag1&icon=2&kw={$wahl_kw}&jahr={$linky}" aria-label="mail send">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{/if}
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="col-md-4">
|
|
<div class="panel panel-default">
|
|
<header class="panel-heading"><h2 class="panel-title"><span style='font-size:12pt;line-height:100%; color:#4F81BD'>Paletten Ag-Touren</span></h2></header>
|
|
<section class="panel-body">
|
|
<table class="table-hover-striped">
|
|
<tbody>
|
|
<tr>
|
|
<td nowrap style="width:200px;font-size:14pt">PIN Pal. {$wahl_kw}.KW {$linky}</td>
|
|
|
|
<td align="right">
|
|
<a class="btn btn-danger" target="_pdf" onClick="javascript:open('', '_pdf', 'height=800,width=600,resizable=yes')"
|
|
href="?s=list_pinpal1&icon=0&kw={$wahl_kw}&jahr={$linky}" aria-label="Settings">
|
|
<i class="fa fa-file-pdf-o fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
|
|
<a class="btn btn-default" href="?s=list_pinpal1&icon=1&kw={$wahl_kw}&jahr={$linky}" aria-label="save">
|
|
<i class="fa fa-download fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
<a class="btn btn-primary" href="?s=list_pinpal1&icon=2&kw={$wahl_kw}&jahr={$linky}" aria-label="mail send">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
<!-- --------------------------- freies Fenster -->
|
|
<tr>
|
|
<td nowrap style="width:200px;font-size:14pt">PIN Pal. {$linkm}/{$linky}</td>
|
|
|
|
<td align="right">
|
|
<a class="btn btn-danger" target="_pdf" onClick="javascript:open('', '_pdf', 'height=800,width=600,resizable=yes')"
|
|
href="?s=list_pinpal2&icon=0&monat={$linkm}&jahr={$linky}" aria-label="Settings">
|
|
<i class="fa fa-file-pdf-o fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
|
|
<a class="btn btn-default" href="?s=list_pinpal2&icon=1&monat={$linkm}&jahr={$linky}" aria-label="save">
|
|
<i class="fa fa-download fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
<a class="btn btn-primary" href="?s=list_pinpal2&icon=2&monat={$linkm}&jahr={$linky}" aria-label="mail send">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- --------------------------- Sonder-Listen -->
|
|
<div class="row fluid">
|
|
<div class="col-md-4">
|
|
<div class="panel panel-default">
|
|
<header class="panel-heading"><h2 class="panel-title"><span style='font-size:14pt;line-height:10px; color:#4F81BD'>Sonder-Listen {$wahl_kw}.KW/{$linky}</span></h2></header>
|
|
<section class="panel-body">
|
|
<table class="full no style" style="line-height:50px;">
|
|
<tbody>
|
|
<tr>
|
|
<td nowrap style="width:200px;font-size:14pt">Werbeliste {$wahl_kw}.KW</td>
|
|
<!-- --------------------------- Einsatzplanung -->
|
|
<td align="right">
|
|
<a class="btn btn-danger" target="_pdf" onClick="javascript:open('', '_pdf', 'height=800,width=600,resizable=yes')"
|
|
href="?s=list_komplett&icon=0&kw={$wahl_kw}&jahr={$linky}" aria-label="Settings">
|
|
<i class="fa fa-file-pdf-o fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
|
|
<a class="btn btn-default" href="?s=list_komplett&icon=1&kw={$wahl_kw}&jahr={$linky}" aria-label="Delete">
|
|
<i class="fa fa-download fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
{if $kw == $wahl_kw}
|
|
<a class="btn btn-primary" href="?s=list_komplett&icon=2&kw={$wahl_kw}&jahr={$linky}" aria-label="mail send">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{else}
|
|
<a class="btn btn-primary disabled" href="?s=list_komplett&icon=2&kw={$wahl_kw}&jahr={$linky}" aria-label="mail send">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{/if}
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
<!-- --------------------------- -->
|
|
<tr>
|
|
<td nowrap style="width:200px;font-size:14pt">Ges.Liste {$linkm}/{$linky}</td>
|
|
<!-- --------------------------- Einsatzplanung -->
|
|
<td align="right">
|
|
<a class="btn btn-danger" target="_pdf" onClick="javascript:open('', '_pdf', 'height=800,width=600,resizable=yes')"
|
|
href="?s=list_monat&icon=0&monat={$linkm}&jahr={$linky}" aria-label="Settings">
|
|
<i class="fa fa-file-pdf-o fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
|
|
<a class="btn btn-default" href="?s=list_monat&icon=1&monat={$linkm}&jahr={$linky}" aria-label="Delete">
|
|
<i class="fa fa-download fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
{if $kw == $wahl_kw}
|
|
<a class="btn btn-primary" href="?s=list_monat&icon=2&monat={$linkm}&jahr={$linky}" aria-label="mail send">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{else}
|
|
<a class="btn btn-primary disabled" href="?s=list_monat&icon=2&monat={$linkm}&jahr={$linky}" aria-label="mail send">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{/if}
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="col-md-4">
|
|
<div class="panel panel-default">
|
|
<header class="panel-heading"><h2 class="panel-title"><span style='font-size:12pt;line-height:100%; color:#4F81BD'>Fahrzeugliste</span></h2></header>
|
|
<section class="panel-body">
|
|
<table class="full no style" style="line-height:50px;">
|
|
<tbody>
|
|
<tr>
|
|
<td nowrap style="width:200px;font-size:14pt">Fahrzeugliste aktiv</td>
|
|
<!-- --------------------------- Einsatzplanung -->
|
|
<td align="right">
|
|
<a class="btn btn-danger" target="_pdf" onClick="javascript:open('', '_pdf', 'height=800,width=600,resizable=yes')"
|
|
href="?s=list_car" aria-label="Settings">
|
|
<i class="fa fa-file-pdf-o fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
<a class="btn btn-default" href="?s=list_car&icon=1" aria-label="Delete">
|
|
<i class="fa fa-download fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
<!-- --------------------------- -->
|
|
<tr>
|
|
<td nowrap style="width:200px;font-size:14pt">Fahrzeug einzeln</td>
|
|
<!-- --------------------------- Einsatzplanung -->
|
|
<td align="right">
|
|
<a class="btn btn-danger" target="_pdf" onClick="javascript:open('', '_pdf', 'height=800,width=600,resizable=yes')"
|
|
href="?s=list_cargesamt&icon=0" aria-label="Settings">
|
|
<i class="fa fa-file-pdf-o fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
|
|
<a class="btn btn-default" href="?s=list_cargesamt&icon=1" aria-label="Delete">
|
|
<i class="fa fa-download fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
<!-- --------------------------- FAZ-Listen -->
|
|
<div class="row fluid">
|
|
<div class="col-md-4">
|
|
<div class="panel panel-default">
|
|
<header class="panel-heading"><h2 class="panel-title"><span style='font-size:14pt;line-height:10px; color:#4F81BD'>FAZ-Listen {$wahl_kw}.KW/{$linky}</span></h2></header>
|
|
<section class="panel-body">
|
|
<table class="full no style" style="line-height:50px;">
|
|
<tbody>
|
|
<tr>
|
|
<td nowrap style="width:200px;font-size:14pt">Einsatzplan {$wahl_kw}.KW</td>
|
|
<!-- --------------------------- Einsatzplanung -->
|
|
<td align="right">
|
|
<a class="btn btn-danger" target="_pdf" onClick="javascript:open('', '_pdf', 'height=800,width=600,resizable=yes')"
|
|
href="?s=list_fazeinsatz&icon=0&kw={$wahl_kw}&jahr={$linky}" aria-label="Settings">
|
|
<i class="fa fa-file-pdf-o fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
|
|
<a class="btn btn-default" href="?s=list_fazeinsatz&icon=1&kw={$wahl_kw}&jahr={$linky}" aria-label="Delete">
|
|
<i class="fa fa-download fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
{if $kw == $wahl_kw}
|
|
<a class="btn btn-primary" href="?s=list_fazeinsatz&icon=2&kw={$wahl_kw}&jahr={$linky}" aria-label="mail send">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{else}
|
|
<a class="btn btn-primary disabled" href="?s=list_fazeinsatz&icon=2&kw={$wahl_kw}&jahr={$linky}" aria-label="mail send">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{/if}
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
<!-- --------------------------- -->
|
|
<tr>
|
|
<td nowrap style="width:200px;font-size:14pt">Ges.Liste {$linkm}/{$linky}</td>
|
|
<!-- --------------------------- Einsatzplanung -->
|
|
<td align="right">
|
|
<a class="btn btn-danger" target="_pdf" onClick="javascript:open('', '_pdf', 'height=800,width=600,resizable=yes')"
|
|
href="?s=list_faz_g&icon=0&kw={$wahl_kw}&jahr={$linky}" aria-label="Settings">
|
|
<i class="fa fa-file-pdf-o fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
|
|
<a class="btn btn-default" href="?s=list_faz_g&icon=1&kw={$wahl_kw}&jahr={$linky}" aria-label="Delete">
|
|
<i class="fa fa-download fa-ls" aria-hidden="true"></i>
|
|
</a>
|
|
{if $kw == $wahl_kw}
|
|
<a class="btn btn-primary" href="?s=list_faz_g&icon=2&kw={$wahl_kw}&jahr={$linky}" aria-label="mail send">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{else}
|
|
<a class="btn btn-primary disabled" href="?s=list_faz_g&icon=2&kw={$wahl_kw}&jahr={$linky}" aria-label="mail send">
|
|
<i class="fa fa-envelope-o fa-ls" aria-hidden="true"></i>
|
|
{/if}
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
|
|
</div> </div>
|
|
<!-- href="?s=list_ma_simple&jahr={$allfahrer.id}"
|
|
|
|
|
|
<a align="right" class="btn btn-danger" target="_pdf" onClick="javascript:open('', '_pdf', 'height=800,width=600,resizable=yes')"
|
|
href="?s=list_faz_w&kw={$wahl_kw}&jahr={$linky}&fazid=" aria-label="Settings">
|
|
<i class="fa fa-file-pdf-o fa-ls" aria-hidden="true"></i>
|
|
|
|
|
|
-->
|
|
<script> var jahr = '{$linky}';</script>
|
|
{literal}
|
|
<script>
|
|
function save_id(kw,jahr) {
|
|
// alert($("#faz_").val());
|
|
// $("#faz_div").html(); // wert lesen
|
|
$("#faz_div").html('<a align="right" class="btn btn-danger" target="_pdf" onClick="javascript:open(\'\', \'_pdf\', \'height=800,width=600,resizable=yes\')" href="?s=list_faz_w&kw={/literal}{$wahl_kw}&jahr={$linky}{literal}&fazid='+$("#faz_").val()+'" aria-label="Settings"><i class="fa fa-file-pdf-o fa-ls" aria-hidden="true"></i></a>');
|
|
|
|
}
|
|
</script>
|
|
<script>
|
|
$(document).ready(function(){
|
|
var date_input=$('input[name="date"]'); //our date input has the name "date"
|
|
var container=$('.bootstrap-iso form').length>0 ? $('.bootstrap-iso form').parent() : "body";
|
|
date_input.datepicker({
|
|
language: "de",
|
|
daysOfWeekHighlighted: "0",
|
|
calendarWeeks: true,
|
|
autoclose: true,
|
|
orientation: "bottom auto",
|
|
beforeShowYear: function (date){
|
|
if (date.getFullYear()) {
|
|
return date.getFullYear;
|
|
}
|
|
},
|
|
todayHighlight: true,
|
|
})
|
|
})
|
|
</script>
|
|
{/literal} |