jb-data.de/template/tpl/ue_home_2019_1.tpl
2025-08-11 22:23:30 +02:00

597 lines
16 KiB
Smarty

{literal}
<script type="text/javascript">
$.ajax({
type : "POST",
url : 'ajax.php?s=ip_status&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#ip_status").html(data);
},
});
$.ajax({
type : "POST",
url : 'ajax.php?s=ue_planung1&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#plan1").html(data);
},
});
$.ajax({
type : "POST",
url : 'ajax.php?s=ue_planung2&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#plan2").html(data);
},
});
$.ajax({
type : "POST",
url : 'ajax.php?s=ue_planung3&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#plan3").html(data);
},
});
$.ajax({
type : "POST",
url : 'ajax.php?s=ue_planung4&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#plan4").html(data);
},
});
$.ajax({
type : "POST",
url : 'ajax.php?s=ue_planung98&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#plan8").html(data);
},
});
$.ajax({
type : "POST",
url : 'ajax.php?s=ue_planung99&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#plan9").html(data);
},
});
$.ajax({
type : "POST",
url : 'ajax.php?s=infop&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#infop").html(data);
},
});
$.ajax({
type : "POST",
url : 'ajax.php?s=infos&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#infos").html(data);
},
});
$.ajax({
type : "POST",
url : 'ajax.php?s=fstatus&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#huau").html(data);
},
});
$.ajax({
type : "POST",
url : 'ajax.php?s=kal_ue_1&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#kal_1").html(data);
},
});
$.ajax({
type : "POST",
url : 'ajax.php?s=kal_ue_2&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#kal_2").html(data);
},
});
$.ajax({
type : "POST",
url : 'ajax.php?s=kal_nw&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#kal_nw").html(data);
},
});
$.ajax({
type : "POST",
url : 'ajax.php?s=login_edv&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#maonline").html(data);
},
});
$.ajax({
type : "POST",
url : 'ajax.php?s=conline&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#conline").html(data);
},
});
$.ajax({
type : "POST",
url : 'ajax.php?s=tuerlog&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#tlog").html(data);
},
});
$.ajax({
type : "POST",
url : 'ajax.php?s=tuerlog2&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#tlog2").html(data);
},
});
$.ajax({
type : "POST",
url : 'ajax.php?s=syslog&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#sys_log").html(data);
},
});
$.ajax({
type : "POST",
url : 'ajax.php?s=smslog&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#smslog").html(data);
},
});
$.ajax({
type : "POST",
url : 'ajax.php?s=system&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#slog").html(data);
},
});
var refreshId = setInterval(function() {
$.ajax({
type : "POST",
url : 'ajax.php?s=ue_planung1&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#plan1").html(data);
},
})
}, 100000);
var refreshId = setInterval(function() {
$.ajax({
type : "POST",
url : 'ajax.php?s=ue_planung2&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#plan2").html(data);
},
})
}, 105000);
var refreshId = setInterval(function() {
$.ajax({
type : "POST",
url : 'ajax.php?s=ue_planung3&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#plan3").html(data);
},
})
}, 110000);
var refreshId = setInterval(function() {
$.ajax({
type : "POST",
url : 'ajax.php?s=ue_planung4&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#plan4").html(data);
},
})
}, 115000);
var refreshId = setInterval(function() {
$.ajax({
type : "POST",
url : 'ajax.php?s=ue_planung98&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#plan8").html(data);
},
})
}, 120000);
var refreshId = setInterval(function() {
$.ajax({
type : "POST",
url : 'ajax.php?s=ue_planung99&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#plan9").html(data);
},
})
}, 125000);
var refreshId = setInterval(function() {
$.ajax({
type : "POST",
url : 'ajax.php?s=tuerlog&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#tlog").html(data);
},
})
}, 20000);
var refreshId = setInterval(function() {
$.ajax({
type : "POST",
url : 'ajax.php?s=tuerlog2&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#tlog2").html(data);
},
})
}, 10000);
var refresh_EDV = setInterval(function() {
$.ajax({
type : "POST",
url : 'ajax.php?s=infop&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#infop").html(data);
},
})
}, 60000);
var refresh_EDV = setInterval(function() {
$.ajax({
type : "POST",
url : 'ajax.php?s=infos&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#infos").html(data);
},
})
}, 125000);
var refresh_EDV = setInterval(function() {
$.ajax({
type : "POST",
url : 'ajax.php?s=conline&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#conline").html(data);
},
})
}, 120000);
var refresh_EDV = setInterval(function() {
$.ajax({
type : "POST",
url : 'ajax.php?s=login_edv&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#maonline").html(data);
},
})
}, 30000);
var refresh_EDV = setInterval(function() {
$.ajax({
type : "POST",
url : 'ajax.php?s=syslog&tpl',
cache : false,
data : {
},
dataType : "html",
success : function(data){
$("#sys_log").html(data);
},
})
}, 30000);
</script>
{/literal}
<div class="container-fluid">
<div class="row">
<div class="col-sm-12">
<div id="tlog2" style="text-align:center;"></div>
</div>
<!-- ------------------------------------------------------------ -->
<div class="col-sm-3">
<!-- Nachtplanung heute ----------- -->
<div id="plan1" style="text-align:center;">
<div class="panel-heading" style="background-color:lightgray;"><h5 class="panel-title">Nacht-Planung</h5></div>
<div class="panel panel-success">
<div class="panel-body">
<table class="no-style full">
<tbody><td nowrap style="width:220px;font-size:10pt" align="center">Loading ...</td></tbody>
</table>
</div>
</div>
</div>
<!-- Tagplanung heute ----------- -->
<div id="plan2" style="text-align:center;">
<div class="panel-heading" style="background-color:lightgray;"><h5 class="panel-title">Tag-Planung</h5></div>
<div class="panel panel-success">
<div class="panel-body">
<table class="no-style full">
<tbody><td nowrap style="width:220px;font-size:10pt" align="center">Loading ...</td></tbody>
</table>
</div>
</div>
</div>
<!-- Tagplanung heute ----------- -->
<div id="plan8" style="text-align:center;">
<div class="panel-heading" style="background-color:lightgray;"><h5 class="panel-title">Werbe-Planung</h5></div>
<div class="panel panel-success">
<div class="panel-body">
<table class="no-style full">
<tbody><td nowrap style="width:220px;font-size:10pt" align="center">Loading ...</td></tbody>
</table>
</div>
</div>
</div>
<div id="kal_1" style="text-align:center;">
<div class="panel panel-warning">
<div class="panel-heading" align="left">Kalender</div>
<div class="panel-body" style="min-height:120px;max-height:120px;overflow-y: scroll;">
<table class="no-style full">
<tbody><td nowrap style="width:220px;font-size:10pt" align="center">Loading ...</td></tbody>
</table>
</div>
</div>
</div>
</div>
<!-- ------------------------------------------------------------ -->
<div class="col-sm-6">
<!-- Interne Information ----------- -->
<div id="infop" style="text-align:left;">
<div class="panel panel-primary">
<div class="panel-body" style="min-height:132px;max-height:132px;overflow-y: scroll;">
<table class="no-style full">
<tbody><td nowrap style="width:220px;font-size:10pt" align="center">Loading ...</td></tbody>
</table>
</div>
</div>
</div>
<!-- SMS-Anzaige ----------- -->
<div id="infos" style="text-align:left;">
<div class="panel panel-primary">
<div class="panel-body" style="min-height:150px;max-height:150px;overflow-y: scroll;">
<table class="no-style full">
<tbody><td nowrap style="width:220px;font-size:10pt" align="center">Loading ...</td></tbody>
</table>
</div>
</div>
</div>
<div class="col-sm-8">
<div id="maonline" style="text-align:center;"></div>
</div>
<div class="col-sm-4">
<div id="ip_status" style="text-align:center;"></div>
</div>
</div>
<!-- ------------------------------------------------------------ -->
<div class="col-sm-3">
<!-- Nachtplanung morgen ----------- -->
<div id="plan3" style="text-align:center;">
<div class="panel-heading" style="background-color:lightgray;"><h5 class="panel-title">Nacht-Planung</h5></div>
<div class="panel panel-success">
<div class="panel-body">
<table class="no-style full">
<tbody><td nowrap style="width:220px;font-size:10pt" align="center">Loading ...</td></tbody>
</table>
</div>
</div>
</div>
<!-- Tagplanung morgen ----------- -->
<div id="plan4" style="text-align:center;">
<div class="panel-heading" style="background-color:lightgray;"><h5 class="panel-title">Tag-Planung</h5></div>
<div class="panel panel-success">
<div class="panel-body">
<table class="no-style full">
<tbody><td nowrap style="width:220px;font-size:10pt" align="center">Loading ...</td></tbody>
</table>
</div>
</div>
</div>
<!-- Tagplanung morgen ----------- -->
<div id="plan9" style="text-align:center;">
<div class="panel-heading" style="background-color:lightgray;"><h5 class="panel-title">Werbe-Planung</h5></div>
<div class="panel panel-success">
<div class="panel-body">
<table class="no-style full">
<tbody><td nowrap style="width:220px;font-size:10pt" align="center">Loading ...</td></tbody>
</table>
</div>
</div>
</div>
<div id="kal_2" style="text-align:center;">
<div class="panel panel-warning">
<div class="panel-heading" align="left">Kalender</div>
<div class="panel-body" style="min-height:120px;max-height:120px;overflow-y: scroll;">
<table class="no-style full">
<tbody><td nowrap style="width:220px;font-size:10pt" align="center">Loading ...</td></tbody>
</table>
</div>
</div>
</div>
</div>
<!-- ------------------------------------------------------------ -->
</div>
<div class="row">
<!-- ------------------------------------------------------------ -->
<div class="col-sm-4">
<div id="tlog" style="text-align:center;"></div> <!-- Türlog ! -->
<!-- Fehler Türsystem -->
<div class="panel panel-default collapsible">
<div class="panel-heading" align="left">Fehler Türsystem</div>
<div class="panel-body">
<table class="no-style full">
<tbody>
{foreach from=$estatus item=estatus}
<tr></strong>
<td nowrap style="width:160px;font-size:11pt">{$estatus.karte}</td>
<td nowrap style="width:170px;font-size:11pt" align="right">{$estatus.zeit|date_format:"%d.%m.%Y - %H:%M Uhr"}</td>
<td> <span style='color:#FF0000'>{$status.zeit2}</td>
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
<!-- ------------ türonline -->
<div id="slog" style="text-align:center;"></div>
<!-- -------------------------------- -->
</div>
<div class="col-sm-4">
<!-- -------------------------------- -->
<div id="conline" style="text-align:center;"></div><!-- Kartenlog -->
<div id="huau" style="text-align:center;"></div><!-- Car-Termine -->
</div>
<!-- -------------------------------- -->
<!-- syslog
<div class="col-sm-8"><div id="sys_log" style="text-align:center;"></div></div> -->
<!-- ------------------------------------------------------------ -->
<div class="col-sm-4">
<div id="kal_nw" style="text-align:center;"></div>
</div>
</div>
<!-- ----------------------------------------------------------- -->
</div>
<!-- -------------------------------- rundschau heute -->
<!-- <div id="info_rs" style="text-align:center;"></div>
<!-- -------------------------------- exxtra morgen -->
<!-- <div id="info_ex" style="text-align:center;"></div>
<!-- -------------------------------- Saso Info -->
<!-- <div id="info_ss" style="text-align:center;"></div>
<!-- -------------------------------- -->