231 lines
No EOL
9.9 KiB
Smarty
231 lines
No EOL
9.9 KiB
Smarty
<!DOCTYPE html> <html lang="de" style="background-color: #333333">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<title>| JB-Transport.de - </title>
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="row sortable">
|
|
<div class="col-md-6">
|
|
<div class="panel panel-default">
|
|
<header class="panel-heading"><h2 class="panel-title">Info 1</span></h2></header>
|
|
<section class="panel-body">
|
|
<table class="no-style full">
|
|
<thead>
|
|
{foreach from=$n8_tour1 item=n8_tour1}
|
|
<tr>
|
|
<!-- <td><a href="?s=pwtag&id={$tourenlist.id}&jahr={$jahr}&monat={$monat}" title="Kicke zum auswälen" >{$n8_tour1.tour}</a></td> -->
|
|
<td style="width:80px">{$n8_tour1.time|date_format:"%d.%m.%Y"}</td>
|
|
<td style="width:70px">{$n8_tour1.time|date_format:"%H:%M Uhr"}</td>
|
|
<td style="width:120px">{$n8_tour1.tour}</td>
|
|
<td style="width:180px">{$n8_tour1.fahrer}</td>
|
|
<td style="width:80px">{$n8_tour1.kennz}</td>
|
|
</tr>
|
|
{/foreach}
|
|
</thead>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="col-md-6">
|
|
<div class="panel panel-default">
|
|
<header class="panel-heading"><h2 class="panel-title">Info 2</span></h2></header>
|
|
<section class="panel-body">
|
|
<table class="no-style full">
|
|
<thead>
|
|
{foreach from=$n8_tour2 item=n8_tour1}
|
|
<tr>
|
|
<!-- <td><a href="?s=pwtag&id={$tourenlist.id}&jahr={$jahr}&monat={$monat}" title="Kicke zum auswälen" >{$n8_tour1.tour}</a></td> -->
|
|
<td style="width:80px">{$n8_tour1.time|date_format:"%d.%m.%Y"}</td>
|
|
<td style="width:70px">{$n8_tour1.time|date_format:"%H:%M Uhr"}</td>
|
|
<td style="width:120px">{$n8_tour1.tour}</td>
|
|
<td style="width:180px">{$n8_tour1.fahrer}</td>
|
|
<td style="width:80px">{$n8_tour1.kennz}</td>
|
|
</tr>
|
|
{/foreach}
|
|
</thead>
|
|
</table>
|
|
</section>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Sidebar -->
|
|
|
|
<aside class="col-md-4">
|
|
<!-- Doppelbelegung Nachts -->
|
|
{if $belegung>0}
|
|
<div id="rightmenu" class="panel panel-danger">
|
|
<header class="panel-heading"><h2 class="panel-title"><span style='font-size:12pt;line-height:100%; color:#4F81BD'>Doppelbelegung N8</h2></header>
|
|
<div class="panel-body">
|
|
<dl>
|
|
<table class="no-style full">
|
|
<tbody> {foreach from=$beleg_data item=beleg_data }
|
|
<tr>
|
|
<td> <b>{$beleg_data.datum}</td>
|
|
<!-- <td> <b>{$beleg_data.datum|date_format:"%d:%m:%y"}</td>
|
|
<td> <b>{$beleg_data.fahrer}</td> -->
|
|
<td> <b>{$beleg_data.info}</td>
|
|
</tr>
|
|
</tbody> {/foreach}
|
|
</table>
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- Kalender in Sidebar -->
|
|
{/if}
|
|
<div id="rightmenu" class="panel panel-default">
|
|
<header class="panel-heading"><h2 class="panel-title"><span style='font-size:12pt;line-height:100%; color:#4F81BD'>Kalender für heute {$day1}</h2></header>
|
|
<div class="panel-body">
|
|
<dl>
|
|
<table class="no-style full">
|
|
<tbody> {foreach from=$maf1 item=maf1 }
|
|
<tr>
|
|
<td nowrap style="width:30px;font-size:10pt"> <img src="/template/images/icon/{$maf1.icon}" width="16" height="16"/></td>
|
|
<td nowrap style="width:180px;font-size:10pt"> <b>{$maf1.fahrer}</td>
|
|
<td nowrap style="width:180px;font-size:10pt"> <b>{$maf1.bez}</td>
|
|
</tr>
|
|
</tbody> {/foreach}
|
|
</table>
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
<div id="rightmenu" class="panel panel-default">
|
|
<header class="panel-heading"><h2 class="panel-title"><span style='font-size:12pt;line-height:100%; color:#4F81BD'>Kalender für morgen {$day2}</h2></header>
|
|
<div class="panel-body">
|
|
<dl>
|
|
<table class="no-style full">
|
|
<tbody> {foreach from=$maf2 item=maf2 }
|
|
<tr>
|
|
<td nowrap style="width:30px;font-size:10pt"> <img src="/template/images/icon/{$maf2.icon}" width="16" height="16"/></td>
|
|
<td nowrap style="width:180px;font-size:10pt"> <b>{$maf2.fahrer}</td>
|
|
<td nowrap style="width:180px;font-size:10pt"> <b>{$maf2.bez}</td>
|
|
</tr>
|
|
</tbody> {/foreach}
|
|
</table>
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
<div id="rightmenu" class="panel panel-default">
|
|
<header class="panel-heading"><h2 class="panel-title"><span style='font-size:12pt;line-height:100%; color:#4F81BD'>Kalender für {$day3}</h2></header>
|
|
<div class="panel-body">
|
|
<dl>
|
|
<table class="no-style full">
|
|
<tbody> {foreach from=$maf3 item=maf3 }
|
|
<tr>
|
|
<td nowrap style="width:30px;font-size:10pt"> <img src="/template/images/icon/{$maf3.icon}" width="16" height="16"/></td>
|
|
<td nowrap style="width:180px;font-size:10pt"> <b>{$maf3.fahrer}</td>
|
|
<td nowrap style="width:180px;font-size:10pt"> <b>{$maf3.bez}</td>
|
|
</tr>
|
|
</tbody> {/foreach}
|
|
</table>
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
<div id="rightmenu" class="panel panel-default">
|
|
<header class="panel-heading"><h2 class="panel-title"><span style='font-size:12pt;line-height:100%; color:#4F81BD'>Kalender für {$day4}</h2></header>
|
|
<div class="panel-body">
|
|
<dl>
|
|
<table class="no-style full">
|
|
<tbody> {foreach from=$maf4 item=maf4 }
|
|
<tr>
|
|
<td nowrap style="width:30px;font-size:10pt"> <img src="/template/images/icon/{$maf4.icon}" width="16" height="16"/></td>
|
|
<td nowrap style="width:180px;font-size:10pt"> <b>{$maf4.fahrer}</td>
|
|
<td nowrap style="width:180px;font-size:10pt"> <b>{$maf4.bez}</td>
|
|
</tr>
|
|
</tbody> {/foreach}
|
|
</table>
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
<div id="rightmenu" class="panel panel-default">
|
|
<header class="panel-heading"><h2 class="panel-title"><span style='font-size:12pt;line-height:100%; color:#4F81BD'>Kalender für {$day5}</h2></header>
|
|
<div class="panel-body">
|
|
|
|
<table class="no-style full">
|
|
<tbody> {foreach from=$maf5 item=maf5 }
|
|
<tr>
|
|
<td nowrap style="width:30px;font-size:10pt"> <img src="/template/images/icon/{$maf5.icon}" width="16" height="16"/></td>
|
|
<td nowrap style="width:180px;font-size:10pt"> <b>{$maf5.fahrer}</td>
|
|
<td nowrap style="width:180px;font-size:10pt"> <b>{$maf5.bez}</td>
|
|
</tr>
|
|
</tbody> {/foreach}
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="rightmenu" class="panel panel-default">
|
|
<header class="panel-heading"><h2 class="panel-title"><span style='font-size:12pt;line-height:100%; color:#4F81BD'>Kalender für {$day6}</h2></header>
|
|
<div class="panel-body">
|
|
<dl>
|
|
<table class="no-style full">
|
|
<tbody> {foreach from=$maf6 item=maf6}
|
|
<tr>
|
|
<td nowrap style="width:30px;font-size:10pt"> <img src="/template/images/icon/{$maf6.icon}" width="16" height="16"/></td>
|
|
<td nowrap style="width:180px;font-size:10pt"> <b>{$maf6.fahrer}</td>
|
|
<td nowrap style="width:180px;font-size:10pt"> <b>{$maf6.bez}</td>
|
|
</tr>
|
|
</tbody> {/foreach}
|
|
</table>
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
<div id="rightmenu" class="panel panel-default">
|
|
<header class="panel-heading"><h2 class="panel-title"><span style='font-size:12pt;line-height:100%; color:#4F81BD'>Kalender für {$day7}</h2></header>
|
|
<div class="panel-body">
|
|
<dl>
|
|
<section>
|
|
<table class="no-style full">
|
|
<tbody> {foreach from=$maf7 item=maf7}
|
|
<tr>
|
|
<td nowrap style="width:30px;font-size:10pt"> <img src="/template/images/icon/{$maf7.icon}" width="16" height="16"/></td>
|
|
<td nowrap style="width:180px;font-size:10pt"> <b>{$maf7.fahrer}</td>
|
|
<td nowrap style="width:180px;font-size:10pt"> <b>{$maf7.bez}</td>
|
|
</tr>
|
|
</tbody> {/foreach}
|
|
</table>
|
|
</dl>
|
|
</section>
|
|
</div>
|
|
</aside> |