Widgitized the output
This commit is contained in:
10
application/views/node/schedule.php
Normal file
10
application/views/node/schedule.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<!-- $o = ORM::factory('NODE') -->
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td style="width: 50%; vertical-align: top;"><?php echo View::factory('node/schedule_list')->set('o',$o); ?></td>
|
||||
<td style="width: 50%; vertical-align: top;" rowspan="2"><?php echo View::factory('node/schedule_summary')->set('o',$o); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td style="width: 50%; vertical-align: top;"><?php echo View::factory('node/schedule_activity')->set('o',$o); ?></td>
|
||||
</tr>
|
||||
</table>
|
Reference in New Issue
Block a user