init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
656
template/tpl/ue_home.tpl
Normal file
656
template/tpl/ue_home.tpl
Normal file
|
|
@ -0,0 +1,656 @@
|
|||
{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>
|
||||
<div class="row">
|
||||
<div class="col-sm-6">
|
||||
<div class="panel-heading" style="background-color:#ffff99;"><h5 class="panel-title">{$tag1}</h5></div>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
<div class="panel-heading" style="background-color:#ffff99;"><h5 class="panel-title">{$tag2}</h5></div>
|
||||
</div>
|
||||
<!-- ------------------------------------------------------------ -->
|
||||
</div>
|
||||
<br>
|
||||
|
||||
|
||||
<div class="row">
|
||||
<!-- ------------------------------------------------------------ -->
|
||||
<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>
|
||||
<div class="col-sm-3">
|
||||
<!-- ------------------------------------------------------------ -->
|
||||
<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:160px;max-height:160px;overflow-y: scroll;">
|
||||
<table class="no-style full">
|
||||
<tbody><td nowrap style="width:264px;font-size:10pt" align="center">Loading ...</td></tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<td nowrap style="width:264px;font-size:8pt" align="center">
|
||||
{if $rsfertig==0}<a style="text-align: center" class="btn btn-lg btn-danger" href="?s=prundschau">{/if}
|
||||
{if $rsfertig==1}<a style="text-align: center" class="btn btn-lg btn-success" href="?s=prundschau">{/if}
|
||||
{if $rsfertig==8}<a style="text-align: center" class="btn btn-lg btn-default" href="?s=prundschau">{/if}
|
||||
{if $rsfertig==9}<a style="text-align: center" class="btn btn-lg btn-warning" href="?s=prundschau">{/if}
|
||||
|
||||
|
||||
<i class="fa fa-newspaper-o fa-3x pull-left"></i>Rundschau-Leipzig<br>{$rsgewicht} kg</a>
|
||||
</td>
|
||||
</tbody>
|
||||
</table>
|
||||
<!-- ------------------------------------------------------------ -->
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<!-- ------------------------------------------------------------ -->
|
||||
<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:164px;max-height:164px;overflow-y: scroll;">
|
||||
<table class="no-style full">
|
||||
<tbody><td nowrap style="width:264px;font-size:10pt" align="center">Loading ...</td></tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<table class="no-style full">
|
||||
<tbody>
|
||||
<td nowrap style="width:264px;font-size:8pt" align="center">
|
||||
{if $ssfertig==0}<a style="text-align: center" class="btn btn-lg btn-danger" href="?s=pss">{/if}
|
||||
{if $ssfertig==1}<a style="text-align: center" class="btn btn-lg btn-success" href="?s=pss">{/if}
|
||||
{if $ssfertig==8}<a style="text-align: center" class="btn btn-lg btn-default" href="?s=pss">{/if}
|
||||
{if $ssfertig==9}<a style="text-align: center" class="btn btn-lg btn-warning" href="?s=pss">{/if}
|
||||
<i class="fa fa-newspaper-o fa-3x pull-left"></i>Sachsen-Sonntag<br>{$sasogewicht} kg </a>
|
||||
</td>
|
||||
</tbody>
|
||||
</table>
|
||||
<!-- ------------------------------------------------------------ -->
|
||||
</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>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
<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: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>
|
||||
<div class="col-sm-6">
|
||||
<!-- ------------------------------------------------------------ -->
|
||||
<!-- 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>
|
||||
<!-- ------------------------------------------------------------ -->
|
||||
</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 id="maonline" style="text-align:center;"></div>
|
||||
<div id="ip_status" 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>
|
||||
<!-- -------------------------------- -->
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue