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.
phptsmadmin/application/views/domain/detail.php

31 lines
838 B
PHP
Raw Normal View History

2011-05-31 14:51:15 +00:00
<table width="100%">
<tr>
<td style="width: 100%; vertical-align: top;" colspan="2"><?php echo View::factory('domain/nodes')->set('o',$o); ?></td>
2011-05-31 14:51:15 +00:00
</tr>
<tr>
<td class="spacer" colspan="2">&nbsp;</td>
2011-05-31 14:51:15 +00:00
</tr>
<tr>
<td style="width: 50%; vertical-align: top;"><?php echo View::factory('domain/stgpool_summary')->set('o',$o); ?></td>
<td>&nbsp;</td>
2011-05-31 14:51:15 +00:00
</tr>
<tr>
<td class="spacer" colspan="2">&nbsp;</td>
2011-05-31 14:51:15 +00:00
</tr>
<tr>
<td colspan="2"><?php echo View::factory('domain/volumes')->set('o',$o); ?></td>
2011-05-31 14:51:15 +00:00
</tr>
<tr>
<td class="spacer" colspan="2">&nbsp;</td>
2011-05-31 14:51:15 +00:00
</tr>
<tr>
<td colspan="2"><?php echo View::factory('domain/policy')->set('o',$o); ?></td>
2011-05-31 14:51:15 +00:00
</tr>
<tr>
<td class="spacer" colspan="2">&nbsp;</td>
2011-05-31 14:51:15 +00:00
</tr>
<tr>
<td colspan="2"><?php echo View::factory('domain/schedules')->set('o',$o); ?></td>
2011-05-31 14:51:15 +00:00
</tr>
</table>