summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/statistics/type.phtml
blob: b4082e64a2a110234202030d88a253e207850d1b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<h1>Statistics</h1>
<h2>What types of events are used?</h2>

<link
  rel="stylesheet" type="text/css"
  href="/media/css/jquery.jqplot.min.css" />

<select id="poolselectbox" name="PoolSelectbox"
  onclick="setPoolIDtmp();" onChange="fetchPoolEvents();">
  <option value="default">Please choose a Pool</option>
  <option value="all">All Pools</option>
</select>

<!-- Add TypePlot -->
<script
  type="text/javascript" src="/media/js/typePlot.js"></script>

<div>
<div id="plotBar" class="spalte"
  style="height: 300px; width: 350px;"></div>
<div id="plotPie" class="spalte"
  style="height: 300px; width: 350px;"></div>
</div>

<!-- no events -->
<div id="noEventsDialog" style="display: none">
<p>There are no events in this pool to plot a statistic.</p>
</div>