init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
219
template/js/ue_home.js
Normal file
219
template/js/ue_home.js
Normal file
|
|
@ -0,0 +1,219 @@
|
|||
$.ajax({
|
||||
type : "POST",
|
||||
url : 'ajax.php?s=ue_km&tpl',
|
||||
cache : false,
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#ue_km").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : 'ajax.php?s=ue_verkehr&tpl',
|
||||
cache : false,
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#ue_verkehr").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : 'ajax.php?s=ue_polizei&tpl',
|
||||
cache : false,
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#ue_polizei").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : 'ajax.php?s=ue_icon&tpl',
|
||||
cache : false,
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#ue_icon").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : 'ajax.php?s=ue_icon2&tpl',
|
||||
cache : false,
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#ue_icon2").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : 'ajax.php?s=ue_tank&tpl',
|
||||
cache : false,
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#ue_tank").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : 'ajax.php?s=tankstellen&tpl',
|
||||
cache : false,
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#tankstellen").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : 'ajax.php?s=telefon&tpl',
|
||||
cache : false,
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#telefon").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : 'ajax.php?s=ue_info_sms&tpl',
|
||||
cache : false,
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#smsinfo").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : 'ajax.php?s=ue_info_sms2&tpl',
|
||||
cache : false,
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#smsinfo2").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : 'ajax.php?s=ue_sau&tpl',
|
||||
cache : false,
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#sau").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : 'ajax.php?s=ue_wetter&tpl',
|
||||
cache : false,
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#wetter").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : 'ajax.php?s=ip_status&tpl',
|
||||
cache : false,
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#ip_status").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : 'ajax.php?s=ue_heute&tpl',
|
||||
cache : false,
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#plan_heute").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : 'ajax.php?s=ue_morgen&tpl',
|
||||
cache : false,
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#plan_morgen").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : 'ajax.php?s=ue_info_heute&tpl',
|
||||
cache : false,
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#info_heute").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : 'ajax.php?s=ue_info_morgen&tpl',
|
||||
cache : false,
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#info_morgen").html(data);
|
||||
},
|
||||
});
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : 'ajax.php?s=ue_infop&tpl',
|
||||
cache : false,
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#infop").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : 'ajax.php?s=ue_kal1&tpl',
|
||||
cache : false,
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#kal_1").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : 'ajax.php?s=ue_kal2&tpl',
|
||||
cache : false,
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#kal_2").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : 'ajax.php?s=kal_nw&tpl',
|
||||
cache : false,
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#kal_nw").html(data);
|
||||
},
|
||||
});
|
||||
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : 'ajax.php?s=system&tpl',
|
||||
cache : false,
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#slog").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : 'ajax.php?s=sasolive&tpl',
|
||||
cache : false,
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#sasolive").html(data);
|
||||
},
|
||||
});
|
||||
$.ajax({
|
||||
type : "POST",
|
||||
url : 'ajax.php?s=ue_info_werb&tpl',
|
||||
cache : false,
|
||||
dataType : "html",
|
||||
success : function(data){
|
||||
$("#info_werb").html(data);
|
||||
},
|
||||
});
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue