1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
piwik-checker/views/panel.html

27 lines
891 B
HTML
Raw Normal View History

2017-07-06 14:35:58 +02:00
<html>
<head>
2017-08-13 15:15:08 +02:00
<link rel="stylesheet" href="../libs/bootstrap/bootstrap-reboot.min.css">
<link rel="stylesheet" href="../libs/bootstrap/bootstrap.min.css">
2017-07-08 16:47:50 +02:00
<!--<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>-->
2017-07-08 20:10:28 +02:00
<style>
button {
position: absolute;
2017-08-13 19:06:35 +02:00
top: 5px;
right: 5px;
2017-07-08 20:10:28 +02:00
}
</style>
2017-07-08 13:03:13 +02:00
<script src="../js/panel.js"></script>
2017-07-06 14:35:58 +02:00
</head>
<body>
2017-07-08 16:47:50 +02:00
<div class="container">
2017-07-08 20:10:28 +02:00
<h2>Piwik Checker <span id="piwikNotFoundHeading" class="badge badge-warning"></span></h2>
2017-08-13 19:06:35 +02:00
<small><a href="#" id="piwikURL" target="_blank"></a></small>
2017-07-08 20:10:28 +02:00
<p id="piwikNotFound"></p>
2017-08-13 19:06:35 +02:00
<button class="btn btn-secondary" id="start">Reload</button>
2017-07-08 16:47:50 +02:00
<table class="table"></table>
2017-08-13 19:06:35 +02:00
<pre id="json"></pre>
2017-07-08 16:47:50 +02:00
</div>
2017-07-06 14:35:58 +02:00
</body>
</html>