UP Statistik
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user