Neue Statistik

This commit is contained in:
2021-05-28 07:24:22 +02:00
parent c9bfd40728
commit 9bf57f696b
36 changed files with 91139 additions and 4743 deletions

View File

@@ -1,5 +1,5 @@
<?php
echo '<h4 style="margin-left: 30px;">US 2019 (PARA) - Stand: ' . $time->i18nFormat('dd.MM.yyyy HH:mm') . '</h4>';
echo '<h4 style="margin-left: 30px;">US 2020 (PARA) - Stand: ' . $time->i18nFormat('dd.MM.yyyy HH:mm') . '</h4>';
?>
<script type="text/javascript">
@@ -16,12 +16,11 @@ echo '<h4 style="margin-left: 30px;">US 2019 (PARA) - Stand: ' . $time->i18nForm
}
//console.log(origin);
console.log(origin);
if (origin == 'http://km-pc-asd-ap.stmukwk.bayern.de') {
jsonurl = '/files/para-data-us.json';
jsonurl = '/files/para-data-us.json?nocache=' + (new Date()).getTime();
}
else {
jsonurl = '/asd-control/files/para-data-us.json';
jsonurl = '/asd-control/files/para-data-us.json?nocache=' + (new Date()).getTime();
}
$.getJSON(jsonurl, function(mps) {
if (typeof $.cookie('pivotConfig') === 'undefined'){
@@ -107,4 +106,4 @@ echo '<h4 style="margin-left: 30px;">US 2019 (PARA) - Stand: ' . $time->i18nForm
<!-- <input type="button" value="Reset Config" id="del" style="font-size: 16px;" /> -->
<p>&nbsp;</p>
<p id="heading" style="margin-left: 30px;font-weight: bold;"><p>
<div id="schools" style="margin-left: 30px;"></div>
<div id="schools" style="margin-left: 30px;"></div>