UP Statistik

This commit is contained in:
2019-04-15 11:39:05 +02:00
parent fde0327de1
commit 9f36ee053c
16 changed files with 625 additions and 52 deletions

View File

@@ -1,11 +1,11 @@
<?php
echo '<h4 style="margin-left: 30px;">UP 2018 - Stand: ' . $time->i18nFormat('dd.MM.yyyy HH:mm') . '</h4>';
echo '<h4 style="margin-left: 30px;">UP ' . date("Y") .' - Stand: ' . $time->i18nFormat('dd.MM.yyyy HH:mm') . '</h4>';
?>
<script type="text/javascript">
$(function(){
$.getJSON("/asd-control/files/data-up.json", function(mps) {
$.getJSON("/asd-control/files/data-up.json?nocache=" + (new Date()).getTime(), function(mps) {
$("#output").pivotUI(mps, {
rows: ["Schulart"],
cols: ["Übermittlungsstatus"],