summaryrefslogblamecommitdiffstats
path: root/application/views/scripts/statistics/success.phtml
blob: c4c204df4173aec43770b4603f217e32699bcbc4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                   
                                         
 

                                                                  

                                               


                                                                

         


                                                                 

     

                                                                             




                                                            
      
<h1>Statistics</h1>
<h2>How many events were successful?</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 SuccessPlot -->
<script
  type="text/javascript" src="/media/js/successPlot.js"></script>

<div>
<div id="plotBar" class="spalte" style="height: 300px; width: 350px;"></div>
<div id="plotPieS" 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>