| 12345678910111213141516171819202122232425262728293031323334353637 | <?php/*|--------------------------------------------------------------------------| news 消息通知|--------------------------------------------------------------------------*/$view->fetch(     '.news-item',    'company/info.msg',    array      (        'self' => array        (            'class++' => '<{Maze::lace(",gray", $i+1)}>',        ),        '.time' => array        (        	'html' => '<{Date("Y.m.d H:i", $v.cdate)}>',        ),        '.txt' => array        (        	'html' => '<{$v.content}>',        ),    ))# 分页->fetch('.page','<{Maze::load("company/info.msg_page")}>');include('inc/foot.php');include('inc/common.php');
 |