view.php
566 Bytes
<?php
$this->breadcrumbs=array(
'查看详细',
);
?>
<table width="100%" border="0" cellspacing="0" cellpadding="0" class="grid-view">
<tr>
<td width="8" background="images/tab_12.gif"> </td>
<td class="tabler">
<?php $this->widget('zii.widgets.CListView', array(
'dataProvider'=>$dataProvider,
'itemView'=>$view,
)); ?>
<div align="right">
<?php echo CHtml::link('返回', '#', array('class'=>'btn', 'onclick'=>'javascript:history.go(-1);')); ?>
</div>
<td width="8" background="images/tab_15.gif"> </td>
</tr>
</table>