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/library/detail.php

16 lines
689 B
PHP
Raw Normal View History

2011-06-24 01:27:21 +00:00
<table width="100%">
<tr>
2012-11-29 22:58:15 +00:00
<td style="width: 50%; vertical-align: top;"><?php echo View::factory('library/info')->set('o',$o); ?></td>
<td style="width: 100%; vertical-align: top;" rowspan="2"><?php echo View::factory('library/summary')->set('o',$o); ?></td>
2011-06-26 12:20:12 +00:00
</tr>
<tr>
2012-11-29 22:58:15 +00:00
<td style="width: 50%; vertical-align: top;"><?php echo View::factory('library/drives')->set('o',$o); ?></td>
2011-06-24 01:27:21 +00:00
</tr>
<tr>
2012-11-29 22:58:15 +00:00
<td style="width: 100%; vertical-align: top;" colspan="2"><?php echo View::factory('library/volumes-in')->set('o',$o); ?></td>
2011-06-26 12:20:12 +00:00
</tr>
<tr>
2012-11-29 22:58:15 +00:00
<td style="width: 100%; vertical-align: top;" colspan="2"><?php echo View::factory('library/volumes-out')->set('o',$o); ?></td>
2011-06-24 01:27:21 +00:00
</tr>
</table>