219 lines
4.3 KiB
JavaScript
219 lines
4.3 KiB
JavaScript
$.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);
|
|
},
|
|
});
|
|
|