Added Client Session graphing
This commit is contained in:
18
application/views/node/graph_sessions.php
Normal file
18
application/views/node/graph_sessions.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<!-- $o = ORM::factory('NODE') -->
|
||||
<table class="box-full">
|
||||
<tr>
|
||||
<td class="head" colspan="2">Session Results</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="spacer"> </td>
|
||||
</tr>
|
||||
<?php foreach ($o->btypes() as $btype) { ?>
|
||||
<?php if ($o->act_bybtype($btype)) { ?>
|
||||
<?php foreach ($o->act_schedules($btype) as $schedule) { ?>
|
||||
<tr>
|
||||
<td><?php echo $o->graph_basessions($btype,$schedule); ?></td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<?php } ?>
|
||||
<?php } ?>
|
||||
</table>
|
Reference in New Issue
Block a user