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.

30 lines
844 B
PHP
Raw Normal View History

2011-06-01 00:51:15 +10:00
<table width="100%">
<tr>
2012-11-30 09:58:15 +11:00
<td style="width: 100%; vertical-align: top;"><?php echo View::factory('domain/nodes')->set('o',$o); ?></td>
2011-06-01 00:51:15 +10:00
</tr>
<tr>
<td class="spacer">&nbsp;</td>
</tr>
<tr>
2012-11-30 09:58:15 +11:00
<td style="width: 100%; vertical-align: top;"><?php echo View::factory('domain/stgpools')->set('o',$o); ?></td>
2011-06-01 00:51:15 +10:00
</tr>
<tr>
<td class="spacer">&nbsp;</td>
</tr>
<tr>
2012-11-30 09:58:15 +11:00
<td style="width: 100%; vertical-align: top;"><?php echo View::factory('domain/volumes')->set('o',$o); ?></td>
2011-06-01 00:51:15 +10:00
</tr>
<tr>
<td class="spacer">&nbsp;</td>
</tr>
<tr>
2012-11-30 09:58:15 +11:00
<td style="width: 100%; vertical-align: top;"><?php echo View::factory('domain/policy')->set('o',$o); ?></td>
2011-06-01 00:51:15 +10:00
</tr>
<tr>
<td class="spacer">&nbsp;</td>
</tr>
<tr>
2012-11-30 09:58:15 +11:00
<td style="width: 100%; vertical-align: top;"><?php echo View::factory('domain/schedules')->set('o',$o); ?></td>
2011-06-01 00:51:15 +10:00
</tr>
</table>