This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.

26 lines
1.2 KiB
PHP
Raw Normal View History

2012-12-13 13:19:58 +11:00
<!-- $o = ORM::factory('DOMAIN') -->
2011-04-07 15:03:05 +10:00
<table width="100%">
<tr>
2012-11-30 09:58:15 +11:00
<td style="width: 50%; vertical-align: top;"><?php echo View::factory('node/info')->set('o',$o); ?></td>
2012-12-13 15:46:25 +11:00
<td style="width: 50%; vertical-align: top;"><?php echo View::factory('node/stats')->set('o',$o); ?></td>
2011-04-07 15:03:05 +10:00
</tr>
2012-12-11 22:56:33 +11:00
<tr>
2012-12-12 21:39:00 +11:00
<td style="width: 50%; vertical-align: top;"><?php echo View::factory('domain/policy')->set('o',$o->DOMAIN); ?></td>
<td style="width: 50%; vertical-align: top;" rowspan="2"><?php echo View::factory('node/cloptset')->set('o',$o); ?></td>
2012-12-11 22:56:33 +11:00
</tr>
2011-04-07 15:03:05 +10:00
<tr>
2012-11-30 09:58:15 +11:00
<td style="width: 50%; vertical-align: top;"><?php echo View::factory('node/settings')->set('o',$o); ?></td>
</tr>
<tr>
2012-12-12 21:39:00 +11:00
<td style="width: 50%; vertical-align: top;" colspan="2"><?php echo View::factory('node/graph_schedules')->set('o',$o); ?></td>
</tr>
<tr>
<td style="width: 50%; vertical-align: top;" colspan="2"><?php echo View::factory('node/graph_sessions')->set('o',$o); ?></td>
2011-04-07 15:03:05 +10:00
</tr>
</table>
2012-12-07 17:06:57 +11:00
<?php echo View::factory('node/sessions')->set('o',$o); ?>
<?php echo View::factory('node/filesystems')->set('o',$o); ?>
<?php echo View::factory('node/volumes')->set('o',$o); ?>
<?php echo View::factory('node/schedule')->set('o',$o); ?>
2012-12-07 16:12:58 +11:00
<?php echo View::factory('node/activity')->set('o',$o); ?>