10 lines
315 B
PHP
10 lines
315 B
PHP
<!-- $o = ORM::factory('STATUS') -->
|
|
<table width="100%">
|
|
<tr>
|
|
<td style="width: 50%; vertical-align: top;"><?php echo View::factory('server/info')->set('o',$o); ?></td>
|
|
</tr>
|
|
<tr>
|
|
<td style="width: 50%; vertical-align: top;"><?php echo View::factory('server/activity')->set('o',$o); ?></td>
|
|
</tr>
|
|
</table>
|