115 lines
4.8 KiB
Smarty
115 lines
4.8 KiB
Smarty
<head>
|
|
{literal}
|
|
<script>
|
|
$.ajax({
|
|
type : "POST",
|
|
url : 'ajax.php?s=kal_1&tpl',
|
|
cache : false,
|
|
data : {
|
|
},
|
|
dataType : "html",
|
|
success : function(data){
|
|
$("#kal_1").html(data);
|
|
},
|
|
});
|
|
$.ajax({
|
|
type : "POST",
|
|
url : 'ajax.php?s=kal_2&tpl',
|
|
cache : false,
|
|
data : {
|
|
},
|
|
dataType : "html",
|
|
success : function(data){
|
|
$("#kal_2").html(data);
|
|
},
|
|
});
|
|
</script>
|
|
{/literal}
|
|
<!DOCTYPE html> <html lang="de">
|
|
<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-8">
|
|
<div class="panel panel-warning">
|
|
<header class="panel-heading"><h2 class="panel-title">LVZ-Logistik (PIN-Rtour) {$datum1}</span></h2></header>
|
|
<section class="panel-body">
|
|
<table class="table-hover">
|
|
<thead>
|
|
<tr>
|
|
<th style="width:90px;font-size:11pt" align="left">Tour</th>
|
|
<th style="width:80px;font-size:11pt" align="left">Zeit</th>
|
|
<th style="width:200px;font-size:11pt" >Fahrer</th>
|
|
<th style="width:140px;font-size:11pt" >Fahrzeug</th>
|
|
<th style="width:300px;font-size:11pt">Info</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
{foreach from=$pin_tour1 item=tour}
|
|
<tr>
|
|
<td nowrap style="font-size:11pt"> <b>{$tour.tour}</td>
|
|
<td nowrap style="font-size:11pt"> <b>{$tour.zeit} Uhr</td>
|
|
<td nowrap style="font-size:11pt"> <b>{$tour.fahrer}</td>
|
|
<td nowrap style="font-size:11pt"> <b>{$tour.kennz}</td>
|
|
<td nowrap style="font-size:11pt"> <b>{$tour.infotext}</td>
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
|
|
</div>
|
|
<div class="panel panel-warning">
|
|
<header class="panel-heading"><h2 class="panel-title">LVZ-Logistik (PIN-Rtour) {$datum2}</span></h2></header>
|
|
<section class="panel-body">
|
|
<table class="no-style full">
|
|
<thead>
|
|
<tr>
|
|
<th style="width:90px;font-size:11pt" align="left">Tour</th>
|
|
<th style="width:80px;font-size:11pt" align="left">Zeit</th>
|
|
<th style="width:200px;font-size:11pt" >Fahrer</th>
|
|
<th style="width:140px;font-size:11pt" >Fahrzeug</th>
|
|
<th style="width:300px;font-size:11pt">Info</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
{foreach from=$pin_tour2 item=tour}
|
|
<tr>
|
|
<td nowrap style="font-size:11pt"> <b>{$tour.tour}</td>
|
|
<td nowrap style="font-size:11pt"> <b>{$tour.zeit} Uhr</td>
|
|
<td nowrap style="font-size:11pt"> <b>{$tour.fahrer}</td>
|
|
<td nowrap style="font-size:11pt"> <b>{$tour.kennz}</td>
|
|
<td nowrap style="font-size:11pt"> <b>{$tour.infotext}</td>
|
|
</tr>
|
|
{/foreach}
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- -------------------------------------->
|
|
<!-- Sidebar -->
|
|
<aside class="col-md-4">
|
|
<div id="rightmenu" class="panel panel-default">
|
|
<header class="panel-heading"><h2 class="panel-title">Auswahl anzeigen</h2></header>
|
|
<div class="panel-body">
|
|
<table class="no-style full">
|
|
<tbody>
|
|
<td><a class="btn btn-primary btn-block" href="?s=rpin1">Kalenderwoche</a></td>
|
|
<td> </td>
|
|
<td><a class="btn btn-primary btn-block" href="?s=rpin2">ganzer Monat</a></td>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<!-- -------------------------------- fehlende Mitarbeiter heute -->
|
|
<div id="kal_1" style="text-align:center;"></div>
|
|
<!-- -------------------------------- fehlende Mitarbeiter morgen -->
|
|
<div id="kal_2" style="text-align:center;"></div>
|
|
</aside>
|
|
|
|
<!-- Sidebar End -->
|
|
|
|
|
|
|