summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/statistics/running.phtml
blob: 2d2688c74a7fd14a25db30e91dac2671073992e8 (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>How many events are already over?</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 RunningPlot -->
<script
  type="text/javascript" src="/media/js/runningPlot.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>