You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

downloadOverview.tpl 1.9KB

1234567891011121314151617181920212223242526272829303132333435
  1. {block name="ajaxAppend"}
  2. <script src="lib/SmartAdmin/js/libs/jquery-2.1.1.min.js"></script>
  3. <script src="lib/SmartAdmin/js/plugin/datatables/jquery.dataTables.min.js"></script>
  4. <script src="lib/SmartAdmin/js/plugin/datatables/dataTables.bootstrap.min.js"></script>
  5. <script src="lib/SmartAdmin/js/ajax/dataTable.js"></script>
  6. <article class="col-sm-12">
  7. <!-- new widget -->
  8. <div class="jarviswidget jarviswidget-color-blueLight" id="wid-id-0" data-widget-togglebutton="false" data-widget-editbutton="false" data-widget-fullscreenbutton="false" data-widget-colorbutton="false" data-widget-deletebutton="false">
  9. <header>
  10. <span class="widget-icon"> <i class="fa fa-line-chart txt-color-darken"></i> </span>
  11. <h2>Nutzerinformationen &uuml;ber die Downloads</h2>
  12. </header>
  13. <div class="no-padding">
  14. <div class="widget-body">
  15. <div class="alert alert-info">
  16. <i class="fa-fw fa fa-info"></i>
  17. <strong>Hinweis!</strong>
  18. IP-Adressen sind wegen des Datenschutzes Anonymisiert!
  19. </div>
  20. <table id="dlLists" class="table table-bordered table-hover table-striped table-responsive" width="100%">
  21. <thead>
  22. <th width="5%">ID</th>
  23. <th width="5%">IP Adresse</th>
  24. <th width="25%">UserAgent</th>
  25. <th width="5%">Timestamp</th>
  26. <th width="5%">DL Version</th>
  27. </thead>
  28. </table>
  29. </div>
  30. </div>
  31. </div>
  32. </article>
  33. {/block}